640KB
640KB
BYTES_HERE MACRO does not exit with error if a fixed ORG is overrun as it does on MASM 5.0. @csoren
Hi Rodney, First of all congrats on releasing this - it looks extremely cool and is something I'd definitely like to build. :) Anyway, I'm the author of GLaBIOS and...
I'm working on a fairly large project written entirely for MASM and looking for a modern alternative assembler to recommend. UASM looks great, though there are a few issues with...
When doing a `not` operation on a symbol, if the operand is a byte value and negative (high bit set), it will cause the operand size to appear to be...
I've been testing with the `-bin` option (hoping to simplify the build process by removing the link step since this is a single file project), and noticing some odd results....