aboutsummaryrefslogtreecommitdiff
path: root/libyasm/tests/reserve-err2.asm
blob: 190f66b355cfe9c2327191d183c47e4f1d793858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; Test res* family errors
a:
resb -5
resw 1.2
resd -1.2
resq 0xffffffff
;rest a

[section .bss]
resb -5
resw 1.2
resd -1.2
resq 0xffffffff
;rest a