Skip to content

Instantly share code, notes, and snippets.

@nurpax
Last active July 26, 2019 21:53
Show Gist options
  • Save nurpax/58a3a6105946bb64346fad7428ec86b4 to your computer and use it in GitHub Desktop.
Save nurpax/58a3a6105946bb64346fad7428ec86b4 to your computer and use it in GitHub Desktop.
c64jasm gist example 1
!include "c64.asm"
+c64::basic_start(entry)
entry: {
lda #0
}
; try includes
!include "other.asm"
!for i in range(4) {
lda #i
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment