Skip to content

Instantly share code, notes, and snippets.

@shred
shred / helloworld.asm
Created May 3, 2020 09:15
Spectrum Next Hello World
DEVICE ZXSPECTRUMNEXT
ROM_PRINT_A EQU $0010
ROM_CLS EQU $0D6B
ROM_CHAN_OPEN EQU $1601
SYS_BORDCR EQU 23624
SYS_ATTR_P EQU 23693
ORG 0x8000