Название | : | A - Z Nasm Assembly 64Bit Programming - Loop, Stack, prinf, scanf, conditions |
Продолжительность | : | 17.03 |
Дата публикации | : | |
Просмотров | : | 21 rb |
|
Can anyone explain, why we need to clear eax before calling function? Comment from : Anh Tú Lê |
|
please how do I run assembly language code in visual studio code , I have searched and have been trying but its still not working Comment from : Kay Edmund |
|
Thank you very much, it has been a very compact course! Comment from : Şəhriyar Cəfər Qulu |
|
WTF? I learned a loooot and I have big respects that you explained everything so good, in such a short video! Nice one bro ✌🏻 Comment from : MieysoFelix |
|
what extensions do you use in vscode? Comment from : Jerry VilledaDev |
|
Hello Sir good evening Can I ask help why if I execute this the Message is douled Like Third Year college third Year college brsection textbr global _start ;must be declared for linker (gcc)br br_start: ;tell linker entry pointbr mov edx,len ;message lengthbr mov ecx,msg ;message to writebr mov ebx,1 ;file descriptor (stdout)br mov eax,4 ;system call number (sys_write)br int 0x80 ;call kernelbr br mov edx,69 ;message lengthbr mov ecx,s2 ;message to writebr mov ebx,1 ;file descriptor (stdout)br mov eax,4 ;system call number (sys_write)br int 0x80 ;call kernelbr br mov edx, 69 ;message lengthbr mov ecx,s3 ;message to writebr mov ebx,1 ;file descriptor (stdout)br mov eax,4 ;system call number (sys_write)br int 0x80 ;call kernelbr br mov edx,69 ;message lengthbr mov ecx,s4 ; message to writebr mov ebx,1 ;file descriptor (stdout)br mov eax,4 ;system call number (sys_write)br int 0x80 ;call kernelbr br mov edx,15 ;message lengthbr mov ecx,s5 ;message to writebr mov ebx,1 ;system call number (sys_write)br int 0x80 ;call kernelbr br mov eax,0 ;system call number (sys_exit)br int 0x80 ;call kernelbr brsection databrmsg db 'Computer organization and architecture Project',0xa ;a messagebrlen equ $ - msg ;length of messagebrs2 times 1 db ' Name: Marth Kubulon'brs3 times 1 db ' bi Course:BSSED major in Computer Science'brs4 times 1 db ' Year: Third year college'brs5 times 1 db 'Motto: Sacrifice now enjoy later' Comment from : Ed Dag |
|
'make' doesn't work After trying to do 'nasm -f elf fileasm' the terminal outputs an array of errors such like 'impossible combination of adress sizes' Comment from : влад исмайлов |
|
When I see people using vs code I automatically press dislike button Hahaha Comment from : Принуждение к миру |
|
Thanks a lot man, great vid Comment from : Ashutosh Gera |
|
Bro is that Linux? Why all nas tutorials are meant for Linux? I am using windows and I cannot even make hello world program in x86 despite the tons of searches I've done on Google Comment from : ZeroCool2211 |
|
nice one Comment from : Νικ Νοκ |
|
buddy you did an amazing video even i understood what it was about thank you Comment from : John Papa |
|
No pussy is worth taking a duck for Comment from : The Habsburg |
|
Good fucking job, thanks! Comment from : Rui Pinheiro |
|
Bruh I gotta say thank you Because of you I passed my computer architecture final We used risc-v but your video and how you explained x86 it really helped Comment from : Tray Keller |
![]() |
Assembly Programming Assembly Function Stack Frame Explained РѕС‚ : SolidusCode Download Full Episodes | The Most Watched videos of all time |
![]() |
Writing a Function in Assembly: Intel x86 Att Assembly Stack Part 1 РѕС‚ : Young Sloth Learning Download Full Episodes | The Most Watched videos of all time |
![]() |
You Can Learn MIPS Assembly in 15 Minutes | Getting Started Programming Assembly in 2021 РѕС‚ : Low Level Learning Download Full Episodes | The Most Watched videos of all time |
![]() |
for loop in C programming language | Malayalam C programming Language РѕС‚ : SJTutorialsLive Download Full Episodes | The Most Watched videos of all time |
![]() |
Procedure Oriented Programming and Object Oriented Programming - Java Programming Tutorial РѕС‚ : Ekeeda Download Full Episodes | The Most Watched videos of all time |
![]() |
T SQL Lesson12 Case Statements, IF Conditions, While Loop Bhaskar Reddy Baddam РѕС‚ : Bhaskar Reddy Baddam Download Full Episodes | The Most Watched videos of all time |
![]() |
MY FULL GOLD STACK! - The gold stack of a fractional gold stacker РѕС‚ : Austrian Stacker Download Full Episodes | The Most Watched videos of all time |
![]() |
Assembly Calling Convention - x86_64 AMD64 ABI and Stack Frame РѕС‚ : SolidusCode Download Full Episodes | The Most Watched videos of all time |
![]() |
Program to Add Sub Mul Div Two Numbers Assembly Language | sub add mul div in assembly language- 14 РѕС‚ : Safdar Dogar Download Full Episodes | The Most Watched videos of all time |