From f140f5118f03ad96a15eca4c89b4a73a1789ad36 Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Sun, 9 Jun 2019 21:19:47 +0200 Subject: [PATCH] update how to work with assembly files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ce569f..c85a536 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ I "compile" one file with the follwing command: ``` $ cd asm $ riscv32-unknown-elf-as EternalLoop.asm -o EternalLoop.o -$ riscv32-unknown-elf-ld -T ../my_linker_script.ld EternalLoop.o -o EternalLoop.elf +$ riscv32-unknown-elf-ld EternalLoop.o -o EternalLoop.elf $ riscv32-unknown-elf-objcopy -O ihex EternalLoop.elf EternalLoop.hex $ cd .. $ ./RISCV_SCTLM asm/EternalLoop.hex @@ -204,7 +204,7 @@ There are several ways to contribute to this project: ## License -Copyright (C) 2018 Màrius Montón ([\@mariusmonton](https://twitter.com/mariusmonton/)) +Copyright (C) 2018, 2019 Màrius Montón ([\@mariusmonton](https://twitter.com/mariusmonton/)) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by