Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
jayraj175coder committed Jun 16, 2024
1 parent a51b0b8 commit 63a8e85
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Programming Languages/Assembly/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Assembly
Assembly language is a low-level programming language that is one step above machine code. It provides a symbolic representation of the numeric machine instructions, making it easier for humans to read and write. Here are some key aspects of assembly language:

>> 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.
Expand Down Expand Up @@ -170,7 +168,7 @@ Efficiency: Code written in assembly language can be highly optimized for perfor
### YouTube Channels
<table width="100%">
<tr>
<th>Channel Name</th>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
Expand All @@ -190,7 +188,7 @@ Efficiency: Code written in assembly language can be highly optimized for perfor
### YouTube Playlists for Learning Assembly
<table width="100%">
<tr>
<th>Playlist Name</th>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
Expand Down

0 comments on commit 63a8e85

Please sign in to comment.