Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
displaying nine stars
;nasm 2.11.08 section .data message: db 'displaying nine stars' messagelen:equ $-message s2: times 9 db "*" section .text global _start _start: mov eax,4 mov ebx,1 mov ecx,message mov edx,messagelen int 80h mov eax,4 mov ebx,1 mov ecx,s2 mov edx,9 int 80h mov eax,1 mov ebx,0 int 80h;
run
|
edit
|
history
|
help
3
helloworld
fdssdfafdfsdafsd
tarea1
MyFirst Program
fdsafddfasfdsasafd
fdafdsfdsfdsdadfas
ddffdfddfdfdf
Pass
learning assembly with rextester
BranchesLab_mSmith_bBrownV2