Difference between revisions of "RXB"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (Category) |  (Category) | ||
| Line 14: | Line 14: | ||
| Allows you to use a batch file to for example: | Allows you to use a batch file to for example: | ||
| NEW ; OLD DSK1.PROG; RES 11,2 ; MERGE "DSK1.BIT" ; SAVE "DSK1.NEW" ; RUN |  NEW ; OLD DSK1.PROG; RES 11,2 ; MERGE "DSK1.BIT" ; SAVE "DSK1.NEW" ; RUN | ||
| all in one go. | all in one go. | ||
| Line 21: | Line 21: | ||
| [[Category:Programming language]] | [[Category:Programming language]] | ||
| [[Category:Module]] | |||
Revision as of 00:09, 21 June 2015
RXB - Rich Extended Basic
An 8k grom cartridge for the TI994a extending and replacing Extended Basic by Rich Gilbertson.
Added a significant number of subprograms and enhanced commands.
Examples include CALL:
CAT; DIR; FILES; FCOPY; RENAME; MKDIR; RMDIR; CUTDIR; SECTOR; CLSALL;
and lots of other extras.
Allows you to use a batch file to for example:
NEW ; OLD DSK1.PROG; RES 11,2 ; MERGE "DSK1.BIT" ; SAVE "DSK1.NEW" ; RUN
all in one go.
Note: The use of the REDO key was removed due to restricted buffer space.