From 875c265fa1754cc437a3ba39b4137a5f7af8d708 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sat, 16 Feb 2019 20:26:51 +0100 Subject: Correct final loop label in documentation. --- docs/exec-formats-and-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/exec-formats-and-tools.md b/docs/exec-formats-and-tools.md index fc3b995..9aefeb7 100644 --- a/docs/exec-formats-and-tools.md +++ b/docs/exec-formats-and-tools.md @@ -56,7 +56,7 @@ _start: // write the code there loop: break - beq zero, zero, _start + beq zero, zero, loop nop .end _start -- cgit v1.2.3