Directive: Binary |
The 'binary' directive lets you import raw binary data from another file. This may be useful for importing assembly language procedures. Syntax: "binary" identifier "," text ";"
The identifier is the name of the label to be declared at the start of the binary data. The text is the name of the file to import from. |