Minor comment adjustment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4531 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2009-12-19 13:09:57 +00:00
parent c6831e936a
commit 651df0889c

View File

@@ -212,11 +212,11 @@ GETERROR:
; CONTROL: Platform/driver specific entry point. ; CONTROL: Platform/driver specific entry point.
; Must set an error code: YES ; Must set an error code: YES
CONTROL: CONTROL:
; Check val msb and code to be 0 ; Check data msb and code to be 0
ora ptr1+1 ora ptr1+1
bne err bne err
; Check val lsb to be [0..1] ; Check data lsb to be [0..1]
lda ptr1 lda ptr1
cmp #1+1 cmp #1+1
bcs err bcs err