1 / 8

0000 : 01101010

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: --------.

ronat
Download Presentation

0000 : 01101010

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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 …

  2. 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 …

  3. 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 …

  4. 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: -------- …

  5. 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: -------- …

  6. 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: -------- …

  7. 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: -------- …

  8. 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

More Related