Skip to content

Commit

Permalink
Move emulator to etc/unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt committed Nov 11, 2023
1 parent 808d76a commit b7a0008
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 35 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 0 additions & 35 deletions minimal/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,6 @@
#include <ff_screen.h>
#include <hijack.h>

uint8_t fubs[] = {

0x4,0xE0,0x2D,0xE5,
0x4,0xE0,0x2D,0xE5,
0x0,0x40,0x2D,0xE9,
0x0,0xF0,0x20,0xE3,
0x0,0x0,0x8D,0xE5,
0x0,0x40,0xBD,0xE8,
0x1,0xDF,0x8D,0xE2,
0x4,0xF0,0x9D,0xE4,
0xF0,0x0,0xF0,0xE7,
0x4,0xE0,0x2D,0xE5,
0x4,0xE0,0x2D,0xE5,
0x0,0xE0,0xA0,0xE3,
0x4,0xE0,0x8C,0xE5,
0x8,0xB0,0x1C,0xE5,
0x2,0xB0,0x8B,0xE3,
0x8,0xB0,0xC,0xE5,
0xC,0x0,0xA0,0xE1,
0x1,0xDF,0x8D,0xE2,
0x4,0xF0,0x9D,0xE4,
0xF0,0x0,0xF0,0xE7,
0x6C,0x17,0x5,0x10,
0x4,0xE0,0x2D,0xE5,
0x4,0xE0,0x2D,0xE5,
0x0,0x58,0x2D,0xE9,
0x0,0xC0,0x9D,0xE5,


};

void entry() {
typedef void func(void);
func* f = (func*)fubs;
f();

strcpy((char*)MEM_PTP_TEXT, "Hello, World");
}

0 comments on commit b7a0008

Please sign in to comment.