br3392411.asm 153 B

1234567891011121314151617181920212223
  1. bits 64
  2. default rel
  3. %use smartalign
  4. section .text code align=32
  5. align 32
  6. nop
  7. jz LDone
  8. %rep 10
  9. nop
  10. %endrep
  11. align 16
  12. %rep 115
  13. nop
  14. %endrep
  15. LDone: