MEGA65 / mega65-libc

Simple C library for the MEGA65
Other
25 stars 18 forks source link

Fix clobber lists for inline asm with clang #53

Closed mlund closed 1 month ago

mlund commented 6 months ago

Fix compilation with newer versions of llvm that detects a bug in inline asm clobber lists.

mlund commented 1 month ago

Closed by #55