Closed
Bug 559371
Opened 15 years ago
Closed 15 years ago
abcasm: using opcodes inline requires a list of integer operands
Categories
(Tamarin Graveyard :: Tools, defect)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 490681
People
(Reporter: cpeyer, Unassigned)
Details
abcasm won't compile an inline opcode with no following list of integers:
e.g:
function main() {
getlocal0
pushscope
// Try to use the internal opcode OP_lix8 = 0x33
0x33
returnvoid
}
results in:
Unable to assemble abcasm/invalid_opcode_lix8.abs due to syntax errors:
line 45:4 no viable alternative at input 'returnvoid'
Flags: flashplayer-qrb?
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Flags: flashplayer-qrb?
You need to log in
before you can comment on or make changes to this bug.
Description
•