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] - Rev 135

Compare with Previous | Blame | View Log


        
       cpu 6502
           output HEX
        
             * = $0000  ; 
               code
               ASC "+------------------------------------------------------------------------------+";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|              SOCGEN Project 1234567890                                       |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|          abcdefghijklmnopqrstuvwxyz                                          |";
               ASC "|                                                                              |";
               ASC "|          ABCDEFGHIJKLMNOPQRSTUVWXYZ                                          |";
               ASC "|                                                                              |";
               ASC "|          1234567890                                                          |";
               ASC "|                                                                              |";
               ASC "|          `~!@#$%^&*()-_=+[{]}|;:,<.>?                                        |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "|                                                                              |";
               ASC "+------------------------------------------------------------------------------+";

 code

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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