1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 23:38:44 +10:00
collapseos/apps/zasm/emul/user.inc
2019-05-01 14:07:01 -04:00

11 lines
232 B
SQL

RAMSTART .equ 0x8000
RAMEND .equ 0xffff
USER_CODE .equ RAMSTART
; *** JUMP TABLE ***
JUMP_STRNCMP .equ 0x02
JUMP_ADDDE .equ 0x05
JUMP_UPCASE .equ 0x08
JUMP_UNSETZ .equ 0x0b
JUMP_INTODE .equ 0x0e