1 / 3

Laboratório de Organização e Arquitetura de Computadores

Laboratório de Organização e Arquitetura de Computadores. Informações Adicionais (Interrupção) - Etapa 5. PROFESSORES: Elmar Uwe Kurt Melcher Joseana Macêdo Fechine. Peac6.v. wire int_enb = mir[27]; assign mpc = ~reset ? 1 : sw[31]&int_enb? 'hF0:

shaina
Download Presentation

Laboratório de Organização e Arquitetura de Computadores

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. Laboratório de Organização e Arquitetura de Computadores Informações Adicionais (Interrupção) - Etapa 5 PROFESSORES: Elmar Uwe Kurt Melcher Joseana Macêdo Fechine

  2. Peac6.v wire int_enb = mir[27]; assign mpc = ~reset ? 1 : sw[31]&int_enb? 'hF0: jmpc ? next | mbr : next; main1 mic2.mif - inter % 8 \1/3\/ 8 \/ 9 \/3\/ 4 % %proximo JJJSSFFEEIIHOTCLSPMMWRF L % %ende- MAALR10NNNN POPVPCDAREE E B% %reco PMMLA ABVC CSP RRIAT I % % CNZ81 A TDC T % % 11110000 : 111100010000001101010000010010000100 ; % MAR=SP=SP+1 % % 11110001 : 111100100000001101100000000101000001 ; % MDR=PC-1; wr % % 11110010 : 111100110000101100010000001000010000 ; % PC=0100h; fetch % % 11110011 : 000000010000000000000000000000000000 ; % go main1 % Lab. Org. e Arq. de Computadores - DSC-UFCG

  3. Outra forma de execução da interrupção Peac5.v assign mpc = ~reset ? 1 : jmpc ? (sw[31] ? 'h80: next_addr| mbr): {high_bit,next_addres[6:0]}; mic1.mif Lab. Org. e Arq. de Computadores - DSC-UFCG

More Related