Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
447B

  1. : _g ( given a top-left of dot-X in BLK(, spit 7 bin lines )
  2. 7 0 DO
  3. 0 5 0 DO ( a r )
  4. 1 LSHIFT
  5. OVER J 64 * I + + C@ 'X' = IF 1+ THEN
  6. LOOP 3 LSHIFT C, LOOP DROP ;
  7. : _l ( a u -- a, spit a line of u glyphs )
  8. ( u ) 0 DO ( a )
  9. DUP I 5 * + _g
  10. LOOP ;
  11. : CPFNT5x7
  12. 0 , 0 , 0 , 0 C, ( space char )
  13. 535 532 DO I BLK@ BLK( 12 _l 448 + 12 _l DROP LOOP ( 72 )
  14. 535 BLK@ BLK( 12 _l 448 + 10 _l DROP ( 94! )
  15. ;