Skip to content
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

Merged
merged 2 commits into from
Jun 17, 2024
Merged

Conversation

jayraj175coder
Copy link
Contributor

@jayraj175coder jayraj175coder commented Jun 15, 2024

Pull Request

I add assembly language resources..

Description

Please include a summary of the changes and the related issue.

Closes #923

Type of change

  • Adding a new Resource
  • Adding a new Category
  • Documentation enhancement or fixes
  • Website enhancement or fixes

Checklist:

  • I read carefully CONTRIBUTING.md
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

Screenshots (if appropriate):

image

Copy link

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! 😊

Comment on lines 4 to 13
>> 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.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
>> 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>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<th>Channel Name</th>
<th>Resource Name</th>

### YouTube Playlists for Learning Assembly
<table width="100%">
<tr>
<th>Playlist Name</th>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<th>Playlist Name</th>
<th>Resource Name</th>

@jayraj175coder
Copy link
Contributor Author

Done.

Copy link
Owner

@jfmartinz jfmartinz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jfmartinz jfmartinz merged commit 3d80882 into jfmartinz:main Jun 17, 2024
0 of 2 checks passed
Copy link

🎉 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! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡 [FEATURE] - Add Assembly language complete resources.
2 participants