]> git.za3k.com Git - za3k.git/commitdiff
fixes
authorZachary Vance <za3k@za3k.com>
Sat, 17 Sep 2022 03:48:24 +0000 (23:48 -0400)
committerZachary Vance <za3k@za3k.com>
Sat, 17 Sep 2022 03:48:24 +0000 (23:48 -0400)
drafts/asm.md

index 57d561bd1287a039891ec9b9494a1ea2a7f4840e..5d75ebc258b8f7ddccb350702a04a94fa50c88eb 100644 (file)
@@ -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.