Table of Contents
VMEMSET
Subroutine header
SUB VMEMSET (vAddr AS LONG, cntBytes AS WORD, value AS BYTE) SHARED STATIC
Example
INCLUDE "x16.bas" ' Clear the bitmap CALL VMEMSET(0, 11264, 0)
SUB VMEMSET (vAddr AS LONG, cntBytes AS WORD, value AS BYTE) SHARED STATIC
INCLUDE "x16.bas" ' Clear the bitmap CALL VMEMSET(0, 11264, 0)
v3/vmemset.txt ยท Last modified: 2022/12/30 09:44 by neils