Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 263 Bytes

notes.org

File metadata and controls

13 lines (8 loc) · 263 Bytes

Memory for spike starts at 0x20000, so assemble with:

./dcs-embler -i onetwo.S -f binary -s 0x20000

Memory for gcc (elf) starts at 0x10054, so assemble with:

./dcs-embler -i onetwo.S -f binary -s 0x10054