0000: 04 00 00 LXI SP,$0000 ; Init stack pointer 0003: 64 83 90 MVI EOM,$90 ; Set LV1 and enable output 0006: 4e 2d JRE $0035 ; => 0035 <...> 0035: 69 08 MVI A,$08 ; Enable RAM 0037: 4d d0 MOV MM,A 0039: 69 8e MVI A,$8E ; Set control mode 003b: 4d d1 MOV MCC,A ; for some pins of port C 003d: 69 ff MVI A,$FF ; Put all ports in input mode 003f: 4d c0 MOV PA,A 0041: 4d c1 MOV PB,A 0043: 4d c2 MOV PC,A <...>