value. Some examples will make this clearer. As shown in Figure
So add up the values of the dots in each column using this system. In Figure
m,m,m,m,m,m,m.m,m,m,,m,,
128 | ! |
|
~• | ASCII Code | |
64 |
| Descender |
~
f’-
Start column
End column
M, = Descender * 126 + (Start * 16) + End
Figure 9-8. Add the values of the dots in each column and write thesum ofeachcolumn atthebottom.
H Assigning a value to your character
We’ve done a pretty thorough job of designing and describing a user-defined character. But the SD-lo/l5 has room for 240
download characters-how does it know which user-defined character we want to print? Exactly the same way it knows which standard character we want to print: every character is assigned a unique number.
The standard characters are assigned the ASCII codes- numbers from 0 to 255. For the download character sets you
87