/asm-with-c

Primary LanguageAssembly

Use asm x86_64 in C

Description

This project is about how to use asm x86_64 in C. In this Example we will xor a string with an integer.

Compile

make

Usage

./main Hello World 2

The output will be:

Jgnnm"Umpnf

About

This is an exircise of the TU munich for the lecture "Grundlagenpraktikum Rechnerarchitektur" (Basic practical course computer architecture).

Solution by Friedjof Noweck