User Tools

Site Tools


releases:3.2.0:developersguide:assemblylanguageprogramming

Assembly Language Programming

Assembly can be a frightening experience, even for well-seasoned C coders. These resources are here to be of use to anyone wanting to work with assembly in Minix.

Learning Assembly Language

Main Page: Learning Assembly in MINIX

These are resources to aid users in learning assembler as it relates to Minix. Note: the prerequisite for this is knowing C. If you do not already know C, you'll save yourself many headaches by doing this first.

Examples

These are just some examples of assembly for Minix.

  • Use the compiler - Write a simple C program that demonstrates what you want to do, then translate it to assembly with:$ cc -S myprogram.c
releases/3.2.0/developersguide/assemblylanguageprogramming.txt · Last modified: 2014/11/14 17:31 by lionelsambuc