About the Cookbook category
|
|
0
|
485
|
October 20, 2021
|
Creating your own Print function in Assembly Language (Linux syscall)
|
|
0
|
2197
|
September 3, 2022
|
Abstracting loops
|
|
3
|
1771
|
November 4, 2023
|
Heap allocation routines; alloc and New
|
|
0
|
1531
|
October 20, 2021
|
Fetch and Add
|
|
0
|
1034
|
September 3, 2022
|
Pool memory allocator to automatically free memory of a code block
|
|
1
|
1159
|
June 7, 2022
|
Intel Intrinsic SIMD translation
|
|
0
|
1141
|
April 9, 2022
|
Miscellaneous Assembly Code Examples
|
|
0
|
684
|
December 18, 2021
|
Blocking console input
|
|
0
|
552
|
October 20, 2021
|
exit function that immediately terminates the program
|
|
0
|
568
|
October 20, 2021
|
Get the time to measure the performance of a piece of code
|
|
0
|
521
|
October 20, 2021
|
Simp starter code
|
|
0
|
1949
|
October 20, 2021
|
Open a Window using GLFW
|
|
0
|
698
|
October 20, 2021
|
Reversing 64-bits using Inline Assembly
|
|
0
|
600
|
October 20, 2021
|
Swap macro, with better typechecking
|
|
0
|
526
|
October 20, 2021
|
Interface/Trait
|
|
0
|
540
|
October 20, 2021
|
Quick and dirty bytecode debugger
|
|
0
|
492
|
October 20, 2021
|
for_each_member
|
|
0
|
545
|
October 20, 2021
|
Go style channels
|
|
0
|
483
|
October 20, 2021
|
Tagged union
|
|
0
|
694
|
October 20, 2021
|
Bake structs
|
|
0
|
516
|
October 20, 2021
|
Using relative pointer-based strings
|
|
0
|
511
|
October 20, 2021
|
Add import path to compiler
|
|
0
|
475
|
October 20, 2021
|
Adding messages to deprecated functions
|
|
0
|
450
|
October 20, 2021
|
Using defer to close files
|
|
0
|
576
|
October 20, 2021
|
Handling naming conflicts
|
|
0
|
441
|
October 20, 2021
|
Unrolling loops
|
|
0
|
516
|
October 20, 2021
|
How to silence the compiler and only show output produced by my program?
|
|
0
|
511
|
October 19, 2021
|
Naming #import
|
|
0
|
472
|
October 20, 2021
|
println
|
|
0
|
463
|
October 20, 2021
|