Skip to content

CAU-LetsCode/ASM-Proj3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASM-Proj3

CSC 3410 Assignment 3

Introduction

Testing Palindromes

Build Setup

Each program below is to be written and tested on the virtual machine given in class.

For example, to compile program 1, you will enter the following commands:

# The Nasm assembler: compile using the nasm assembler
$ nasm -g -f elf -F dwarf -o palindrome.o palindrome.asm

# The ld linker: link using the ld linker
$ ld palindrome.o -m elf_i386 -o palindrome

# run the program
$ ./palindrome

About

Testing Palindromes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published