boot ====== bootBASIC ====== {{tag>boot}} /* -- UNCOMMENT WHEN KEYWORDS ARE MARKED FOR THIS BASIC == Keywords == **{{backlinks>.#keywords}}** */ A 512-byte integer BASIC interpreter is surely a feat by Oscar Toledo, also known as //nanochess// on GitHub, where bootBASIC's [[https://github.com/nanochess/bootBASIC|source code resides]]. As of June 2023, this project from 2019 seemed to be alive, in spite of its Assembly code being apparently untouched for 3 years already. ===== Where it is/was used ===== According to the project's README file, the NASM-assembled code runs on the Intel 8088-based original IBM PC. There are ports for [[https://github.com/taisukef/bootBASIC_64bit|32-bit and 64-bit Macintoshes as well]]. ===== Noteworthy characteristics ===== /* TO DO: a list or prose text about this BASIC's features, quirks, Easter eggs, tricks, singularities... */ ===== Environment and usage ===== /* TO DO: notes about the REPL or IDE used, keyboard shortcuts and commands, command-line options for compiling and linking, environment variables which might be set... */ ===== Extensions ===== /* TO DO: Famous libraries tools and extension packages made for this BASIC */ ===== Curiosities ===== /* TO DO: Historical notes, anecdotes, what people said about it */ ===== Related to... ===== /* * **[[basicTagName|basicTitle]]** - TO DO: a brief description of the relation they have with this one */ ==== Influenced by ==== /* * **[[basicTagName|basicTitle]]** - TO DO: which are the noticeable or assumed influences */ ==== Influence for ==== /* * **[[basicTagName|basicTitle]]*** - TO DO: which are the noticeable or assumed influences */ ===== Versions and successors ===== /* No much need of prose here, just links. Notice the different patterns to create the links: * **[[basics:versionTagName|versionTitle]]** - for versions (created under this page) * **[[successorTagName|successorTitle]]** - for a successor (created as sibling of this page) */ ===== References ===== /* If the ((citation)) syntax was used elsewhere, they will be listed below this section. You can prepend this with a list of books, magazines and web pages with information used in this page */ /* ===== Page tags ===== Follow the example below. Some tags might be useful for a to-be-implemented search mechanism. Separate tags with spaces, use quotes for a multiple-word tag {{tag>Compilers Microsoft Windows Linux}} */