flamewing / asl-releases

Improved/bugfixed version of Alfred Arnold's The Macro Assembler AS
http://john.ccac.rwth-aachen.de:8000/as/
GNU General Public License v2.0
20 stars 2 forks source link

nonstandard logical operators #22

Open Awuwunya opened 3 years ago

Awuwunya commented 3 years ago

AS uses ! to mean XOR, and ^ to mean power, when typically ^ is XOR and ** is power. This is very annoying and makes me confused when trying to make macros work in AS.

flamewing commented 3 years ago

I suppose I could add a mode that follows the more standard syntax. Are there any other operators that differ in AS and asm68k?