Platform

Most relevant disassembly options

Used for concise configuration of the big regression tests

struct Platform {
Arch arch;
Mode mode;
ubyte[] code;
string comment;
Syntax syntax;
string skipdataMnemonic;
Callback callback;
}

Meta