Skip to content

Instantly share code, notes, and snippets.

@mishurov
mishurov / syntax.s
Last active May 14, 2024 15:26
AT&T assembly syntax and IA-32 instructions
# --------
# Hardware
# --------
# Opcode - operational code
# Assebly mnemonic - abbreviation for an operation
# Instruction Code Format (IA-32)
# - Optional instruction prefix
# - Operational code
@qoomon
qoomon / conventional_commit_messages.md
Last active May 24, 2024 22:21
Conventional Commit Messages

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default