Part of the reason for S.A.D.'s incompatibility with the Nspire is because of the following 3 lines of code, used in SafeCopy to copy plotsscreen to the LCD:
rowwait:
in f,(c)
jp m,rowwait
Is there any code I can use to replace this? I tried using IN A, (C) because the sign flag is affected, but apparently that didn't work