en:pfw:disassembler_msp430-disassemblers
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:pfw:disassembler_msp430-disassemblers [2023-09-04 18:13] – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 | en:pfw:disassembler_msp430-disassemblers [2023-09-05 06:33] (current) – ↷ Links angepasst, weil Seiten im Wiki verschoben wurden 157.90.7.32 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{pfw: | ||
+ | ====== Disassemblers ====== | ||
+ | * [[https:// | ||
+ | Note that the check on CFA's '' | ||
+ | For other systems these lines need adaptation.\\ | ||
+ | Not in Generic Forth: '' | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | An example of its use, disassemble '' | ||
+ | |||
+ | < | ||
+ | das dup | ||
+ | | ||
+ | 4BF2: $ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | 4BFE: ?D 443F sp )+ nxt MOV | ||
+ | 4C00: UP 5055 4C04 pc x) ip .b ADD | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | 4C0A: 6K 4B36 xx )+ w MOV | ||
+ | | ||
+ | 4C0E: DR 5244 | ||
+ | 4C10: OP 504F | ||
+ | |||
+ | | ||
+ | 4C14: 7D 4437 sp )+ tos MOV | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ^Command | ||
+ | |'' | ||
+ | |'' | ||
+ | |||
+ | Each time the space bar is hit, a new line is disassembled. When any other key is hit the disassembly stops! | ||
+ | |||
+ | ===== Contributions ===== | ||
+ | |||
+ | < | ||
+ | |||
+ | |||
+ | [[en: |