Horje
bea Code Example
bea
OpCase(i_call_f):
{
    ASSERT(VALID_INSTR(*(I+2)));
    *E = (BeamInstr) (I+2);;

    /* ... dispatch code intentionally left out ... */
}
Source: erlang.org
bea
OpCase(move_xx):
{
  Eterm tmp_packed1 = BeamExtraData(I[0]);
  BeamInstr next_pf = BeamCodeAddr(I[1]);
  xb((tmp_packed1>>BEAM_TIGHT_SHIFT)) = xb(tmp_packed1&BEAM_TIGHT_MASK);
  I += 1;
  ASSERT(VALID_INSTR(next_pf));
  GotoPF(next_pf);
}
Source: erlang.org
bea
test_heap(Nh, Live) {
    $GC_TEST(0, $Nh, $Live);
}
Source: erlang.org
bea
64: move/2
Source: erlang.org
bea
i_increment S W t d
Source: erlang.org
bea
# In ops.tab
move2 x y x y

// In instrs.tab
move2(S1, D1, S2, D2) {
    Eterm V1, V2;
    V1 = $S1;
    V2 = $S2;
    $D1 = V1;
    $D2 = V2;
}
Source: erlang.org
bea
OpCase(jump_f):
{
  BeamInstr next_pf = BeamCodeAddr(I[1]);
  ASSERT(VALID_INSTR(*(I + (fb(BeamExtraData(I[0]))) + 0)));
  I += fb(BeamExtraData(I[0])) + 0;;
  Goto(*I);;
  I += 1;
  ASSERT(VALID_INSTR(next_pf));
  GotoPF(next_pf);
}
Source: erlang.org
bea
     +--------------------+--------------------+
I -> |                 40 |       &&lb_move_cx |
     +--------------------+--------------------+
     |                        Tagged atom 'id' |
     +--------------------+--------------------+
Source: erlang.org
bea
BEAM_FORMAT_NUMBER=0
Source: erlang.org
bea
Athelstan:RLjXiyxx56D9s
Mama:RLMzFazUFPVRE
Papa:RL8wKTlBoVLKk




Whatever

Related
Aquaman and the Lost Kingdom Code Example Aquaman and the Lost Kingdom Code Example
Iran postal code regex Code Example Iran postal code regex Code Example
get keyword in javascript Code Example get keyword in javascript Code Example
press start book series Code Example press start book series Code Example
What is the correct syntax of the declaration which defines the XML version?: Code Example What is the correct syntax of the declaration which defines the XML version?: Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7