about this blog
Here you can find latest hack progress reports and other raw information.
tags
recent entries
Donate for GH1 hack project!
-April 23, 2010
GH1 firmware update research
-April 19, 2010
GH1 related
-April 17, 2010
More info on Panasonic
-April 14, 2010
Panasonic Cameras
-April 12, 2010
recent comments
Never mind, I just found it... If anybody is wondering the same thing, here are ...
-August 30, 2010
I must be dumb, but I can't find the AF TEST section in the debug ...
-August 30, 2010
comment re-above, .474 does work, secret is to leave the flash card door open, thanks
-August 29, 2010
Anyone know the modset for k-7 version 1.10.00.25? .474 and .txt arn't doing it for ...
-August 29, 2010
pentax-hack.info/firmware/pan/ptool.zip
This broken link!
404 error, please fix!
-Thanks
-August 13, 2010
archive
april 2010
march 2010
september 2009
august 2009
topics
General (13)
Dumping (1)
Disassembling (5)
Features (0)
admin* | Basic
|
Thursday, August 6, 2009
22:46
How to turn build in script interpreter
You must enable script mode :
| MODSET.xxx file |
|
[SCRIPT_EN_MODE EN] |
Make 'AUTORUN.xxx' file (xxx same as in MODSET file) with script inside.
| Available BASIC keywords |
|
END, EXIT, PAUSE, WAIT, GOTO, IFGOTO, ALLCLR, CLS, PRINT, LANGUAGE, COLOR, $ % ( for values ) GOSUB, IFGOSUB , RETURN, IF, ELSE,
WHILE, INTERVAL, CYCLE, FILEOUT, FSEARCH,
TIMERON, TIMEROFF. |
Looks like quite full functional BASIC  You could try "hello world" first.
| AUTORUN.xxx hello world example |
|
PRINT "Hello World"; EXIT |
According to first test results, you must turn camera on with MENU button and after firmware version number you'll see your program execution result.
Test volunteers are welcome.
General comments (11)
|
|