PIC Microcontoller Memory Methods

Also:

See also:

Archive:

Questions:

Jim Miller Says:

Faced with creating two 128 byte tables today to replace a divide routine I created a spread sheet in Excel which created the decimal values, converted them to hex equivalents, split into high and low bytes and then concatenated them with "retlw" strings to create the table. I then pasted the two columns of retlw 'k' into PICASM.

Major labor savings!

Jim