2020-11-02 18:53:57 -05:00
|
|
|
: _status
|
|
|
|
1 _THA! ( output, high/unselected )
|
|
|
|
_D1@ 0x3f AND ( low 6 bits are good )
|
2020-05-15 15:41:06 -04:00
|
|
|
( Start and A are returned when TH is selected, in bits 5 and
|
|
|
|
4. Well get them, left-shift them and integrate them to B. )
|
2020-11-02 18:53:57 -05:00
|
|
|
0 _THA! ( output, low/selected )
|
|
|
|
_D1@ 0x30 AND 2 LSHIFT OR ;
|