Closed
Bug 490682
Opened 16 years ago
Closed 6 years ago
abcasm: add support for literal use of * (any) type
Categories
(Tamarin Graveyard :: Tools, enhancement)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: cpeyer, Assigned: tharwood)
References
Details
Currently, the * type can not be used literally:
pushstring "test"
astype *
result - compile error:
Unable to assemble abcasm/test.abs due to syntax errors:
line 5:8 no viable alternative at input '*'
workaround - use direct opcode:
pushstring "test"
0x86 0
Updated•15 years ago
|
Target Milestone: --- → Future
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•