-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (88 loc) · 2.56 KB
/
index.html
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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>pm4rcin's website</title>
</head>
<body>
<header></header>
<main>
<h1 id="contact">Contact</h1>
<table>
<thead>
<tr>
<th>Platform</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>SimpleX Chat</td>
<td>
<a
href="https://simplex.chat/contact#/?v=2-6&smp=smp%3A%2F%2Fh--vW7ZSkXPeOUpfxlFGgauQmXNFOzGoizak7Ult7cw%3D%40smp15.simplex.im%2FLJ3jt8vGsFUTJ2iisBetlzO4t-x5LuN6%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEARcDszQ42GvZcYyflIsKSVIVvvwkqyE0eGeHXKwz5okc%253D%26srv%3Doauu4bgijybyhczbnxtlggo6hiubahmeutaqineuyy23aojpih3dajad.onion"
>link</a
>
</td>
</tr>
<tr>
<td>Signal</td>
<td>
<a
href="https://signal.me/#eu/7Hnh0Qjpisj66AOcF1cTntkcmorlzkjcYWVYI0fj89AUHovOLotGsqmUVzvIdth7"
>@pm4rcin.01</a
>
</td>
</tr>
<tr>
<td>Matrix</td>
<td>
<a href="https://matrix.to/#/@pm4rcin:matrix.org"
>@pm4rcin:matrix.org</a
>
</td>
</tr>
</tbody>
</table>
<h1 id="learning-resources">Learning resources</h1>
<h2 id="assembler">Assembler</h2>
<h3 id="assembler-text">Text</h3>
<ul>
<li>
<a href="https://github.com/hackclub/some-assembly-required"
>Some Assembly Required</a
>
</li>
<li>
<a href="https://sparksandflames.com/files/x86InstructionChart.html"
>Intel x86 Assembler Instruction Set Opcode Table</a
>
</li>
<li>
<a href="https://www.felixcloutier.com/x86/"
>x86 and amd64 instruction reference</a
>
</li>
<li>
<a href="http://gynvael.vexillium.org/dump/opcodes.txt"
>The Complete Pentium Instruction Set Table (32 Bit Addressing Mode
Only)</a
>
</li>
</ul>
<h3 id="assembler-video">Video</h3>
<ul>
<li>
<a href="https://youtu.be/wLXIWKUWpSs"
>Intro to x86 Assembly Language</a
>
</li>
<li>
<a href="https://youtu.be/75gBFiFtAb8">x86 Assembly Crash Course</a>
</li>
</ul>
</main>
<footer></footer>
</body>
</html>