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


V@ Search:

In Memory Access Words in TurboForth Kernal

Word Name: V@
Type: Standard word
Data Stack Signature: address -- value
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Fetches value from VDP address address. Places the 8-bit value read from VDP memory on the stack as a 16-bit right justified cell.

Example:

none

Comment:

none

See Also: C@ 

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