shaun_c_m
Junior Member level 2

what is the difference between the '0x00' and '00h' formats in assembler code? are they interchangeable?
examples:
number_temp equ 0x1a
number_temp equ 1ah
what does the '0x' stand for ?
thanks
examples:
number_temp equ 0x1a
number_temp equ 1ah
what does the '0x' stand for ?
thanks