Good evening everybody, what is the correct way to use the LIB instruction with GWASL (the "lite" assembler) ?
>From gwasl_text in the zip archive: "LIB <filename> This copies the (binary) file <filename> to the _BIN file." Ummm.... how would I calculate an offset to a routine compiled inside this _BIN from the _ASM I'm copying it into? I would like to break down my project into several _ASM files and compile these separately into _BIN files and then create a "main" _BIN that includes the other ones and orchestrates. Or would it be a better idea to ditch GWASL and go for "as68" from the c68 package? Many thanks in advance for any advice. Best regards, Petri _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
