mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Comment additions and changes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3942 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9c193743a0
commit
828b4226cf
@ -188,13 +188,13 @@ writefndiskcmd:
|
||||
|
||||
;--------------------------------------------------------------------------
|
||||
; writediskcmd: Gets pointer to data in ptr1, length in A. Writes all data
|
||||
; to the command channel of the given drive. Returns an error code in A,
|
||||
; to the command channel of the drive in X. Returns an error code in A,
|
||||
; flags are set according to the contents of A.
|
||||
|
||||
writediskcmd:
|
||||
|
||||
jsr isdisk
|
||||
bcs success
|
||||
bcs success ; No disk - already done
|
||||
|
||||
; Remember the length
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user