Page 1 of 1

New cross-assembler

Posted: Mon Aug 19, 2024 9:52 pm
by M68008
Some time ago I modified some Easy68k code to work for assembling QL code on my Windows computer. I have been using it for some time for personal projects and even tested it on one of the JS ROM disassemblies available online.
While it is not 100% complete, it seems to be usable and I've decided to make it public here, in case someone else finds it useful or wants to further modify it: https://github.com/CodeDreamer/Asm68K_QL

Thanks,
Daniele

Re: New cross-assembler

Posted: Tue Aug 20, 2024 3:57 pm
by Derek_Stewart
M68008 wrote: Mon Aug 19, 2024 9:52 pm Some time ago I modified some Easy68k code to work for assembling QL code on my Windows computer. I have been using it for some time for personal projects and even tested it on one of the JS ROM disassemblies available online.
While it is not 100% complete, it seems to be usable and I've decided to make it public here, in case someone else finds it useful or wants to further modify it: https://github.com/CodeDreamer/Asm68K_QL

Thanks,
Daniele
I had a play around with Easy68K, quite good for writing 68K code.

I was thinking of trying to add the Eay68K TRAP 14,15 exceptions, to the QL. But only ideas, no implementation.