Post Reply 
New machine language port
12-24-2019, 11:15 PM
Post: #17
RE: New machine language port
(12-24-2019 10:51 PM)cahlucas Wrote:  ... there are still statements that cause problems, see below. Hopefully you can help me with this too.

Interesting... there seem to be many subtle differences between the old HP 48 assembler tools and the 50g's assembler. I hope the following suggestions work for you.

C=C-CON A,5 <----- Bad Expression!
Try C=C-5.A
(I don't think the 50g allows the old "CON" syntax.)

C=C+CON A,16 <----- Invalid Field!
Try C=C+16.A

C=C-CON A,5 <----- Bad Expression!
see above

LC(5) =DOCSTR <----- Bad Expression!
Try LC(5) DOCSTR
(Omit the leading = sign)

A=A+CON A,10 <----- Invalid Field!
Try A=A+10.A

LC(2) #2B <----- Bad Expression!
Try LC 2B
(see LC syntax on page 6-23 of the AUR)

C=C+CON A,16 <----- Invalid Field!
see above

C=C-CON A,2 <----- Bad Expression!
Try C=C-2.A

LC(2) #2B <----- Bad Expression!
see above

If any of the above don't work, please let us know.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
New machine language port - cahlucas - 12-21-2019, 01:17 AM
RE: New machine language port - Joe Horn - 12-21-2019, 03:22 AM
RE: New machine language port - cahlucas - 12-22-2019, 03:14 AM
RE: New machine language port - Joe Horn - 12-22-2019, 05:25 AM
RE: New machine language port - cahlucas - 12-22-2019, 09:15 PM
RE: New machine language port - rprosperi - 12-22-2019, 11:31 PM
RE: New machine language port - Joe Horn - 12-23-2019, 12:12 AM
RE: New machine language port - rprosperi - 12-23-2019, 02:56 AM
RE: New machine language port - Joe Horn - 12-23-2019, 07:35 AM
RE: New machine language port - cahlucas - 12-24-2019, 12:30 AM
RE: New machine language port - Joe Horn - 12-24-2019, 03:00 AM
RE: New machine language port - cahlucas - 12-24-2019, 10:51 PM
RE: New machine language port - Joe Horn - 12-24-2019 11:15 PM
RE: New machine language port - cahlucas - 12-27-2019, 12:19 AM
RE: New machine language port - Joe Horn - 12-27-2019, 06:43 AM
RE: New machine language port - Gene - 12-24-2019, 02:31 AM
RE: New machine language port - cahlucas - 12-24-2019, 04:52 PM
RE: New machine language port - Joe Horn - 12-24-2019, 06:10 PM
RE: New machine language port - cahlucas - 12-24-2019, 11:30 PM
RE: New machine language port - cahlucas - 12-24-2019, 11:25 PM
RE: New machine language port - cahlucas - 12-27-2019, 09:22 PM
RE: New machine language port - Joe Horn - 12-27-2019, 11:20 PM
RE: New machine language port - cahlucas - 12-28-2019, 02:47 AM
RE: New machine language port - Joe Horn - 12-28-2019, 03:25 AM
RE: New machine language port - DavidM - 12-28-2019, 03:31 PM
RE: New machine language port - cahlucas - 12-29-2019, 04:26 AM
RE: New machine language port - cahlucas - 12-29-2019, 04:23 AM
RE: New machine language port - Joe Horn - 12-29-2019, 06:48 AM
RE: New machine language port - cahlucas - 12-29-2019, 09:17 PM
RE: New machine language port - ijabbott - 12-29-2019, 06:46 AM
RE: New machine language port - cahlucas - 12-29-2019, 09:10 PM
RE: New machine language port - cahlucas - 12-29-2019, 09:01 PM
RE: New machine language port - cahlucas - 12-29-2019, 09:19 PM



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