Home | History | Annotate | Download | only in tests
      1 global crc32
      2 crc32: resd 1
      3 cli:
      4 mov ax, 5%
      5 mov ax, %
      6 mov ax, ~
      7 mov ax, +
      8 mov ax, -
      9 mov ax, (
     10 mov ax, )
     11 ret 5%
     12 ret %
     13 ret ~
     14 ret +
     15 ret -
     16 ret (
     17 ret )
     18