new test diff1.s - difference of two undefined symbols (should be rejected)

This commit is contained in:
Ken Raeburn
1993-10-20 15:50:04 +00:00
parent 0b63552c67
commit 82a69c1720

View File

@ -0,0 +1,5 @@
# Difference of two undefined symbols.
# The assembler should reject this.
.text
.globl _foo
_foo: .long _a - _b