collapseos/tools/emul/zasm_user.asm

10 lines
199 B
NASM
Raw Normal View History

2019-04-17 07:00:19 +10:00
; *** JUMP TABLE ***
JUMP_STRNCMP .equ 0x02
JUMP_ADDDE .equ 0x05
JUMP_UPCASE .equ 0x08
JUMP_UNSETZ .equ 0x0b
JUMP_INTODE .equ 0x0e
2019-05-10 04:09:40 +10:00
.org 0x4000
#include "main.asm"