From: Zachary Vance Date: Sat, 17 Sep 2022 03:48:24 +0000 (-0400) Subject: fixes X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=c939eb0517cefcee3eed33ff983ac68dcb979c0a;p=za3k.git fixes --- diff --git a/drafts/asm.md b/drafts/asm.md index 57d561b..5d75ebc 100644 --- a/drafts/asm.md +++ b/drafts/asm.md @@ -178,16 +178,18 @@ Many more macro features omitted: - %pragma ### Chapter 5: Standard Macros -struc/endstruc/istruc+at: define a C-style structure -align: aligns code or data +- struc/endstruc/istruc+at: define a C-style structure +- align: aligns code or data ### Chapter 6: Standard Macro Packages -%use altreg ; Import a standard macro package -altreg: alternate register names -martalign: better align macro -fp: floating point macros -ifunc: integer functions -masm: masm compatiblity + + %use altreg ; Import a standard macro package + +- altreg: alternate register names +- martalign: better align macro +- fp: floating point macros +- ifunc: integer functions +- masm: masm compatiblity ### Chapter 7: Assembler Directives - `BITS 16` / `BITS 32` / `BITS 64`: Explicitly declare a bit mode. Discouraged since it can be done automatically by output format.