Re: A92: Fwd: Adress error
[Prev][Next][Index][Thread]
Re: A92: Fwd: Adress error
In a message dated 98-01-11 21:33:33 EST, you write:
<< > jsr gray7lib::on
> jsr flib::idle_loop
> jsr gray7lib::off
> rts
>
>_comment
> dc.b "The gray7lib error"
> end >>
I'm not completely sure here, but I see a few problems with the code. First
of all, the _main and _comment could have colons after them. The string "The
gray7lib error" should be "The gray7lib error",0 . You need the ,0 after it.
Try those and see if it helps.