Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fb:
- declare sub t ()
- t()
- end
- sub t ()
- print "hello world!"
- end sub
- asm:
- .intel_syntax noprefix
- #b2.bas' compilation started at 01:50:54 (FreeBASIC 0.90.1)
- .section .text
- .balign 16
- .globl _T@0
- _T@0:
- .Lt_0004:
- push 1
- push 12
- push offset _Lt_0006
- call _fb_StrAllocTempDescZEx@8
- push eax
- push 0
- call _fb_PrintString@12
- .Lt_0005:
- ret
- .balign 16
- _fb_ctor__b2:
- .Lt_0002:
- call _T@0
- push 0
- call _fb_End@4
- .Lt_0003:
- ret
- #b2.bas' compilation took 0.0002265515896340276 secs
- .section .data
- .balign 4
- _Lt_0006: .ascii "hello world!\0"
- .section .ctors
- .int _fb_ctor__b2
Advertisement
Add Comment
Please, Sign In to add comment