[go: up one dir, main page]

File: firstlastblocks.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 (28 lines) | stat: -rw-r--r-- 694 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
; z80dasm 1.1.3
; command line: ../src/z80dasm -g0 -l -at -o firstlastblocks.generated.asm -b ./firstlastblocks.blocks ./firstlastblocks.bin

	org	00000h
test_pointers_last:	equ 0x0009

l0000h:
	nop			;0000	00 	. 
	nop			;0001	00 	. 

; BLOCK 'test_bytedata' (start 0x0002 end 0x0006)
test_bytedata_first:
	defb 000h		;0002	00 	. 
	defb 000h		;0003	00 	. 
	defb 000h		;0004	00 	. 
test_bytedata_last:
	defb 000h		;0005	00 	. 

; BLOCK 'test_pointers' (start 0x0006 end 0x000a)
test_pointers_first:
	defw test_pointers_last		;0006	09 00 	. . 
	defw l0000h		;0008	00 00 	. . 
	nop			;000a	00 	. 
	nop			;000b	00 	. 
	nop			;000c	00 	. 
	nop			;000d	00 	. 
	nop			;000e	00 	. 
	nop			;000f	00 	.