Recent content by dragonflyv2

  1. D

    A problem with coding in 8085 microprocessor

    After i had studied and implemented codes to perform basic arithematic operations, factorial of a number, look-up tables, i got stuck at a pretty silly problem, while coding with the 80085 simulator: MVI A,000H STA 0001H MVI A,0001H STA 0002H LXI H,0001H MOV A,M LXI B,0002H STAX B HLT This...
Back
Top