diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2022-01-26 21:54:44 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2022-01-26 21:54:44 +0100 |
| commit | 4d9803d6a8095af68a835cd7ab8beb3872dbb585 (patch) | |
| tree | 27c8a607980f2cc2a620bf89b9b44e9ebb07213a /lab1ucode.out | |
| parent | 09e77a2437eaef1883c330abe21c4287a9c3093a (diff) | |
| download | tsea83-4d9803d6a8095af68a835cd7ab8beb3872dbb585.tar.gz | |
instruction order
Diffstat (limited to 'lab1ucode.out')
| -rw-r--r-- | lab1ucode.out | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/lab1ucode.out b/lab1ucode.out index 3f5e6e8..7f853a4 100644 --- a/lab1ucode.out +++ b/lab1ucode.out @@ -31,19 +31,19 @@ prog: 1d: 0d00000 1e: 0130000 1f: 0000180 -20: 0000780 -21: 0280000 -22: 0b00000 -23: 0000180 -24: 0380000 -25: 0081000 -26: 000062a -27: 0000800 -28: 1a00000 -29: 0000326 -2a: 0130000 -2b: 0000180 -2c: 0000180 +20: 0380000 +21: 0081000 +22: 0000626 +23: 0000800 +24: 1a00000 +25: 0000322 +26: 0130000 +27: 0000180 +28: 0000180 +29: 0000180 +2a: 0000780 +2b: 0280000 +2c: 0b00000 2d: 0000180 2e: 0000180 2f: 0000180 @@ -59,13 +59,13 @@ store 0x12 add 0x14 sub 0x18 and 0x1c -halt 0x20 -cmp 0x21 -lsr 0x24 -lsr_loop 0x26 -lsr_exit 0x2a -bra 0x2c -bne 0x2d +lsr 0x20 +lsr_loop 0x22 +lsr_exit 0x26 +bra 0x28 +bne 0x29 +halt 0x2a +cmp 0x2b bge 0x2e beq 0x2f end 0x30 |
