         Edinburgh IMP77 Compiler - Version 8.4-2024.12.18

     1  %begin
 0000 C8 00 00 01                           ENTER 0000,1
     2    %integer a,b
     3    %if a # b %start
 0004 8B 45 F8                              MOV %EAX,[%EBP-8]
 0007 3B 45 F4                              CMP %EAX,[%EBP-12]
 000A 74 00                                 JE L1001
     4    %finish
 000C                      L1001  EQU $
     5    %if a \= b %start
 000C 8B 45 F8                              MOV %EAX,[%EBP-8]
 000F 3B 45 F4                              CMP %EAX,[%EBP-12]
 0012 74 00                                 JE L1002
     6    %finish
 0014                      L1002  EQU $
     7  %endofprogram
 0014 C9                                    LEAVE
 0015 C3                                    RET

     7 Statements compiled



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


