From 7f3ef943bd7c6d1842e8ce7cbc23d39abe2a61a2 Mon Sep 17 00:00:00 2001 From: cpg Date: Thu, 26 Jan 2012 12:25:20 +0000 Subject: [PATCH] small comment change git-svn-id: svn://svn.cc65.org/cc65/trunk@5427 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/write.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/atari/write.s b/libsrc/atari/write.s index d048dfd46..645f0f934 100644 --- a/libsrc/atari/write.s +++ b/libsrc/atari/write.s @@ -16,9 +16,9 @@ _write: jmp __do_oserror ; update errno write9: - lda ICBLL,x ; get buf len lo + lda ICBLL,x ; get buf len low pha - lda ICBLH,x ; buf len hi + lda ICBLH,x ; buf len high tax lda #0 sta __oserror ; clear system dependend error code -- 2.39.5