Post Reply 
SystemRPL using MASD compiler
05-29-2022, 10:40 PM
Post: #1
SystemRPL using MASD compiler
I have some experience in UserRPL, but I would like to start programming in SystemRPL using the HP50g's compiler (MASD).

I want to start my SystemRPL programming journey by adding two real numbers.

I wrote the following:
Code:

"!NO CODE
!RPL
::
% 1 %+
;
@
"

When I press "ASM" key I receive an error message "asm Error: Invalid file". After I got the error message I press "ER" to understand the error.

After I press the "ER" key I get the message "label expected" and the cursor appears at the % symbol just before the "+" symbol.

Can you give some hints to understand what I am doing wrong?

What is the next step after the program is compiled?

Thank you in advance.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
SystemRPL using MASD compiler - Marc5278 - 05-29-2022 10:40 PM
RE: SystemRPL using MASD compiler - DavidM - 05-30-2022, 10:22 AM



User(s) browsing this thread: 1 Guest(s)