├── .gitattributes ├── ABS.txt ├── AND.txt ├── ASC.txt ├── ATN.txt ├── AUTO.txt ├── BASE.txt ├── BEEP.txt ├── BIN$.txt ├── BLOAD(1).txt ├── BLOAD(2).txt ├── BSAVE(1).txt ├── BSAVE(2).txt ├── CALL AKCNV.txt ├── CALL ANK.txt ├── CALL BGM.txt ├── CALL CHDIR.txt ├── CALL CHDRV.txt ├── CALL CLS.txt ├── CALL FORMAT.txt ├── CALL JIS.txt ├── CALL KACNV.txt ├── CALL KANJI.txt ├── CALL KEXT.txt ├── CALL KINSTR.txt ├── CALL KLEN.txt ├── CALL KMID.txt ├── CALL KNJ.txt ├── CALL KTYPE.txt ├── CALL MEMINI.txt ├── CALL MFILES.txt ├── CALL MKDIR.txt ├── CALL MKILL.txt ├── CALL MNAME.txt ├── CALL MUSIC.txt ├── CALL PALETTE.txt ├── CALL PAUSE.txt ├── CALL PCMPLAY.txt ├── CALL PCMREC.txt ├── CALL PITCH.txt ├── CALL PLAY.txt ├── CALL RAMDISK.txt ├── CALL RMDIR.txt ├── CALL SJIS.txt ├── CALL STOPM.txt ├── CALL SYSTEM.txt ├── CALL TEMPER.txt ├── CALL TRANSPOSE.txt ├── CALL VOICE COPY.txt ├── CALL VOICE.txt ├── CALL.txt ├── CDBL.txt ├── CHR$.txt ├── CINT.txt ├── CIRCLE.txt ├── CLEAR.txt ├── CLOAD.txt ├── CLOAD?.txt ├── CLOSE.txt ├── CLS.txt ├── COLOR SPRITE$.txt ├── COLOR SPRITE.txt ├── COLOR.txt ├── COLOR=.txt ├── COLOR=NEW.txt ├── COLOR=RESTORE.txt ├── CONT.txt ├── COPY(1).txt ├── COPY(2).txt ├── COS.txt ├── CSAVE.txt ├── CSNG.txt ├── CSRLIN.txt ├── CVD.txt ├── CVI.txt ├── CVS.txt ├── DATA.txt ├── DEF FN.txt ├── DEF USR.txt ├── DEFDBL.txt ├── DEFINT.txt ├── DEFSNG.txt ├── DEFSTR.txt ├── DELETE.txt ├── DIM.txt ├── DRAW.txt ├── DSKF.txt ├── END.txt ├── EOF.txt ├── EQV.txt ├── ERASE.txt ├── ERL.txt ├── ERR.txt ├── ERROR.txt ├── EXP.txt ├── FIELD.txt ├── FILES.txt ├── FIX.txt ├── FOR NEXT.txt ├── FRE.txt ├── GET DATE.txt ├── GET TIME.txt ├── GET.txt ├── GOSUB.txt ├── GOTO.txt ├── HEX$.txt ├── IF GOTO ELSE.txt ├── IF THEN ELSE.txt ├── IMP.txt ├── INKEY$.txt ├── INP.txt ├── INPUT$.txt ├── INPUT.txt ├── INSTR.txt ├── INT.txt ├── INTERVAL OFF.txt ├── INTERVAL ON.txt ├── INTERVAL STOP.txt ├── KEY LIST.txt ├── KEY OFF(1).txt ├── KEY OFF(2).txt ├── KEY ON(1).txt ├── KEY ON(2).txt ├── KEY STOP.txt ├── KEY.txt ├── KILL.txt ├── LEFT$.txt ├── LEN.txt ├── LET.txt ├── LFILES.txt ├── LINE INPUT.txt ├── LINE.txt ├── LIST.txt ├── LLIST.txt ├── LOAD.txt ├── LOC.txt ├── LOCATE.txt ├── LOF.txt ├── LOG.txt ├── LPOS.txt ├── LPRINT USING.txt ├── LPRINT.txt ├── LSET.txt ├── MAXFILES.txt ├── MERGE.txt ├── MID$.txt ├── MKD$.txt ├── MKI$.txt ├── MKS$.txt ├── MOD.txt ├── MOTOR.txt ├── NAME.txt ├── NEW.txt ├── NOT.txt ├── OCT$.txt ├── ON ERROR GOTO.txt ├── ON GOSUB.txt ├── ON GOTO.txt ├── ON INTERVAL GOSUB.txt ├── ON KEY GOSUB.txt ├── ON SPRITE GOSUB.txt ├── ON STOP GOSUB.txt ├── ON STRIG GOSUB.txt ├── OPEN.txt ├── OR.txt ├── OUT.txt ├── PAD.txt ├── PAINT.txt ├── PDL.txt ├── PEEK.txt ├── PLAY #.txt ├── PLAY(1).txt ├── PLAY(2).txt ├── POINT.txt ├── POKE.txt ├── POS.txt ├── PRESET.txt ├── PRINT USING.txt ├── PRINT.txt ├── PSET.txt ├── PUT KANJI.txt ├── PUT SPRITE.txt ├── PUT.txt ├── READ.txt ├── README.md ├── REM.txt ├── RENUM.txt ├── RESTORE.txt ├── RESUME.txt ├── RETURN.txt ├── RIGHT$.txt ├── RND.txt ├── RSET.txt ├── RUN(1).txt ├── RUN(2).txt ├── SAVE.txt ├── SCREEN.txt ├── SET ADJUST.txt ├── SET BEEP.txt ├── SET DATE.txt ├── SET PAGE.txt ├── SET PASSWORD.txt ├── SET PROMPT.txt ├── SET SCREEN.txt ├── SET SCROLL.txt ├── SET TIME.txt ├── SET TITLE.txt ├── SET VIDEO.txt ├── SGN.txt ├── SIN.txt ├── SOUND.txt ├── SPACE$.txt ├── SPC.txt ├── SPRITE OFF.txt ├── SPRITE ON.txt ├── SPRITE STOP.txt ├── SPRITE$.txt ├── SQR.txt ├── STICK.txt ├── STOP OFF.txt ├── STOP ON.txt ├── STOP STOP.txt ├── STOP.txt ├── STR$.txt ├── STRIG OFF.txt ├── STRIG ON.txt ├── STRIG STOP.txt ├── STRIG.txt ├── STRING$.txt ├── SWAP.txt ├── TAB.txt ├── TAN.txt ├── TIME.txt ├── TROFF.txt ├── TRON.txt ├── USR.txt ├── VAL.txt ├── VARPTR.txt ├── VDP.txt ├── VPEEK.txt ├── VPOKE.txt ├── WAIT.txt ├── WIDTH.txt ├── XOR.txt └── ¥・₩・\.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /ABS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ABS.txt -------------------------------------------------------------------------------- /AND.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/AND.txt -------------------------------------------------------------------------------- /ASC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ASC.txt -------------------------------------------------------------------------------- /ATN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ATN.txt -------------------------------------------------------------------------------- /AUTO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/AUTO.txt -------------------------------------------------------------------------------- /BASE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/BASE.txt -------------------------------------------------------------------------------- /BEEP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/BEEP.txt -------------------------------------------------------------------------------- /BIN$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/BIN$.txt -------------------------------------------------------------------------------- /BLOAD(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/BLOAD(1).txt -------------------------------------------------------------------------------- /BLOAD(2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/BLOAD(2).txt -------------------------------------------------------------------------------- /BSAVE(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/BSAVE(1).txt -------------------------------------------------------------------------------- /BSAVE(2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/BSAVE(2).txt -------------------------------------------------------------------------------- /CALL AKCNV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL AKCNV.txt -------------------------------------------------------------------------------- /CALL ANK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL ANK.txt -------------------------------------------------------------------------------- /CALL BGM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL BGM.txt -------------------------------------------------------------------------------- /CALL CHDIR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL CHDIR.txt -------------------------------------------------------------------------------- /CALL CHDRV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL CHDRV.txt -------------------------------------------------------------------------------- /CALL CLS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL CLS.txt -------------------------------------------------------------------------------- /CALL FORMAT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL FORMAT.txt -------------------------------------------------------------------------------- /CALL JIS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL JIS.txt -------------------------------------------------------------------------------- /CALL KACNV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL KACNV.txt -------------------------------------------------------------------------------- /CALL KANJI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL KANJI.txt -------------------------------------------------------------------------------- /CALL KEXT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL KEXT.txt -------------------------------------------------------------------------------- /CALL KINSTR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL KINSTR.txt -------------------------------------------------------------------------------- /CALL KLEN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL KLEN.txt -------------------------------------------------------------------------------- /CALL KMID.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL KMID.txt -------------------------------------------------------------------------------- /CALL KNJ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL KNJ.txt -------------------------------------------------------------------------------- /CALL KTYPE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL KTYPE.txt -------------------------------------------------------------------------------- /CALL MEMINI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL MEMINI.txt -------------------------------------------------------------------------------- /CALL MFILES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL MFILES.txt -------------------------------------------------------------------------------- /CALL MKDIR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL MKDIR.txt -------------------------------------------------------------------------------- /CALL MKILL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL MKILL.txt -------------------------------------------------------------------------------- /CALL MNAME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL MNAME.txt -------------------------------------------------------------------------------- /CALL MUSIC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL MUSIC.txt -------------------------------------------------------------------------------- /CALL PALETTE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL PALETTE.txt -------------------------------------------------------------------------------- /CALL PAUSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL PAUSE.txt -------------------------------------------------------------------------------- /CALL PCMPLAY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL PCMPLAY.txt -------------------------------------------------------------------------------- /CALL PCMREC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL PCMREC.txt -------------------------------------------------------------------------------- /CALL PITCH.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL PITCH.txt -------------------------------------------------------------------------------- /CALL PLAY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL PLAY.txt -------------------------------------------------------------------------------- /CALL RAMDISK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL RAMDISK.txt -------------------------------------------------------------------------------- /CALL RMDIR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL RMDIR.txt -------------------------------------------------------------------------------- /CALL SJIS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL SJIS.txt -------------------------------------------------------------------------------- /CALL STOPM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL STOPM.txt -------------------------------------------------------------------------------- /CALL SYSTEM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL SYSTEM.txt -------------------------------------------------------------------------------- /CALL TEMPER.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL TEMPER.txt -------------------------------------------------------------------------------- /CALL TRANSPOSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL TRANSPOSE.txt -------------------------------------------------------------------------------- /CALL VOICE COPY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL VOICE COPY.txt -------------------------------------------------------------------------------- /CALL VOICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL VOICE.txt -------------------------------------------------------------------------------- /CALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CALL.txt -------------------------------------------------------------------------------- /CDBL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CDBL.txt -------------------------------------------------------------------------------- /CHR$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CHR$.txt -------------------------------------------------------------------------------- /CINT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CINT.txt -------------------------------------------------------------------------------- /CIRCLE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CIRCLE.txt -------------------------------------------------------------------------------- /CLEAR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CLEAR.txt -------------------------------------------------------------------------------- /CLOAD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CLOAD.txt -------------------------------------------------------------------------------- /CLOAD?.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CLOAD?.txt -------------------------------------------------------------------------------- /CLOSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CLOSE.txt -------------------------------------------------------------------------------- /CLS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CLS.txt -------------------------------------------------------------------------------- /COLOR SPRITE$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COLOR SPRITE$.txt -------------------------------------------------------------------------------- /COLOR SPRITE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COLOR SPRITE.txt -------------------------------------------------------------------------------- /COLOR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COLOR.txt -------------------------------------------------------------------------------- /COLOR=.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COLOR=.txt -------------------------------------------------------------------------------- /COLOR=NEW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COLOR=NEW.txt -------------------------------------------------------------------------------- /COLOR=RESTORE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COLOR=RESTORE.txt -------------------------------------------------------------------------------- /CONT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CONT.txt -------------------------------------------------------------------------------- /COPY(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COPY(1).txt -------------------------------------------------------------------------------- /COPY(2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COPY(2).txt -------------------------------------------------------------------------------- /COS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/COS.txt -------------------------------------------------------------------------------- /CSAVE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CSAVE.txt -------------------------------------------------------------------------------- /CSNG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CSNG.txt -------------------------------------------------------------------------------- /CSRLIN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CSRLIN.txt -------------------------------------------------------------------------------- /CVD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CVD.txt -------------------------------------------------------------------------------- /CVI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CVI.txt -------------------------------------------------------------------------------- /CVS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/CVS.txt -------------------------------------------------------------------------------- /DATA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DATA.txt -------------------------------------------------------------------------------- /DEF FN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DEF FN.txt -------------------------------------------------------------------------------- /DEF USR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DEF USR.txt -------------------------------------------------------------------------------- /DEFDBL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DEFDBL.txt -------------------------------------------------------------------------------- /DEFINT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DEFINT.txt -------------------------------------------------------------------------------- /DEFSNG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DEFSNG.txt -------------------------------------------------------------------------------- /DEFSTR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DEFSTR.txt -------------------------------------------------------------------------------- /DELETE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DELETE.txt -------------------------------------------------------------------------------- /DIM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DIM.txt -------------------------------------------------------------------------------- /DRAW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DRAW.txt -------------------------------------------------------------------------------- /DSKF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/DSKF.txt -------------------------------------------------------------------------------- /END.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/END.txt -------------------------------------------------------------------------------- /EOF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/EOF.txt -------------------------------------------------------------------------------- /EQV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/EQV.txt -------------------------------------------------------------------------------- /ERASE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ERASE.txt -------------------------------------------------------------------------------- /ERL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ERL.txt -------------------------------------------------------------------------------- /ERR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ERR.txt -------------------------------------------------------------------------------- /ERROR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ERROR.txt -------------------------------------------------------------------------------- /EXP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/EXP.txt -------------------------------------------------------------------------------- /FIELD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/FIELD.txt -------------------------------------------------------------------------------- /FILES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/FILES.txt -------------------------------------------------------------------------------- /FIX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/FIX.txt -------------------------------------------------------------------------------- /FOR NEXT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/FOR NEXT.txt -------------------------------------------------------------------------------- /FRE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/FRE.txt -------------------------------------------------------------------------------- /GET DATE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/GET DATE.txt -------------------------------------------------------------------------------- /GET TIME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/GET TIME.txt -------------------------------------------------------------------------------- /GET.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/GET.txt -------------------------------------------------------------------------------- /GOSUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/GOSUB.txt -------------------------------------------------------------------------------- /GOTO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/GOTO.txt -------------------------------------------------------------------------------- /HEX$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/HEX$.txt -------------------------------------------------------------------------------- /IF GOTO ELSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/IF GOTO ELSE.txt -------------------------------------------------------------------------------- /IF THEN ELSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/IF THEN ELSE.txt -------------------------------------------------------------------------------- /IMP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/IMP.txt -------------------------------------------------------------------------------- /INKEY$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INKEY$.txt -------------------------------------------------------------------------------- /INP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INP.txt -------------------------------------------------------------------------------- /INPUT$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INPUT$.txt -------------------------------------------------------------------------------- /INPUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INPUT.txt -------------------------------------------------------------------------------- /INSTR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INSTR.txt -------------------------------------------------------------------------------- /INT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INT.txt -------------------------------------------------------------------------------- /INTERVAL OFF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INTERVAL OFF.txt -------------------------------------------------------------------------------- /INTERVAL ON.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INTERVAL ON.txt -------------------------------------------------------------------------------- /INTERVAL STOP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/INTERVAL STOP.txt -------------------------------------------------------------------------------- /KEY LIST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/KEY LIST.txt -------------------------------------------------------------------------------- /KEY OFF(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/KEY OFF(1).txt -------------------------------------------------------------------------------- /KEY OFF(2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/KEY OFF(2).txt -------------------------------------------------------------------------------- /KEY ON(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/KEY ON(1).txt -------------------------------------------------------------------------------- /KEY ON(2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/KEY ON(2).txt -------------------------------------------------------------------------------- /KEY STOP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/KEY STOP.txt -------------------------------------------------------------------------------- /KEY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/KEY.txt -------------------------------------------------------------------------------- /KILL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/KILL.txt -------------------------------------------------------------------------------- /LEFT$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LEFT$.txt -------------------------------------------------------------------------------- /LEN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LEN.txt -------------------------------------------------------------------------------- /LET.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LET.txt -------------------------------------------------------------------------------- /LFILES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LFILES.txt -------------------------------------------------------------------------------- /LINE INPUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LINE INPUT.txt -------------------------------------------------------------------------------- /LINE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LINE.txt -------------------------------------------------------------------------------- /LIST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LIST.txt -------------------------------------------------------------------------------- /LLIST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LLIST.txt -------------------------------------------------------------------------------- /LOAD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LOAD.txt -------------------------------------------------------------------------------- /LOC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LOC.txt -------------------------------------------------------------------------------- /LOCATE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LOCATE.txt -------------------------------------------------------------------------------- /LOF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LOF.txt -------------------------------------------------------------------------------- /LOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LOG.txt -------------------------------------------------------------------------------- /LPOS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LPOS.txt -------------------------------------------------------------------------------- /LPRINT USING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LPRINT USING.txt -------------------------------------------------------------------------------- /LPRINT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LPRINT.txt -------------------------------------------------------------------------------- /LSET.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/LSET.txt -------------------------------------------------------------------------------- /MAXFILES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/MAXFILES.txt -------------------------------------------------------------------------------- /MERGE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/MERGE.txt -------------------------------------------------------------------------------- /MID$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/MID$.txt -------------------------------------------------------------------------------- /MKD$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/MKD$.txt -------------------------------------------------------------------------------- /MKI$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/MKI$.txt -------------------------------------------------------------------------------- /MKS$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/MKS$.txt -------------------------------------------------------------------------------- /MOD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/MOD.txt -------------------------------------------------------------------------------- /MOTOR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/MOTOR.txt -------------------------------------------------------------------------------- /NAME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/NAME.txt -------------------------------------------------------------------------------- /NEW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/NEW.txt -------------------------------------------------------------------------------- /NOT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/NOT.txt -------------------------------------------------------------------------------- /OCT$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/OCT$.txt -------------------------------------------------------------------------------- /ON ERROR GOTO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ON ERROR GOTO.txt -------------------------------------------------------------------------------- /ON GOSUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ON GOSUB.txt -------------------------------------------------------------------------------- /ON GOTO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ON GOTO.txt -------------------------------------------------------------------------------- /ON INTERVAL GOSUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ON INTERVAL GOSUB.txt -------------------------------------------------------------------------------- /ON KEY GOSUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ON KEY GOSUB.txt -------------------------------------------------------------------------------- /ON SPRITE GOSUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ON SPRITE GOSUB.txt -------------------------------------------------------------------------------- /ON STOP GOSUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ON STOP GOSUB.txt -------------------------------------------------------------------------------- /ON STRIG GOSUB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/ON STRIG GOSUB.txt -------------------------------------------------------------------------------- /OPEN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/OPEN.txt -------------------------------------------------------------------------------- /OR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/OR.txt -------------------------------------------------------------------------------- /OUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/OUT.txt -------------------------------------------------------------------------------- /PAD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PAD.txt -------------------------------------------------------------------------------- /PAINT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PAINT.txt -------------------------------------------------------------------------------- /PDL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PDL.txt -------------------------------------------------------------------------------- /PEEK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PEEK.txt -------------------------------------------------------------------------------- /PLAY #.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PLAY #.txt -------------------------------------------------------------------------------- /PLAY(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PLAY(1).txt -------------------------------------------------------------------------------- /PLAY(2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PLAY(2).txt -------------------------------------------------------------------------------- /POINT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/POINT.txt -------------------------------------------------------------------------------- /POKE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/POKE.txt -------------------------------------------------------------------------------- /POS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/POS.txt -------------------------------------------------------------------------------- /PRESET.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PRESET.txt -------------------------------------------------------------------------------- /PRINT USING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PRINT USING.txt -------------------------------------------------------------------------------- /PRINT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PRINT.txt -------------------------------------------------------------------------------- /PSET.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PSET.txt -------------------------------------------------------------------------------- /PUT KANJI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PUT KANJI.txt -------------------------------------------------------------------------------- /PUT SPRITE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PUT SPRITE.txt -------------------------------------------------------------------------------- /PUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/PUT.txt -------------------------------------------------------------------------------- /READ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/READ.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/README.md -------------------------------------------------------------------------------- /REM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/REM.txt -------------------------------------------------------------------------------- /RENUM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RENUM.txt -------------------------------------------------------------------------------- /RESTORE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RESTORE.txt -------------------------------------------------------------------------------- /RESUME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RESUME.txt -------------------------------------------------------------------------------- /RETURN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RETURN.txt -------------------------------------------------------------------------------- /RIGHT$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RIGHT$.txt -------------------------------------------------------------------------------- /RND.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RND.txt -------------------------------------------------------------------------------- /RSET.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RSET.txt -------------------------------------------------------------------------------- /RUN(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RUN(1).txt -------------------------------------------------------------------------------- /RUN(2).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/RUN(2).txt -------------------------------------------------------------------------------- /SAVE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SAVE.txt -------------------------------------------------------------------------------- /SCREEN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SCREEN.txt -------------------------------------------------------------------------------- /SET ADJUST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET ADJUST.txt -------------------------------------------------------------------------------- /SET BEEP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET BEEP.txt -------------------------------------------------------------------------------- /SET DATE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET DATE.txt -------------------------------------------------------------------------------- /SET PAGE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET PAGE.txt -------------------------------------------------------------------------------- /SET PASSWORD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET PASSWORD.txt -------------------------------------------------------------------------------- /SET PROMPT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET PROMPT.txt -------------------------------------------------------------------------------- /SET SCREEN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET SCREEN.txt -------------------------------------------------------------------------------- /SET SCROLL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET SCROLL.txt -------------------------------------------------------------------------------- /SET TIME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET TIME.txt -------------------------------------------------------------------------------- /SET TITLE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET TITLE.txt -------------------------------------------------------------------------------- /SET VIDEO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SET VIDEO.txt -------------------------------------------------------------------------------- /SGN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SGN.txt -------------------------------------------------------------------------------- /SIN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SIN.txt -------------------------------------------------------------------------------- /SOUND.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SOUND.txt -------------------------------------------------------------------------------- /SPACE$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SPACE$.txt -------------------------------------------------------------------------------- /SPC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SPC.txt -------------------------------------------------------------------------------- /SPRITE OFF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SPRITE OFF.txt -------------------------------------------------------------------------------- /SPRITE ON.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SPRITE ON.txt -------------------------------------------------------------------------------- /SPRITE STOP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SPRITE STOP.txt -------------------------------------------------------------------------------- /SPRITE$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SPRITE$.txt -------------------------------------------------------------------------------- /SQR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SQR.txt -------------------------------------------------------------------------------- /STICK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STICK.txt -------------------------------------------------------------------------------- /STOP OFF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STOP OFF.txt -------------------------------------------------------------------------------- /STOP ON.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STOP ON.txt -------------------------------------------------------------------------------- /STOP STOP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STOP STOP.txt -------------------------------------------------------------------------------- /STOP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STOP.txt -------------------------------------------------------------------------------- /STR$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STR$.txt -------------------------------------------------------------------------------- /STRIG OFF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STRIG OFF.txt -------------------------------------------------------------------------------- /STRIG ON.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STRIG ON.txt -------------------------------------------------------------------------------- /STRIG STOP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STRIG STOP.txt -------------------------------------------------------------------------------- /STRIG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STRIG.txt -------------------------------------------------------------------------------- /STRING$.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/STRING$.txt -------------------------------------------------------------------------------- /SWAP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/SWAP.txt -------------------------------------------------------------------------------- /TAB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/TAB.txt -------------------------------------------------------------------------------- /TAN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/TAN.txt -------------------------------------------------------------------------------- /TIME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/TIME.txt -------------------------------------------------------------------------------- /TROFF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/TROFF.txt -------------------------------------------------------------------------------- /TRON.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/TRON.txt -------------------------------------------------------------------------------- /USR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/USR.txt -------------------------------------------------------------------------------- /VAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/VAL.txt -------------------------------------------------------------------------------- /VARPTR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/VARPTR.txt -------------------------------------------------------------------------------- /VDP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/VDP.txt -------------------------------------------------------------------------------- /VPEEK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/VPEEK.txt -------------------------------------------------------------------------------- /VPOKE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/VPOKE.txt -------------------------------------------------------------------------------- /WAIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/WAIT.txt -------------------------------------------------------------------------------- /WIDTH.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/WIDTH.txt -------------------------------------------------------------------------------- /XOR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/XOR.txt -------------------------------------------------------------------------------- /¥・₩・\.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fu-sen/MSX-BASIC/HEAD/¥・₩・\.txt --------------------------------------------------------------------------------