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


BLK? Search:

In Block I/O Words in TurboForth Kernal

Word Name: BLK?
Type: Standard word
Data Stack Signature: buffer -- block vdp_addr
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Returns the disk block stored in the buffer buffer (or 0 if the buffer is empty) and the VDP address vdp_addr of the buffer.

Example:

none

Comment:

none

See Also: BUF?  CLEAN  DIRTY  DIRTY?  SETBLK 

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