x86-enc-jumps.hex2 823 B

12345678910111213141516171819202122232425262728
  1. :top
  2. eb .top # jmp 0 <top>
  3. eb .top # jmp 0 <top>
  4. eb .top # jmp 0 <top>
  5. eb .top # jmp 0 <top>
  6. 7c .top # jl 0 <top>
  7. 7c .top # jl 0 <top>
  8. 7c .top # jl 0 <top>
  9. 7c .top # jl 0 <top>
  10. e8 *top # call 0 <top>
  11. e8 *top # call 0 <top>
  12. e8 *top # call 0 <top>
  13. e8 *top # call 0 <top>
  14. e8 *bot # call 4a <bot>
  15. e8 *bot # call 4a <bot>
  16. e8 *bot # call 4a <bot>
  17. e8 *bot # call 4a <bot>
  18. 7c .bot # jl 4a <bot>
  19. 7c .bot # jl 4a <bot>
  20. 7c .bot # jl 4a <bot>
  21. 7c .bot # jl 4a <bot>
  22. eb .bot # jmp 4a <bot>
  23. eb .bot # jmp 4a <bot>
  24. eb .bot # jmp 4a <bot>
  25. eb .bot # jmp 4a <bot>
  26. eb .bot # jmp 4a <bot>
  27. :bot