vote up 0 vote down star

I'd like to generate some bytecode for the Flash 10 AVM2 directly, i.e. without AS3. An assembler that produced a SWF file would be ideal.

Does this exist? If not, what's the easiest way to get from assembler → abc → SWF?

flag

2 Answers

vote up 0 vote down check

It looks like As3c is what I'm looking for:

As3c is a bytecode compiler for the AVM2 written in C#.

link|flag
vote up 2 vote down

not sure if that's what you want but haXe is opensource. haXe has also a library that can produce bytecode from haxe code.

link|flag
haXe’s format.abc is close what I’m looking for, but I’d like to be able to write code directly in assembly, not haXe code that generates assembly. If I can’t find a better option, this is probably what I’ll use; the haXe library looks like it’s very well done. – also Aug 2 at 6:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.