Overview Features Coding ApolloOS Performance Forum Downloads Products Order Contact

Welcome to the Apollo Forum

This forum is for people interested in the APOLLO CPU.
Please read the forum usage manual.
Please visit our Apollo-Discord Server for support.



All TopicsNewsPerformanceGamesDemosApolloVampireAROSWorkbenchATARIReleases
Documentation about the Vampire hardware

Assembler Tips

Andrew Miller

Posts 352
19 Oct 2018 07:42


Now I have gold 2.11 I'm wondering what would be the best assembler to use. I have asmone at the moment but haven't actually used it yet, any tips or links to good tutorials would be great.
I have a book for a1200 assembly I got off eBay which should be helpful.
Also I have storm C v5 I know there should be a way to do inline assembler but I'm having issues finding how to do that, I'm sure it's something easy anyone know off the top of their heads?


Vojin Vidanovic
(Needs Verification)
Posts 1916/ 1
19 Oct 2018 09:24


VASM has 080 support and is developed
EXTERNAL LINK 
Since VASM 1.8
m68k: Support for Apollo Core 68080 and AMMX ISA.
Since 1.8d
m68k: Only "fpu 1..7" may enable FPU code generation.

HTML manual EXTERNAL LINK (avail as PDF also)



Martin Soerensen

Posts 232
19 Oct 2018 09:26


Want to do 68080 stuff (AMMX) or just old school 68k asm? For 68080 stuff I think Vasm is the way to go but for old school stuff then AsmOne is still great and preferred by many, however some people also like the fork of AsmOne called AsmPro as it adds some features.


Andrew Miller

Posts 352
19 Oct 2018 12:00


Nice, thanks guys. I think I'll look at vasm.

posts 4