Opcode syntax: Difference between revisions

m
s/dword/uint32_t/g
[unchecked revision][unchecked revision]
(added inteltoatt script)
m (s/dword/uint32_t/g)
Line 13:
*'''Escapes:''' Special characters are written as C-style escapes (\n, \", \#, \\, ...).
*'''Comments:''' Either C-style ( /* ... */ ) or shell style (# ...).
*'''Directive syntax:''' Directives begin with a period (".align 4" to align on a doubleword32-bit boundary, ".word 0x1234" is the equivalent of "DW 1234h").
*'''Strings:''' Defined using special directives, .ascii (or .asciz for a zero-terminated string). Example: msg: .ascii "Hello, World!\n"
*'''Current location address:''' Indicated by a period (".", equivalent to Intel syntax "$").
Anonymous user