vectrex

about the 6809 processor

cmoc compiler for 6809

hello world

#include <vectrex/bios.h>

int main() { 
  while(1) { 
    waitretrace(); 
    printstr_c( 0x10, -0x50, "HELLO WORLD!" ); 
  } return 0; 
}

compile:

cmoc --vectrex hello_world.c

emulators

bios

vector generators