Test program:
;;Standart test for TD4: output all numbers from 0 to 15
inc:
mov b, a
out b
mov a, b +1
jncl inc
hlt
A project log for 4-bit CPU (TD4 once again)
I build TD4 CPU and expand it (add RAM, switchable memory banks and rugged I/O)
Test program:
;;Standart test for TD4: output all numbers from 0 to 15
inc:
mov b, a
out b
mov a, b +1
jncl inc
hlt
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.