Experiment #3: Thrsim11 Simulator
Experiment #3: Thrsim11 Simulator
THRSim11 Simulator
ORG $C000
LDAA #12
LDB #08
MUL
STD #$10
Loop BRA lo0p
ORG $96
FCB $00,$01,$04,$09,$10,$19,$24,$31,$40
FCB $51,$64,$79,$90,$A9,$C4,$E1
END
When you run this program, you will notice that the 7-
segment display will flash too fast for the eye to see the
various digits. We can pause the execution by running the
LDAA #60
loop1 LDX #55554
loop2 DEX
BNE loop2
DECA
BNE loop1