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 73 and 103

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

Rev 73 Rev 103
Line 11... Line 11...
 
 
  // Buffers
  // Buffers
  char line[200];
  char line[200];
  char* right;
  char* right;
 
 
  // To start from RAM address 0x00000400C0 (see linker.map)
 
  //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
    fgets(line, 200, stdin);
    fgets(line, 200, stdin);

powered by: WebSVN 2.1.0

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