mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2024-11-22 01:39:16 +01:00
.. | ||
makefile | ||
Makefile.gcc | ||
Makefile.vbc | ||
natfeats.c | ||
natfeats.h | ||
nf_ahcc.prj | ||
nf_asma.s | ||
nf_asmg.s | ||
nf_asmv.s | ||
nf_vbcc.tos | ||
readme.txt |
Here are examples of using Native Features: natfeats.c -- C-code for calling native features natfeats.h -- header for assembly- & C-code nf_asma.s -- assembly helper code for AHCC nf_asmg.s -- assembly helper code for GCC / Gas nf_asmv.s -- assembly helper code for VBCC / Vasm Makefile* -- Makefiles for GCC & VBCC nf_ahcc.prj -- AHCC project file If TEST is defined, natfeats.c includes main() and few additional tests, with TEST undefined, you should be able to use these files as-is in your own programs.