Giter VIP home page Giter VIP logo

asm-rosetta-stone's Introduction

The ASM Rosetta Stone

This respository contains the ASM Rosetta Stone, a small snippet of C that you can use to learn a new assembly variant in a short amount of time.

Getting Started

To get started with studying assembly languages using Rosetta Stone, follow these steps:

  1. Clone the repository: Open a terminal and run the following command to clone the repository to your local machine:
git clone https://github.com/lowlevellearning/rosetta-stone.git
  1. Install necessary packages: Install the necessary packages on your system by running the following command:
./setup.sh
  1. Makefile usage: You can use the Makefile to compile the rosetta.c file into executables for different architectures. Run the following command to compile the code for all supported architectures (powerpc, arm, riscv64, aarch64):
make all

Alternatively, you can compile the code for individual architectures using the respective target names:

  • PowerPC:
make powerpc
  • ARM
make arm
  • riscv64
make riscv64
  • AArch64
make aarch64

The compiled executables will be named ppc (for powerpc), arm (for arm), riscv64 (for riscv64) and aarch64 (for aarch64).

Checklist

  • registers
    • names []
    • width []
  • stack memory
    • how is it used []
    • prolouge, epilouge []
  • calling conventions
    • arguments []
    • return value []
    • return address []
  • control flow
    • branching []
    • conditional branches[]
    • calls []
  • syscall interface []

asm-rosetta-stone's People

Contributors

fbdev64 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

asm-rosetta-stone's Issues

Can't execute :

I can't execute ./setup.sh because :

sudo: ./setup.sh: command not found
bash: ./setup.sh: Permission denied

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.