home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / accs / drupatch / printer.tab < prev    next >
Encoding:
Text File  |  1985-07-21  |  1.3 KB  |  45 lines

  1. *
  2. *         Z e i c h e n a n p a s s u n g s t a b e l l e 
  3. *                       (fuer Star NL-10)
  4. *
  5. *  Lexikalische Analyse
  6. *
  7. *    '*'                Kommentar bis zum 'Return'
  8. *    '\' + 'Return'     Fortsetzungszeile ('Return' wird ignoriert)
  9. *    ' '                trennt Symbole; wird ueberlesen
  10. *
  11. *  Syntaktische Symbole :   Hexadezimalzahl, Komma (','), 'Return'
  12. *
  13. *    Quelltext := { Line }
  14. *    Line      := [ Hex { [','] Hex } ] 'Return'
  15. *
  16. *  Wirkung :  Die 1.Hex-Zahl in 'Line' wird beim Ausdrucken durch
  17. *             die nachfolgenden Hex-Zahlen ersetzt.
  18.  
  19. 10 30   *   normal digits
  20. 11 31
  21. 12 32
  22. 13 33
  23. 14 34
  24. 15 35
  25. 16 36
  26. 17 37
  27. 18 38
  28. 19 39
  29.  
  30. 23 1B 52 00 23        * # from USA fount
  31. 24 1B 52 00 24        * $ from USA fount
  32. 40 1B 52 00 40        * @ from USA fount
  33. 5B 1B 52 00 5B        * [ from USA fount
  34. 5C 1B 52 00 5C        * \ from USA fount
  35. 5D 1B 52 00 5D        * ] from USA fount
  36. 5E 1B 52 00 5E        * ^ from USA fount
  37. 60 1B 52 00 60        * ' from USA fount
  38. 7B 1B 52 00 7B        * { from USA fount
  39. 7C 1B 52 00 7C        * | from USA fount
  40. 7D 1B 52 00 7D        * } from USA fount
  41. 7E 1B 52 00 7E        * ~ from USA fount
  42. 9E E1                 * ~ from Greek fount
  43. DD 1B 52 02 40        * § from German fount
  44. DF EC                 * ∞ Infinity
  45.