From e41c92320aef4a54b7f3b323f7302b180019b6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Neuwirth?= Date: Tue, 12 May 2009 19:53:07 +0200 Subject: some changes --- ue3/mycpu/test/test_prog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ue3/mycpu/test') diff --git a/ue3/mycpu/test/test_prog b/ue3/mycpu/test/test_prog index 7c5f929..74dac21 100644 --- a/ue3/mycpu/test/test_prog +++ b/ue3/mycpu/test/test_prog @@ -1,5 +1,5 @@ # set R2 = 10 -load R1, R2 +load R2, R1 # start of loop label Loop: -- cgit v1.2.3