8000 GitHub - nrghosh/Ackermann: Ackermann in x86 assembly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Ackermann in x86 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0