View Single Post
  #5 (permalink)  
Old 10-28-2003, 02:24 PM
Henk van Kampen
Guest
 
Posts: n/a
Default Re: Picoblaze development tool

> In my source, the "input sX, (sY)" instruction were reported as "?Closing".
> Some labels ahead instructions were reported as "?Phasing", but some were OK. Why?
> Besides, what's the difference between "open file" and "import file"?


pBlazIDE uses a somewhat different syntax than KCPSMBLE. You should
leave out the brackets around the second register. The INPUT opcode is
INP. You can find the opcodes and directives for pBLazIDE on the web
at www.mediatronix.com/pBlazIDE.htm.

?Phasing errors occur because of mismatches of labels between the 1st
and 2nd pass. They can occur when some instructions are accepted by
the 1st pass and not by the 2nd. Probably this is because of the
differences in opcodes as explained.

'open file' reads the file as is. 'import' file is meant to convert
the file while reading, from KCPSMBLE to pBlazeIDE syntax.

Regards,
Henk van Kampen
www.mediatronix.com
Reply With Quote