aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/ic
diff options
context:
space:
mode:
Diffstat (limited to 'sim/tic80/ic')
-rw-r--r--sim/tic80/ic4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/tic80/ic b/sim/tic80/ic
index 17067fb..042a0d9 100644
--- a/sim/tic80/ic
+++ b/sim/tic80/ic
@@ -19,11 +19,11 @@ compute:IndOff:rIndOff:signed_word:(GPR (IndOff) + 0)
#
compute:Base:Base:
compute:Base:vBase:signed_word:(GPR (Base) + 0)
-compute:Base:rBase:signed_word:(&GPR (Base))
+compute:Base:rBase:signed_word*:(&GPR (Base))
#compute:Base:vBase:signed_word:(Base == 0 ? 0 : (CPU)->reg[Base])
#
compute:Link:Link:
-compute:Link:rLink:signed_word:(&(CPU)->reg[Link])
+compute:Link:rLink:signed_word*:(&(CPU)->reg[Link])
#
# Trap Number
compute:UTN:UTN: