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

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



On Tuesday, July 14, 2015 at 3:15:12 PM UTC-7, Bob Bell wrote:

At one point you mention a MYIDE ROM.  I’m not familiar with that.


Bob,

My assumption is that the myide.asm program has equates to user either cp/m bdos calls for I/O or you can configure for direct I/O to your hardware allowing you to ORG at a location suitable for ROM. 

 FFFF =         CPM             EQU     TRUE    ;TRUE IF OUTPUT VIA CPM, FALSE IF DIRECT TO HARDWARE

From the S100computers.com IDE/CF card docs

The next issue is how are you going to communicate with the keyboard/CRT/LCD display.  If the equate for CPM=TRUE, communications will be via standard CPM/BDOS calls.  However in cases where you do not yet have CPM up and running, if the CPM equate is set to FALSE, output will go to directly your console ports. These need to be set to their correct values. The code is very simple and straightforward. Its menu driven.