Renamed default commands to FshCommands

This commit is contained in:
Stephen Toth 2018-06-28 12:37:07 -04:00
parent 5c418d8ec6
commit 5d5fef9afd
8 changed files with 6 additions and 6 deletions

View File

@ -109,4 +109,4 @@ fshcmdfillLoop:
pop hl pop hl
ret ret
#include "includes/commands.inc" #include "includes/FshCommands.inc"

5
includes/FshCommands.inc Normal file
View File

@ -0,0 +1,5 @@
#include "includes/FshCommands/EXIT.asm"
#include "includes/FshCommands/SET.asm"
#include "includes/FshCommands/COPY.asm"
#include "includes/FshCommands/CLS.asm"
#include "includes/FshCommands/VARS.asm"

View File

@ -1,5 +0,0 @@
#include "includes/commands/EXIT.asm"
#include "includes/commands/SET.asm"
#include "includes/commands/COPY.asm"
#include "includes/commands/CLS.asm"
#include "includes/commands/VARS.asm"