[go: up one dir, main page]

File: unlabeledblocks.asm

package info (click to toggle)
z80dasm 1.1.5-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,276 kB
  • sloc: asm: 70,115; ansic: 2,541; sh: 1,255; makefile: 275
file content (21 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; z80dasm 1.1.3
; command line: ../src/z80dasm -g0 -l -at -o unlabeledblocks.generated.asm -b ./unlabeledblocks.blocks ./unlabeledblocks.bin

	org	00000h

	nop			;0000	00 	. 
	nop			;0001	00 	. 
	defb 000h		;0002	00 	. 
	defb 000h		;0003	00 	. 
	defb 000h		;0004	00 	. 
	defb 000h		;0005	00 	. 
	nop			;0006	00 	. 
	nop			;0007	00 	. 
	defb 000h		;0008	00 	. 
	defb 000h		;0009	00 	. 
	defb 000h		;000a	00 	. 
	defb 000h		;000b	00 	. 
	nop			;000c	00 	. 
	nop			;000d	00 	. 
	nop			;000e	00 	. 
	nop			;000f	00 	.