From 5f254d0d02d8d6d61ca57ef4188110f11032a930 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 20 Jul 2021 01:33:47 -0700 Subject: . Update run instructions for linux/app/ examples, and make sure they are correct. --- linux/apps/ex3.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/apps/ex3.subx') diff --git a/linux/apps/ex3.subx b/linux/apps/ex3.subx index 6e1b71ef..aaeea039 100644 --- a/linux/apps/ex3.subx +++ b/linux/apps/ex3.subx @@ -1,8 +1,8 @@ # Add the first 10 numbers, and return the result in the exit code. # # To run: -# $ bootstrap/bootstrap translate 000init.subx apps/ex3.subx -o ex3 -# $ bootstrap/bootstrap run ex3 +# $ ./translate_subx 000init.subx apps/ex3.subx +# $ ./a.elf # Expected result: # $ echo $? # 55 -- cgit 1.4.1-2-gfad0