mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +00:00
Don't check the IEEE status
git-svn-id: svn://svn.cc65.org/cc65/trunk@1539 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
89dfca1eb5
commit
ad1a4c370d
@ -61,20 +61,15 @@
|
||||
bcs error
|
||||
bcc @L2
|
||||
|
||||
; Read the IEEE488 status
|
||||
|
||||
@L0: jsr READST
|
||||
cmp #0
|
||||
bne error5
|
||||
|
||||
; Output the next character from the buffer
|
||||
|
||||
ldy #0
|
||||
@L0: ldy #0
|
||||
lda (ptr2),y
|
||||
inc ptr2
|
||||
bne @L1
|
||||
inc ptr2+1 ; A = *buf++;
|
||||
@L1: jsr BSOUT
|
||||
bcs error ; Bail out on errors
|
||||
|
||||
; Count characters written
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user