I'm writing a program that is meant to use BDOS function 10, Get console buffer. In the CPM3 Programmer's guide it says you can pre-load the input buffer, set mx and nc and when you call BDOS 10, it should allow you to get a line of text with the text from the input buffer already filled out.
I'm thinking that this only works on CPM3 and not CPM2.2. I'm running ZPM3, which I'm making an assumption that is a Z-system based on CPM3. I may be wrong.
Does anyone know of a reason why my attempts may not work?
Robb