SDCC framework - helloworld
Created by: valen, Last modification: Thu 25 of Mar, 2010 (20:19 UTC)
/* Minimal V6Z80P (FLOS) app ------------- */ #include "../../inc/v6z80p_types.h" #include "../../inc/OSCA_hardware_equates.h " #include "../../inc/os_interface_for_c/i_flos.h" int main (void) { FLOS_PrintStringLFCR("Hello, world!"); return NO_REBOOT; }