exg instruction translated wrong

This commit is contained in:
ceriel 1987-06-11 14:44:48 +00:00
parent ee3a80c6e5
commit 1e5688a10e

View file

@ -86,7 +86,7 @@ operation
); );
else else
emit2( emit2(
(0140600|$2|($4&07)<<9) (0140610|$2|($4&07)<<9)
- -
(($4&010)<<3) (($4&010)<<3)
); );