nidud / asmc

Masm compatible assembler
GNU General Public License v2.0
50 stars 6 forks source link

What happened to Bootstrapping without a copy of asmc? #18

Closed teoberi closed 1 week ago

teoberi commented 1 week ago

https://github.com/nidud/asmc/issues/15#issuecomment-2424149447 Have asmc and asmc64 reappeared, any problems?

nidud commented 1 week ago

It needs to be possible to build a 32-bit version which cant be done without a binary or a second purification ritual for this purpose. The conversion is also problematic as it is not fully automated and rely on a modified version of objconv.

So yes, there are a few problems.