Skip to main content
Home Forums 68kMLA My attempt to develop a cross-assembler — #2
Post #2 by rafthe030
Source Forum68kMLA
CategoryTroubleshooting
Post DateSat, 8 Aug 2015 - 06:28
Original URLhttps://68kmla.org/bb/threads/my-attempt-to-develop-a-cross-assembler.2465/
Post
Update:

Since my program wasn't working, I reupload it. This time, it includes equates, arithmetical expression processing for immediate data and more. Also, I made it as crash-proof as possible: I tried changing an 1.4 mb image's file type into TEXT and processing it with 2mb of RAM. It didn't crash. It can run with 32kb of ram if the file isn't too big, although I suggest at least 64kb.

It is tested and runs on system 6.x, 7.x, 8.x, 9.0.4, and should run on 5.x and earlier. It also is Classic-compatible.

The only problem is that it won't quit correctly on Mac Os 9.1 and 9.2, and results in an address error. If someone would look at my source code and give me some hint, I would greatly appreciate it.

Thanks to anyone who will try it out or look at my source code!

If anything's wrong with my program, I'd also like to know. ASMac18 Project.zip

mp.ls