Post Reply 
Help - Assembly programming on Debug4x (HP50G)
06-17-2019, 12:11 PM
Post: #12
RE: Help - Assembly programming on Debug4x (HP50G)
Thanks Cyrille, just downloaded the Machine Language Compiler in PDF

Also thanks to the all the help given here I have found a way to compile ASM on debug4x.

On the debug4x Project Data tab I unchecked 'The Project is a Library'

Typing the code below in a source file and press build puts a compiled program on the stack.

I then press EVAL and the object on the stack (a bint just for testing) drops

Not much I know but its a start. At least I can try things out while learning.

Jeff



::

BINT2

CODEM

C=DAT1.A
?C#0.A ->{
D1=D1+5
D=D+1.A
}
GOVLNG =LOOP

ENDCODE

;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Help - Assembly programming on Debug4x (HP50G) - JeffB - 06-17-2019 12:11 PM



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