pato-z80-home-computer/pat80-computer/software/z80-assembly/os/main-dev.asm

4 lines
83 B
NASM
Raw Permalink Normal View History

2021-07-11 09:49:42 +02:00
; @language: Z80 ASM
2020-12-15 17:34:50 +01:00
org 0xA000 ; Set starting position to ram
include 'main.asm'