home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Emulatoren / UAE061.LZH / uae-0.6.1 / amiga / transrom.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  115 b   |  8 lines

  1.  
  2. #include <stdio.h>
  3.  
  4. int main(int argc, char **argv)
  5. {
  6.     fwrite((char *)0xF80000,sizeof(char),0x80000,stdout);
  7. }
  8.