diff options
| author | Astrid Smith | 2011-06-24 22:24:54 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-06-24 22:24:54 -0700 |
| commit | 8180013ecccbb1eff2ff3f93621309225a285dba (patch) | |
| tree | b40040ebd8defe7fdaaa859b9b15047b66f40cc6 /speed.txt | |
| parent | c22fdfeff0c15cfd1324aeadf89fa16c89be21a8 (diff) | |
I spent the afternoon counting cycles.
Diffstat (limited to 'speed.txt')
| -rw-r--r-- | speed.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/speed.txt b/speed.txt new file mode 100644 index 0000000..38a81fc --- /dev/null +++ b/speed.txt @@ -0,0 +1,14 @@ +FETCHB 106 cycles - 34 +FETCHW 140 cycles - 34 +PUTB 106 cycles - 34 +PUTW 140 cycles - 34 +POPW 60 cycles - 0 +PUSHW 42 cycles - 0 +FETCHBI 8 cycles - 0 +FETCHWI 42 cycles - 0 + +F_INC_B 108 cycles +F_DEC_B 80 cycles +F_INC_W 4 cycles +F_DEC_W 4 cycles + |
