Test file for cross-freebasic workings
Marcel Sondaar
Educational Purposes
elf-test-fb.bas | Test file for cross-freebasic workings |
Functions | |
b_main | the basic sample loop to be called |
PrintString | Prints a string to video memory |
the basic sample loop to be called
Public Sub b_main Cdecl Alias "b_main" ( ByVal vram As Byte Ptr )
Prints a string to video memory
Public Sub PrintString ( s As String, vram As Byte Ptr, offset as long = 0 )