Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
Peter Tillema edited this page Nov 26, 2018 · 1 revision

The Asm( token, found in the Catalog ([2nd], [0], you'll see it on the 7th line) directly inserts assembly code into the location of where the Asm( token would be in the final program. You give it the assembly code in the form of hexadecimal, all of the code inside the parentheses. This is useful if you have a particular assembly routine you'd like to use in your program, or if you just need to do something that ICE can't do. Example:

Asm(CD580402)
Clone this wiki locally