Post Reply 
ASM not working on HP 49G+
01-10-2018, 10:35 PM
Post: #3
RE: ASM not working on HP 49G+
(01-10-2018 09:15 PM)John Colvin Wrote:  I have been playing with the development functions on my 49G+ and I am unable
to assemble a test file using the ASM command on my 49G+ that assembles without errors on my 50G. I get numerous errors on the 49G+ with the asm error:Invalid file.
Here is the test source file:

LA 45A0
A=DAT0
D0=D0+5
PC=(A)
@

The exact same file assembles on my 50G without any errors. Is there a flag or other setting that I need to set or clear to get the assembler to work?

A couple things come to mind...

1) I believe you are missing a field designator in that second line; it should be "A=DAT0 A" for the Saturn code to compile correctly.

2) Have you installed the extable on your 49g+? I believe this program should still compile without it, as you aren't using any entry point definitions in the code. However, you'll most certainly need it later with other programs.

Hope this helps!
- David
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ASM not working on HP 49G+ - John Colvin - 01-10-2018, 09:15 PM
RE: ASM not working on HP 49G+ - rprosperi - 01-10-2018, 10:11 PM
RE: ASM not working on HP 49G+ - DavidM - 01-10-2018 10:35 PM
RE: ASM not working on HP 49G+ - Joe Horn - 01-11-2018, 02:12 AM



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