File: br2222615.asm

package info (click to toggle)
nasm 2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,364 kB
  • sloc: ansic: 91,190; asm: 21,678; perl: 5,874; makefile: 546; sh: 313; python: 78; sed: 11
file content (19 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;Testname=noerror; Arguments=-fbin -obr2222615.bin; Files=stdout stderr br2222615.bin
;Testname=error; Arguments=-DERROR -fbin -obr2222615.bin; Files=stdout stderr br2222615.bin

%macro bluttan 0
	nop
%endmacro

%ifnmacro bluttan
 %error "bluttan is a macro"
%endif

%ifmacro blej
 %error "blej is not a macro"
%endif

%ifdef ERROR
 %ifnmacro
 %endif
%endif