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. > > -- You received this message because you are subscribed to the Google Groups "N8VEM-S100" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
