Correcting doc adding telemon 2.4 primitives
This commit is contained in:
22
libsrc/telemon24/hires.s
Normal file
22
libsrc/telemon24/hires.s
Normal file
@@ -0,0 +1,22 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2003-04-13
|
||||
;
|
||||
; void hires(void);
|
||||
;
|
||||
; This function is a hack!
|
||||
;
|
||||
|
||||
.export _hires
|
||||
|
||||
|
||||
.include "telemon24.inc"
|
||||
|
||||
|
||||
; can be optimized with a macro
|
||||
.proc _hires
|
||||
brk
|
||||
.byt $1a
|
||||
rts
|
||||
.endproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user