Code Monkey home page Code Monkey logo

Comments (4)

suborb avatar suborb commented on June 6, 2024

It looks like those models use an X86-compatible 16-bit CPU 80L188EB so I think https://github.com/tkchia/gcc-ia16 is probably the right starting point.

from z88dk.

zx70 avatar zx70 commented on June 6, 2024

IIRC the old MSDOS Turbo C can be used to cross-develop code on those calculators

https://community.casiocalc.org/topic/643-turbo-c/

C is portable, so you could write your own z88dk compatibility functions to run our code snippets on it.

from z88dk.

miguelhermida avatar miguelhermida commented on June 6, 2024

hello good.
I have programmed in C for the Z-1 and Z-1GR in:
Pacific C 7.51
Turbo C 3.0
Turbo PAscal 7
And in all of them I encounter the same problems, for example I cannot use:
clrscr();
OR
system(β€œcls”);
OR
system(β€œclear”);
or ASCII CODE
printf '\033[2J'
I can't run either
gotoxy()
and I can't use any function of the graphics library either.
line,
circle,
etc
What I can do is, for example, a text game but nothing more.
compile compiles without errors but does not execute the functions mentioned above, so I wanted to see if it is possible to make them work on Z88DK.
I think they don't work because it is an LCD screen,
stear has a graphics API that interacts with the calculator but it is in ASM code and I have no idea how to call it in C and, for example, create a sprite or a square.
Here is the link of the api:

Graphics API Manager Ver1.00

http://stear.c.ooco.jp/fx890p/file/GAPI100.LZH

from z88dk.

zx70 avatar zx70 commented on June 6, 2024

Working on a z88dk compatible function set sounds like an interesting project, but it is only loosely related.

from z88dk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.