mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-05 06:38:40 +11:00
6 lines
96 B
NASM
6 lines
96 B
NASM
.inc "user.h"
|
|
|
|
.org USER_CODE
|
|
jp diceMain
|
|
.equ DICE_RAMSTART USER_RAMSTART
|
|
.inc "dice/main.asm" |