Adds an SDSC tag to an SMS or Game Gear ROM file.
Syntax
.sdsctag version, name, notes, author
Remarks
If you set the string values to "", 0 or $FFFF they are ignored. You can specify addresses of strings if you prefer.
WarningThe strings will be allocated somewhere within the first 16KB page, so do not expect unused areas to be set to the empty fill value and manually fill empty spaces you expect to have certain values.
Examples
Using addresses of predefined strings.
.sdsctag 1.02, Name, "", Author
Name .db "Tag example.",0
Author .db "Ben Ryves",0
Using string literals to populate tags.
.sdsctag 3.0, "Brass", "A user-extendable assembler.", "Bee Development"
See Also
The strings will be allocated somewhere within the first 16KB page, so do not expect unused areas to be set to the empty fill value and manually fill empty spaces you expect to have certain values.