Skip to content

Instantly share code, notes, and snippets.

@mach-kernel
Last active February 19, 2018 02:45
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 mach-kernel/32b85618ed2580f6653256ab78296fb6 to your computer and use it in GitHub Desktop.
Save mach-kernel/32b85618ed2580f6653256ab78296fb6 to your computer and use it in GitHub Desktop.
sep $20
stal $00C000 ; disable 80 column store
stal $00C00C ; disable 80 column hardware
stal $00C050 ; set standard apple ii gfx mode
stal $00C051 ; select text mode only. "only"?
ldal $00C054 ; select text page 1 (there are 2)
lda #"O"
stal $000400
lda #"H"
stal $000401
lda #"A"
stal $000402
lda #"I"
stal $000403
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment