hello guys! Can anyone tell me about the RAM_START codes? What is the operation RAM_START+1 to 4?? RAM_START operation starts at 0x0c? is that correct?
Sorry guys..i'm new at assembly.. Thanks guys!!
Code:
; RAM registers
ram_start EQU 0x0c
dcnt0 EQU ram_start+1 ; delay counter 0
dcnt1 EQU ram_start+2 ; delay counter 1
dcnt2 EQU ram_start+3 ; delay counter 2