LIST problem with last digit of line numbers

A forum for users of EhBASIC (Enhanced BASIC), a portable BASIC interpreter for 6502 microcomputers written by Lee Davison.
Post Reply
User avatar
fredericsegard
Posts: 47
Joined: 05 Aug 2020
Location: Montreal, QC, Canada
Contact:

LIST problem with last digit of line numbers

Post by fredericsegard »

I decided to implement EhBasic 2.22P5 on my SBC this morning. Did the necessary modification for the hardware ACIA, and all works fine. Except for the LIST command. The last digit of line numbers is represented by a random character. See attached image. Has this ever happened to you? I used VASM to assemble the code.

[EDIT] Resolved. There were some errors when assembling. Some [] brackets were involved, and I mistakenly replaced them with () ones, changing the addressing mode of 2 lines.
Attachments
2021-10-16 11_32_05-Window.png
Fred Segard
A.K.A. The Micro Hobbyist
https://6502sbc.blogspot.com/
Post Reply