summaryrefslogtreecommitdiff
path: root/test/01-LDA
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-12-04 15:12:17 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-12-04 15:12:17 +1100
commit5bb10fc4121a8c8434dcd367f2e611599a11e12e (patch)
tree8fcac1461a50fca6bec6ccd2246f7515ad26099a /test/01-LDA
parent78d3f650b2ca507e3d5376d3cad4d93df1901569 (diff)
removed stuff; various instruction improvements
Diffstat (limited to 'test/01-LDA')
-rw-r--r--test/01-LDA34
1 files changed, 0 insertions, 34 deletions
diff --git a/test/01-LDA b/test/01-LDA
deleted file mode 100644
index 3c55624..0000000
--- a/test/01-LDA
+++ /dev/null
@@ -1,34 +0,0 @@
-# 01-LDA
-#This test verifies if each addressing mode works, using the LDA instruction.
-
-#Init Memory
-
-s0007.10
-s0008.02
-s0009.02
-s000a.64
-s000b.48
-s000c.32
-s0202.11
-s0212.22
-
-#Init Registers
-
-a201 #LDX $1
-a002 #LDY $2
-
-#Tests
-
-a9ff 8510 #LDA Immediate store in 0010
-a50a 8511 #LDA ZP 0a store in 0011
-b50a 8512 #LDA ZP+X 0a store in 0012
-ad000a 8513 #LDA Abs store in 0013
-bd000a 8514 #LDA Abs+X store in 0014
-b9000a 8515 #LDA Abs+Y store in 0015
-a107 8517 #LDA In. X store in 0018
-b107 8518 #LDA In. Y store in 0019
-
-#Print 00 Page
-m00
-m02
-q