**Environment information** * Operating System: macOS 14.5 * Cutter version: 2.3.4-HEAD-209c26b * Obtained from: - [ ] Built from source - [x ] Downloaded release from Cutter website or GitHub - [ ] Distribution repository * File format: .BIN **Describe the bug** <!-- A clear and concise description of what the bug is. —> Disassembling processor family 6hc11, 6809 (maybe more in m680x family), defining a fuction, the function stops at a JSR instruction. However it doesn’t stop when encountering a BSR instruction **To Reproduce** Steps to reproduce the behavior: 1. Define function, if it contains a JSR instruction the function will end at the JSR **Expected behavior** The function should continue past the JSR until a return instruction is encountered **Screenshots** <!-- If applicable, add screenshots to help explain your problem. —> **Additional context** 6809 binary file attached, start address 0x8000 [P2000_43b.bin.zip](https://github.com/user-attachments/files/15902945/P2000_43b.bin.zip)