+ 1

You have code add it here

22nd Jun 2017, 10:59 AM
Meshaal Haji
2 Réponses
+ 6
<h1>THERE IS CODE TAB IN THIS APP</h1>
22nd Jun 2017, 11:57 AM
Berli đŸ‡źđŸ‡©
Berli đŸ‡źđŸ‡© - avatar
0
section .data msg db 'Hello world',10 len equ $-msg section .text global _start _start: mov eax, 4 mov ebx, 1 mov ecx, msg mov edx, len int 80h mov eax, 1 int 80h
23rd Jun 2017, 8:07 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
Aujourd'hui en vedette
.
1 Votes
What?
0 Votes
HTML
0 Votes
FRC Coding?
1 Votes
Quiz duel
0 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes
Create Agent
0 Votes