@maciej_333 any progress?
For my part I am putting together an emulator for Ali, my Hello World bin is already displaying text:
First via the printf hook and then normally already - reading from the register to send via the UART.
I also managed to pass the first bootloader, the C pseudocode:
It copies the data to RAM at address 81e8e170 and then performs functions there:
I supposedly use the off-the-shelf CPU engine but it has a lot messed up and I have to manually handle the instructions:
I don't know how functional this will be, time will tell.