Home
Microworld BASIC
Utilities
MWB to text converter
Text to MWB converter
Online editor & emulator
About
Contact me
Run
00100 HIRES 00110 PLOT 0,0 TO 511,255 : REM Draw the line 00120 FOR I = 1 TO 800 : NEXT I : REM Simple Delay 00130 PLOTR 0,0 TO 511,255 : REM Turn off all points in path 00140 FOR I = 1 TO 800 : NEXT I : REM Simple Delay 00150 PLOT 150,255 TO 350,255 : REM Draw the line 00160 FOR I = 1 TO 500 : NEXT I : REM Simple Delay 00170 PLOTI 0,255 TO 511,255 : REM Invert all points on=off etc 00180 PLOTH 0,255 TO 511,255 : REM Use inverted Y axis 00190 FOR I = 1 TO 800 : NEXT I : REM Simple Delay 00200 REM Draw a border and then two diagonals 00210 PLOT 0,0 TO 0,255 TO 511,255 TO 511,0 TO 0,0 00220 PLOT 0,0 TO 511,255 00230 PLOT 511,0 TO 0,255 00240 GOTO 240 : REM endless loop so screen does not scroll
Reset
Show Debugger
Settings
Run in background
Natural keyboard
Strict keyboard
Tape:
loading...
Add files
NanoWasp relies on JavaScript. Please enable JavaScript if it's disabled, or switch to a browser that supports JavaScript.
Emulator used is
http://nanowasp.org/
by Dave Churchill.
x
x