mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

extension: control text colours in GOSUB 110 #7

Open mhaupt opened 11 months ago

mhaupt commented 11 months ago

Even though it's not part of the BASICODE conventions, some BASICODE implementations support setting the colours in text mode using GOSUB 110. In that case, the subroutine will not only use HO/VE to position the cursor, but also CC(0/1) to set the foreground and background colours.