Skip to content

A Postfix expression calculator written in GNU Assembly (64 bit)

License

Notifications You must be signed in to change notification settings

cutiness/postfix-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Install GNU Coreutils, GCC compiler, and GNU Make. It should come with an assembler (as) and a linker (ld). Run the following to build.

make

The binary file will be named postfix-translator by default.

The program has the ability to output machine code for RISC-V architecture as well.

Target operating system

This program is written for X86_64 (64 bit) GNU/Linux systems. It contains system calls that talk directly to the kernel. In this state, it will not work in other operating systems. Operations involving CPU registers are cross platform, but lines containing syscall need to be edited manually for other operating systems.

About

A Postfix expression calculator written in GNU Assembly (64 bit)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published