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


VMBR Search:

In Memory Access Words in TurboForth Kernal

Word Name: VMBR
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 Read. Copies count bytes starting at vdp_address to CPU memory starting at cpu_address.

Example:

none

Comment:

No action is taken if count=0.

See Also: V!  V@  VMBW 

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