svofski / vector06cc

Вектор-06ц в ПЛИС / Vector-06c in FPGA
http://svofski.github.io/vector06cc/
Other
30 stars 6 forks source link

T80: test detects it as VM1 #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The code for telling VM1 from 8080, as proposed by S.E.S. in "Scaner 5":

    lxi h, 0020h
    push h
    pop psw
    push psw
    pop h
    mvi a, 20h
    ana l
    jz i8080
vm1:
    ; vm1
i8080:
    ; 8080

Original issue reported on code.google.com by svof...@gmail.com on 17 Jan 2008 at 2:09

GoogleCodeExporter commented 9 years ago
Fixed the status bits 1, 3, 5. Also see cputype.asm in workbench.

Original comment by svof...@gmail.com on 18 Jan 2008 at 12:16