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


BUF? Search:

In Block I/O Words in TurboForth Kernal

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

Returns the buffer number of block block, and its address in VDP memory as vdp_addr. Returns 0 0 if the block is not in memory.

Example:

none

Comment:

none

See Also: BLK?  CLEAN  DIRTY  DIRTY?  SETBLK 

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