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
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ BRKVec: .addr _exit ; BRK indirect vector
|
|||
|
||||
.proc callbank15
|
||||
|
||||
excrts = $FF05
|
||||
excrts := $FF05 ; In bank 15 rom
|
||||
|
||||
.org $FECB
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue