All this time working with the AVR, and I've never had to do this... I need a way to change the sign on a term in a .db statement. Something like this: (which does not work..) .equ SignBit = -1; .db Thing,(Thing + (3*SignBit)), (Thing - (3*SignBit)), Thing .and so on.. Otherwise, I'm going to be forced to do an annoyingly large amount of hand editing data files. :P Any pointers?
Message
Negarive numbers in .db statements
2012-03-21 by David V