If you need to disassemble a memory range, you should call `disasm.instruction` and `disasm.jumprel(0)` repeatedly.
The documentation doesn't mentioned the detail so I used to use `disasm.jumprel(disasm.current())` instead of `disasm.jumprel(0)`.
The documentation doesn't mentioned the detail so I used to use `disasm.jumprel(disasm.current())` instead of `disasm.jumprel(0)`.