|
From: Bruce B. <bg...@al...> - 2026-01-20 00:02:44
|
Hello, I've developed a few patches for gpasm-1.5.2 for my own use, but wondered if the project might be interested in any of them: * one fixes a bug that causes errors when symbols are modified with +=, -=, etc., within macros. * one extends #v() support to include zero-padded fixed-width fields as well as hex formats. * one adds the ternary ?: operator to gpasm. * one adds nesting to NOLIST, so that submodules can turn off listing, then restore the previous state. Are these of any interest to the maintainers? If so, how should they be submitted? Thanks, zzzzz |