|
boot [specifiers] -h |
( -- ) |
Load file from specified source. |
|
byte-load |
( adr span -- ) |
Interpret a loaded FCode binary file. span is usually 1. |
|
dl |
( -- ) |
Load a Forth file over a serial line with TIP and interpret. Type: ~C cat filename ^-D |
|
dlbin |
( -- ) |
Load a binary file over a serial line with TIP. Type: ~C cat filename |
|
dload filename |
( adr -- ) |
Load specified file over Ethernet at given address. |
|
go |
( -- ) |
Begin executing a previously-loaded binary program, or resume executing an interrupted program. |
|
init-program |
( -- ) |
Initialize to execute a binary file. |
|
load [specifiers] |
( -- ) |
Load data from specified device into memory at the address given by load-base. (See boot format.) |
|
load-base |
( -- adr ) |
Address at which load places the data it reads from a device. |