Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

10 lignes
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. ;