Removed .import for std kernal entries. Added .include "cbm.inc"
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
; clock_t clock (void);
|
||||
;
|
||||
|
||||
.include "cbm.inc"
|
||||
.export _clock
|
||||
.import RDTIM
|
||||
.importzp sreg
|
||||
|
||||
|
||||
|
||||
.proc _clock
|
||||
|
||||
lda #0 ; Byte 3 is always zero
|
||||
@@ -19,4 +18,3 @@
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user