mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Removed an unused label
git-svn-id: svn://svn.cc65.org/cc65/trunk@1965 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9896ca7bf1
commit
6410c0d55a
@ -79,8 +79,8 @@ inv_drv:
|
||||
; Copy one byte from the jump vectors
|
||||
|
||||
copy: lda (ptr1),y
|
||||
sta emd_vectors,x
|
||||
iny
|
||||
set: sta emd_vectors,x
|
||||
inx
|
||||
rts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user