Skip to main content
Participant
September 29, 2014
Question

avm2.intrinsics.memory opcodes on android

  • September 29, 2014
  • 0 replies
  • 603 views

I read this intresting text:

To make use of the APIs, ensure that you use Flash Builder to build your applications. The compiler package with the APIs are not available for use in IDEs other than Flash Builder.

I try use this sample without FB (by FlashDevelop with flex_sdk_4.6). I found library airglobal.swc (\frameworks\libs\air\) with only two public function for avm2.intrinsics.memory

package avm2.intrinsics.memory

{

  public function casi32 (addr:int, expectedVal:int, newVal:int) : int;

  public function mfence () : void;

}

There is not other function as in text (for example li8). So, may be anybody know if I will use airglobal.swc by FB can it work? And can it work on Android?

Thanx!

This topic has been closed for replies.