Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:alphanumeric [2016/06/05 17:02]
ex_writer [Example: Character Option Mixing]
software:alphanumeric [2016/07/05 22:31]
ex_writer [Standard System Font]
Line 5: Line 5:
 ===== Standard System Font ===== ===== Standard System Font =====
  
-The Bally Arcade system font uses a subset of the standard ASCII table along with a few extended options (see [[#ASCII representation]] below). The following example displays the full standard system font characters 20H–63H (including the leading space character) using a standard ​[[system routines:​screen handler#​strdis|STRDIS]] call:+The Bally Arcade system font uses a subset of the standard ASCII table along with a few extended options (see [[#ASCII representation]] below). The following example displays the full standard system font characters 20H–63H (including the leading space character) using a [[system routines:​screen handler#​strdis|STRDIS]] call:
  
 ---- ----
Line 99: Line 99:
 The small font includes numerals 0–9, a colon (:), and a bullet icon used in //​[[:​Gunfight]]//​. ​ The small font includes numerals 0–9, a colon (:), and a bullet icon used in //​[[:​Gunfight]]//​. ​
  
-<​wrap ​alert>Testing shows that base character starts at B0H instead of A0H?</​wrap>​+<​wrap ​help>Testing shows that base character starts at B0H instead of A0H?</​wrap>​
 ---- ----