[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [N8VEM-S100:7393] Re: V3 Dual IDE/CF S100 Bus board initial checks



On Monday, July 13, 2015 at 7:08:42 PM UTC-7, monahanz wrote:

MYIDE will not run on 8080/8085.  On 2.2 It should be OK I think, if not only minor console I/O mods required.

John

 


John,

I saw this in the history/notes of the myide.asm source code.

                ; V1.7 3/1/2010 ;REMOVED Z80 CODE (SO IT CAN BE TRANSLATED TO 8086 CODE LATER)

And later in the same .asm source

                 ; INCLUDE Z-80 MACRO LIBRARY:
                MACLIB Z80 ;FOR THE Z80 DJNZ OPCODE

Which is what led me to believe the code was not Z80 specific. Can someone save me some RTFM and explain those two lines? (Both the commented and uncommented lines.)