overwrite segment tests
asm/listing linker CFG support asm and asm/listing test documentation
This commit is contained in:
13
test/asm/listing/201-overwrite-overflow.s
Normal file
13
test/asm/listing/201-overwrite-overflow.s
Normal file
@@ -0,0 +1,13 @@
|
||||
; verification of overwrite segment overflow cases
|
||||
|
||||
; error: overflow past end of A memory area
|
||||
.segment "A"
|
||||
.byte 0,1,2,3
|
||||
.segment "AO"
|
||||
.byte $26,$27,$28
|
||||
|
||||
; error: overflow past end of B memory area
|
||||
.segment "B"
|
||||
.byte 0,1,2,3
|
||||
.segment "BO"
|
||||
.byte $26,$27,$28
|
||||
Reference in New Issue
Block a user