usr-1@wrk-1 d52v33beta $ ./d48 mem
D48 8048/8041 Disassembler V 3.3
Copyright (C) 1996-2004 by J. L. Post
Released under the GNU General Public License
Initializing program spaces...
reading mem.bin
Highest location = 07ff
No control file found
Pass 1 - Reference search complete
Pass 2 - Source generation complete
Pass 3 - Equate generation complete
Done
usr-1@wrk-1 d52v33beta $
usr-1@wrk-1 d52v33beta $ head mem.d48 -n 20
;
; 8048 Disassembly of mem.bin
; 04/10/04 5:55
;
org 0
;
jmp X00d0
;
org 4
;
X0004: mov a,#9
cpl a
add a,r7
cpl a
jnz X000d
call X0124
X000d: mov a,#8
cpl a
add a,r7
cpl a
usr-1@wrk-1 d52v33beta $
|