summaryrefslogtreecommitdiff
path: root/speed.txt
diff options
context:
space:
mode:
authorAstrid Smith2011-06-25 01:26:15 -0700
committerAstrid Smith2011-06-25 01:26:15 -0700
commitfc3103b47fad14847704d27705a64fb6ad5b430e (patch)
tree810d773482cd3fbb2f583f93dd3a4b2e8cdebacb /speed.txt
parentff8095a131f585bfa7d2d45d79fc4de62bec4c20 (diff)
Speed trick from tezxas added to documentation
Diffstat (limited to 'speed.txt')
-rw-r--r--speed.txt3
1 files changed, 3 insertions, 0 deletions
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