About Delphi Code Convert Vb.net

Joined
Feb 7, 2010
Messages
1
Reaction score
0
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;paramtype1:par_noparam;bytes:1;bt1:$37),
{ok} (mnemonic:'AAD';opcode1:eo_none;paramtype1:par_noparam;bytes:2;bt1:$d5;bt2:$0a),

===
How to convert VB.net?

thx
icon_redface.gif
 
Back
Top