Excuse me, ask everyone that this code
===
type topcode=record
mnemonic: string;
opcode1,opcode2: textraopcode;
paramtype1,paramtype2,paramtype3: tparam;
bytes:byte;
bt1,bt2,bt3: byte;
end;
const opcodecount=1036;
const opcodes: array [1..opcodecount] of topcode =(
{ok} (mnemonic:'AAA';opcode1:eo_none;paramtype1ar_noparam;bytes:1;bt1:$37),
{ok} (mnemonic:'AAD';opcode1:eo_none;paramtype1ar_noparam;bytes:2;bt1:$d5;bt2:$0a),
===
How to convert VB.net?
thx
===
type topcode=record
mnemonic: string;
opcode1,opcode2: textraopcode;
paramtype1,paramtype2,paramtype3: tparam;
bytes:byte;
bt1,bt2,bt3: byte;
end;
const opcodecount=1036;
const opcodes: array [1..opcodecount] of topcode =(
{ok} (mnemonic:'AAA';opcode1:eo_none;paramtype1ar_noparam;bytes:1;bt1:$37),
{ok} (mnemonic:'AAD';opcode1:eo_none;paramtype1ar_noparam;bytes:2;bt1:$d5;bt2:$0a),
===
How to convert VB.net?
thx