Go to the source code of this file.
◆ dev_io_create()
| void dev_io_create |
( |
struct dev_io_t * |
device_io | ) |
|
20{
22}
byte_t g_default_device
Definition device_io.c:9
byte_t default_device
Definition device_io_p.h:10
◆ dev_io_destroy()
| void dev_io_destroy |
( |
struct dev_io_t * |
device_io | ) |
|
26{
29 return;
30}
void load_data_term(struct pdp_11_t *, byte_t *)
load_data_t load_data
Definition device_io_p.h:11
◆ dev_io_load_data()
34{
35 if (filename) {
37 } else {
39 }
41}
void load_data_file(struct pdp_11_t *, byte_t *)
Definition dev_files_io.c:12
unsigned char byte_t
Definition types.h:6
◆ dev_io_mem_dump()
44{
45 for (
word_t ind = 0x0000; ind < size; ind++) {
47 fprintf(stdout, "%06o: %06o %04hx\r\n", (addr | ind++), ch, ch);
48 }
49 fprintf(stdout, "\r\n\n");
50}
word_t w_read(struct pdp_11_t *, const address_word_t)
Читает слово (16 бит) из памяти PDP-11.
Definition pdp_11.c:118
unsigned short int word_t
Definition types.h:7
◆ dev_io_new()
13{
16}
Definition device_io_p.h:9