mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Minor comment adjustment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4531 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
c6831e936a
commit
651df0889c
@ -212,11 +212,11 @@ GETERROR:
|
||||
; CONTROL: Platform/driver specific entry point.
|
||||
; Must set an error code: YES
|
||||
CONTROL:
|
||||
; Check val msb and code to be 0
|
||||
; Check data msb and code to be 0
|
||||
ora ptr1+1
|
||||
bne err
|
||||
|
||||
; Check val lsb to be [0..1]
|
||||
; Check data lsb to be [0..1]
|
||||
lda ptr1
|
||||
cmp #1+1
|
||||
bcs err
|
||||
|
Loading…
Reference in New Issue
Block a user