I reported and Frank fixed the JSRLIB GetMsg type macro generating something like this...
JSR ($FFFFFe8C.L,A6,ZD0.W)
instead of this...
jsr (-372,a6)
That looks evil on first sight, but I have to clarify the scope of this bug: it only happened when all of the following conditions were true:
- assembling for 68020+
- the displacement is an undefined external symbol (GetMsg in this case)
- you didn't specify a discplacement size, like ".w"
I tried that but it didn't work. I get...
fatal error 17: could not initialize output module
Are you sure the above vasm line is correct?
It is. There is always somebody with a newer beta.
