Menu

#2 carriage return hard coded and needs to be removed

open
nobody
None
5
2004-06-05
2004-06-05
Anonymous
No

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

Discussion

MongoDB Logo MongoDB