mirror of
https://github.com/fachat/xa65.git
synced 2024-12-29 07:29:50 +00:00
Merge remote-tracking branch 'origin/pre-2.4' into pre-2.4
This commit is contained in:
commit
abd8c7370f
28
xa/tests/usb65/test3.a65
Normal file
28
xa/tests/usb65/test3.a65
Normal file
@ -0,0 +1,28 @@
|
||||
|
||||
|
||||
;#define DEBUG
|
||||
;#undef DEBUG_POLL
|
||||
;#define DEBUG_HW
|
||||
;
|
||||
;printc=$ffd2
|
||||
|
||||
.(
|
||||
|
||||
;#include "hostmsg.i65"
|
||||
|
||||
; .word $0401
|
||||
*=$0401
|
||||
|
||||
; .word eol
|
||||
; .word 10
|
||||
; .byt $9e, "1040"
|
||||
; .byt 0
|
||||
;eol .word 0
|
||||
.dsb 1040-*, $00
|
||||
; jmp start
|
||||
|
||||
;irqvec =$90
|
||||
;irqsave .word 0
|
||||
|
||||
.)
|
||||
|
Loading…
Reference in New Issue
Block a user