Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
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 ;