From 33cb28448b3af298e611cfd4c98edabb1de63e52 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 23 Mar 2018 22:23:39 -0700 Subject: Updated fibonacci benchmark code to work with current test harness --- fib.s68 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fib.s68') diff --git a/fib.s68 b/fib.s68 index c8cf58b..f396a27 100644 --- a/fib.s68 +++ b/fib.s68 @@ -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 -- cgit v1.2.3