This website requires JavaScript.
Explore
Help
Register
Sign In
colin
/
risc-v-tlm
Watch
1
Star
0
Fork
You've already forked risc-v-tlm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ea116f90e9
risc-v-tlm
/
asm
/
Memoryaccess.asm
7 lines
74 B
NASM
Raw
Normal View
History
Unescape
Escape
Added Data Memory bus. Implemented LW & SW instructions.
2018-09-17 18:21:26 +08:00
li
t1
,
150
li
t2
,
300
li
t3
,
-
250
sw
t1
,
-
4
(
t2
)
li
t1
,
500
ASM examples updated
2018-09-20 05:52:48 +08:00
#
lw
t1
,
-
4
(
t2
)