slenkar писал(а):
if you reverse the x and y coords it prints as you would expect
Y first and X second is a ZX-Basic tradition that I adhere into my module "Basic".
In the module Console will be procedure At(x, y), of course.
slenkar писал(а):
Oh I just realized that the spectrum screen is 24 chars high
but BASIC can only access 0-21
Look into the module configurator Obj/BasicCfg.h:
Код: "C"
/* Use ROM output (RST 10H, slow, 32x22) or CUSTOM (fast, 32x24) */
#define ROM_OUTPUT
You need to comment this line:
Код: "C"
Make sure that SDCC found
this configurator first, but not any other (for example, not "ZXDev/Lib/Obj/BasicCfg.h").