Ad
  • Default User Avatar

    I dont get the difference between jmp and call. How are they different?

    jmp lbl: Jumps to the label lbl
    call lbl: Call to the subroutine identified by lbl

    So for instance jmp func and call func should do the same thing right? If func had a ret, the instruction pointer would return to the jmp or call respectively.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    I'm having troubles understanding this kata.

    All we get is N eggs, and max M tries. How am I supposed to know when do I know that an egg cracks?

    Am I completely misunderstanding it?

  • Custom User Avatar

    You know this test is fucked when you just rerun the tests until you aren't fucked by floating-point errors.

    If you guys fail on 1 or 2 tests, keep submitting. I did that and after the 4th of 5th try I passed all.