hi there,
here's a simple question to ask ,
above code that is highlighted in red , movlw mtx_buffer is same as putting the 0x20(address in file register) into w register instead of the contain of the mtx_buffer, am i correct??Code:cblock 0x20 ;start of general purpose registers mtx_buffer mtx_buffer1 mtx_buffer2 endc movlw mtx_buffer movwf FSR


Reply With Quote