Guest User

Untitled

a guest
Aug 2nd, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. fb:
  2. dim U as integer
  3.  
  4. anfang:
  5. Input "U(1) =";U
  6. IF U = 0 Goto anfang
  7.  
  8. asm:
  9.  
  10. .intel_syntax noprefix
  11.  
  12. #a1.bas' compilation started at 01:44:37 (FreeBASIC 0.90.1)
  13.  
  14. .section .text
  15. .balign 16
  16. _fb_ctor__a1:
  17. push ebp
  18. mov ebp, esp
  19. sub esp, 4
  20. .Lt_0002:
  21. mov dword ptr [ebp-4], 0
  22. .Lt_0004:
  23. push -1
  24. push -1
  25. push 6
  26. push offset _Lt_0005
  27. call _fb_StrAllocTempDescZEx@8
  28. push eax
  29. call _fb_ConsoleInput@12
  30. lea eax, [ebp-4]
  31. push eax
  32. call _fb_InputInt@4
  33. cmp dword ptr [ebp-4], 0
  34. jne .Lt_0007
  35. jmp .Lt_0004
  36. .Lt_0007:
  37. .Lt_0003:
  38. mov esp, ebp
  39. pop ebp
  40. ret
  41.  
  42. .section .fbctinf
  43. .ascii "-l\0"
  44. .ascii "user32\0"
  45.  
  46. #a1.bas' compilation took 0.0002303914492856052 secs
  47.  
  48. .section .data
  49. .balign 4
  50. _Lt_0005: .ascii "U(1) =\0"
  51.  
  52. .section .ctors
  53. .int _fb_ctor__a1
Advertisement
Add Comment
Please, Sign In to add comment