Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Matrefeytontias

Pages: 1 ... 127 128 [129] 130 131 ... 133
1921
ASM / Re: about hooks..
« on: January 14, 2012, 10:20:51 am »
No no, it's ok, I just forgot the ending db $FF

1922
ASM / Re: about hooks..
« on: January 14, 2012, 04:07:56 am »
That's ok jacobly, your code works but I believe that there is a problem with the ending .db : the And and the ] tokens get mad.

1923
ASM / Re: about hooks..
« on: January 13, 2012, 07:11:50 am »
Doesn't work :(
But I don't know how to copy the token table to smallEditRam, my code seems not work

1924
ASM / Re: about hooks..
« on: January 13, 2012, 07:02:11 am »
No, I can do this, but I don't know how to rename much tokens.

1925
ASM / Re: about hooks..
« on: January 13, 2012, 01:38:15 am »
I'm really a beginner in ASM, but I think that put this code after :
Code: [Select]
ld hl,tokenHook
ld de,smallEditRam
ld bc,tokenEnd-tokenHook
ldir
ld a,1
ld hl,smallEditRam
bcall _enableTokenHook
ret
Will work, right ?

EDIT : no, it doesn't work ... what should I do ?

1926
ASM / Re: about hooks..
« on: January 12, 2012, 04:41:25 pm »
isn't it for apps ?

1927
ASM / Re: about hooks..
« on: January 12, 2012, 03:52:59 pm »
You already said it :P and it works :thumbsup:

1928
ASM / Re: about hooks..
« on: January 12, 2012, 02:56:26 pm »
Actually, I want to rename much tokens ... :P all the tokens of the [prgm] menu

1929
ASM / Re: about hooks..
« on: January 12, 2012, 12:42:37 pm »
No, change several names, sorry ^^

1930
ASM / Re: about hooks..
« on: January 12, 2012, 12:31:25 am »
Up !

I found this and now I use it, so thank you thepenguin77 :thumbsup:

TiAddict : to use hooks with Mimas, you must use the length and the hex codes of the ascii catacteres instead of the length and the string.

Code: [Select]
cscText:
.db 4,$63,$73,$63,$28
; instead of
.db 4,"csc("

And I've a question : with your code thepenguin77, how do you define several hooks in one file ?

1931
The Axe Parser Project / Re: Axe Parser
« on: January 09, 2012, 04:02:52 pm »
I'm a little lost ...

If I try it right now, this will not work because I need an additional code which you made, right ?

1932
The Axe Parser Project / Re: Axe Parser
« on: January 09, 2012, 03:27:51 pm »
Awesome, just awesome :D

EDIT : Maybe I said it 'cos I'm just a beginner  XD

1933
The Axe Parser Project / Re: Axe Parser
« on: January 09, 2012, 03:12:40 pm »
Yeah, I would like know too  :o

1934
The Axe Parser Project / Re: Axe Parser
« on: January 04, 2012, 12:44:44 pm »
I try since a little time to define my own token with an Axiom (as you did with Memkit and new(), load() etc), and someone said me that I must use the hook 9BC8 to modify OS tokens' name. But it seems that Axe, with his own hook, erase the current hook, so I can't change tokens like Axe do. Do you think that we'll can define our own tokens with Axioms in your next version ?

1935
Axe / Re: Axiom structure
« on: January 04, 2012, 11:55:58 am »
So I just can't change the name of OS tokens if I understand ... Or perhaps I can, but only using 9BC8 ?

Pages: 1 ... 127 128 [129] 130 131 ... 133