Category talk:ZX Spectrum Basic: Difference between revisions

→‎Category name: new section
(Created page with "== Embedded machine code == I'm presuming it's a no-no, but where are we on the use of USR functions to run machine code routines? (And, for that matter, direct memory address...")
 
(→‎Category name: new section)
 
(2 intermediate revisions by the same user not shown)
Line 3:
 
(e.g. the below is techincally valid ZX Spectrum Basic, but it's a stretch to say that the functionality is truly BASIC...)
<langsyntaxhighlight lang="zxbasic">10 CLEAR 64999
20 RESTORE 1000
30 LET h$="0123456789ABCDEF"
Line 25:
 
1000 DATA "66697A7A62757A7A"
1010 DATA "0D66697A7A0D39380D66697A7A0D2020"
1020 DATA "200D010100C579D6"
1030 DATA "0FCA0AFED2FFFDC3"
Line 50:
1240 DATA "D1C1CD3C20C10379"
1250 DATA "FE65C2FDFDC90000"
1260 DATA "eof"</langsyntaxhighlight> - [[User:Kinitawowi|Kinitawowi]] ([[User talk:Kinitawowi|talk]]) 23:53, 8 March 2020 (UTC)
 
== Category name ==
 
Is there a particular reason why this is at ZX Spectrum Basic rather than its proper name of Sinclair BASIC? [[User:Kinitawowi|Kinitawowi]] ([[User talk:Kinitawowi|talk]]) 15:12, 6 September 2022 (UTC)
77

edits