Silent Debuggers Is A WIP

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sound:psg:mml:squirrel:manual [2020/11/30 05:37] – [WHAT IS SQUIRREL? [WIS]] arkhansound:psg:mml:squirrel:manual [2020/11/30 05:38] (current) – [HOW TO USE SQUIRREL [H2U]] arkhan
Line 194: Line 194:
 Step 3: Step 3:
 ======= =======
-The compiler (assuming all went well), will spit out an .ASM file or 2, depending how long your song +The compiler (assuming all went well), will spit out an .ASM file or 2, depending how long your song turned out.  It will also have a snginit.c.   
-turned out.  It will also have a snginit.c.  From here you are able to use the squirrel.c program +From here you are able to use the squirrel.c program and play the song!  You need not actually open the .asm or snginit.c files.  They are generated and fully functional automagically.  
-and play the song!  You need not actually open the .asm or snginit.c files.  They are generated and +
-fully functional automagically.  Leave all the hard stuff up to Squirrel!  The ASM files will be  +
-made in the same directory as your .mml file.+
  
 +Leave all the hard stuff up to Squirrel!  
 +
 +The ASM files will be made in the same directory as your .mml file.
 +
 +<code>
 ---------------- ----------------
 Compile it with: Compile it with:
Line 206: Line 208:
 OR OR
 huc squirrel.c       (for HuCard projects) huc squirrel.c       (for HuCard projects)
 +</code>
  
 You'll get an .iso or a .pce!  run it in an emulator and rejoice at your glorious music. You'll get an .iso or a .pce!  run it in an emulator and rejoice at your glorious music.
  
-A make file (make.bat) is included.  It runs on Windows environments.  You can edit it with Notepad  +A make file (make.bat) is included.  It runs on Windows environments.  You can edit it with Notepad to change which file it will build.  
-to change which file it will build.  +
  
-Thats it!  No fiddling with ASM, or having to program anything.  This is designed for musicians, not +Thats it!  No fiddling with ASM, or having to program anything.  This is designed for musicians, not programmers!  If you are both, well then lucky you! ^_^
-programmers!  If you are both, well then lucky you! ^_^+
 ---- ----
 ====EXAMPLE [EXP]==== ====EXAMPLE [EXP]====
Print/export
QR Code
QR Code sound:psg:mml:squirrel:manual (generated for current page)