1
0
mirror of https://github.com/fachat/xa65.git synced 2026-04-21 01:16:43 +00:00
Files
2023-11-19 21:24:38 +01:00

14 lines
352 B
Plaintext

; same as test3, only there is a colon in the "//" comment
#define GD_DEVICE 0x01 // Get device descriptor: Device
#define GD_CONFIGURATION 0x02 // Get device descriptor: Configuration
#define GD_STRING 0x03 // Get device descriptor: String
*=$c000
lda #GD_DEVICE ; test
lda #GD_CONFIGURATION+$10