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


V2@ Search:

In Memory Access Words in TurboForth Kernal

Word Name: V2@
Type: Standard word
Data Stack Signature: vdpAddress -- n
Return Stack Signature: --
Availability: V1.2
Description:

Reads the 16-bit value from address vdpAddress and pushes it to the stack as a single 16-bit cell.

Example:

None

Comment:

Note: It is not necessary for vdpAddress to be word aligned.

Introduced in TurboForth V1.2.1:4 (September 2015)

See Also: V!  V@  V2! 

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