mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 17:27:09 +02:00
Add some tests (#18)
* Add tests * Add some simple Alu instruction tests * travis: Run tests * CpuTest: Add TearDown
This commit is contained in:
parent
82733d4fa7
commit
d7a3f755f0
10 changed files with 164 additions and 2 deletions
|
@ -5,7 +5,7 @@ using System.Threading;
|
|||
|
||||
namespace ChocolArm64
|
||||
{
|
||||
class AThread
|
||||
public class AThread
|
||||
{
|
||||
public ARegisters Registers { get; private set; }
|
||||
public AMemory Memory { get; private set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue