|
Those are callled assembler directives or pesudo-operations, they are instructions to the assembler itself.
The .stack tells the assembler that the stack segment starts there. .data is where the data segment starts, .code is where the code segment starts.
__________________
Johnny was a chemist's son but Johnny is no more, for what Johnny thought was H2O was H2SO4
|