Find a file
2014-02-11 11:33:43 +01:00
linux Remastering for linux and windows targets 2014-02-11 11:26:28 +01:00
src Remastering for linux and windows targets 2014-02-11 11:26:28 +01:00
HP-28S-Quick-Reference.pdf creation 2014-01-03 23:45:07 +01:00
README Remastering for linux and windows targets 2014-02-11 11:26:28 +01:00
test.txt creation 2014-02-07 19:26:15 +01:00
TODO Remastering for linux and windows targets 2014-02-11 11:26:28 +01:00

========================================================================
    rpn28s Project Overview
========================================================================

This project plans to create a clone of HP-28S calculator language,
including at least stack, store, branch, test, trig and logs commands.

Following objects are managed: scalars , symbols, strings, programs.

TBD: C99 long double floating point data type (128 ? 80 bits ?)
     is used for scalars.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named rpn.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////