<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


MKDSK Search:

In Block I/O Words in TurboForth Kernal

Word Name: MKDSK
Type: Immediate word
Data Stack Signature: size --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Creates a block file with the name file and capacity for size blocks.

Example:

MKDSK 80 DSK1.BLOCKS

The above creates a blocks file (of type D/F128) on DSK1 called BLOCKS with enough space for 80 screens/blocks.

Comment:

Note: In version 1.0 & 1.1 this command was called MKDSK.

Note: The syntax of this word has been changed for version 1.2. Please see MKBLK for V1.2.

See Also: USE  MKBLK 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>