Commit graph

  • ae15cad482
    Merge 354542ec54 into ecef8385d2 @DevPaulo 2022-08-11 08:44:43 +0100
  • ecef8385d2
    Create codeql.yml master Ren Kimura 2022-07-21 14:09:53 +0900
  • 354542ec54
    Create como.txt DevPaulo 2022-02-07 11:59:01 -0300
  • 4171675ae0 Add initial support of VI and HID services rkx1209 2018-08-22 19:04:31 +0900
  • 0d5c892a62 Add some services of AM Ren Kimura 2018-08-01 14:00:25 +0900
  • aa3c692dcb
    Update README.md Ren Kimura 2018-07-25 00:33:04 +0900
  • 78462be928
    Update README.md Ren Kimura 2018-07-17 19:44:39 +0900
  • d71b603b54
    Update README.md Ren Kimura 2018-07-17 19:37:36 +0900
  • 8d55fcebc2 Add initial stub code of appletOE rkx1209 2018-07-17 19:12:08 +0900
  • 389dd73ca1 Add initial support of Thread rkx1209 2018-07-16 22:36:53 +0900
  • 968a95b3d5 Remove test directory rkx1209 2018-07-16 21:32:03 +0900
  • 44451dedb3 Add additional info support to GetInfo rkx1209 2018-07-16 17:00:01 +0900
  • eaf0deb95a Fixed some bugs rkx1209 2018-07-03 22:55:27 +0900
  • 3af589503c Fixed some bugs rkx1209 2018-07-03 19:38:11 +0900
  • 5752d2fd74 Add support of UMOV/SMOV ops rkx1209 2018-07-02 20:24:58 +0900
  • 825f5eec6b Add support of FP/Int conversion ops rkx1209 2018-07-02 15:48:33 +0900
  • ee1f088d25 Fixed ld1 bug rkx1209 2018-06-30 23:17:55 +0900
  • 0e53efb160 Fixed IPC bug rkx1209 2018-06-30 21:38:14 +0900
  • 6692a8aa31 Add inital support of bsd:s/u service rkx1209 2018-06-12 04:12:03 +0900
  • 10933ba6ce Fixed some bugs rkx1209 2018-06-09 02:28:49 +0900
  • e9884aa0e7 Fixed 128bit load/store address bug rkx1209 2018-06-08 06:48:35 +0900
  • b95e1b66ec Add Deep Trace option that trace all registers rkx1209 2018-06-08 03:29:49 +0900
  • dcefef20ac Add 128bit FP register support rkx1209 2018-06-08 02:27:32 +0900
  • 540046ca96 Add support of Load/Store FP reg rkx1209 2018-06-07 21:50:15 +0900
  • 95a8fbf6c6 Fixed some bugs rkx1209 2018-06-07 19:33:54 +0900
  • 3d88811a54 Add stub code of fsp-srv rkx1209 2018-06-06 21:54:13 +0900
  • bbe4c66536 Fixed wrong path in GenIpcStubs rkx1209 2018-06-06 21:53:57 +0900
  • 143231f035 Fixed some bugs rkx1209 2018-06-05 18:44:35 +0900
  • 3564c422b2 Fixed some bugs rkx1209 2018-06-05 04:56:03 +0900
  • f751c7d9e4 Add initial support of three same pair op rkx1209 2018-06-05 00:24:19 +0900
  • c4a5f1f425 Add initial support of three same logic op rkx1209 2018-06-04 22:21:28 +0900
  • 30c7522505 Add initial support of three same vector op rkx1209 2018-06-04 19:42:51 +0900
  • 3ab8fcdf7e Add initial support of three same scalar op rkx1209 2018-06-04 18:55:51 +0900
  • d70da494b6 Add support of LDn/STn rkx1209 2018-05-15 02:31:54 +0900
  • f07834058e Add support of some fp ops rkx1209 2018-05-13 02:48:58 +0900
  • c01bd039f6 Add shift calculation to AddSubReg operation rkx1209 2018-05-09 00:52:10 +0900
  • 28ecd71904 Adjust memory maps to that of mephisto for debugging rkx1209 2018-05-08 05:01:52 +0900
  • 44ed2985ad Fixed OF detection method rkx1209 2018-05-08 02:38:19 +0900
  • f22016984e Add watchpoint support rkx1209 2018-05-06 01:38:49 +0900
  • 8925f1d464 Add d flag for debugging mode rkx1209 2018-04-21 16:02:41 +0900
  • 51f61166ce Add initial support of SYNC ops rkx1209 2018-04-20 03:45:36 +0900
  • acc0f7091f Fixed AddSubReg bug rkx1209 2018-04-20 03:33:04 +0900
  • 3434776d3a Fixed ReadString bug rkx1209 2018-04-20 01:20:02 +0900
  • f822b1d4a1 Change RAMBlock logic rkx1209 2018-04-19 22:26:12 +0900
  • 1e5f0c3acf Fixed carry flag bug rkx1209 2018-04-19 00:10:10 +0900
  • 90673725e4 Add stub code for SMService Ren Kimura 2018-04-15 00:18:44 +0900
  • cd31c0e1eb Add support of auto generation of IPC msgs Ren Kimura 2018-04-14 20:22:28 +0900
  • 9c01f1b9a4 Add initial support of auto generation of IpcStub.h rkx1209 2018-04-10 17:27:09 +0900
  • 99398de2d5 Add Initial support of SMService emulation rkx1209 2018-04-09 18:23:01 +0900
  • 423fa2c8b8 Add initial support of IPC message exchange rkx1209 2018-04-06 18:09:46 +0900
  • da5e13ca0d Add initial stub code for IPC support rkx1209 2018-04-04 18:10:24 +0900
  • 34a21912ae Add cpu dump function after trigerring SEGV rkx1209 2018-04-03 17:18:12 +0900
  • 1e19f441d7 Add software breakpoint support to gdbstub rkx1209 2018-04-03 15:52:47 +0900
  • 2e799250f8 Add breakpoint support rkx1209 2018-04-02 11:54:46 +0900
  • 42b626e710 Add step instruction support to gdbstub rkx1209 2018-03-31 12:00:22 +0900
  • 3c66a58110 Add memory r/w support to gdbstub rkx1209 2018-03-30 23:28:00 +0900
  • fdd127bcce Add initial support of gdbstub rkx1209 2018-03-27 18:28:41 +0900
  • 1ac5401062 Add buid instructions rkx1209 2018-03-26 20:57:37 +0900
  • fbdf9fe643 Add GetInfo syscall rkx1209 2018-03-23 19:18:54 +0900
  • a0d987e151 Fixed system register address calculation rkx1209 2018-03-23 13:39:05 +0900
  • e966853ac4 Add support of MSR/MRS, system registers rkx1209 2018-03-23 12:36:23 +0900
  • 99a9efa369 Fixed some bugs of CPU emulation rkx1209 2018-03-19 03:46:17 +0900
  • 7907d0dd1a Add updateflag for 32bit rkx1209 2018-03-18 22:52:52 +0900
  • b0e8996b59 Add support of 3src data proc(i.e MADD,SUB/MUL) rkx1209 2018-03-18 20:12:48 +0900
  • fce85f7a91 Add support of extract operations rkx1209 2018-03-18 04:39:47 +0900
  • 2f69bb9140 Changed memory map logic rkx1209 2018-03-18 02:17:00 +0900
  • bfbd53300d Add estimate counter for debug rkx1209 2018-03-17 23:18:35 +0900
  • ecce10b623 Add banner rkx1209 2018-03-17 18:51:50 +0900
  • 0d9d94f1ec Add support of Dup operation for SIMD rkx1209 2018-03-17 05:50:14 +0900
  • c1ec38a76c Fixed some bugs of Interpreter rkx1209 2018-03-14 04:42:39 +0900
  • 2507c00b96 Add support of bit extract operations rkx1209 2018-03-11 23:19:31 +0900
  • 3a7d4cb8c3 Fixed bug of wmask encoding rkx1209 2018-03-11 15:48:19 +0900
  • cadf55e7f1 Fixed bug of memory read method rkx1209 2018-03-11 15:05:49 +0900
  • 4659837b5e Fixed bug of condition hold logic rkx1209 2018-03-11 13:21:21 +0900
  • 11ae4515c4 Fixed encoding bug of ADR/ADRP operations rkx1209 2018-03-11 12:31:18 +0900
  • c91314caca Add initial support of Nintendo Switch system calls rkx1209 2018-03-11 10:45:20 +0900
  • 99d3ca8f30 Add trace function for debugging rkx1209 2018-03-11 07:14:59 +0900
  • 7454916a8d Fixed emulation bug of BLR rkx1209 2018-03-10 04:33:10 +0900
  • cb6c19f046 Fixed determination logic of which x31 is 'Zero register' or 'Stack Pointer' rkx1209 2018-03-10 01:30:18 +0900
  • 2052f8e8af Removed writeback method from Interpreter rkx1209 2018-03-09 20:45:07 +0900
  • fbc62e9664 Removed sf from Load/StoreRegImm64 rkx1209 2018-03-07 23:00:27 +0900
  • 4f66ecc9ef Fixed type confusion of ldst offset rkx1209 2018-03-07 20:58:59 +0900
  • adde42797b Add support for load/store operation with 128bit register(FP) rkx1209 2018-03-07 20:05:53 +0900
  • 3679e913a5 Fixed some bugs of Disassembler rkx1209 2018-03-06 03:54:32 +0900
  • a60f814e0c Refactor mmu code rkx1209 2018-03-05 22:20:48 +0900
  • a5d8832222 Fixed 64bit variant detection bug for load/store rkx1209 2018-03-05 19:03:44 +0900
  • d5ff88f6be Add support for load/store operation with register pair rkx1209 2018-03-05 11:14:53 +0900
  • 7d4880c1ea Add support for load/store operation with unsigned immediate rkx1209 2018-03-05 10:13:20 +0900
  • ad2cfdc816 Add support for load/store operation with register immediate rkx1209 2018-03-05 07:18:11 +0900
  • 77e2611ca2 Add support for load/store operation with register offset rkx1209 2018-03-05 04:28:03 +0900
  • 0ce05811e9 Add Memory write primitive method rkx1209 2018-03-05 04:26:39 +0900
  • 305b7f9349 Add support for load literal operation rkx1209 2018-02-27 17:47:29 +0900
  • 33334725e2 Fixed unsupported builtin function on Mac OS X rkx1209 2018-02-27 13:57:35 +0900
  • 9793188549 Add stub code for Load/Store supporting rkx1209 2018-02-27 11:07:09 +0900
  • 405c2a8fbe Add support for data processing with 2 src operation rkx1209 2018-02-26 19:10:45 +0900
  • 8331633c7f Add support for data processing with 1 src operation rkx1209 2018-02-26 02:58:33 +0900
  • 806ac7dabf Add support for conditional select operation rkx1209 2018-02-25 22:55:39 +0900
  • 1cf270a02e Add support for Conditional Compare ops rkx1209 2018-02-17 19:47:04 +0900
  • ff7f05054c Add Bit operation support and miscs rkx1209 2018-02-17 14:00:14 +0900
  • ff87bb49c5 Add some arithmetric and logic operations rkx1209 2018-02-16 23:25:49 +0900