Use this example program:
::
CK1NOLASTWD
CK&DISPATCH1
real ::
%2 %^
%PI
%*
;
;
Thanx
Step...@aol.com
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...
il faut ajouter la sintax suivante
"
!NO CODE
!RPL
::
blablabla...(le programme)
;
@"
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
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
Such as extable -- the lib that contains all the entry points?
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
>
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