Skip to content

Instantly share code, notes, and snippets.

@podstawek
Last active January 3, 2022 07:36
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 podstawek/62531eabef8af54490d7096e9f4fc3d3 to your computer and use it in GitHub Desktop.
Save podstawek/62531eabef8af54490d7096e9f4fc3d3 to your computer and use it in GitHub Desktop.
org $8000
start: ld a,%00010000 ; load accumulator with any value that sets the 4th bit
out (&fe),a ; send that value to port 254, i.e. hexadecimal FE
end start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment