mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Add AUIPC test
This commit is contained in:
parent
f917ba38ff
commit
6a4118e420
3 changed files with 32 additions and 0 deletions
6
test/invalid_opcodes/rom/shared.h
Normal file
6
test/invalid_opcodes/rom/shared.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#define SYSCALL_BASE 0x200
|
||||
#define SYSCALL_PICKTEST SYSCALL_BASE+0
|
||||
|
||||
enum {
|
||||
TEST1,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue