Advertisement
Guest User

Optimized Assembly Code

a guest
Feb 13th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         .text
  2.         .intel_syntax noprefix
  3.         .def     test;
  4.         .scl    2;
  5.         .type   32;
  6.         .endef
  7.         .globl  test                    # -- Begin function test
  8.         .p2align        4, 0x90
  9. test:                                   # @test
  10. # %bb.0:
  11.         mov     dword ptr [rip + out], 15
  12.         xor     eax, eax
  13.         ret
  14.                                         # -- End function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement