In the below code which is being used to store date in the program code space I get missing operator error (112) in the last three lines of data, the mixed hex and string stuff. Any ideas, sorry i am not familiar with MPASM syntax or conventions.
Code:'-----[The DATA table]-------------------------------------------------------- GOTO OverData ; Make sure data doesn't try to execute ASM DataTable DB "Hello World " ; etc. DB "This is a test " DB $00,$02,$12,"WAmps" DB $01,$02,$11,"VAmps" DB $02,$02,$10,"UAmps" endasm OverData:




Bookmarks