-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assembly Language complete Resources. #1195
Conversation
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
>> Characteristics | ||
|
||
Low-Level Language: Assembly language is considered low-level because it is closely related to the hardware's machine code instructions. | ||
|
||
Hardware Specific: Each type of processor has its own assembly language, meaning code written for one type of CPU won't run on another without modification. | ||
|
||
Mnemonic Codes: Instructions are written using mnemonic codes, which are abbreviations of the operation (e.g., MOV for move, ADD for addition). | ||
|
||
Registers and Memory: Programmers have direct control over the CPU's registers and memory addresses. | ||
Efficiency: Code written in assembly language can be highly optimized for performance and efficiency. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
>> Characteristics | |
Low-Level Language: Assembly language is considered low-level because it is closely related to the hardware's machine code instructions. | |
Hardware Specific: Each type of processor has its own assembly language, meaning code written for one type of CPU won't run on another without modification. | |
Mnemonic Codes: Instructions are written using mnemonic codes, which are abbreviations of the operation (e.g., MOV for move, ADD for addition). | |
Registers and Memory: Programmers have direct control over the CPU's registers and memory addresses. | |
Efficiency: Code written in assembly language can be highly optimized for performance and efficiency. |
### YouTube Channels | ||
<table width="100%"> | ||
<tr> | ||
<th>Channel Name</th> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<th>Channel Name</th> | |
<th>Resource Name</th> |
### YouTube Playlists for Learning Assembly | ||
<table width="100%"> | ||
<tr> | ||
<th>Playlist Name</th> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<th>Playlist Name</th> | |
<th>Resource Name</th> |
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
Pull Request
I add assembly language resources..
Description
Please include a summary of the changes and the related issue.
Closes #923
Type of change
Checklist:
Screenshots (if appropriate):