parceque chaque instrution est codé sur 14bits pour un 16F84
entre org 0x000 et org 0x04 tu as 3 instruction possible max
en asm mais en hex
org 0x00 = address en hex 0x00 & 0x01 pour 16 bits
instruction 1 = 0x02 & 0x03
instruction 2 = 0x04 & 0x05
instruction 3 = 0x06 & 0x07
org 0x04 = 0x08 & 0x09
a++
