mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
uvm32 initial version
This commit is contained in:
commit
c9d30b6d28
34 changed files with 2088 additions and 0 deletions
5
emulator-parallel/Makefile
Normal file
5
emulator-parallel/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
gcc -Wall -DUVM32_MEMORY_SIZE=512 -I../uvm32 -o emulator-parallel ../uvm32/uvm32.c emulator-parallel.c
|
||||
|
||||
clean:
|
||||
rm -f emulator-parallel
|
||||
Loading…
Add table
Add a link
Reference in a new issue