1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-04-05 06:38:40 +11:00
collapseos/apps/dice/glue.asm

6 lines
96 B
NASM

.inc "user.h"
.org USER_CODE
jp diceMain
.equ DICE_RAMSTART USER_RAMSTART
.inc "dice/main.asm"