problem installing tools (SGDK, etc) for programming

SGDK only sub forum

Moderator: Stef

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Post by Stef » Sun Aug 16, 2015 10:27 pm

Yeah definitely you can, assembly file has .s extension where C file uses .c extension. You can even read the SGDK library sources files, you will see some assembly files mixed with C files. Code::blocks support syntax coloring for 68000 asm as well :)
You can for instance have a look on the memory.h header file, on the memset declaration method then look how the method is implemented in the memory_a.s file :)

Post Reply