- ADD
string ADD(string TO, string FROM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ADD3_IMM
string ADD3_IMM(string TO, string FROM, int NUM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ADD_IMM
string ADD_IMM(string TO, int NUM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ADD_LAST_CARRY
string ADD_LAST_CARRY(string REG)
Undocumented in source. Be warned that the author may not have intended to support it.
- ADD_W_CARRY
string ADD_W_CARRY(string TO1, string TO2, string FROM)
Undocumented in source. Be warned that the author may not have intended to support it.
- AND
string AND(string TO, string FROM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ARRAY4
string ARRAY4(string REG, int NUM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ARRAY8
string ARRAY8(string REG, int NUM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ASSIGN
string ASSIGN(string TO, string FROM)
Undocumented in source. Be warned that the author may not have intended to support it.
- IMM
string IMM(int VAL)
Undocumented in source. Be warned that the author may not have intended to support it.
- JUMP_IF_LT
string JUMP_IF_LT(string REG, int NUM, string LABEL)
Undocumented in source. Be warned that the author may not have intended to support it.
- JUMP_IF_ZERO
string JUMP_IF_ZERO()
Undocumented in source. Be warned that the author may not have intended to support it.
- MUL
string MUL(string REG)
Undocumented in source. Be warned that the author may not have intended to support it.
- NOT
string NOT(string REG)
Undocumented in source. Be warned that the author may not have intended to support it.
- OR
string OR(string TO, string FROM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ROTL_IMM
string ROTL_IMM(string REG, int NUM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ROTR_IMM
string ROTR_IMM(string REG, int NUM)
Undocumented in source. Be warned that the author may not have intended to support it.
- SUB_IMM
string SUB_IMM(string TO, int NUM)
Undocumented in source. Be warned that the author may not have intended to support it.
- XOR
string XOR(string TO, string FROM)
Undocumented in source. Be warned that the author may not have intended to support it.
- ZEROIZE
string ZEROIZE(string REG)
Undocumented in source. Be warned that the author may not have intended to support it.
Assembly CTFE Helpers for 64-bit x86