More assert tests
Also test ldwarning and lderror options.
This commit is contained in:
8
test/asm/listing/034-assert-lderror2.s
Normal file
8
test/asm/listing/034-assert-lderror2.s
Normal file
@@ -0,0 +1,8 @@
|
||||
; 2022-06-18 Spiro Trikaliotis
|
||||
|
||||
.ASSERT * = $0000, lderror, "Code not at $0000"
|
||||
.ASSERT * = $0001, lderror, "Code not at $0001"
|
||||
.ASSERT * = $1000, lderror, "Code not at $1000"
|
||||
.ASSERT * = $1001, lderror, "Code not at $1001"
|
||||
.ASSERT * = $8000, lderror, "Code not at $8000"
|
||||
.ASSERT * = $8001, lderror, "Code not at $8001"
|
||||
Reference in New Issue
Block a user