1 ///////////////////////////////////////////////////////////////////////////
2 // Workfile: tvout.c (Implementation)
3 // Author: Daniel Giritzer
5 // Description: Simple Program to move the
8 // Copyright (C) 2017, Daniel Giritzer (giri@nwrk.biz)
9 ///////////////////////////////////////////////////////////////////////////
17 unsigned long readfrommemory = 0;
20 writemem(0x01E00130, 0x10140025, 'w');
23 readmem(0x01E00130, 'w', &readfrommemory);
25 //Print read value to stdout
26 printf("Value: 0x%X \n", (unsigned int)readfrommemory);