Skip to content

Commit

Permalink
Fix asciidoc representation of HLV[X] instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Nov 13, 2023
1 parent 777bffa commit b12e2dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/images/bytefield/priv-instr-set.edn
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@
(draw-box (text "Hypervisor Virtual-Machine Load and Store Instructions" {:font-weight "bold" :font-size 24}) {:span 27 :borders {}})
(draw-box nil {:span 5 :borders {}})

(draw-box "0110001" {:span 8})
(draw-box "0110000" {:span 8})
(draw-box "00000" {:span 4})
(draw-box "rs1" {:span 4})
(draw-box "100" {:span 3})
(draw-box "rd" {:span 4})
(draw-box "1110011" {:span 4})
(draw-box "HLV.B" {:span 5 :text-anchor "start" :borders {}})

(draw-box "0110001" {:span 8})
(draw-box "0110000" {:span 8})
(draw-box "00001" {:span 4})
(draw-box "rs1" {:span 4})
(draw-box "100" {:span 3})
Expand Down Expand Up @@ -161,7 +161,7 @@
(draw-box "1110011" {:span 4})
(draw-box "HLVX.HU" {:span 5 :text-anchor "start" :borders {}})

(draw-box "0110010" {:span 8})
(draw-box "0110100" {:span 8})
(draw-box "00011" {:span 4})
(draw-box "rs1" {:span 4})
(draw-box "100" {:span 3})
Expand Down Expand Up @@ -264,4 +264,4 @@
(draw-box "00000" {:span 4})
(draw-box "1110011" {:span 4})
(draw-box " HINVAL.GVMA" {:span 5 :text-anchor "start" :borders {}})
----
----

0 comments on commit b12e2dc

Please sign in to comment.