mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 08:20:56 +11:00
10 lines
199 B
NASM
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"
|