Programming Genesis in ASM?

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Post Reply
ateneo
Newbie
Posts: 2
Joined: Sat Nov 26, 2022 1:31 pm

Programming Genesis in ASM?

Post by ateneo » Mon Jan 02, 2023 11:31 pm

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.

ob1
Very interested
Posts: 463
Joined: Wed Dec 06, 2006 9:01 am
Location: Aix-en-Provence, France

Re: Programming Genesis in ASM?

Post by ob1 » Wed Jan 04, 2023 8:20 am

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

ateneo
Newbie
Posts: 2
Joined: Sat Nov 26, 2022 1:31 pm

Re: Programming Genesis in ASM?

Post by ateneo » Mon Jan 16, 2023 8:43 pm

Thanks for the info man!!

Post Reply