1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-28 20:29:46 +00:00

Minor reformatting.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4119 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2009-09-04 21:28:16 +00:00
parent 38ff6818fc
commit 0d25264ed4
2 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@
.include "ser-kernel.inc"
.include "ser-error.inc"
; ------------------------------------------------------------------------
; Header. Includes jump table

View File

@ -44,11 +44,9 @@ _write:
jsr callmli
bcs oserr
; REF_NUM already set
.assert MLI::MARK::REF_NUM = MLI::EOF::REF_NUM, error
; POSITION already set
.assert MLI::MARK::POSITION = MLI::EOF::EOF, error