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


VMBW Search:

In Memory Access Words in TurboForth Kernal

Word Name: VMBW
Type: Standard word
Data Stack Signature: vdp_address cpu_address count --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

VDP Multiple Byte Write. Copies count bytes starting at CPU address cpu_address to vdp memory starting at vdp_address.

Example:

No action is taken if count=0.

Comment:

none

See Also: V!  V@  VMBR 

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