d/kmm32-as:document -inc and -emb

This commit is contained in:
Kitty-Cricket Piapiac 2023-03-22 12:45:24 -07:00
parent 53e7e766af
commit eb26f05414
1 changed files with 4 additions and 0 deletions

View File

@ -42,3 +42,7 @@ SYNTAX
-res #; Reserves some bytes in the output binary. Basically same as -org but
relative to current address.
-emb "; Embed a file into the output binary
-inc "; Include a file literally. Gets assembled into the output binary.