80 likes | 227 Views
Program Memory. Data Memory. F80: --------. 0001 : 10010100. F81: --------. 0002 : 01101000. F82: --------. 0003 : 10000010. F83: --------. 0004 : 00000000. …. 0005 : 00000000. F93: --------. 0006 : 00000000. 0000 : 01101010. F94: --------. 0007 : 00000000. F95: --------.
E N D
Program Memory Data Memory F80: -------- 0001 : 10010100 F81: -------- 0002 : 01101000 F82: -------- 0003 : 10000010 F83: -------- 0004 : 00000000 … 0005 : 00000000 F93: -------- 0006 : 00000000 0000 : 01101010 F94: -------- 0007 : 00000000 F95: -------- 0008 : 00000000 F96: -------- 0009 : 00000000 …
Program Memory Data Memory … opcode F80: -------- 0001 : 10010100 F81: -------- 0002 : 01101000 F82: -------- 0003 : 10000010 F83: -------- 0004 : 00000000 … 0005 : 00000000 F93: -------- 0006 : 00000000 0000 : 01101010 F94: -------- 0007 : 00000000 F95: -------- 0008 : 00000000 F96: -------- 0009 : 00000000 …
Program Memory Data Memory … opcode data F80: -------- 10010100 F81: -------- 0002 : 01101000 F82: -------- 10000010 F83: -------- 0004 : 00000000 … 00000000 F93: -------- 0006 : 00000000 0000 : 01101010 F94: -------- 00000000 F95: -------- 0008 : 00000000 F96: -------- 00000000 …
Program Memory Data Memory instruction … opcode data F80: -------- F81: -------- 0002 : 01101000 10000010 F82: -------- F83: -------- 0004 : 00000000 00000000 … F93: -------- 0006 : 00000000 00000000 0000 : 01101010 10010100 F94: -------- F95: -------- 0008 : 00000000 00000000 F96: -------- …
Program Memory Data Memory instruction … opcode data F80: -------- CLRF 0x94 F81: -------- 0002 : 01101000 10000010 F82: -------- SETF 0x82 F83: -------- 0004 : 00000000 00000000 … F93: -------- 0006 : 00000000 00000000 0000 : 01101010 10010100 F94: -------- F95: -------- 0008 : 00000000 00000000 F96: -------- …
Program Memory Data Memory instruction … opcode data F80: -------- CLRF 0x94 F81: -------- 0002 : 01101000 10000010 F82: -------- SETF 0x82 F83: -------- 0004 : 00000000 00000000 … F93: -------- 0006 : 00000000 00000000 0000 : 01101010 10010100 F94: 00000000 F95: -------- 0008 : 00000000 00000000 F96: -------- …
Program Memory Data Memory instruction … opcode data F80: -------- CLRF 0x94 F81: -------- 0002 : 01101000 10000010 F82: 11111111 SETF 0x82 F83: -------- 0004 : 00000000 00000000 … F93: -------- 0006 : 00000000 00000000 0000 : 01101010 10010100 F94: 00000000 F95: -------- 0008 : 00000000 00000000 F96: -------- …
Program Memory instruction opcode data GOTO0x08 0002 : 1111000000000000 0004 : 11111111 11111111 NOP 0006 : 11111111 11111111 NOP 0008 : 01101010 10010100 CLRF0x94 000A : 0000111001010101 MOVLW0x55 000C : 01101110 10000010 0000 : 1110111100000100 MOVWF0x82 000E : 1110111100000100 GOTO0x08 0010 : 1111000000000000 0012 : 00000000 00000000