Skip to content

Instantly share code, notes, and snippets.

@keyboardspecialist
Created December 4, 2012 21:36
Show Gist options
  • Save keyboardspecialist/4208975 to your computer and use it in GitHub Desktop.
Save keyboardspecialist/4208975 to your computer and use it in GitHub Desktop.
macro mul_32_16bit m, l
lda #$00
sta m
asl l
rol m
asl l
rol m
asl l
rol m
asl l
rol m
asl l
rol m
endm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment