add missing test file

This commit is contained in:
Andre Fachat 2023-10-29 10:22:36 +01:00
parent e073332e68
commit 0a6721c7d1
1 changed files with 28 additions and 0 deletions

28
xa/tests/usb65/test3.a65 Normal file
View 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
.)