Go to the Next or Previous section, the Detailed Contents, or the Amiga E Encyclopedia.
10.8.3 Things to watch out for
There are a few things to be aware of when using Assembly with E:
-
All mnemonics and registers must be in uppercase, whilst, of course, E variables etc., follow the normal E rules.
-
Most standard Assemblers use `;' to mark the rest of the line as a comment.
In E you can use `->' for the same effect, or you can use the `/*' and `*/' delimiters.
-
Registers A4 and A5 are used internally by E, so should not be messed with if you are mixing E and Assembly code.
Other registers might also be used, especially if you've used the
REG keyword.
Refer to the Reference Manual for more details.
-
E function calls like
WriteF can affect registers.
Refer to the Reference Manual for more details.
Go to the Next or Previous section, the Detailed Contents, or the Amiga E Encyclopedia.