From 39159a24cac2a20260f746f476d5fb1d4f3acc8d Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Fri, 29 Jun 2018 20:19:13 +0100 Subject: [PATCH] riscy060_2: Fix categorisation --- miotatsu/riscy/riscy/riscy060_2.hmml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miotatsu/riscy/riscy/riscy060_2.hmml b/miotatsu/riscy/riscy/riscy060_2.hmml index 23d1b55..5fc69a1 100644 --- a/miotatsu/riscy/riscy/riscy060_2.hmml +++ b/miotatsu/riscy/riscy/riscy060_2.hmml @@ -51,8 +51,8 @@ [36:48][Read through hello.S to check it all looks correct][:asm :research] [40:08][Fix _start to correctly pop the loaded word off the stack][:asm] [40:31][Finish reading through hello.S and consider it all good][:asm :research] -[41:15][Assemble our program to see :assembly errors] -[42:13][Remove comment and fix :assembly errors] +[41:15][Assemble our program to see assembly errors][:asm] +[42:13][Remove comment and fix assembly errors][:asm] [42:42][Assemble our program to see errors on bez and beq][:asm] [44:27][Grab the RISC-V Reader[ref title="RISC-V Reader"