Skip to content

Commit

Permalink
add more links
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian04 committed May 1, 2024
1 parent 3b38e8f commit 4b6ea57
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion root/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<link rel="stylesheet" href="styles.css">
</head>
<body>
<p>This is the landing page for several useful MASM projects</p>
<h1>What is this site?</h1>
<p>This is the landing page for several useful MASM projects or websites.</p>
<h2>Learning MASM</h2>
<p>TODO</p>
<h2>Creating MASM programs</h2>
<a href="TODO">Use Visual Studio for MASM development</a> - Not recommended<br>
<a href="https://github.com/Arian04/vscode-masm">Use VSCode for MASM development</a>
<h2>Helpful Reference Documentation</h2>
<a href="https://www.felixcloutier.com/x86/">x86 Instruction Reference</a><br>
<a href="http://www.unixwiz.net/techtips/x86-jumps.html">x86 Jump Reference Chart</a><br>
<a href="irvine">Irvine Library Documentation</a>
</body>
</html>

0 comments on commit 4b6ea57

Please sign in to comment.