1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-02 12:41:27 +00:00

LDA emulation tests.

This commit is contained in:
Radosław Kujawa 2017-01-19 11:50:11 +01:00
parent 6b7ddbf865
commit 8d3f7266fb
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
start: lda #0xAF
stp

View File

@ -0,0 +1,3 @@
start: lda 0x10
stp