Home
Microworld BASIC
Utilities
MWB to text converter
Text to MWB converter
Online editor & emulator
About
Contact me
Run
00100 REM A program that will pass control to a machine 00110 REM code sub-routine at 2000H, then return 00120 REM control to BASIC. 00130 REM Data for sub-routine 00140 DATA 17,214,243,33,12,32,1,16,0,237,176,201,77,73,67,82 00150 DATA 79,66,69,69,32,83,89,83,84,69,77,83 00160 REM Poke sub-routine into location 2000H 00170 FOR I= 8192 TO 8219 00180 READ D 00190 POKE I,D 00200 NEXT I 00210 REM Begin main program 00220 HIRES 00230 PLOT 180,77 TO 180,178 TO 330,178 TO 330,77 TO 180,77 00240 USR(8192) : REM A THE SUB-ROUTINE 00250 PLOT 200,97 TO 200,158 TO 310,158 TO 310,97 TO 200,97 00260 END
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