masm2c icon indicating copy to clipboard operation
masm2c copied to clipboard

x86 assembler (MASM syntax) to C translator

Results 4 masm2c issues
Sort by recently updated
recently updated
newest added

I fixed one small error that caused it not to run masm2c.py.

Hello, xor2003 I I leave the link below to complement it with your project. Greetings. Cicoparser https://github.com/gabonator/Education/tree/master/2021/CicoParser CicoParser is a set of tools for conversion of IBM PC DOS applications...

result: offset(abcd)2 should be: offset(abcd)+2

When mixing both full segment directive and simplified the parsing is failing: .model medium .stack seg041 segment seg041 ends end