/* * 4K tas for spim */#define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16))#define SC(base, rt) WORD $((070<<26)|((base)<<21)|((rt)<<16))#define NOOP WORD $0x27TEXT_tas(SB),$0MOVWR1,R2/* address of key */tas1:MOVW$1,R3LL(2,1)NOOPSC(2,3)NOOPBEQR3,tas1RET