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.

10 lines
277B

  1. : (key)
  2. _next C@ IF _next C@ 0 _next C! EXIT THEN
  3. BEGIN _updsel UNTIL
  4. _prevstat C@
  5. 0x20 ( BUTC ) OVER AND NOT IF DROP _sel C@ EXIT THEN
  6. 0x40 ( BUTA ) AND NOT IF 0x8 ( BS ) EXIT THEN
  7. ( If not BUTC or BUTA, it has to be START )
  8. 0xd _next C! _sel C@
  9. ;