armemu: grabbing file
Michael Grunditz
michael.grunditz at gmail.com
Thu Nov 12 13:10:52 CET 2020
Hi
I have started on my arm32 emulator. Since I had problems with calling
outside world from assembler, I start with pure c/c++. It is dead slow
, but one thing is really promising. The code runs twice as fast on hw
than on linux (same cpu) and in hw case the cpu is running on half
speed.
Now on to my question:
I need to get my executable (32 bit binary) into a ds. Do I need to do
read() / copy everything in or is there some magic bits I can use?
Michael
More information about the users
mailing list