1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-14 15:29:27 +00:00
8bitworkshop/presets/apple2/skeleton.dasm

11 lines
150 B
Plaintext
Raw Normal View History

processor 6502
seg.u ZEROPAGE ; uninitialized zero-page variables
org $0
seg CODE
org $803 ; starting address
Start
jmp Start ; endless loop