aboutsummaryrefslogtreecommitdiff
path: root/src/images/bytefield/sv48va.edn
blob: 2ef5054cb20f510146d7e8768f63fc915f7aa734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[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 nil {:span 1 :borders {}})
(draw-box "47" {:span 3 :text-anchor "start" :borders {}})
(draw-box "39" {:span 3 :text-anchor "end" :borders {}})
(draw-box "38" {:span 3 :text-anchor "start" :borders {}})
(draw-box "30" {:span 3 :text-anchor "end" :borders {}})
(draw-box "29" {:span 3 :text-anchor "start" :borders {}})
(draw-box "21" {:span 3 :text-anchor "end" :borders {}})
(draw-box "20" {:span 3 :text-anchor "start" :borders {}})
(draw-box "12" {:span 3 :text-anchor "end" :borders {}})
(draw-box "11" {:span 3 :text-anchor "start" :borders {}})
(draw-box "0" {:span 3 :text-anchor "end" :borders {}})
(draw-box nil {:span 1 :borders {}})

(draw-box nil {:span 1 :borders {}})
(draw-box "VPN[3]" {:span 6})
(draw-box "VPN[2]" {:span 6})
(draw-box "VPN[1]" {:span 6})
(draw-box "VPN[0]" {:span 6})
(draw-box "page offset" {:span 6})
(draw-box nil {:span 1 :borders {}})

(draw-box nil {:span 1 :borders {}})
(draw-box "9" {:span 6 :borders {}})
(draw-box "9" {:span 6 :borders {}})
(draw-box "9" {:span 6 :borders {}})
(draw-box "9" {:span 6 :borders {}})
(draw-box "12" {:span 6 :borders {}})
(draw-box nil {:span 1 :borders {}})
----