Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,7 @@ <h1 align="center">NASM Manual NITC</h1>
<hr class="style-eight" max-width="50%" style="margin-left: 40%; margin-right: 40%">


<p id="mainText">The address bus is used by the CPU or a direct memory access (DMA)
enabled device to locate the physical address to communicate read/write
commands. Memory management Unit (MMU) or Memory Control
Circuitry (MCC) or Memory Control Unit (MCU) is the set of elec-
tronic circuits present in the motherboard which helps the processor
in reading or writing the data to or from a location in the RAM. All
address buses are read and written by the CPU in the form of bits.An
address bus is measured by the amount of memory a system can re-
trieve. A system with a 32-bit address bus can address 4 gigabytes of
memory space.</p>
<p id="mainText">This manual guides a beginner to computer architecture through the basics of instruction execution at assembly level and provides insight to the computer organization. The course objective aims to make the student proficent in NASM Assembler and familiarize with x86 architecture. We express our gratitude towards Dr. Jayaraj P.B for the opportunity and humbly request for your valuable feedback. </p>

<div style="text-align: center;">
<a href="NASM Manual.pdf" target="_blank"><button class="btn"><i class="fa fa-download"></i> Download NASM Manual PDF </button> </a>
Expand Down