Last active
November 25, 2024 22:39
-
-
Save gnacu/051504b00165f58fe87781010e25c385 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;--- 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