<< 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: value vdpAddress --
Return Stack Signature: --
Availability: V1.2
Description:

Writes the 16-bit value value to vdpAddress.

Example:

None

Comment:

Note: It is not neccessary for vdpAddress to be aligned on a 16-bit boundary.

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 >>