         Edinburgh IMP77 Compiler - Version 8.4-2024.12.18

     1  %begin
 0000 C8 00 00 01                           ENTER 0000,1
     2    %integer w,x,y,z
     3    %if w=x %start
 0004 8B 45 F8                              MOV %EAX,[%EBP-8]
 0007 3B 45 F4                              CMP %EAX,[%EBP-12]
 000A 75 00                                 JNE L1001
     4    %else %if x=y
 000C EB 00                                 JMP L1002
 000E                      L1001  EQU $
 000E 8B 45 F4                              MOV %EAX,[%EBP-12]
 0011 3B 45 F0                              CMP %EAX,[%EBP-16]
 0014 75 00                                 JNE L1003
     5    %else
 0016 EB 00                                 JMP L1002
 0018                      L1003  EQU $
     6    %finish
 0018                      L1002  EQU $
     7  %endofprogram
 0018 C9                                    LEAVE
 0019 C3                                    RET
?Z unused

     7 Statements compiled



 ELF object file generated from IMP source file: '/home/gtoal/src/compilers101/new-parser/imps/tests/rebuild/test025.imp'
 +----------+---------------------+---------+---------+---------+------------+
 | Sections |       Symbols       | Code    | Data    | Diag    | Total size |
 +----------+----------+----------+---------+---------+---------+------------+
 |  (count) | Internal | External | (bytes) | (bytes) | (bytes) | (bytes)    |
 +----------+----------+----------+---------+---------+---------+------------+
 |       11 |        4 |        6 |      26 |       0 |      32 |         58 |
 +----------+----------+----------+---------+---------+---------+------------+


