Load_String
git-svn-id: svn://10.0.0.236/trunk@68462 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -85,6 +85,12 @@ $ops{"LOAD_IMMEDIATE"} =
|
||||
rem => "dest, immediate value (double)",
|
||||
params => [ ("Register", "double" ) ]
|
||||
};
|
||||
$ops{"LOAD_STRING"} =
|
||||
{
|
||||
super => "Instruction_2",
|
||||
rem => "dest, immediate value (string)",
|
||||
params => [ ("Register", "String *" ) ]
|
||||
};
|
||||
$ops{"LOAD_NAME"} =
|
||||
{
|
||||
super => "Instruction_2",
|
||||
|
||||
Reference in New Issue
Block a user