autc04 / Retro68

a gcc-based cross-compiler for classic 68K and PPC Macintoshes
GNU General Public License v3.0
537 stars 51 forks source link

Traditional assembly files #204

Open kargaroc opened 1 year ago

kargaroc commented 1 year ago

Is there a way to include 68k assembly files that aren't written in GAS syntax, into a project? GAS syntax is pretty different from most 68k code that you find, and I don't want to tediously re-write it all.