LDj3SNuD
|
7cda630aba
Add Sqxtn_S, Sqxtn_V, Uqxtn_S, Uqxtn_V instructions and Tests (6). (#110)
|
8 years ago |
LDj3SNuD
|
e9a96e3522
Add 151 complete tests for 71 base instructions of types: Alu; AluImm; AluRs; AluRx; Bfm; CcmpImm; CcmpReg; Csel; Mov; Mul. (#80)
|
8 years ago |
gdkchan
|
7a27990faa
Allow more than one process, free resources on process dispose, implement SvcExitThread
|
8 years ago |
gdkchan
|
3777fb44cf
Allow to enable/disable memory checks even on release mode through the flag, return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks
|
8 years ago |
gdkchan
|
5912bd2beb
Disable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size
|
8 years ago |
MS-DOS1999
|
c9ef25681d
Add Frintx_S, ASRV test, update ADCS, use Assert.Multiple and indent (#44)
|
8 years ago |
gdkchan
|
f876bd2a80
Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData
|
8 years ago |
gdkchan
|
950011c90f
Added initial support for function names from symbol table on the cpu with tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store
|
8 years ago |
MS-DOS1999
|
a4ff0d3484
Update ADC test, add WZR/WSP, ADCS, SBCS test (#37)
|
8 years ago |
MS-DOS1999
|
eafc58c9f2
Add flags parameters in singleOpcode function, and add ADC Test (#36)
|
8 years ago |
LDj3SNuD
|
f09a0082bf
Review of cpu tests and creation of a class for mixed cpu tests. (#35)
|
8 years ago |
gdkchan
|
f35d286c8d
Rename ARegisters to AThreadState
|
8 years ago |
Merry
|
1bfe6a9c22
Add some tests (#18)
|
8 years ago |