Fixed a few comments.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5791 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
975a06c2ee
commit
97060cc32e
1 changed files with 3 additions and 3 deletions
|
@ -92,8 +92,8 @@ ctrl: .addr _read
|
|||
@L4: rts
|
||||
|
||||
; Check the driver signature, install the driver. c is already on stack and
|
||||
; will get removed by ser_install().
|
||||
; Res = ser_install (ctrl.module);
|
||||
; will get removed by tgi_install().
|
||||
; tgi_install (ctrl.module);
|
||||
|
||||
@L5: lda ctrl + MOD_CTRL::MODULE
|
||||
ldx ctrl + MOD_CTRL::MODULE+1
|
||||
|
@ -115,4 +115,4 @@ ctrl: .addr _read
|
|||
.endproc
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue