Post Reply 
New machine language port
12-21-2019, 03:22 AM (This post was last modified: 12-21-2019 04:57 AM by Joe Horn.)
Post: #2
RE: New machine language port
If you're compiling using the 50g's built-in assembler, then you have a setting wrong somewhere*, or a syntax error (e.g. a missing final "@"), because the mnemonics you listed are valid in the 50g.

On the other hand, if you're using a non-HP assembler, you might need an HP<>AG translation table, such as the following:

http://holyjoe.net/hp/ROSETTA.TXT

For example, if you look up the D1=A mnemonic, you'll see that it's a valid HP mnemonic, whose AG equivalent is MOVE.A A,D1. Explanations are at the top of the file.

* EDIT: One setting which makes a difference is flag -92: Set means "MASD SysRPL mode" and clear means "MASD asm mode".

EDIT 2: ASM assembles the following (useless Code object) correctly in SysRPL mode (when flag -92 is set):

"CODE
D1=A
ENDCODE
@"

ASM assembles the the following into the same (useless) Code object when flag -92 is clear (asm mode):

"D1=A
@"

Do not run that Code object; it's just an example of using one of the opcodes you listed.

<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)