-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msp430 disasm: prints some synthetic instructions
Rather than showing the core instruction it shows the synthesised version. Here are some examples: Core Synthetic ========= ========= mov #0 r3 nop mov (sp)+ <dest> pop <dest> or #1 sr setc "ret" shows up as "pop pc". I think that's more helpful. ;-)
- Loading branch information
1 parent
d4c03e0
commit b71769d
Showing
2 changed files
with
30 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters