DIY PROMDo It Yourself PROM chip burning help. No PROM begging. No PROMs for sale. No commercial exchange. Not a referral service.
Welcome to ThirdGen.org!
Welcome to ThirdGen.org.
You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, at no cost, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, join the ThirdGen.org community today!
I have JP's commented source for 8d AUJP, and I'm working on getting it to assemble. The assembler (ASM11) doesn't like the spaces between the operands (ex, L0000 = 0x0000, it needs to see L0000=0x0000).
So there is a switch ( -sp) that is supposed to remove the spaces but doesn't seem to. Does anyone else have this problem, know how to easily fix it, etc without me going through and fixing 2 thousand some odd errors? BTW they are all the same errors, "Bad INHERENT instruction/operand".
Use the Dewtronics assembler and it goes together without any errors.
Will match exactly.
I think the link for it is in that thread somewhere. If not, a quick Google turns it up. http://www.dewtronics.com/cgi-bin/asxxxx.pl
Use "-xlosf" when assembling for a really nice "LST file to follow with.
Jp
ASM11 is only good for some smaller patch files etc.
Eventually you'll make it choke on something rather simple you want to do and you'll have to switch to another assembler.
It doesn't like to do some things that ashc11 or M6811 will do.
All of which use slightly different syntax for addressing etc.
I had to go back and re do a lot of my patches to get them to work when I switched to the posted relocatable aujp asm.