[go: up one dir, main page]

File: overlapblocks.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 (31 lines) | stat: -rw-r--r-- 742 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
22
23
24
25
26
27
28
29
30
31
; z80dasm 1.1.3
; command line: ../src/z80dasm -g0 -l -at -o overlapblocks.generated.asm -b ./overlapblocks.blocks ./overlapblocks.bin

	org	00000h


; BLOCK 'test_code' (start 0x0000 end 0x0008)
test_code_start:
	nop			;0000	00 	. 
	nop			;0001	00 	. 

; BLOCK 'test_pointers' (start 0x0002 end 0x0006)
test_pointers_start:
	defw test_code_start		;0002	00 00 	. . 
	defw test_code_start		;0004	00 00 	. . 
test_pointers_end:
	nop			;0006	00 	. 
	nop			;0007	00 	. 
test_code_end:

; BLOCK 'test_bytedata' (start 0x0008 end 0x000a)
test_bytedata_start:
	defb 000h		;0008	00 	. 
	defb 000h		;0009	00 	. 
test_bytedata_end:
	nop			;000a	00 	. 
	nop			;000b	00 	. 
	nop			;000c	00 	. 
	nop			;000d	00 	. 
	nop			;000e	00 	. 
	nop			;000f	00 	.