login | register
Fri 18 of May, 2012 (00:39 UTC)

V6Z80P Documentation

Similar PagesHistorys5 slideshowPrint

SDCC framework - helloworld

Created by: valen, Last modification: Thu 25 of Mar, 2010 (20:19 UTC)
  1. /*
  2. Minimal V6Z80P (FLOS) app
  3. -------------
  4. */
  5.  
  6. #include "../../inc/v6z80p_types.h"
  7. #include "../../inc/OSCA_hardware_equates.h "
  8.  
  9. #include "../../inc/os_interface_for_c/i_flos.h"
  10.  
  11.  
  12.  
  13.  
  14. int main (void)
  15. {
  16. FLOS_PrintStringLFCR("Hello, world!");
  17.  
  18. return NO_REBOOT;
  19. }

Search


Last modif pages