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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [src/] [dump2hex.c] - Diff between revs 7 and 73

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 7 Rev 73
Line 12... Line 12...
  // Buffers
  // Buffers
  char line[200];
  char line[200];
  char* right;
  char* right;
 
 
  // To start from RAM address 0x00000400C0 (see linker.map)
  // To start from RAM address 0x00000400C0 (see linker.map)
  printf("@%X\n", (0xC0>>3));
  //printf("@%X\n", (0xC0>>3));
 
 
  // Parse the standard input
  // Parse the standard input
  while(!feof(stdin)) {
  while(!feof(stdin)) {
 
 
    // Read one line
    // Read one line

powered by: WebSVN 2.1.0

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