Skip to content

Instantly share code, notes, and snippets.

@gnacu
Last active November 25, 2024 22:39
Show Gist options
  • Save gnacu/051504b00165f58fe87781010e25c385 to your computer and use it in GitHub Desktop.
Save gnacu/051504b00165f58fe87781010e25c385 to your computer and use it in GitHub Desktop.
;--- Load checksum.lib ---
ldx #"c" ;checksum.lib
ldy #"h"
lda #3 ;3 pages, no flags
jsr loadlib
;A <- page address of library
;--- Link checksum.lib ---
sta maketab+2
sta initcrc+2
sta updc16+2
sta getcrc+2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment