Re: [cc65] conio lib

Date view Thread view Subject view

From: Debrune Jérôme (jede_at_oric.org)
Date: 2003-04-09 20:04:26


Hi

> > Does it use Rom vector for cursor location for example ? or does conio
> > use his own variable in ram ?
>
> the c64 (and other cbm) lib atleast uses the kernal routines and also
> variables... no clue about the oric (IS there even conio?)

Atmos/oric-1 has a ROM (16KB).
The roms contains BASIC functions and others features

So conio is only a kind of wrapper to jump to kernel function ? as :

void clrscr (void);

->for example :

_clrsrc:
	jmp rom_clrsrc ; Jump to Rom

In this case, i am lucky because i can do conio easily for Oric target...



>
> gpz
> ----------------------------------------------------------------------
> To unsubscribe from the list send mail to majordomo_at_musoftware.de with
> the string "unsubscribe cc65" in the body(!) of the mail.


-- 
Debrune Jérôme
http://www.oric.org
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-04-09 20:02:12 CEST