mirror of
https://github.com/fachat/xa65.git
synced 2025-02-11 06:30:33 +00:00
add missing test file
This commit is contained in:
parent
e073332e68
commit
0a6721c7d1
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…
x
Reference in New Issue
Block a user