qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

test_bmerge.S (146B)


      1 #include "macros.h"
      2 .text
      3 .global _start
      4 _start:
      5     TEST_D_DD_PSW(bmerge, 1, 0x555557f7, 0x00000b80, 0x0000001d, 0x0000ffff)
      6 
      7     TEST_PASSFAIL
      8