diff --git a/test/asm/listing/032-assert-error3.s b/test/asm/listing/032-assert-error3.s index c497dc6ed..37a4f29c2 100644 --- a/test/asm/listing/032-assert-error3.s +++ b/test/asm/listing/032-assert-error3.s @@ -1,8 +1,3 @@ -; 2022-06-18 Spiro Trikaliotis +; 2022-06-20 Spiro Trikaliotis .assert * = $0000, error, "Code not at $0000" - .assert * = $0001, error, "Code not at $0001" - .assert * = $1000, error, "Code not at $1000" - .assert * = $1001, error, "Code not at $1001" - .assert * = $8000, error, "Code not at $8000" - .assert * = $8001, error, "Code not at $8001" diff --git a/test/asm/listing/032-assert-error4.s b/test/asm/listing/032-assert-error4.s new file mode 100644 index 000000000..c28f83757 --- /dev/null +++ b/test/asm/listing/032-assert-error4.s @@ -0,0 +1,3 @@ +; 2022-06-20 Spiro Trikaliotis + + .assert * = $0001, error, "Code not at $0001" diff --git a/test/asm/listing/032-assert-error5.s b/test/asm/listing/032-assert-error5.s new file mode 100644 index 000000000..2f9678978 --- /dev/null +++ b/test/asm/listing/032-assert-error5.s @@ -0,0 +1,3 @@ +; 2022-06-20 Spiro Trikaliotis + + .assert * = $1000, error, "Code not at $1000" diff --git a/test/asm/listing/032-assert-error6.s b/test/asm/listing/032-assert-error6.s new file mode 100644 index 000000000..27fafe068 --- /dev/null +++ b/test/asm/listing/032-assert-error6.s @@ -0,0 +1,3 @@ +; 2022-06-20 Spiro Trikaliotis + + .assert * = $1001, error, "Code not at $1001" diff --git a/test/asm/listing/032-assert-error7.s b/test/asm/listing/032-assert-error7.s new file mode 100644 index 000000000..bcb627d7f --- /dev/null +++ b/test/asm/listing/032-assert-error7.s @@ -0,0 +1,3 @@ +; 2022-06-20 Spiro Trikaliotis + + .assert * = $8000, error, "Code not at $8000" diff --git a/test/asm/listing/032-assert-error8.s b/test/asm/listing/032-assert-error8.s new file mode 100644 index 000000000..a542629e5 --- /dev/null +++ b/test/asm/listing/032-assert-error8.s @@ -0,0 +1,3 @@ +; 2022-06-20 Spiro Trikaliotis + + .assert * = $8001, error, "Code not at $8001" diff --git a/test/asm/listing/control/032-assert-error4.err b/test/asm/listing/control/032-assert-error4.err new file mode 100644 index 000000000..e69de29bb diff --git a/test/asm/listing/control/032-assert-error6.err b/test/asm/listing/control/032-assert-error6.err new file mode 100644 index 000000000..e69de29bb diff --git a/test/asm/listing/control/032-assert-error7.err b/test/asm/listing/control/032-assert-error7.err new file mode 100644 index 000000000..e69de29bb diff --git a/test/asm/listing/control/032-assert-error8.err b/test/asm/listing/control/032-assert-error8.err new file mode 100644 index 000000000..e69de29bb diff --git a/test/asm/listing/ref/032-assert-error4.ld65err-ref b/test/asm/listing/ref/032-assert-error4.ld65err-ref new file mode 100644 index 000000000..aef48ea00 --- /dev/null +++ b/test/asm/listing/ref/032-assert-error4.ld65err-ref @@ -0,0 +1 @@ +ld65: Error: 032-assert-error4.s:3: Code not at $0001 diff --git a/test/asm/listing/ref/032-assert-error5.ld65err-ref b/test/asm/listing/ref/032-assert-error5.ld65err-ref new file mode 100644 index 000000000..e69de29bb diff --git a/test/asm/listing/ref/032-assert-error6.ld65err-ref b/test/asm/listing/ref/032-assert-error6.ld65err-ref new file mode 100644 index 000000000..431a185d3 --- /dev/null +++ b/test/asm/listing/ref/032-assert-error6.ld65err-ref @@ -0,0 +1 @@ +ld65: Error: 032-assert-error6.s:3: Code not at $1001 diff --git a/test/asm/listing/ref/032-assert-error7.ld65err-ref b/test/asm/listing/ref/032-assert-error7.ld65err-ref new file mode 100644 index 000000000..c7d5fe38f --- /dev/null +++ b/test/asm/listing/ref/032-assert-error7.ld65err-ref @@ -0,0 +1 @@ +ld65: Error: 032-assert-error7.s:3: Code not at $8000 diff --git a/test/asm/listing/ref/032-assert-error8.ld65err-ref b/test/asm/listing/ref/032-assert-error8.ld65err-ref new file mode 100644 index 000000000..ea476cfb6 --- /dev/null +++ b/test/asm/listing/ref/032-assert-error8.ld65err-ref @@ -0,0 +1 @@ +ld65: Error: 032-assert-error8.s:3: Code not at $8001