Skip to content

A Calculator Written in x86-64 and ARM Assembly (summer passion project)

Notifications You must be signed in to change notification settings

shuban-789/ASMCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

ASMCalc

Breakdown

syscall/stream value associated with register (64bit)
write() 0x4 rax
read() 0x3 rax
stdin 0x0 rdi
stdout 0x1 rdi

About

A Calculator Written in x86-64 and ARM Assembly (summer passion project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published