incrementing is incremeting... adding is adding.

there's no difference between a=a+1 against a=a+$1

BUT if you want to add 10 in hex... yep a=a+$10

only the modifier do a difference you can add hex, bin and decimal in the same formula too

a=a+%00000111+$10+128