llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
266 stars 53 forks source link

atari8, cx16: Add charset support. #201

Closed asiekierka closed 11 months ago

asiekierka commented 11 months ago

Fixes https://github.com/llvm-mos/llvm-mos-sdk/issues/162 ; fixes https://github.com/llvm-mos/llvm-mos-sdk/issues/160 ; also consistently handles non-prefixed and lowercase-u-prefixed strings in atari8 and c64 targets, as the compiler-given error can be somewhat unintuitive otherwise.

asiekierka commented 11 months ago

I wrote a very non-fancy script, of course ;-)