Skip to content

ucb-ee290c/Baremetal-From-The-Ground-Up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riscv64-unknown-elf-gcc.exe -E -o ./main.i ./main.c

riscv64-unknown-elf-gcc.exe -S -o ./main.S ./main.c

riscv64-unknown-elf-gcc.exe -c -o ./main.o ./main.c

riscv64-unknown-elf-objdump.exe -h ./main.o

riscv64-unknown-elf-gcc.exe -nostdlib -T scratchpad.ld -o ./main.elf ./main.o

About

Lab 0 material for EE194/290C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published