Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

49: Help w/ Sys-RPL?

2 views
Skip to first unread message

StepUp100

unread,
Dec 20, 1999, 3:00:00 AM12/20/99
to
I was wondering if anybody could explain to me how to write a sys-rpl file on
the 49 and compile it on the 49.

Use this example program:

::
CK1NOLASTWD
CK&DISPATCH1
real ::
%2 %^
%PI
%*
;
;

Thanx
Step...@aol.com

Jean-Yves Avenard

unread,
Dec 20, 1999, 3:00:00 AM12/20/99
to
Do:
256 ATTACH

Then type:
"!NO CODE
!RPL


::
CK1NOLASTWD
CK&DISPATCH1
real ::
%2 %^
%PI
%*
;
;

@"

ASM, that's it
Jean-Yves

"StepUp100" <step...@aol.com> wrote in message
news:19991219195605...@ng-fv1.aol.com...

Picsou

unread,
Dec 20, 1999, 3:00:00 AM12/20/99
to

StepUp100 <step...@aol.com> a écrit dans le message :

19991219195605...@ng-fv1.aol.com...
> I was wondering if anybody could explain to me how to write a sys-rpl file
on
> the 49 and compile it on the 49.
>
> Use this example program:
>
> ::
> CK1NOLASTWD
> CK&DISPATCH1
> real ::
> %2 %^
> %PI
> %*
> ;
> ;
>
> Thanx
> Step...@aol.com

il faut ajouter la sintax suivante
"
!NO CODE
!RPL
::
blablabla...(le programme)
;
@"

David Zelkowski

unread,
Dec 20, 1999, 3:00:00 AM12/20/99
to
I have tried typing the following program exactly on my HP49 and when I
press ASM I get INVALID FILE.
What did I do wrong?

Dave Zelkowski

Jean-Yves Avenard wrote:
>
> Do:
> 256 ATTACH
>
> Then type:
> "!NO CODE
> !RPL
> ::

> CK1NOLASTWD
> CK&DISPATCH1
> real ::
> %2 %^
> %PI
> %*
> ;
> ;

> @"
>
> ASM, that's it
> Jean-Yves
>
> "StepUp100" <step...@aol.com> wrote in message

> news:19991219195605...@ng-fv1.aol.com...

Al Arduengo

unread,
Dec 21, 1999, 3:00:00 AM12/21/99
to
Make sure that the last character in the file is a "@". THe _very_ last
ie no CR or spaces and on its' own line. Also, in case you are doing it,
do _not_ enter the "Do: 256 ATTACH" in the source string.

-Al

Homer Simpson

unread,
Dec 21, 1999, 3:00:00 AM12/21/99
to
>I have tried typing the following program exactly on my HP49 and when I
>press ASM I get INVALID FILE.
>What did I do wrong?


The program really looks ok... Maybe you should transfer it to your hp
instead of typing it? If ASM says "Invalid File" and gives a list, do ER to
see what the errors were, if it doesn't return anything, it usually means
that the @ is missing or that one :: has no matching ; (or vice versa).
Also, there should be no spaces here: "::".

Hope this will help you find what's wrong.

Homer Simpson
http://zap.to/hsimpson

Keith J. Farmer

unread,
Dec 21, 1999, 3:00:00 AM12/21/99
to

Dennis Straley <dst1...@aol.com> wrote in message
news:19991222003025...@ng-fc1.aol.com...
> I am having the same trouble, could it be that some other library has to
be
> loaded? I get a list of garbage, with message
> "Error: invalid file". Typing ER then gives:

Such as extable -- the lib that contains all the entry points?

Dennis Straley

unread,
Dec 22, 1999, 3:00:00 AM12/22/99
to
I am having the same trouble, could it be that some other library has to be
loaded? I get a list of garbage, with message
"Error: invalid file". Typing ER then gives:

label expected
cant find
cant find
cant find
cant find

I am using rom 1.16

Dennis

>Make sure that the last character in the file is a "@". THe _very_ last
>ie no CR or spaces and on its' own line. Also, in case you are doing it,
>do _not_ enter the "Do: 256 ATTACH" in the source string.
>
>-Al
>David Zelkowski <da...@provide.net> writes:
>

>> I have tried typing the following program exactly on my HP49 and when I
>> press ASM I get INVALID FILE.
>> What did I do wrong?
>>

>> Dave Zelkowski
>>
>> Jean-Yves Avenard wrote:
>> >
>> > Do:
>> > 256 ATTACH
>> >
>> > Then type:

>> > "!NO CODE
>> > !RPL
>> > ::
>> > CK1NOLASTWD
>> > CK&DISPATCH1
>> > real ::
>> > %2 %^
>> > %PI
>> > %*
>> > ;
>> > ;
>> > @"
>> >

>> > ASM, that's it
>> > Jean-Yves
>> >
>> > "StepUp100" <step...@aol.com> wrote in message
>> > news:19991219195605...@ng-fv1.aol.com...
>> > > I was wondering if anybody could explain to me how to write a sys-rpl
>file
>> > on
>> > > the 49 and compile it on the 49.
>> > >
>> > > Use this example program:
>> > >
>> > > ::

>> > > CK1NOLASTWD
>> > > CK&DISPATCH1
>> > > real ::
>> > > %2 %^
>> > > %PI
>> > > %*
>> > > ;
>> > > ;
>> > >

>> > > Thanx
>> > > Step...@aol.com
>

Keith J. Farmer

unread,
Dec 22, 1999, 3:00:00 AM12/22/99
to
I think they're the source for the lib. The lib is all you need to compile,
and I think lib 258 has to be attached.

Dennis Straley <dst1...@aol.com> wrote in message

news:19991222224700...@ng-cd1.aol.com...
> Aha, I assumed these were also built into newer ROM update. The zipfile
> entries.zip explodes with no documentation. I assume


Dennis Straley

unread,
Dec 23, 1999, 3:00:00 AM12/23/99
to
Aha, I assumed these were also built into newer ROM update. The zipfile
entries.zip explodes with no documentation. I assume
2: Library 258...
1: 0
'STO'
will have the desired effect? What are the other files for?

Dennis

0 new messages