RosettaCodeData/Task/Special-variables/XLISP/special-variables-2.xlisp
2016-12-05 23:44:36 +01:00

3 lines
185 B
Text

10 PRINT "The border colour is "; PEEK (23624): REM bordcr
20 PRINT "The ramtop address is "; PEEK (23730) + 256 * PEEK (23731): REM ramtop
30 POKE 23609,50: REM set keyboard pip to 50