OpenCores
URL https://opencores.org/ocsvn/socgen/socgen/trunk

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [Mos6502/] [sw/] [io_module/] [io_module.asm] - Blame information for rev 131

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 131 jt_eaton
 
2
 
3
       cpu 6502
4
           output HEX
5
 
6
              dummy
7
 
8
io_base        = $8000 ;
9
 
10
io_gpio_0      = $02    ;
11
io_gpio_1      = $06    ;
12
 
13
io_tim0_start  = $10    ;
14
io_tim0_count  = $12    ;
15
io_tim0_end    = $14    ;
16
 
17
io_tim1_start  = $18    ;
18
io_tim1_count  = $1A    ;
19
io_tim1_end    = $1C    ;
20
 
21
io_uart_xmt    = $20    ;
22
io_uart_rcv    = $22    ;
23
io_uart_cnt    = $24    ;
24
io_uart_stat   = $26    ;
25
 
26
 
27
io_pic_int     = $30    ;
28
io_pic_irq_en  = $32    ;
29
io_pic_nmi_en  = $34    ;
30
io_pic_irq_ac  = $36    ;
31
io_pic_nmi_ac  = $38    ;
32
 
33
io_ps2_data    = $40    ;
34
io_ps2_stat    = $42    ;
35
io_ps2_cntrl   = $44    ;
36
io_ps2_xpos    = $46    ;
37
io_ps2_ypos    = $48    ;
38
 
39
 
40
io_utim_lat    = $50    ;
41
io_utim_cnt    = $52    ;
42
 
43
io_vga_ascii   = $60    ;
44
io_vga_addl    = $62    ;
45
io_vga_addh    = $64    ;
46
io_vga_cntrl   = $66    ;
47
 
48
 
49
io_vic_int     = $80    ;
50
io_vic_irq_en  = $82    ;
51
io_vic_irq_ac  = $86    ;
52
io_vic_vec     = $88    ;
53
 
54
 
55
               dummy
56
 
57
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.