A86: Type Byte


[Prev][Next][Index][Thread]

A86: Type Byte




what is the type byte of an assembly program supposed to be?  I tried
using _createprog to install a program module, but it gives me error 10
data type when I try to run it.  Am I correct in assuming this is due to
_createprog putting a BASICprgm type byte in the VAT instead of an
ASMprgm byte?