Skip to content

A low-level programming repository is a collection of code and resources for programming at the hardware and system level. It includes code for interacting with computer hardware directly and requires expertise in computer architecture and system-level APIs. Developers can learn and contribute code for embedded systems and other specialized environ

Notifications You must be signed in to change notification settings

olusiekwin/alx-low_level_programming

Repository files navigation

Start-Coding-With-C-Today

Low-Level Programming

This repository contains code examples and projects for low-level programming languages, including C and Assembly.

Getting Started

To run the code examples and projects in this repository, you will need to have a C compiler and an x86 assembler installed on your machine.

Installing GCC

To install GCC on Ubuntu or Debian-based systems, run the following command: sudo apt-get install build-essential

For other operating systems, see the GCC installation documentation.

Installing NASM

To install NASM on Ubuntu or Debian-based systems, run the following command:sudo apt-get install nasm For other operating systems, see the NASM installation documentation.

Repository Structure

The repository is structured as follows:

  • code_examples/: contains basic code examples in C and Assembly.
  • projects/: contains more complex projects, including a custom memory allocator and a simple shell.

Contributing

Contributions to this repository are welcome! To contribute, please fork this repository and submit a pull request with your changes.

License

This repository is licensed under the MIT License. See the LICENSE file for details.

About

A low-level programming repository is a collection of code and resources for programming at the hardware and system level. It includes code for interacting with computer hardware directly and requires expertise in computer architecture and system-level APIs. Developers can learn and contribute code for embedded systems and other specialized environ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages