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

Make BASLOAD run as an external command for CX16 Shell #3

Open
mgkaiser opened this issue Feb 6, 2023 · 2 comments
Open

Make BASLOAD run as an external command for CX16 Shell #3

mgkaiser opened this issue Feb 6, 2023 · 2 comments

Comments

@mgkaiser
Copy link

mgkaiser commented Feb 6, 2023

Make BASLOAD run as an external command for CX16 Shell (https://github.com/irmen/cx16shell)

  • Start address should be $4000
  • Should accept filename as a command line argument
  • Should save result as a PRG file
  • Does not need editor (can launch editor from the shell)
  • Should do all input/output via the shell API

The combination of shell, x16edit and basload become a pretty effective IDE.

@stefan-b-jakobsson
Copy link
Owner

An interesting idea. I will have a look.

@stefan-b-jakobsson
Copy link
Owner

One issue affecting the workflow is that the Shell lives in low RAM. Currently you can't load a BASIC program without overwriting the Shell program. This was discussed with the author of Shell on the X16 Discord channel yesterday. There might be a viable solution.

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