summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-01-18 15:16:12 +0000
committernyan <nyan@FreeBSD.org>2004-01-18 15:16:12 +0000
commit2d2beb20ceee4017500b74425170042f12125b19 (patch)
treef20493113db63f5c781805507673bfe4ef4a61a1 /share/examples
parent24ae6823ef575f90e165a17f7e73f2106660d858 (diff)
downloadFreeBSD-src-2d2beb20ceee4017500b74425170042f12125b19.zip
FreeBSD-src-2d2beb20ceee4017500b74425170042f12125b19.tar.gz
Sync with sys/boot/forth/frames.4th revision 1.2 (PC98 support).
Suggested by: matusita
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/bootforth/frames.4th64
1 files changed, 43 insertions, 21 deletions
diff --git a/share/examples/bootforth/frames.4th b/share/examples/bootforth/frames.4th
index ff91c5b..3b1f404 100644
--- a/share/examples/bootforth/frames.4th
+++ b/share/examples/bootforth/frames.4th
@@ -12,27 +12,49 @@ variable rt_el
variable rb_el
variable fill
-\ Single frames
-196 constant sh_el
-179 constant sv_el
-218 constant slt_el
-192 constant slb_el
-191 constant srt_el
-217 constant srb_el
-\ Double frames
-205 constant dh_el
-186 constant dv_el
-201 constant dlt_el
-200 constant dlb_el
-187 constant drt_el
-188 constant drb_el
-\ Fillings
-0 constant fill_none
-32 constant fill_blank
-176 constant fill_dark
-177 constant fill_med
-178 constant fill_bright
-
+s" arch-pc98" environment? [if]
+ \ Single frames
+ 149 constant sh_el
+ 150 constant sv_el
+ 152 constant slt_el
+ 154 constant slb_el
+ 153 constant srt_el
+ 155 constant srb_el
+ \ Double frames
+ 149 constant dh_el
+ 150 constant dv_el
+ 152 constant dlt_el
+ 154 constant dlb_el
+ 153 constant drt_el
+ 155 constant drb_el
+ \ Fillings
+ 0 constant fill_none
+ 32 constant fill_blank
+ 135 constant fill_dark
+ 135 constant fill_med
+ 135 constant fill_bright
+[else]
+ \ Single frames
+ 196 constant sh_el
+ 179 constant sv_el
+ 218 constant slt_el
+ 192 constant slb_el
+ 191 constant srt_el
+ 217 constant srb_el
+ \ Double frames
+ 205 constant dh_el
+ 186 constant dv_el
+ 201 constant dlt_el
+ 200 constant dlb_el
+ 187 constant drt_el
+ 188 constant drb_el
+ \ Fillings
+ 0 constant fill_none
+ 32 constant fill_blank
+ 176 constant fill_dark
+ 177 constant fill_med
+ 178 constant fill_bright
+[then]
: hline ( len x y -- ) \ Draw horizontal single line
at-xy \ move cursor
OpenPOWER on IntegriCloud