LowLevelMahn

Results 87 comments of LowLevelMahn

> Probably. Static libraries aren't known for being small. > > I'd used [SymbolSort](http://gameangst.com/?p=320) to do some analysis, though I didn't generate a full header dump since it took a...

@mrfearless ``` mov ax, word ptr local_var.two mov ax, local_var.two mov ax, word ptr [bp].local_var.two ``` all fail with the same: `Error A2274: structure field expected ` IDA Pro (still...

had an dicussion on https://masm32.com/board/index.php?topic=12351.msg134318#msg134318 with a good explanation from _japheth why having that feature could break compatibility

its kept for MASM compatiblity, can break existing code vastly - wontfix :)

...und der PR fixt auch den MSVC build...

ich teste auch immer mit Linux gcc/clang

> Lass den Commit hier liegen. soll ich die Änderungen im DOS Teil schon mal aus dem Pull entfernen?