SecondBASIC Documentation v3

Home / Command Reference / ViDataFile

ViDataFile

Description: Inserts data into the VRAM Initialization space.

Syntax:

ViDataFile <File> [, <FileType>]

Part Description
<File> Required. The file to be inserted into the VRAM Initialization space.
<FileType> Optional. If the <FileType> is set to Bin, the file will be included as a binary file. If set to Txt, the file will be inserted as an ASM file and no parsing or formatting will be done to the file contents. If omitted, the default value is Bin.