From 8180013ecccbb1eff2ff3f93621309225a285dba Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Fri, 24 Jun 2011 22:24:54 -0700 Subject: I spent the afternoon counting cycles. --- speed.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 speed.txt (limited to 'speed.txt') 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 + -- cgit v1.2.3