Remove global namespace operator
git-svn-id: svn://svn.cc65.org/cc65/trunk@562 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5da1b0181f
commit
023d649490
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@
|
|||
.proc _clock
|
||||
|
||||
lda #0 ; Byte 3 is always zero
|
||||
sta ::sreg+1
|
||||
sta sreg+1
|
||||
jsr RDTIM
|
||||
sty ::sreg
|
||||
sty sreg
|
||||
rts ; Don't set CC, this has no meaning here
|
||||
|
||||
.endproc
|
||||
|
|
Loading…
Add table
Reference in a new issue