Skip to content

Implementation of the Ackermann function in x86 assembly language

Notifications You must be signed in to change notification settings

nrghosh/Ackermann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ackermann

Implementation of the Ackermann function in x86 assembly language

Instructions

Compile: $nasm -f elf -gstabs ack.asm && ld -o ack -m elf_i386 ack.o

Run: $./ack

About

Implementation of the Ackermann function in x86 assembly language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published