1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 06:58:45 +10:00
collapseos/tools/emul/zasm_user.asm
2019-05-09 14:09:40 -04:00

10 lines
199 B
NASM

; *** JUMP TABLE ***
JUMP_STRNCMP .equ 0x02
JUMP_ADDDE .equ 0x05
JUMP_UPCASE .equ 0x08
JUMP_UNSETZ .equ 0x0b
JUMP_INTODE .equ 0x0e
.org 0x4000
#include "main.asm"