mirror of
https://github.com/romychs/OK240.2-Firmware.git
synced 2026-04-21 10:53:18 +03:00
20 lines
585 B
PHP
20 lines
585 B
PHP
mon_start: EQU 0x0000E000
|
|
mon_hexb: EQU 0x0000E003
|
|
non_con_status: EQU 0x0000E006
|
|
mon_con_in: EQU 0x0000E009
|
|
mon_con_out: EQU 0x0000E00C
|
|
mon_serial_in: EQU 0x0000E00F
|
|
mon_serial_out: EQU 0x0000E012
|
|
mon_char_print: EQU 0x0000E015
|
|
mon_tape_read: EQU 0x0000E018
|
|
mon_tape_write: EQU 0x0000E01B
|
|
mon_ram_disk_read: EQU 0x0000E01E
|
|
mon_ram_disk_write: EQU 0x0000E021
|
|
mon_tape_read_ram: EQU 0x0000E024
|
|
mon_tape_write_ram: EQU 0x0000E027
|
|
mon_tape_wait: EQU 0x0000E02A
|
|
mon_tape_detect: EQU 0x0000E02D
|
|
mon_read_floppy: EQU 0x0000E030
|
|
mon_write_floppy: EQU 0x0000E033
|
|
mon_out_str_z: EQU 0x0000E036
|