4 lines
83 B
NASM
4 lines
83 B
NASM
; @language: Z80 ASM
|
|
|
|
org 0xA000 ; Set starting position to ram
|
|
include 'main.asm' |