historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/openbios/forth/testsuite/framebuffer-test.fs

11 lines
103 B
Forth
Raw Normal View History

2024-01-16 17:20:27 +00:00
: test-screen
10 10 pci-l@
f0 0 do
dup d# 1280 i * +
500 i fill
loop
;
test-screen