Skip to content

Latest commit

 

History

History

README.md

Appendices for sBPF Assembly

This directory contains supplementary reference materials for sBPF assembly programming.

Contents

Comprehensive listing of all sBPF instructions, their mnemonics, encodings, and version compatibility.

Detailed information about the sBPF memory layout, including memory regions, their addresses, sizes, and access permissions.

A template linker script for sBPF programs with explanations of each section.

Reference for common compiler and linker flags used for building sBPF programs.

Information about the sBPF register set, calling conventions, and error handling mechanisms.

Purpose

These appendices serve as quick references for sBPF assembly programmers. They complement the main documentation by providing detailed tables and references without interrupting the flow of the main tutorial sections.

The appendices are designed to be consulted as needed during development, providing specifics that might be required for more advanced programming tasks.

Related Documentation

  • Foundations: Core concepts and introduction to sBPF
  • Reference: Detailed instruction set documentation and syntax guides

← Back to Home