Skip to content

Instantly share code, notes, and snippets.

View StoneLabs's full-sized avatar
:shipit:
Oh hello there

Levy StoneLabs

:shipit:
Oh hello there
View GitHub Profile
1: 日
2: 一
3: 国
4: 会
5: 人
6: 年
7: 大
8: 十
9: 二
10: 本
@iwalpola
iwalpola / stm32_gpio_reg.md
Last active May 30, 2024 05:21
STM32 GPIO registers cheatsheet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@justinian
justinian / linux-x64-nasm-cheatsheet.md
Last active May 14, 2024 05:16
x64 NASM Cheat Sheet

x64 NASM cheat sheet

Registers

64 bit 32 bit 16 bit 8 bit
A (accumulator) RAX EAX AX AL
B (base, addressing) RBX EBX BX BL
C (counter, iterations) RCX ECX CX CL
D (data) RDX EDX DX DL