706
TI-Nspire / Re: TI-Nspire emulator
« on: March 03, 2012, 06:11:10 am »
Ok, the code is attached.
Since I run an OS in nspire_emu that doesn't support ndless, I sadly can't use bsl's or Lionel's way.
What I do is copy the content I need to the clipboard (of the nspire) and then dump the memory of nspire_emu using gcore
Sounds strange, but works good for me
Then I just use a hex editor to find the offset of the data and use dd to get it
Since I run an OS in nspire_emu that doesn't support ndless, I sadly can't use bsl's or Lionel's way.
What I do is copy the content I need to the clipboard (of the nspire) and then dump the memory of nspire_emu using gcore
Sounds strange, but works good for me
Then I just use a hex editor to find the offset of the data and use dd to get it