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

[Enhancement] Possibility to write the texts into the memory #8

Open
xerxex351 opened this issue Feb 20, 2024 · 1 comment
Open

[Enhancement] Possibility to write the texts into the memory #8

xerxex351 opened this issue Feb 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@xerxex351
Copy link

Hello,

In CPC6128 emulator (I suppose that it should be the same for 2 other emulators), it is only possible to write the hex values into the memory.

It should be great if there would be the possibility to write also the text as WinAPE is allowing.

this feature is useful as I'm writing from scratch a new BASIC on Z80 and it is helpful for the debugging to write the basic commands into the memory

memory editor
@xerxex351 xerxex351 changed the title [Enhancement] Possibility to write the texts in the memory [Enhancement] Possibility to write the texts into the memory Feb 20, 2024
@floooh
Copy link
Owner

floooh commented Feb 21, 2024

This is a bit tricky, because the Memory Editor window is a 3rd-party library (from here: https://github.com/ocornut/imgui_club).

Maybe I could make a simple addition to allow text input like on the KC85/3 hex editor, this allows to type .A (dot + A) instead of a hex number to write the ASCII code for the character A. But I'm currently in an entirely different rabbit hole. I'll keep the ticket open as a reminder though.

@floooh floooh added the enhancement New feature or request label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants