Renamed default commands to FshCommands
This commit is contained in:
parent
5c418d8ec6
commit
5d5fef9afd
|
|
@ -109,4 +109,4 @@ fshcmdfillLoop:
|
||||||
pop hl
|
pop hl
|
||||||
ret
|
ret
|
||||||
|
|
||||||
#include "includes/commands.inc"
|
#include "includes/FshCommands.inc"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
@ -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"
|
|
||||||
Loading…
Reference in New Issue