historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/openbios/forth/testsuite/framebuffer-test.fs
2024-01-16 11:20:27 -06:00

10 lines
103 B
Forth

: test-screen
10 10 pci-l@
f0 0 do
dup d# 1280 i * +
500 i fill
loop
;
test-screen