Bug??

A forum for users of EhBASIC (Enhanced BASIC), a portable BASIC interpreter for 6502 microcomputers written by Lee Davison.
Post Reply
User avatar
James_Parsons
Posts: 67
Joined: 10 Jul 2013

Bug??

Post by James_Parsons »

Kowalski wont assemble min_mon.asm. It Says

Code: Select all

ERROR E021: Undefined label 'IRQ_vec'. ROW 435, FILE C:\Users\James\Desktop\ehBASIC\basic.asm
I don't know what I should change IRQ_vec to
JMP $FFD2
User avatar
James_Parsons
Posts: 67
Joined: 10 Jul 2013

Re: Bug??

Post by James_Parsons »

Nevermind the first problem IRQ_vec is defined in min_mon, however it still wont assemble it will open the assemble screen up for like a second then go down nothing happens
JMP $FFD2
User avatar
barrym95838
Posts: 2056
Joined: 30 Jun 2013
Location: Sacramento, CA, USA

Re: Bug??

Post by barrym95838 »

I've never used that particular assembler, but it sounds like it probably completed all of its passes error-free, and just didn't have anything else to report. The author of that assembler might be from the "no news is good news" school of thought.

Did you specify any output files, using the appropriate pseudo-ops or command-line options? Without them, you haven't really done anything noteworthy, other than validate the source file.

Mike
Post Reply