Skip to content

Commit

Permalink
Fixed LEA
Browse files Browse the repository at this point in the history
* Destination mode is now set to An
  • Loading branch information
schooley committed Dec 8, 2013
1 parent 27cad2a commit 8d9a45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3BDISS.X68
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ BRRTS MOVE.B #$83,(IOOPCD) Set OP-code name

BRLEA MOVE.B #$37,(IOOPCD) Set OP-code name
BSR EXDST Extract destination mode & register
BSR ADVBFR Advance the buffer accordingly
MOVE.B #%001,(DMD) Set destination mode to An
BSR EXSRC Extract source mode & register
* "Source EA field: "Only control addressing modes can be used [...]."
MOVE.W #M_CTR,D0 Set control modes as valid
Expand Down

0 comments on commit 8d9a45c

Please sign in to comment.