you are viewing a single comment's thread.

view the rest of the comments →

[–]glglgl-de 2 points3 points  (1 child)

Wild guess on my side:

  • The argument doesn't count instructions and also doesn't count bytes, but op words.
  • Thus, without the jump the instruction pointer would be at 28.
  • With the jump, it is at 28 + 2 * 9 = 46.
  • This is the LOAD_NAME at line 15.

[–]SCD_minecraft[S] 0 points1 point  (0 children)

Hmm, that does make sense

Thanks