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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [tools/] [pi.c] - Diff between revs 137 and 200

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

Rev 137 Rev 200
Line 1... Line 1...
/*Calculate the value of PI.  Takes a long time!*/
/*Calculate the value of PI.  Takes a long time!*/
#ifndef WIN32
#ifndef WIN32
 
int InitStack[128];  //used by boot.asm
 
 
void putchar(char ch)
void putchar(char ch)
{
{
   *(int*)0x20000000 = ch;
   *(int*)0x20000000 = ch;
}
}
 
 

powered by: WebSVN 2.1.0

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