Skip to content

Instantly share code, notes, and snippets.

@gedorinku
Created December 2, 2018 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gedorinku/e71be745d1cf08de296bbe867c41b8c4 to your computer and use it in GitHub Desktop.
Save gedorinku/e71be745d1cf08de296bbe867c41b8c4 to your computer and use it in GitHub Desktop.
ORG 200H
PUSH BC
PUSH AF
POP BC
LD (8000H), A
LD A, C
LD (8001H), A
POP BC
LD B, (8001H)
LD A, (8000H)
HALT
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment