mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-04 19:50:19 +00:00
LDA emulation tests.
This commit is contained in:
parent
6b7ddbf865
commit
8d3f7266fb
3
test/test_emulation_lda_imm.s
Normal file
3
test/test_emulation_lda_imm.s
Normal file
@ -0,0 +1,3 @@
|
||||
start: lda #0xAF
|
||||
stp
|
||||
|
3
test/test_emulation_lda_zp.s
Normal file
3
test/test_emulation_lda_zp.s
Normal file
@ -0,0 +1,3 @@
|
||||
start: lda 0x10
|
||||
stp
|
||||
|
Loading…
Reference in New Issue
Block a user