Freeplaytech Forum
Freeplaytech Forum
>
Neo Geo Pocket
>
Software Development
> How to code for the neo Geo pocket via assembly?
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.
NeoGeoFreak2004
08-23-2023, 02:21 AM
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?
sodthor
08-23-2023, 06:03 PM
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
sodthor
08-23-2023, 06:22 PM
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
sodthor
08-23-2023, 06:26 PM
tlcs 900h doc :
https://archive.org/details/tlcs-900-cpu-docs/mode/2up
Freeplaytech Forum
>
Neo Geo Pocket
>
Software Development
> How to code for the neo Geo pocket via assembly?