diff options
| author | Astrid Smith | 2011-06-25 01:26:15 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-06-25 01:26:15 -0700 |
| commit | fc3103b47fad14847704d27705a64fb6ad5b430e (patch) | |
| tree | 810d773482cd3fbb2f583f93dd3a4b2e8cdebacb | |
| parent | ff8095a131f585bfa7d2d45d79fc4de62bec4c20 (diff) | |
Speed trick from tezxas added to documentation
| -rw-r--r-- | speed.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
