mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Comment fix.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4636 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e192edd021
commit
e4d63daff1
@ -84,7 +84,7 @@ BRKVec: .addr _exit ; BRK indirect vector
|
|||||||
|
|
||||||
.proc callbank15
|
.proc callbank15
|
||||||
|
|
||||||
excrts = $FF05
|
excrts := $FF05 ; In bank 15 rom
|
||||||
|
|
||||||
.org $FECB
|
.org $FECB
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user