• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

avm2.intrinsics.memory opcodes on android

Community Beginner ,
Sep 29, 2014 Sep 29, 2014

Copy link to clipboard

Copied

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!

TOPICS
Air beta

Views

524

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines