-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (104 loc) · 7.2 KB
/
index.html
File metadata and controls
136 lines (104 loc) · 7.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<title>NASM Manual NITC</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Croissant+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cinzel|Fjalla+One|Raleway|Roboto+Slab" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Tajawal:300" rel="stylesheet">
<body>
<div class="w3-sidebar w3-bar-block w3-collapse w3-card w3-animate-left" style="width:200px;" id="mySidebar">
<button class="w3-bar-item w3-button w3-large w3-hide-large" onclick="w3_close()">Close ×</button>
<a href="index.html" class="w3-bar-item w3-button nav-item active"> <i class="fa fa-home"></i> HOME</a>
<a href="chapters/acknowledgement.html" class="w3-bar-item w3-button nav-item"> <i class="fa fa-check-circle"></i> Acknowledgement</a>
<a href="chapters/chapter1.html" class="w3-bar-item w3-button nav-item"> <i class="fa fa-book"></i> Chapter 1 - Basics of Computer Organization</a>
<a href="chapters/chapter2.html" class="w3-bar-item w3-button nav-item"> <i class="fa fa-book"></i> Chapter 2 - Introduction to NASM</a>
<a href="chapters/chapter3.html" class="w3-bar-item w3-button nav-item"> <i class="fa fa-book"></i> Chapter 3 - Basic I/O in NASM</a>
<a href="chapters/chapter4.html" class="w3-bar-item w3-button nav-item "> <i class="fa fa-book"></i> Chapter 4 - Introduction to Programming in NASM</a>
<a href="chapters/chapter5.html" class="w3-bar-item w3-button nav-item "> <i class="fa fa-book"></i> Chapter 5 - Integer Handling</a>
<a href="chapters/chapter6.html" class="w3-bar-item w3-button nav-item "> <i class="fa fa-book"></i> Chapter 6 - Subprograms</a>
<a href="chapters/chapter7.html" class="w3-bar-item w3-button nav-item "> <i class="fa fa-book"></i> Chapter 7 - Arrays and Strings</a>
<a href="chapters/chapter8.html" class="w3-bar-item w3-button nav-item "> <i class="fa fa-book"></i> Chapter 8 - Floating Point Operations</a>
<div style="padding: 10px 10px 10px 10px; position: relative; bottom: 0px; top: 190px; ">
<span style="color: white; font-family: 'Roboto Slab', serif; font-size: 0.9em">National Institute of Technology, Calicut</span>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a>
</div>
</div>
<div class="w3-main" style="margin-left:200px;">
<div class="w3-teal" id="myHeader">
<button class="w3-button w3-teal w3-xlarge w3-hide-large" onclick="w3_open()">☰</button>
<div class="w3-container">
<h1 id="headerText" style="">NASM Manual NITC</h1>
</div>
</div>
<div class="w3-container">
<h1 align="center">NASM Manual NITC</h1>
<hr class="style-eight" max-width="50%" style="margin-left: 40%; margin-right: 40%">
<p id="mainText">NASM Manual NITC is a humble attempt by a group of students from National Institute of Technology Calicut with the aim of guiding a beginner to computer architecture through the basics of instruction execution at assembly level and to provide an insight to computer organization. The manual was developed as part of CS2093 HARDWARE LABORATORY course offered by the Department of Computer Science and Engineering, NIT Calicut. The course objective is to make the student proficent in NASM Assembler and familiarize with x86 architecture. We urge you to utilise the limited spectrum covered in the manual 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>
</div>
<h3 align="center">Manual Prepared By</h3>
<hr class="style-eight" max-width="50%" style="margin-left: 42%; margin-right: 42%; height: 4px !important;">
<p align="center"><span style="font-weight: bold;">Muhammed Yazar Y</span><br><span style="font-size: 0.8em">Batch of 2013 (B. Tech CSE)</span></p>
<h3 align="center">Manual Updated By</h3>
<hr class="style-eight" max-width="50%" style="margin-left: 42%; margin-right: 42%; height: 4px !important;">
<p align="center"><span style="font-weight: bold;">Sonia V Mathew - </span><span style="font-weight: bold;">Govind R</span><br><span style="font-size: 0.8em">Batch of 2015 (B. Tech CSE)</span>
</p>
<p align="center">
<span style="font-weight: bold;">Darshana Suresh - </span>
<span style="font-weight: bold;">Dheeraj Mohan - </span>
<span style="font-weight: bold;">Jyothsna Shaji - </span>
<span style="font-weight: bold;">Lakshmi Alwin - </span>
<span style="font-weight: bold;">Naveen Babu - </span>
<span style="font-weight: bold;">Nikhil Sojan - </span>
<span style="font-weight: bold;">Nileena P.C. - </span>
<span style="font-weight: bold;">Sanju Alex Jacob - </span>
<span style="font-weight: bold;">Vrindha K</span>
<br><span style="font-size: 0.8em">Batch of 2020 (B. Tech CSE)</span>
</p>
<h3 align="center">Website Developed By</h3>
<hr class="style-eight" max-width="50%" style="margin-left: 42%; margin-right: 42%; height: 4px !important;">
<p align="center"><span style="font-weight: bold;">Dheeraj Mohan - </span><span style="font-weight: bold;">Lakshmi Alwin</span><br><span style="font-size: 0.8em">Batch of 2020 (B. Tech CSE)</span>
</p>
<h3 align="center">Under the guidance of</h3>
<hr class="style-eight" max-width="50%" style="margin-left: 42%; margin-right: 42%; height: 4px !important;">
<p align="center">
<span style="font-weight: bold;">Dr. Jayaraj P B - </span>
<span style="font-weight: bold;">Dr. Saidalavi Kalady</span>
<br><span style="font-size: 0.9em">Assistant Professors</span>
<br><span style="font-size: 0.9em">Dept: of CSE</span>
<br><span style="font-size: 0.9em">NIT Calicut</span>
</p>
<img id="logo" src="images/logo.jpg">
<p align="center"><span style=" font-size: 0.9em">Department Of Computer Science & Engineering</span>
<br><span style="font-weight: bold;">NATIONAL INSTITUTE OF TECHNOLOGY CALICUT</span>
</p>
</div>
</div>
<script>
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
// // When the user scrolls the page, execute myFunction
// window.onscroll = function() {myFunction()};
// // Get the header
// var header = document.getElementById("myHeader");
// // Get the offset position of the navbar
// var sticky = header.offsetTop;
// // Add the sticky class to the header when you reach its scroll position. Remove "sticky" when you leave the scroll position
// function myFunction() {
// if (window.pageYOffset > sticky) {
// header.classList.add("sticky");
// } else {
// header.classList.remove("sticky");
// }
// }
</script>
</body>
</html>