Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to export Amiga palette as 68K ASM #29

Open
neildavis opened this issue Jul 19, 2024 · 0 comments
Open

Option to export Amiga palette as 68K ASM #29

neildavis opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request Nice one!

Comments

@neildavis
Copy link

neildavis commented Jul 19, 2024

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.:

{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.

@steffest steffest added enhancement New feature or request Nice one! labels Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Nice one!
Projects
None yet
Development

No branches or pull requests

2 participants