Assembler : PC-Engine Library
The assembler support library consists of various macros, functions, subroutines, and definitions designed to make it easier to write programs for the PC-Engine.
In the current release of the library, the source code has also been commented to aid in understanding. Feel free to browse the code.
Here's a list of all the library include files :
And here's the list of all the library assembly files :
That's a lot of files, :) but usualy you will only have to include "STARTUP.ASM" at the top of your program. This file will automaticaly include the most used other files.