Klasek's Forth Stuff |
This implemention was developed under
There are 2 CPU modes (6502 vs. 65C02) which influence the conditional and structural words how they finally produce code.
WDC (Western Design Center, Inc.) special instructions are covered, too.
Defines several disassembler words.
Usage:
DISA ( addr len -- ) start disassembling DI ( addr -- ) disassembles the next 26 bytes CONT ( -- ) continue to disassemble from the last DI or DISA call.
Uses DISA (disassembler above) to show code words.
Usage:
DECP word
Based on an article from c't Magazin 84/07 p. 65, 6809-Assembler in FORTH, Dr. Erich Küster
zurück zur Startseite |