diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-09-21 21:18:46 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-09-21 21:18:46 +0100 |
commit | 81216ea9a6da08678c7e38c5d3584d9a72655026 (patch) | |
tree | d613f8c3e6e385f39d8a407154786ce905954ad1 /doc | |
parent | 25302a2513307a3a41b76f5e568f0916713c0620 (diff) |
Imported V1.10V1.10
Diffstat (limited to 'doc')
-rw-r--r-- | doc/casm.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/casm.html b/doc/casm.html index 9d78b7b..d52c0ea 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -744,6 +744,17 @@ https://en.wikipedia.org/wiki/PETSCII</a> more details. </td></tr> <tr><td class="cmd"> +c64 +</td> +<td class="def"> +The screen codes as used on the Commodore 64. Note these codes are different +to PETSCII and are the values to be poked into screen memory. The lower case +characters are the low part of the code -- these will appear onscreen either +in upper or lower case depending on the shift mode. The upper case characters +are either graphics characters or capital letters depending on the shift mode. +</td></tr> + +<tr><td class="cmd"> zx81 </td> <td class="def"> |