aboutsummaryrefslogtreecommitdiff
path: root/src/images/bytefield/htinstreg.edn
blob: d9852bdbb50b0f6e4e555a889b4aea69189e7967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[bytefield]
----
(defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 24}])
(def row-height 40 )
(def row-header-fn nil)
(def left-margin 30)
(def right-margin 30)
(def boxes-per-row 32)

(draw-box "HSXLEN-1" {:span 31 :text-anchor "start" :borders {}})
(draw-box "0" {:borders {}})

(draw-box "htinst" {:font-size 20 :span 32})

(draw-box "HSXLEN" {:span 32 :borders {}})
----