Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / forth / debugging / fcode.fs
1 \ 7.7 FCode Debugging command group
2
3 \ The user interface versions of these FCode functions allow
4 \ the user to debug FCode programs by providing named commands 
5 \ corresponding to FCode functions.
6
7 : headerless    ( -- )
8   ;
9
10 : headers    ( -- )
11   ;
12
13 : apply    ( ... "method-name< >device-specifier< >" -- ??? )
14   ;