mirror of
https://github.com/cc65/cc65.git
synced 2025-02-06 12:31:12 +00:00
remove TABs
This commit is contained in:
parent
56e330a4d7
commit
a14d4c803d
@ -52,13 +52,13 @@ LOCKFL = $23 ;lock file (set to read-only)
|
|||||||
UNLOCK = $24 ;unlock file
|
UNLOCK = $24 ;unlock file
|
||||||
POINT = $25 ;point sector
|
POINT = $25 ;point sector
|
||||||
NOTE = $26 ;note sector
|
NOTE = $26 ;note sector
|
||||||
GETFL = $27 ;get file length
|
GETFL = $27 ;get file length
|
||||||
CHDIR_MYDOS = $29 ;change directory (MyDOS)
|
CHDIR_MYDOS = $29 ;change directory (MyDOS)
|
||||||
MKDIR = $2A ;make directory (MyDOS/SpartaDOS)
|
MKDIR = $2A ;make directory (MyDOS/SpartaDOS)
|
||||||
CHDIR_SPDOS = $2C ;change directory (SpartaDOS)
|
CHDIR_SPDOS = $2C ;change directory (SpartaDOS)
|
||||||
FORMAT = $FE ;format
|
FORMAT = $FE ;format
|
||||||
|
|
||||||
GETCWD = $30 ;get current directory (MyDOS/SpartaDOS)
|
GETCWD = $30 ;get current directory (MyDOS/SpartaDOS)
|
||||||
|
|
||||||
; Special Entry Command Equates
|
; Special Entry Command Equates
|
||||||
; DOS Commands
|
; DOS Commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user