Jump to content
IGNORED

as1600 More Verbosity?


Recommended Posts

Hey all. I am creating a large program in IntyBASIC, and after it compiles and I feed it to as1600 like this:

as1600 -o  "mybas" -l "mybas.lst" -j "mybas.smap" -s "mybas.sym" "mybas.asm"

I get the text below. However, I don't know what to fix, there is no other feedback on-screen.

 

 ERROR SUMMARY - ERRORS DETECTED 1
               -  WARNINGS       0

 

What logs should I check, etc to understand where the problem might be?

 

 

Thanks.

Link to comment
Share on other sites

If you open up the listing file (mybas.lst in this example), there will be an error message next to the line that caused the problem, with a more precise error message. Just look for "ERROR" in all caps in the .lst file.

 

IntyBASIC interlists your BASIC source with the assembly it generates, so you should be able to scroll up from there and see which line of your BASIC program is nearest the error detected by AS1600. All of the assembly source is included in the .lst file, so everything is in one spot.

Edited by intvnut
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...