The following old document is from Niels' personal file at DJOE:
![]() |
| old document (click to enlarge) |
The "oude routine" that Niels refers to almost certainly was something like this:Met dank aan L.Rooijakkers die een oude routine opviste om de kruisjes en rondjes op het scherm te zetten.
1000 REM Put char C in the game board at position X, Ywhere the nn were constants positioning the board on the screen (the EXIDY had a 64x30 memory-mapped video display whose first line started at memory address F080 hex, corresponding to -3968 in 16-bit two's complement).
1010 Y1 = nn + 2 * Y : X1 = nn + 2 * X
1020 POKE -3968 + 64 * Y1 + X1, C