Re: [Ql-Users] GWASL and LIB instruction?

2011-01-31 Thread gdgqler
On 31 Jan 2011, at 10:29, Petri Pellinen wrote: > > It suddenly makes perfect sense :) I guess I can edit the SYM file to > only "export" the labels I want to expose to other modules to hide > internal-use-only labels? > > That's exactly what I do. Of course you need the _SYM_LST file which i

Re: [Ql-Users] GWASL and LIB instruction?

2011-01-31 Thread Petri Pellinen
Thank you, Norman, much appreciated! I guess I need to start subscribing to QL Today... It suddenly makes perfect sense :) I guess I can edit the SYM file to only "export" the labels I want to expose to other modules to hide internal-use-only labels? Best regards, Petri On Mon, Jan 31, 2011 at

Re: [Ql-Users] GWASL and LIB instruction?

2011-01-31 Thread Norman Dunbar
Morning Petri, > Ummm how would I calculate an offset to a routine compiled inside > this _BIN from the _ASM I'm copying it into? Include the SYM file created when the lib file was assembled. here is an example from a recent article on Easy PEasy (QL Today V15 issue 1): ;

[Ql-Users] GWASL and LIB instruction?

2011-01-30 Thread Petri Pellinen
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 This copies the (binary) file to the _BIN file." Ummm how would I calculate an offset to a routine compiled inside this _BIN from