Coding & design by Kibabic Studio, 2002-2005

Заходите в нашу уютную конфу в Телеграме | Добавление патчей в базу открыто!

0 - Гость
User
ID 1270
NameRunning functions with *# codes
Version2.1
Model X65v100
Type System
Author:empeka
Conflicts:-
Depends on:2Cart!/1269 - API v14.0

Patch allows to bind function to *#...# code.
This way we can save shortcut entries like ELSE_PUSHTOTALK or ELSE_REMOTESYNC normally used by some patches.
CodeStr: first characters of calling string. (i.e. *#67).
FN: address of function called by CodeStrN# (i.e. F0 is called by *#670#; F1 by *#671# and so on).
User can specify R0-R3 values before calling a function. Syntax is: CodeStrN*R0*R1*R2*R3#
Register values are optional. If no value is specified, then 0 is used by default.
Examples:
*#670*1# will call function 0 with R0=0x01, R1=0x00, R2=0x00, R3=0x00
*#679*255*10*0*65535# will call function 9 with R0=0xFF, R1=0x0A, R2=0x00, R3=0xFFFF
Optionally, patch can return R0 value after execution.
This option may be configured separately for each function in Master Midlet.
User can now also write description of any function (up to 15 chars). At the moment this option isn't used by patch itself.

It's nessesary to install API patch and entrypoints for both APIpatch & this one!

Download count: 4639
Added in DB at 05.01.2006, added by Kibab
Updated at 05.01.2006 00:00 by Kibab

Add to cart
Download
Back



23.08.2006 17:30, blackdog

Вообще-то вполне достаточно *№Функции# - зачем лишний символ набирать %)
27.03.2006 19:41, rha

друзья, обновите пожалуйста описание. ибо функции вызываются не *#67№Функции# а просто *#№Функции#. 5 минут потратил пока не додумался попробовать откинуть 67 8)))
Support