File: duplabel-err.asm

package info (click to toggle)
yasm 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,304 kB
  • ctags: 8,705
  • sloc: asm: 65,933; ansic: 43,717; sh: 8,929; yacc: 1,568; xml: 593; makefile: 145; sed: 16
file content (18 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%macro TESTMAC 0
label:
	mov ax, 5
	mov dx, 4
	mov cx, 3
%endmacro

db 6

db 7

TESTMAC

db 8
db 9
TESTMAC
db 10
TESTMAC