Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CINT is missing from the KERNAL API table #148

Open
mooinglemur opened this issue Feb 12, 2024 · 1 comment
Open

CINT is missing from the KERNAL API table #148

mooinglemur opened this issue Feb 12, 2024 · 1 comment

Comments

@mooinglemur
Copy link
Contributor

Might need to do a quick pass of the C64 table to make sure we have everything.

@bbmdonut
Copy link
Contributor

bbmdonut commented Oct 4, 2024

After looking through the KERNAL table, here's what I found to be missing so far (as of commit 401125b, and only covering the base C64/C128 functions):

  • BASIN/CHRIN (BBMDonut: local copy updated; need to verify CLI instruction warning usage here as well)
  • CIOUT (BBMDonut: local copy updated)
  • CLALL
  • CHKOUT (BBMDonut: local copy updated)
  • CINT
  • CLOSE_ALL (C128)
  • CLRCHN
  • GETIN
  • IOBASE
  • LISTEN
  • LKUPLA (C128)
  • LKUPSA (C128)
  • MEMBOT
  • PLOT
  • PRIMM (C128)
  • SECOND
  • SETMSG
  • SETTIM
  • SETTMO (Noted at the end of the table, is that this function is a no op; do we want to keep this note only, and just link to it from the table, or should we break this into its own description block that describes it as a no op?)
  • STOP
  • TALK
  • TKSA
  • UDTIM
  • UNLSN
  • UNTLK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants