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.

8 lines
286B

  1. : _status
  2. 1 _THA! ( output, high/unselected )
  3. _D1@ 0x3f AND ( low 6 bits are good )
  4. ( Start and A are returned when TH is selected, in bits 5 and
  5. 4. Well get them, left-shift them and integrate them to B. )
  6. 0 _THA! ( output, low/selected )
  7. _D1@ 0x30 AND 2 LSHIFT OR ;