kevinpt / opbasm

Open PicoBlaze Assembler
http://kevinpt.github.io/opbasm/
MIT License
60 stars 13 forks source link

Error information format #23

Open avanlex opened 6 years ago

avanlex commented 6 years ago

When compile executes from VS Code if format is : user can go to that line in editor by ctrl+click on name (main.PSM4 in example below) current format

ERROR: Invalid PicoBlaze-3 instruction: <blah_blah>
  main.PSM4 line 195 (expanded line 251) 251:  <blah_blah>

I suggest changing the format:

ERROR: Invalid PicoBlaze-3 instruction: <blah_blah>
  main.PSM4:195 (expanded line 251) 251:  <blah_blah>