home *** CD-ROM | disk | FTP | other *** search
- WDUMP.HLP WDUMP is a word dump utility, similar to DUMP
-
-
- %DUMP@ ( A1 --- C1 )
- A default setting for the deferred word DUMP@
-
- DUMP@ ( -- w )
- The function used by WDUMP to fetch 16-bit words.
- It is deferred so that you can patch in any other 16-bit
- fetch that you desire.
-
- DLNw ( addr --- )
- Dump one line, starting at addr, using the latest conditions
- set by WDUMP.
-
- LWDUMP ( S A L -- )
- Dump words from segment S address A length L bytes
-
- WDUMP ( A L -- )
- Dump words from the code segment, address A, length L bytes
-
- YWDUMP ( A N -- )
- Dump words from the head segment, address A, length L bytes
-
- WDU ( addr -- addr+64 )
- Dump 32 more words
-
-