This website requires JavaScript.
Explore
Help
Register
Sign In
colin
/
picorv32
Watch
1
Star
0
Fork
You've already forked picorv32
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ef6fb8848f
picorv32
/
scripts
/
torture
/
sections.lds
10 lines
77 B
Plaintext
Raw
Blame
History
SECTIONS {
.memory : {
. = 0x000000;
*(.text);
*(*);
end = .;
}
}
Reference in New Issue
View Git Blame
Copy Permalink