logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository.
commit: 93195ba9108a27d74f56433a65ee66f6860e2a2c
parent 9690eec7cd7b81f981d158f0141ba91c1fdb4624
Author: LinuxMercedes <LinuxMercedes@gmail.com>
Date:   Tue, 11 Dec 2018 14:22:47 -0600

Merge pull request #566 from yvbbrjdr/patch-2

Create e_linux_riscv64.S

Diffstat:

Ae_linux_riscv64.S12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/e_linux_riscv64.S b/e_linux_riscv64.S @@ -0,0 +1,12 @@ + .data +e: .byte 'e' + + .text + .globl _start +_start: + li a7, 64 + la a1, e + li a2, 1 +l: li a0, 1 + ecall + j l