Petari/docs/CHEATSHEET.md
2022-07-16 03:19:17 -04:00

985 B

Super Mario Galaxy 1 Cheatsheet

The new cheatsheet is located here.

Symbols

There are specific ways that CodeWarrior mangles symbols when overloading operators for classes.

Operator Mangled Symbol
"+" "pl"
"-" "mi"
"*" "ml"
"/" "dv"
"%" "md"
"^" "er"
"/=" "adv"
"&" "ad"
"|" "or"
"~" "co"
"!" "nt"
"=" "as"
"<" "lt"
">" "gt"
"+=" "apl"
"-=" "ami"
"*=" "amu"
"%=" "amd"
"^=" "aer"
"&=" "aad"
"|=" "aor"
"<<" "ls"
">>" "rs"
">>=" "ars"
"<<=" "als"
"==" "eq"
"!=" "ne"
"<=" "le"
">=" "ge"
"&&" "aa"
"||" "oo"
"++" "pp"
"--" "mm"
"()" "cl"
"[]" "vc"
"->" "rf"
"," "cm"
"->*" "rm"