Skip to content

Instantly share code, notes, and snippets.

View PigDogBay's full-sized avatar

Pig Dog Bay PigDogBay

View GitHub Profile
@PigDogBay
PigDogBay / NextBASICCribSheet.txt
Last active April 18, 2024 15:02
NextBASIC Crib Sheet, Wikitext markup
__NOTOC__
Notes on the Sinclair ZX Spectrum Next [[Retro Gaming]], [[ZX Spectrum]], [[Z80 Assembly Language]]
==Next BASIC==
===Editor===
EXTEND MODE, CAPSLOCK - Start of program<br/>
EXTEND MODE, GRAPHICS - End of program
<pre>
ERASE 100,200 ;Erase lines 100 to 200
LINE 100,2 ;Renumbers lines from 100 in steps of 2, 100, 102, 104, 106...