Execute Brain****/BASIC/QuickBasic: Difference between revisions

m
Speed up processing a bit by putting more common characters at the front of the instruction chars string
(cat)
m (Speed up processing a bit by putting more common characters at the front of the instruction chars string)
Line 6:
<qbasic>CLS
memsize = 20000
instChars$ = "[]+-<>.,+-[]" 'valid characters
ptr = 0 'memory pointer
 
Anonymous user