S5U1C62000A MANUAL EPSON 117
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 8: DISASSEMBLER
Output source file "test.ms" (when -cu is specified)
;Disassembler 62 Ver x.xx Assembly source file TEST.MS Mon May 04 11:51:08 1998
.ORG 0X100
LD A,0X8
LD SPH,A
LD A,0X0
LD SPL,A
PSET 0X2
CALL LABEL1
LABEL3:
PSET 0X2
CALL LABEL2
JP LABEL3
.ORG 0X200
LABEL1:
LD A,0X0
LD XP,A
LD X,0X0
LBPX MX,0X0
LBPX MX,0X0
RET
LABEL2:
LD A,0X0
LD XP,A
LD X,0X0
LD A,0X0
SCF
ACPX MX,A
ACPX MX,A
ACPX MX,A
ADC MX,A
RET