Monitor is too big.
Closed this issue · 0 comments
skx commented
We can shave off bytes via re-ordering, and minor tweaks.
Note to self it is worth remembering jr xx
(jmp relative) is one byte shorter than jmp xx
(absolute jump).
Closed this issue · 0 comments
We can shave off bytes via re-ordering, and minor tweaks.
Note to self it is worth remembering jr xx
(jmp relative) is one byte shorter than jmp xx
(absolute jump).