Compile Reverse-Polish-Notation expressions to x86 16-bit GASM
Find a file
2025-02-21 00:38:30 -05:00
c.sh First 2025-02-21 00:38:30 -05:00
example.txt First 2025-02-21 00:38:30 -05:00
example2.txt First 2025-02-21 00:38:30 -05:00
main.c First 2025-02-21 00:38:30 -05:00
README.md First 2025-02-21 00:38:30 -05:00
rpcalc First 2025-02-21 00:38:30 -05:00

RPCALC

This program compiles reverse-polish-notation expressions to x86 16-bit GNU-Assembly instructions. This is to be an educational supplement to teach compiler theory.

LICENSE

Public Domain.