i8085 | i8085proc | i8085set | i8085minimax | i8085sim | i8085basic
https://en.m.wikipedia.org/wiki/Intel_8085
https://www.wikiwand.com/en/Intel_8085
https://usemynotes.com/what-is-8085-microprocessor/
https://heavydeck.net/project/i8085-microcomputer/
Intel 8085 processor
základ:
SIM command:
| SOD | SDE | - | R7.5 | MSE | M7.5 | M6.5 | M5.5 |
0100 000 = 40h
1100 000 = C0h
; blink
LOOP:
MVI A, 40h
SIM
CALL DELAY
MVI A,C0h
SIM
CALL DELAY
JMP LOOP