x48 icon indicating copy to clipboard operation
x48 copied to clipboard

Accessing emulated calculator stack/state?

Open jmbreuer opened this issue 3 months ago • 2 comments

I'm looking to extend the Android port of x48 by copy/paste functionality.

Therefore, I'm looking to access the (calculator, ie the one that's displayed on the screen) stack of the emulated device - any suggestions on how to best do that? Are there any docs that would allow me to make heads or tails of the fields in saturn_t e.g.?

An approximation of pasting could probably work by just simulating key press events... (?) From the perspective of people who might have at least some understanding of the architecture of the device and/or the emulator, is there an obvious 'better' approach?

jmbreuer avatar Oct 30 '24 09:10 jmbreuer