> What I do not have > _any_ expericence with flash .... (and therefor lots of _silly > questions)
Since you mentioned you don't know much about Flash yet: >From your usage of flasm I take it that you're targeting the old VM, so just to make sure you know, there has been a new one introduced in Flashplayer 9. Adobe donated it to Mozilla, the Tamarin project [1]. There's Adobe's AS3 compiler (which will be Open Source as part of the Flex 3 SDK [2]), haXe [3] of course, and it seems like we'll be getting IronRuby and IronPython soon, too [4]. Opcodes are supported by hxASM [5] and Swfmill (on svn [6]). HTH, Mark [1] <http://en.wikipedia.org/wiki/Tamarin_(JIT)> [2] <http://labs.adobe.com/technologies/flex/sdk/> [3] <http://haxe.org/> [4] <http://weblogs.mozillazine.org/roadmap/archives/2007/07/new_projects.html> [5] <http://haxe.org/hxasm> [6] <http://swfmill.org/trac/browser/trunk/src/codegen/source.xml> (1483ff) On 9/8/07, Thomas Quester <[EMAIL PROTECTED]> wrote: > > > Hi list members, > > Is anybody interested in helping in developing a new compiler?. > > What I have: > A compiler accepting something between Visual Basic and Action Script and > producing source code for FLASM with original code as comments. > Some ideas for producing fast, short and probably nice obfuscated > assembler code. > > What I want: > Easy to use language which produces either .swf or output for swfmill and > flasm accepting most VB and AS code and some elements of C like inline > functions. > Code optimizer at least for some silly optimizatoins > > What I do not have > _any_ expericence with flash .... (and therefor lots of _silly > questions) > > What I am looking for > > persons answering silly questions, lots of small samples etc. > > Greetings > > Thomas Quester > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
