Hello world!


__asm(
'.fun:',
Op.findPropertyStrict('public::trace'),
Op.pushString('Hello World!'),
Op.callPropertyVoid('public::trace', 1),
Op.jump('.fun')
);

Would it not be great to write that inline ASM in ActionScript 3 while being able to maintain full debugging capabilities? I think so ;). By the way I hope you noticed that Nicolas just revealed awesome news about future haXe additions.

One Comment

  1. Posted Nov 12, 2007 at 10:14 pm | Permalink

    Mmm… very tasty. :) We could be looking at a huge speedup on code intensive tasks. Nice one Joa.

Post a Comment

Your email is never shared. Required fields are marked *

*
*