From 1c30dea63b65c7e117b3fd8ba0140dbf77a0ef73 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Fri, 28 Apr 2023 16:04:35 +1000 Subject: changed dirs --- test/adc | 0 test/adc.test | 0 test/load | 19 +++++++++++++++++++ test/load.test | 19 ------------------- 4 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 test/adc delete mode 100644 test/adc.test create mode 100644 test/load delete mode 100644 test/load.test (limited to 'test') diff --git a/test/adc b/test/adc new file mode 100644 index 0000000..e69de29 diff --git a/test/adc.test b/test/adc.test deleted file mode 100644 index e69de29..0000000 diff --git a/test/load b/test/load new file mode 100644 index 0000000..14cdc44 --- /dev/null +++ b/test/load @@ -0,0 +1,19 @@ +#/Beginning of test. +s0000.01 +s0001.02 +s000a.64 +s000b.48 +s020c.7f + +a201 #LDX $1 + +a9ff 8510 #LDA FF, 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 8513 #LDA Abs+X, store in 0014 + +m00 +m0001 +q diff --git a/test/load.test b/test/load.test deleted file mode 100644 index 14cdc44..0000000 --- a/test/load.test +++ /dev/null @@ -1,19 +0,0 @@ -#/Beginning of test. -s0000.01 -s0001.02 -s000a.64 -s000b.48 -s020c.7f - -a201 #LDX $1 - -a9ff 8510 #LDA FF, 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 8513 #LDA Abs+X, store in 0014 - -m00 -m0001 -q -- cgit v1.2.3