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.

13 lines
375B

  1. : $; 0acc ;
  2. : $g ACC @ selblk 0acc ;
  3. : $[ BLK> @ acc@ - selblk ;
  4. : $] BLK> @ acc@ + selblk ;
  5. : $I mode! 'I' EMIT IBUF 1 buftype _I contents mode! SPC ;
  6. : $F mode! 'F' EMIT FBUF 2 buftype _F setpos mode! SPC ;
  7. : $E E contents ;
  8. : $X acc@ X contents ;
  9. : $h -1 cmv ; : $l 1 cmv ; : $k -64 cmv ; : $j 64 cmv ;
  10. : $H 0acc EDPOS @ 0x3c0 AND pos! ;
  11. : $L 0acc EDPOS @ 0x3f OR pos! ;