Add Missing Arrow to push ProgCounter to AB

This commit is contained in:
2020-12-25 14:01:17 +01:00
parent 98bd366c24
commit 413105e4be
3 changed files with 42 additions and 0 deletions

View File

@ -385,6 +385,11 @@ viewCu model =
[ Html.a [ onClick (MsgManualStep ActInstructionReg2AddressBus)] [ text "InstR -> AddrB" ]]
, div [] []
]
, div [ class "arrow", class "up", class "top", class "arrow2"]
[ div [ class "button" ]
[ Html.a [ onClick (MsgManualStep ActProgrammCounter2AddressBus)] [ text "ProgCounter -> AddrB" ]]
, div [] []
]
, h1 [ class "header" ] [ text "Control Unit" ]
, p []
[ text