This *Command creates an empty file.
*Create filename [length [exec_addr [load_addr]]]
filename | Valid pathname specifying a file |
length | Number of bytes to reserve |
exec_addr | Address to jump to after loading (applicable to programs only) |
load_addr | Address at which file is loaded into memory (when *Loaded) |
No data is transferred to the file.
The optional load and execution addresses and length are in hexadecimal.
If the load address and execution address parameters are omitted, then a file with a filetype of &FFD (Data) and a timestamp will be created.
The default value for the length parameter and load_addresss parameter is both zero.