sdk-seven icon indicating copy to clipboard operation
sdk-seven copied to clipboard

Assembler-friendly includes

Open LunarLambda opened this issue 1 year ago • 0 comments

It would be nice if libseven's definitions were consumable from assembler without too much extra work. Some things are easy, like providing definitions of VOLADDR etc that work with GNU as.

Everything else would need an __ASSEMBLER__ guard. functions, structs, and most macros aren't super useful as assembler definitions, but enums should somehow be included without making the code too much uglier

LunarLambda avatar Sep 28 '23 06:09 LunarLambda