diff options
| author | Astrid Smith | 2010-09-10 19:40:53 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-10 19:40:53 -0700 |
| commit | e81ab31cf7cfabce9f5d235066c471761c647ff2 (patch) | |
| tree | 9589ce94c13f22eac517f5517263b50fa277d1df /main.asm | |
| parent | f04517792ecbb28b644063f98d138079f7ca53f6 (diff) | |
Two more fixes
The underef function will now return 0 if a match is not found, rather
than returning something undefined.
The routine for CALL immed.w was mistakenly calling deref with a
truncated address. This has been fixed.
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ underef_not1: underef_not2: suba.l (a1)+,a0 ;; if that fails too, well shit man! + moveq #0,d0 underef_thatsit: rts |
