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
problem installing tools (SGDK, etc) for programming
Moderator: Stef
-
Stef
- Very interested
- Posts: 3131
- Joined: Thu Nov 30, 2006 9:46 pm
- Location: France - Sevres
- Contact:
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
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