diff --git a/examples/fib.mimasm b/examples/fib.mimasm index b8552c0..b1a7c2c 100644 --- a/examples/fib.mimasm +++ b/examples/fib.mimasm @@ -125,7 +125,7 @@ fib: STSP LDRF 1 STFP - ; Store the result of the call on the stacl + ; Store the result of the call on the stack LDV tmp1 STRF -3 @@ -152,7 +152,7 @@ fib: STSP LDRF 1 STFP - ; Store the result of the call on the stacl + ; Store the result of the call on the stack LDV tmp1 STRF -4