RosettaCodeData/Task/Environment-variables/ZX-Spectrum-Basic/environment-variables.basic

4 lines
185 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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