historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/openbios/forth/debugging/fcode.fs
2024-01-16 11:20:27 -06:00

14 lines
318 B
Forth

\ 7.7 FCode Debugging command group
\ The user interface versions of these FCode functions allow
\ the user to debug FCode programs by providing named commands
\ corresponding to FCode functions.
: headerless ( -- )
;
: headers ( -- )
;
: apply ( ... "method-name< >device-specifier< >" -- ??? )
;