chipty5/tests/bcd.ch8asm

13 lines
173 B
Plaintext

;
; BCD conversion test
;
LD V0, 7b ; 123 (dec)
LD V4, 0
LD I, 400
LD B, V0
LD V2, [I]
EXIT