GithubHelp home page GithubHelp logo

a-mahla / libasm-assembly-intel Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 101 KB

Reimplementing a few libc and linked lists functions in Assembly 64_X86 Intel syntax.

Makefile 8.13% C 53.48% Assembly 38.39%
c 64bit-assembly intel-syntax

libasm-assembly-intel's Introduction

Libasm - Libc implemented in Assembly Language

mybadge

This project is all about getting the basics of x86 assembly programming, by reimplementing a few libc and linked lists functions.

๐Ÿ”ง System Requirements:

  • Operating System: Linux 64_X86 Distribution
  • Software: nasm, make, clang,

Usage

To run the command, open your terminal and follow these steps:

  • To create libasm.a:

    (cd /path/to/project/directory && make)
  • To compile with libasm.a:

    (cd /path/to/project/directory && make)
    clang -o a.out *.o -I /path/to/project/directory/include -L /path/to/project/directory -lasm
  • To run Units Tests:

    (cd /path/to/project/directory && make units && ./units)

Functions

libasm-assembly-intel's People

Contributors

a-mahla avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.