davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
270 stars 24 forks source link

Listing multiple lines in BEdit does not work #77

Closed venomix666 closed 10 months ago

venomix666 commented 10 months ago

When attempting to list multiple lines in BEdit, it prints the first line and then emits 0xFF and stops. Also while listing a single line, it emits 0xFF at the end of the line.

I have tested this on my own computer build, BBC Micro (emulated) and C64 (emulated) and the behavior is the same on all three platforms.

As I see nothing obviously wrong in the assembly code for BEdit I have also tried building it with two different version of llvm-mos (SDK v8.0.1 and SDK v1.0.0 from June) to see if it could be an issue with llvs-mos breaking the assembler, but I get the same result in both cases.