error on simulation

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
saravana_3
Posts: 61
Joined: Thu Dec 20, 2007 4:23 pm
Location: singapore

error on simulation

Post by saravana_3 »

hi when I use the simulation for my program in the ASM:IDE,
once starts it goes initilization area "tris port B", at this line it show the error as 'unimplemented mnemonics : <tris>
is it any one know how to solve this
thanks
saran

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Post by Steve »

Instead of "TRIS", use "MOVWF TRISA" or similar.

Post Reply