SmileBASIC 3.6.0 Interpreter
sb-interpreter sb-docs smilebasic-3
2 folders · 249 files

README.md

SmileBASIC 3 (3DS) #

Documentation for SmileBASIC 3 (the Nintendo 3DS release, a.k.a. Petit Computer 3), built from two official sources:

  • InstructionList.pdf → the instruction/command reference (below)
  • e-manual.pdf (the Handy Instruction Manual) → the tutorial/concept guide in manual/

See ../STANDARD.md for how each was converted.

Manual — guide & tutorial #

Conceptual walkthrough from the e-manual (26 topics).

Reference tables #

Instruction reference #

248 instructions (339 syntax forms) from the official instruction list, by manual category.

Instructions available only in DIRECT mode #

Basic instructions (variables and arrays) #

Basic instructions (control and branching) #

Basic instructions (advanced control) #

Basic instructions (data operations and others) #

Console input/output #

Various kinds of input #

Files #

Wireless communication #

Screen control #

Graphics #

Sprites #

BG #

Sound #

Mathematics #

Operations on strings #

Source code manipulation #

Bit Operations #