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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [valentfx.com/] [fpgas/] [sw/] [vga_startup_screen/] [vga_startup_screen.asm] - Blame information for rev 135

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 135 jt_eaton
 
2
 
3
       cpu 6502
4
           output HEX
5
 
6
             * = $0000  ;
7
               code
8
               ASC "+------------------------------------------------------------------------------+";
9
               ASC "|                                                                              |";
10
               ASC "|                                                                              |";
11
               ASC "|                                                                              |";
12
               ASC "|                                                                              |";
13
               ASC "|                                                                              |";
14
               ASC "|                                                                              |";
15
               ASC "|                                                                              |";
16
               ASC "|                                                                              |";
17
               ASC "|                                                                              |";
18
               ASC "|                                                                              |";
19
               ASC "|                                                                              |";
20
               ASC "|                                                                              |";
21
               ASC "|                                                                              |";
22
               ASC "|                                                                              |";
23
               ASC "|              SOCGEN Project 1234567890                                       |";
24
               ASC "|                                                                              |";
25
               ASC "|                                                                              |";
26
               ASC "|          abcdefghijklmnopqrstuvwxyz                                          |";
27
               ASC "|                                                                              |";
28
               ASC "|          ABCDEFGHIJKLMNOPQRSTUVWXYZ                                          |";
29
               ASC "|                                                                              |";
30
               ASC "|          1234567890                                                          |";
31
               ASC "|                                                                              |";
32
               ASC "|          `~!@#$%^&*()-_=+[{]}|;:,<.>?                                        |";
33
               ASC "|                                                                              |";
34
               ASC "|                                                                              |";
35
               ASC "|                                                                              |";
36
               ASC "|                                                                              |";
37
               ASC "|                                                                              |";
38
               ASC "|                                                                              |";
39
               ASC "|                                                                              |";
40
               ASC "|                                                                              |";
41
               ASC "|                                                                              |";
42
               ASC "|                                                                              |";
43
               ASC "|                                                                              |";
44
               ASC "|                                                                              |";
45
               ASC "|                                                                              |";
46
               ASC "|                                                                              |";
47
               ASC "|                                                                              |";
48
               ASC "|                                                                              |";
49
               ASC "|                                                                              |";
50
               ASC "|                                                                              |";
51
               ASC "|                                                                              |";
52
               ASC "|                                                                              |";
53
               ASC "|                                                                              |";
54
               ASC "|                                                                              |";
55
               ASC "|                                                                              |";
56
               ASC "|                                                                              |";
57
               ASC "|                                                                              |";
58
               ASC "|                                                                              |";
59
               ASC "|                                                                              |";
60
               ASC "|                                                                              |";
61
               ASC "|                                                                              |";
62
               ASC "|                                                                              |";
63
               ASC "|                                                                              |";
64
               ASC "|                                                                              |";
65
               ASC "|                                                                              |";
66
               ASC "|                                                                              |";
67
               ASC "+------------------------------------------------------------------------------+";
68
 
69
 code

powered by: WebSVN 2.1.0

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