Optimizations:
:0→A
:0→B
:1→X
:1→Y
Can be 1 line. It optimizes to
:0->A->B+1->X->Y
Instead of doing
A+1->A and
A-1->A,
Use
A++ and
A--
Instead of
If R=0
Use
!If R
And do you need the >>
When seeing if its greater than 96 and 64?
I don't think its needed but I might be wrong because I'm not experienced with them since I just figured out they existed yesterday
