Table of Contents

About

MASM is the Microsoft Assembler.

Syntax

; Instruction Destination, Source
; example
mov al, 05h
; move the hexadecimal value 5 into the al register

More … https://en.wikibooks.org/wiki/X86_Assembly/MASM_Syntax