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.

17 lines
433B

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