> Am 19.07.2015 um 17:26 schrieb Michael Grunditz <[email protected]>: > > On 19 July 2015 at 13:15, Tobias Fröschle <[email protected]> > wrote: >> >>> Am 19.07.2015 um 13:03 schrieb Michael Grunditz >>> <[email protected]>: >>> >>> Hi >>> >>> I am trying to relearn M68K assembler using the excellent book that >>> was posted to this list. >>> >>> The problem I have now is that I can't get gwass to work. It starts >>> ,but as soon as I try to do something (quit or assemble) it just >>> hangs. I only have access to SMSQmulator right now, but it should work >>> with that , right? >>> >>> Another question is which debugger / monitor I should use. >>> >> >> Michael, >> GWASS is great, but expects a 68020 CPU - I pretty much doubt that >> SMSQmulator is emulating one of those. (But that would somewhat hint that >> SMSQmulator advertises the wrong CPU, then?). It works well on QPC2 (which >> emulates kind of a 68010), though. >> >> There is a stripped-down GWASS version for 68000 CPUs, named GWASL. That one >> should work, also on the black box. > > I have tried GWASL now and it tells me: > EQU_SYM file not found > > I have extracted the files into win1_gwasl_ and start the assembler > with "ex win1_gwasl_gwasl_bin" > > Thanks for the suggestions about debuggers. > > Michael
GWASL (and GWASS, BTW) needs to be configured to know where its support files are located. You need to download the QJump standard config program („config“, and you’re going to need that for quite some other programs as well) and then execute it against GWASL. Tobias _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
