From fc3103b47fad14847704d27705a64fb6ad5b430e Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Sat, 25 Jun 2011 01:26:15 -0700 Subject: Speed trick from tezxas added to documentation --- speed.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/speed.txt b/speed.txt index 38a81fc..254ef6a 100644 --- a/speed.txt +++ b/speed.txt @@ -12,3 +12,6 @@ F_DEC_B 80 cycles F_INC_W 4 cycles F_DEC_W 4 cycles +done: + move.b (epc)+,done+whatever(a5) ; 16 + jmp #value(a4) ; 10 -- cgit v1.2.3