1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-28 10:55:43 +00:00

remove TABs

This commit is contained in:
Christian Groessler 2013-06-08 00:35:07 +02:00
parent 56e330a4d7
commit a14d4c803d

View File

@ -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