From 55dd77bb049882e400863a15a830d60112f83f71 Mon Sep 17 00:00:00 2001 From: Becky <32199965+rebeccc@users.noreply.github.com> Date: Mon, 10 Dec 2018 13:32:04 -0500 Subject: [PATCH] making the l00p infinite --- e_lc3.asm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/e_lc3.asm b/e_lc3.asm index 625775f..347a340 100644 --- a/e_lc3.asm +++ b/e_lc3.asm @@ -1,8 +1,10 @@ .ORIG x3000 - AND R0, R0, #0 - LEA R0, e - PUTS + +loop AND R0, R0, #0 + LEA R0, e + PUTS +BRnzp loop HALT