Difference between revisions of "Code:NextBasic Snippets"

From SpecNext official Wiki
Jump to: navigation, search
(Created page with " '''NextBasic Snippets ''' To read a file of any type or size to any bank this will load myfile.bin to bank 22 (8kbs): <syntaxhighlight> .extract myfile.bin -mb 22 </syntaxh...")
(No difference)

Revision as of 13:13, 11 December 2023

NextBasic Snippets

To read a file of any type or size to any bank this will load myfile.bin to bank 22 (8kbs):

.extract myfile.bin -mb 22