mirror of
https://github.com/fachat/xa65.git
synced 2025-01-03 23:29:26 +00:00
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
|
|
#define GD_DEVICE 0x01 // Get device descriptor for Device
|
|
#define GD_CONFIGURATION 0x02 // Get device descriptor for Configuration
|
|
#define GD_STRING 0x03 // Get device descriptor for String
|
|
|
|
*=$c000
|
|
|
|
lda #GD_DEVICE ; test
|
|
|
|
lda #GD_CONFIGURATION+$10
|
|
|