Skip to content
trikom edited this page Mar 4, 2020 · 4 revisions

Welcome to the HP35s wiki!

Introduction

An assembler (asm2hpc.pl) prepares the programs for HP35s. Assembler programs benefit from the symbolic resolution of labels, named constants and extended macro functions.

Perl is used as the implementation language for the assembler.

The machine code is not directly available, a well-formatted, ready-to-use format (option -p or -u) with all numbered lines, all labels and jump labels (option -j) is required.

The associated key commands can optionally be output as a comment by the assembler (option -s).

It can be very helpful to import the source code into the emulator using macros to test the program logic (option -e).

Please select the relevant pages on the right to obtain inside information.

Usefull links