mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 20:48:06 +11:00
9 lines
174 B
SQL
9 lines
174 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
|