diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-03-23 22:23:39 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-03-23 22:23:39 -0700 |
commit | 33cb28448b3af298e611cfd4c98edabb1de63e52 (patch) | |
tree | 6a95a02c9ce5d8de3baf5b058010e4c665e9e004 /fib.s68 | |
parent | c2653ab569c2a0139089db6586f1213884b03b2c (diff) |
Updated fibonacci benchmark code to work with current test harness
Diffstat (limited to 'fib.s68')
-rw-r--r-- | fib.s68 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ dc.l $0, start start: - moveq #36, d0 + moveq #42, d0 bsr fib - illegal + reset fib: cmp.l #2, d0 blt base |