Category "masm32"

Confusing brackets in MASM32

I am trying to get to grips with MASM32 and am confused by the following: I thought that brackets were used for indirection so if I have the a pre-defined vari

How I can include .asm file properly?

When studying assembler at the university, I encountered the following problem: I have 3 files (all of them oversimplified, they were much bigger): main.asm .58