Assembly
ID: aratu-week-2024-talk-by-ciro-santilli/assembly
Aratu Week 2024 Talk by Ciro Santilli: My Best Random Projects Assembly by
Ciro Santilli 37 Updated 2025-06-02 +Created 2024-09-26
Assertions! The best way to learn assembly.
#include <lkmc.h>
LKMC_PROLOGUE
/* Register immediate. */
mov $1, %rax
add $2, %rax
LKMC_ASSERT_EQ(%rax, $3)
LKMC_EPILOGUE
New to topics? Read the docs here!