Minor reformatting.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4119 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
.include "ser-kernel.inc"
|
.include "ser-kernel.inc"
|
||||||
.include "ser-error.inc"
|
.include "ser-error.inc"
|
||||||
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
; Header. Includes jump table
|
; Header. Includes jump table
|
||||||
|
|
||||||
|
|||||||
@@ -44,11 +44,9 @@ _write:
|
|||||||
jsr callmli
|
jsr callmli
|
||||||
bcs oserr
|
bcs oserr
|
||||||
|
|
||||||
|
|
||||||
; REF_NUM already set
|
; REF_NUM already set
|
||||||
.assert MLI::MARK::REF_NUM = MLI::EOF::REF_NUM, error
|
.assert MLI::MARK::REF_NUM = MLI::EOF::REF_NUM, error
|
||||||
|
|
||||||
|
|
||||||
; POSITION already set
|
; POSITION already set
|
||||||
.assert MLI::MARK::POSITION = MLI::EOF::EOF, error
|
.assert MLI::MARK::POSITION = MLI::EOF::EOF, error
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user