From 31f96ec5595a2d4a4d735da546943e21f1b01199 Mon Sep 17 00:00:00 2001 From: notyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com> Date: Tue, 9 Jun 2020 20:36:12 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f2267ad..5e925580 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,7 +134,7 @@ Then, start translating the code to `src/evilSpirit.c`, bit by bit: ``` The type signature of the function depends on the return type. * `pop {r4, pc}`: `void` -* `adds {r0, r4}` +* `add r0, r4, #0` `pop {r4, pc}`: `void`, `*` You will need to look at the caller and the function prologue to determine the exact type if not void.