Freeplaytech Forum

Full Version: How to code for the neo Geo pocket via assembly?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys so anyways, how do I program on the Neo Geo pocket with assembly language? Are there any tutorials for using asm for the neo Geo pocket or is it all In c?
An easy way is to include asm code in your c code
see: https://github.com/NeoGeoFreak2004/NGPC-...ary.c#L144

20 years ago, I used to code with "as", like I've done for "columns":
https://web.archive.org/web/201706111919...olumns.zip

old links to "as" : https://devrs.com/ngp/software.php#assemble
I've found this on google: https://github.com/ndiddy99/ngpcdev
asm code using the standard compiler
but I don't know what it is