From 9e80202352dd49bdd9e67b8b906d86f058431505 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 May 2019 15:12:49 -0500 Subject: Initial import of abandoned HQEMU version 2.5.2 --- src/roms/openbios/forth/debugging/fcode.fs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/roms/openbios/forth/debugging/fcode.fs (limited to 'src/roms/openbios/forth/debugging/fcode.fs') diff --git a/src/roms/openbios/forth/debugging/fcode.fs b/src/roms/openbios/forth/debugging/fcode.fs new file mode 100644 index 0000000..7609955 --- /dev/null +++ b/src/roms/openbios/forth/debugging/fcode.fs @@ -0,0 +1,14 @@ +\ 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< >" -- ??? ) + ; -- cgit v1.1