T
T
Type Programmer2019-09-15 12:33:00
assembler
Type Programmer, 2019-09-15 12:33:00

AVSIM51 how to load the damn source into the emulator?

Just like what you need to click where this source was loaded from the file into the program, just the source
;0000H
MOV R0,#05H
;0002H
MOV 05H,#37H
;0005H
M1: MOV A,R1
;0006H
MOV @R0,A
;0007H
INC R0
;0008H
INC R1
;0009H
DJNZ R2,M1
;000BH
M2: MOVX A,@DPTR
;000CH
ADDC A,@R0
;000DH
MOVX @DPTR,A
;000EH
INC R0
;000FH
INC DPTR
;0010H
DJNZ R3,M2
;0012H
RET

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pfemidi, 2019-09-15
@MegaCraZy6

Difficult!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question