Skip to content

Category: coding c

Coding : Get started

Posted on April 30, 2018December 18, 2018 by jede

his page describe how you can have Orix and his hardware. And how to start in the quickest way ! ===== I need all stuffs required to have Orix working on my setup : I don’t have time or skills===== * Contact me : jede[at]oric[dot]org ===== I have a telestrat ===== ==== hardware required ==== Read more about Coding : Get started[…]

Posted in Assembly, coding, coding c, kernel

cc65 : install & code

Posted on April 30, 2018August 23, 2019 by jede

Install cc65 compiler Download cc65 : https://github.com/cc65/ Compile your code Use telestrat target : $cl65 -ttelestrat main.c

Posted in coding, coding c

cc65 : new functions cget, chline, unlink

Posted on April 27, 2018July 17, 2020 by jede

cputc(unsigned char) This function is in conio.h. It puts a char at the current location. chline (unsigned char number) This function is in conio.h. It displays number of ‘-‘. It’s used to draw a line for example. unlink(char *file) This function remove a file

Posted in cc65, coding cTagged c, cc65

Coding in C : Text mode

Posted on April 26, 2018September 4, 2019 by jede

Clear screen #include <conio.h> #include <stdio.h> int main (int argc,char *argv[]) { clrscr(); } </stdio.h></conio.h>

Posted in coding, coding cTagged c, coding

twitter

Tweets by OrixTwil
jede_at_oric_dot_org
Zerif Lite Developed by ThemeIsle