ljx

FORK: LuaJIT with native 5.2 and 5.3 support
git clone https://git.neptards.moe/neptards/ljx.git
Log | Files | Refs | README

buildvm_libbc.h (1555B)


      1 /* This is a generated file. DO NOT EDIT! */
      2 
      3 static const int libbc_endian = 0;
      4 
      5 static const uint8_t libbc_code[] = {
      6 0,1,2,0,0,1,2,31,1,0,0,83,1,2,0,241,135,158,166,3,220,203,178,130,4,0,1,2,0,
      7 0,1,2,31,1,0,0,83,1,2,0,243,244,148,165,20,198,190,199,252,3,0,1,2,0,0,0,3,
      8 16,0,5,0,21,1,0,0,83,1,2,0,0,2,9,0,0,0,15,16,0,12,0,16,1,9,0,48,2,1,0,21,3,
      9 0,0,48,4,1,0,84,2,8,128,18,6,1,0,18,7,5,0,66,8,5,0,73,6,3,2,10,6,0,0,52,7,1,
     10 128,83,6,2,0,86,2,248,127,82,0,1,0,0,2,10,0,0,0,16,16,0,12,0,16,1,9,0,50,2,
     11 0,0,18,3,0,0,48,4,0,0,52,5,7,128,18,7,1,0,18,8,5,0,18,9,6,0,73,7,3,2,10,7,0,
     12 0,52,8,1,128,83,7,2,0,77,5,3,3,89,5,247,127,82,0,1,0,0,1,2,0,0,0,3,16,0,12,
     13 0,21,1,0,0,83,1,2,0,0,2,10,0,0,2,30,16,0,12,0,21,2,0,0,11,1,0,0,52,3,7,128,
     14 8,2,0,0,52,3,23,128,66,3,2,0,50,4,0,0,71,4,2,0,83,3,2,0,52,3,18,128,16,1,14,
     15 0,48,3,1,0,3,3,1,0,52,3,14,128,3,1,2,0,52,3,12,128,66,3,1,0,29,4,1,1,18,5,2,
     16 0,48,6,1,0,84,4,4,128,30,8,1,7,66,9,7,0,71,9,8,0,86,4,252,127,50,4,0,0,71,4,
     17 2,0,83,3,2,0,82,0,1,0,0,2,0,5,14,0,0,0,30,16,1,14,0,16,2,14,0,16,3,14,0,16,
     18 0,12,0,14,0,4,0,52,5,1,128,18,4,0,0,16,4,12,0,3,1,2,0,52,5,19,128,48,5,0,0,
     19 40,6,1,2,48,7,1,0,1,1,3,0,52,8,5,128,18,8,6,0,18,9,5,0,48,7,255,255,18,6,9,
     20 0,18,5,8,0,18,8,5,0,18,9,6,0,18,10,7,0,84,8,5,128,39,12,11,3,39,13,11,1,66,
     21 13,13,0,71,13,12,4,86,8,251,127,83,4,2,0,0
     22 };
     23 
     24 static const struct { const char *name; int ofs; } libbc_map[] = {
     25 {"math_deg",0},
     26 {"math_rad",25},
     27 {"string_len",50},
     28 {"table_foreachi",69},
     29 {"table_foreach",136},
     30 {"table_getn",207},
     31 {"table_remove",226},
     32 {"table_move",355},
     33 {NULL,482}
     34 };
     35