You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when saving using the Amiga 'Planes' option the palette is exported as a text file. This is really useful but the output format is for 'C' like languages. e.g.:
{0X000,0X95f,0X599,0Xf93}
It would be nice for us ASM coders to have the option to output in 68K ASM format. e.g.:
dc.w$000,$95f,$599,$f93
This is similar to what some traditional Amiga OS tools like IFFTrasher or IFF Converter do. IFF Converter can be seen in use on this video to produce the 'copper list' asm code for the palette.
Note the 'three nibble' format (same as the 'C' example) that allows the excellent 'Amiga Assembly' VSCode plugin to render inline colour swatches.
The text was updated successfully, but these errors were encountered:
Another small 'nice to have' feature request :)
Currently when saving using the Amiga 'Planes' option the palette is exported as a text file. This is really useful but the output format is for 'C' like languages. e.g.:
It would be nice for us ASM coders to have the option to output in 68K ASM format. e.g.:
This is similar to what some traditional Amiga OS tools like IFFTrasher or IFF Converter do. IFF Converter can be seen in use on this video to produce the 'copper list' asm code for the palette.
Note the 'three nibble' format (same as the 'C' example) that allows the excellent 'Amiga Assembly' VSCode plugin to render inline colour swatches.
The text was updated successfully, but these errors were encountered: