Page 1 of 1

Programming Genesis in ASM?

Posted: Mon Jan 02, 2023 11:31 pm
by ateneo
Hi all, im new to the forum.
I have made a NES emulator and i want to start my journey in sega genesis.

If i want to develop software in pure 68K assembly for genesis what should i do, what toos to get?

I just want to start programming for Genesis, and i know there is official documentation, other docs, etc.

But what assembler should i use to start programming in 68K for genesis

Thanks a lot.

Re: Programming Genesis in ASM?

Posted: Wed Jan 04, 2023 8:20 am
by ob1
Hello, and welcome to the scene.
I've written several thousands of lines of Genesis ASM.
I've always used snasm
You could find some useful links (and a great emulator too) here : http://techdocs.exodusemulator.com/Cons ... ment-tools

Re: Programming Genesis in ASM?

Posted: Mon Jan 16, 2023 8:43 pm
by ateneo
Thanks for the info man!!