From cec2994481b3df8422603f864c1286524d5b3eff Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 1 Sep 2018 23:23:19 +0200 Subject: Add micro-instructions IFEQ and IFLT --- ram.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ram.txt') diff --git a/ram.txt b/ram.txt index fdbf3c2..9cfc244 100644 --- a/ram.txt +++ b/ram.txt @@ -1,5 +1,9 @@ BIPUSH -7 +-4 +IFLT +0 +4 +BIPUSH +6 BIPUSH -8 -IADD +7 -- cgit v1.2.3