Closed
Bug 559146
Opened 15 years ago
Closed 15 years ago
abcasm: need support for new internal opcodes
Categories
(Tamarin Graveyard :: Tools, enhancement)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: cpeyer, Assigned: tharwood)
Details
The following opcodes are currently not supported in abcasm:
lix8
lix16
findpropglobalstrict
findpropglobal
Flags: flashplayer-qrb?
Comment 1•15 years ago
|
||
those are not valid opcodes in abc. abcasm scripts attempting to use invalid abc opcodes should use an abcasm directive to stick bytes like 0x33 or 0x34 right in the instruction stream.
according to Tom, hex literals in the function body should work.
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Flags: flashplayer-qrb?
You need to log in
before you can comment on or make changes to this bug.
Description
•