mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
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
@ -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…
Reference in New Issue
Block a user