From 82d3a0b0f711cb809b22c5c0bc48d13cdd0ec84e Mon Sep 17 00:00:00 2001 From: lucaspalomodevelop Date: Sat, 8 Feb 2025 04:26:09 +0100 Subject: [PATCH] add section 'cheatsheets' --- README.lpm | 1 + README.md | 10 +++++++++- cheatsheets.lpm | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 cheatsheets.lpm diff --git a/README.lpm b/README.lpm index 7206513..c173303 100644 --- a/README.lpm +++ b/README.lpm @@ -6,4 +6,5 @@ @include{./links.lpm} @include{./keywords.lpm} +@include{./cheatsheets.lpm} @include{./unsorted.lpm} diff --git a/README.md b/README.md index 0235f4c..0f4cf0c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Collections - This Markdown file will be overwritten automatically -- updated at 07.02.2025 19:27:03 CET +- updated at 08.02.2025 04:25:29 CET # Table of Contents - [Collections](#collections) @@ -17,6 +17,8 @@ - [Keywords](#keywords) - [Internet Stuff](#internet-stuff) - [Linux CLI](#linux-cli) + - [cheatsheets](#cheatsheets) + - [NASM](#nasm) - [Unsorted](#unsorted) @@ -131,6 +133,12 @@ - zellij +## cheatsheets + +### NASM +- https://github.com/Siedler/NASM-Assembly-Cheat-Sheet/blob/master/Cheat-Sheet.md + + ## Unsorted - Breaches.cloud - Builtwith diff --git a/cheatsheets.lpm b/cheatsheets.lpm new file mode 100644 index 0000000..2218210 --- /dev/null +++ b/cheatsheets.lpm @@ -0,0 +1,6 @@ +@section{cheatsheets} + +@subsection{NASM} +@sortedlist{ + https://github.com/Siedler/NASM-Assembly-Cheat-Sheet/blob/master/Cheat-Sheet.md +} \ No newline at end of file