mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 10:08:05 +11:00
9 lines
207 B
NASM
9 lines
207 B
NASM
.equ RAMSTART 0x4000
|
|
.equ ZASM_FIRST_PASS RAMSTART
|
|
.equ ZASM_LOCAL_PASS ZASM_FIRST_PASS+1
|
|
.equ ZASM_CTX_PC ZASM_LOCAL_PASS+1
|
|
.equ ZASM_RAMEND ZASM_CTX_PC+2
|
|
|
|
#include "core.asm"
|
|
#include "zasm/util.asm"
|