From 156d04530ff33c79eda8f067ab9a2bd6b7c5d6ad Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Thu, 27 Apr 2023 21:03:51 +0200 Subject: [PATCH] created readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eda753e..832d3a8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # pasm -patate's assembly language +PASM is a Scripting language that i made for fun with a few constraints : +- the interpreter should be as small as possible and written without the CRT (currently 13ko WITH CRT) +- the language should be able to call Windows API's + +PASM is meant for being used in C2 agents as its interpreter is small. + +# What pasm is not +PASM is not a language that you daily use, it is not meant for big projects but rather for scritpting using existing API (here the Windows API's but it can get extended). + +# Usage +``` +pasm.exe code.pasm +``` + +# Code exemples : +soon