1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00
kickc/src/main/fragment/mos6502-common/_stackpushdword_=_dword_pwuc1_derefidx_vbum1.asm

10 lines
75 B
NASM
Raw Normal View History

ldy {m1}
lda {c1}+3,y
pha
lda {c1}+2,y
pha
lda {c1}+1,y
pha
lda {c1},y
pha