View Single Post
Old 03 September 2016, 14:02   #36
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,610
Quote:
Originally Posted by phx View Post
From the ReadMe:
Code:
The source is tested with the vasm assembler, but should work with most
assemblers after minor modifications (e.g. NEAR directive). Static
variables are accessed using the Small Data model, with base register
in A4.
Perhaps I should release a more portable source without using the small data model, as many people seem to have problems with it. Sorry for that.

The "minor" modifications would include:
- remove "xref _LinkerDB" and "near a4"
- remove the two "lea _LinkerDB,a4"
- remove the "(a4)" in all base-relative addressing modes
- optionally rename or remove "section __MERGED,bss"

The resulting code will be bigger and slower, but it might assemble with AsmPro after after that.
Or um just replace with BASEREG

If you need the compression for the module then P6112 supports sound effects by way of setting the number of channels, freeing the other channels for playing samples at any time.
Photon is online now  
 
Page generated in 0.04791 seconds with 11 queries