OurBigBook About$ Donate
 Sign in+ Sign up
by Ciro Santilli (@cirosantilli, 37)

Aratu Week 2024 Talk by Ciro Santilli: My Best Random Projects / Assembly

 Home Ciro Santilli Talk by Ciro Santilli Aratu Week 2024 Talk by Ciro Santilli: My Best Random Projects Linux Kernel Module Cheat Lots of in-tree examples
 0 By others on same topic  0 Discussions  Updated 2025-05-23  +Created 2024-09-26  See my version
Assertions! The best way to learn assembly.
userland/arch/x86_64/add.S
#include <lkmc.h>

LKMC_PROLOGUE
    /* Register immediate. */
    mov $1, %rax
    add $2, %rax
    LKMC_ASSERT_EQ(%rax, $3)
LKMC_EPILOGUE

 Ancestors (6)

  1. Lots of in-tree examples
  2. Linux Kernel Module Cheat
  3. Aratu Week 2024 Talk by Ciro Santilli: My Best Random Projects
  4. Talk by Ciro Santilli
  5. Ciro Santilli
  6.  Home

 View article source

 Discussion (0)

+ New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (0)

There are currently no matching articles.
  See all articles in the same topic + Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook