- cleaned up

git-svn-id: http://moon:8086/svn/mips@25 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-26 20:09:45 +00:00
parent ebb066542f
commit 9c1ca0aaf3
6 changed files with 20 additions and 41 deletions
+8
View File
@@ -10,8 +10,16 @@ void main()
*pGPIODIR = GPIO_0_DFLT_DIR;
uint8_t led = 0;
sputs("Hello, world!\n");
while(1)
{
sputs("Iteration # ");print_word(led);sputs("\n");
if(led == 0)
{
memdump((uint8_t*)pRAM, 0, 16, 256);
}
*pGPIO = led;
for (i=0; i < 1024*1024; i++)
{