Skip to content

Instantly share code, notes, and snippets.

@gnacu
Created May 3, 2024 20:26
Show Gist options
  • Save gnacu/ff00000dc25b1821936a9506902cef25 to your computer and use it in GitHub Desktop.
Save gnacu/ff00000dc25b1821936a9506902cef25 to your computer and use it in GitHub Desktop.
;----[ basic.s ]------------------------
;HOW TO USE:
;
; .include this file as first code.
; Omit the *= $xxxx from your code.
*= $0801
.word end ;Next Line Ptr
.word 64 ;Line #64 ;)
.byte $9e ;SYS
.null "2061" ;$080d
end .word $00 ;End of Basic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment