carriage return hard coded and needs to be removed
Status: Beta
Brought to you by:
oh2ncp
Aino.java line 199
output.println(crlf+"\n\tmovf\t_FSR_TEMP,0"+crlf);
should be
output.println(crlf+"\tmovf\t_FSR_TEMP,0"+crlf);
plus support should be added so one can use mpasm.
have to change all the conditional pagesel to the
folowing form
.if \($ >> 10\) \!= \(Lcd\_sendCmd\_I\_V >> 10\)
pagesel Lcd\_sendCmd\_I\_V
.endif
a switch could be added to select what assmbler and and
use the right if structure accordingly