elf-test-fb.bas

Test file for cross-freebasic workings

Author

Marcel Sondaar

License

Educational Purposes

Summary
elf-test-fb.basTest file for cross-freebasic workings
Functions
b_mainthe basic sample loop to be called
PrintStringPrints a string to video memory

Functions

b_main

Public Sub b_main Cdecl Alias "b_main" (ByVal vram As Byte Ptr)

the basic sample loop to be called

vrampointer to video memory

PrintString

Public Sub PrintString (As String,  
vram As Byte Ptr,  
offset as long =  0)

Prints a string to video memory

sthe string to be printed
vrampointer to video memory to print to
Public Sub b_main Cdecl Alias "b_main" (ByVal vram As Byte Ptr)
the basic sample loop to be called
Public Sub PrintString (As String,  
vram As Byte Ptr,  
offset as long =  0)
Prints a string to video memory