Skip to content

Corth - GAS syntax support

Compare
Choose a tag to compare
@LensPlaysGames LensPlaysGames released this 04 Jan 23:09
· 49 commits to master since this release

Assembly can now be generated for the GNU assembler (as) using the -GAS CCLI flag.

To assemble and link GAS assembly, Corth uses gcc by default. gcc links to the C RunTime uneless otherwise told, so this means if you are having linking issues GAS will likely be a wonderful alternative, or if you just prefer to use gcc to compile things.

This is a large step forward in compatibility; Mac seems to be the only logical next step.