Documentation for SIC64 experimental program for QB64.

SIC64 implements the following:

  _DEFINE A-Z AS _FLOAT
  _DIREXISTS(Filename$)
  _FILEEXISTS(Filename$)
  SHELL _HIDE "<command>"
  REDIM _PRESERVE GosubReturn() AS INTEGER

  Following sound types support
    WAVE,OGG,AIFF,RIFF,VOC,MP3,MOD,MIDI functions:
      _SNDOPEN, _SNDPLAY, _SNDCLOSE,
  And types
    WAVE,OGG,AIFF,RIFF,VOC support function:
      _SNDLEN when "LEN" specified.

  For SIC64 you will need all the .DLL files from C:\QB64
    or they can be placed in C:\WINDOWS\SYSTEM32

  The SIC64 functions ABSOLUTE() and INT86(X) only supports X=33h AX=0-3.

  SIC64 does not allow DPRINT because it does not have a FORMAT$ library.

  SIC64 removes all BIOS and INT86 calls except mouse subroutines.

-end-
