I am needing to consistently poll time in BASIC for a patched version of FoReM-26M BBS I am releasing. However, when I try to execute the following inside a USR ADR string, it crashes, why?
``` PLA ; needed for USR LDA $D301 PHA AND #$FE STA $D301 JSR $FFC0 PLA STA $D301 RTS ```