Skip to content

Instantly share code, notes, and snippets.

@daftspaniel
Last active March 5, 2018 22:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daftspaniel/475d8de24927ccaa0080f077d7e618fc to your computer and use it in GitHub Desktop.
Save daftspaniel/475d8de24927ccaa0080f077d7e618fc to your computer and use it in GitHub Desktop.
6809 attempt
ORG $4E21
LDX #$600 ; Screen base address
LDB #$00 ;
BOX LDA #$FF ;
STA ,X ;
LDA #$81 ;
STA 32,X ;
STA 64,X ;
STA 96,X ;
STA 128,X ;
STA 160,X ;
STA 192,X ;
LDA #$FF ;
STA 224,X ;
ADDB #$01 ;
ABX ;
CMPB #$10 ;
BLE BOX ;
RTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment