How do I disassemble a hex number with Jazz?



#2

I have started to study the Art of SysRpl using my HP48 GX and Jazz 6.8. I would like to know how to disassemble a commmand using the Hexadecimal number as input, if I know that.

I do get results when I take, for instance, #7D27h DOB =>

"LABEL STO
CON(5) (*)+5
ST=0 0
.
.
.
"

and that above is not SysRpl. I think it is system assembly.

The DIS command (#7D27h DIS) just returns
"HXS 10 72D7000000000000"

Any help appreciated!

Regards, Matti


#3

Quote:
I do get results when I take, for instance, #7D27h DOB =>
"LABEL STO
CON(5) (*)+5
ST=0 0
.
.
.
"

This is the correct answer. STO is a so called PCO (Primitive Code Object), special assembler code which can be directly called from RPL code.

The construct CON(5) (*)+5 is the preamble for such an object located in ROM. You should have a look at James Donnelly's book Introduction to System RPL and Assembly Language.

TNX to Eric Rechlin making this book electronically available.

The basic for SysRPL programming is still RPLMan from Goodies Disk 4.

Another book is
Programming in System RPL (PDF)
from Eduardo M. Kalinowski.

And finally for the hard core programmers the assembler code tutorial
Introduction to Saturn Assembly Language (PDF) Third Edition.

I hope that I don't forgot to mention any other important books. If so, add them to this thread.

Cheers

Christoph


#4

Thanks Christoph!

/Matti


Possibly Related Threads…
Thread Author Replies Views Last Post
  Disassemble Battery Pack 82028B (woodstock) Jacques Karensky 0 1,158 05-19-2012, 03:39 AM
Last Post: Jacques Karensky
  WP34S Build 874 Possible HEX entry bug? M. Joury 9 2,486 05-12-2011, 03:04 PM
Last Post: M. Joury
  Jazz 50G v1.20 release candidate Han 0 786 08-02-2010, 03:53 PM
Last Post: Han
  Jazz 50G and SysRPL debugger Han 4 1,639 06-26-2010, 11:42 PM
Last Post: Han
  Jazz 50G Han 3 1,339 05-13-2010, 09:51 AM
Last Post: Martin Pinckney
  HP-35s in Hex mode Joel Setton (France) 8 2,556 01-21-2010, 04:42 PM
Last Post: Dave Britten
  Inputting HEX numbers on a 35S Steve Myers 2 1,204 07-29-2007, 02:14 PM
Last Post: Steve Myers
  Disassemble a 48S, How do I do? +Other Q's Tomas Larsson 6 1,898 09-23-2006, 01:10 AM
Last Post: Han
  How do I disassemble HP15C? Egan Ford 4 1,394 07-22-2006, 09:23 PM
Last Post: David Smith
  HEX-DEC converter for 33E/33C Glenn Hayhurst 9 2,506 05-10-2006, 01:16 PM
Last Post: Glenn Hayhurst

Forum Jump: