Skip to content

nikachu2012/rpnCalc_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

逆ポーランド記法電卓 on X86_64

picture

ビルド方法

ビルドにはNetwide Assembler(nasm), GNU ld(ld), GNU make(make)が必要。

$ make

エラー

Stack underflowed.

スタックに積まれた値より多く加算を行ったときに発生します。(-1段目のスタックにアクセスしたとき)

Stack overflowed.

確保したスタックより多く値を積んだときに発生します。(main.asm内のSTACK_DAN+1番目のスタックに積もうとしたとき)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published