Difference between revisions of "Create my first program"
From MSX Game Library
Line 4: | Line 4: | ||
** Edit <tt>build.bat</tt> | ** Edit <tt>build.bat</tt> | ||
** Set <tt>SDCC</tt> to the path for <tt>sdcc.exe</tt> and <tt>sdasz80.exe</tt> | ** Set <tt>SDCC</tt> to the path for <tt>sdcc.exe</tt> and <tt>sdasz80.exe</tt> | ||
+ | * Execute <tt>build.bat</tt> | ||
+ | * Go to <tt>MSXgl\projects\template\emul\rom</tt> and check if <tt>template.rom</tt> exists. |
Revision as of 16:45, 11 January 2022
First try to compile and run the template program
- Go to MSXgl\projects\template
- If you didn't installed SDCC in the default directory (MSXgl\tools\SDCC):
- Edit build.bat
- Set SDCC to the path for sdcc.exe and sdasz80.exe
- Execute build.bat
- Go to MSXgl\projects\template\emul\rom and check if template.rom exists.