More actions
PSPVI | |
---|---|
![]() | |
General | |
Author | Jim Steuert |
Type | Other |
Version | 0.4 |
License | Mixed |
Last Updated | 2005/09/18 |
Links | |
Download | |
Website | |
Source | |
Text Editor, Command Line/File Environment, C Compiler, and Assembler Development Environment which runs on the PSP, with keyboard input from the Targus Universal Wireless Keyboard.
Changelog
2006/09/19
- User can now create .exe files with the ">cc .c" then the ">asm bld" command, and to run the exes with the syntax: ">x ... ".
- Fixed another bug in vi not incrementing the number of lines with newline in insert mode. Note that the samples are now in a subdirectory of the zip file.
2005/09/05
- Fixed more bugs in vi. Now the files can be reliably edited.
- Added two new source code samples - a 4-in-a-line game (4il.c) and a sha signature of a file (shafile.c). These are in newsamples.zip. This includes new run-time support of io calls and the getsxy call for prompting the user.
- Added goto line n in vi with :n
- Added commands to set background and foreground colors
- bg 0xff0000 will set the background to blue
- fg 0 will set the foreground to black
- fg 0xffffff will set the foreground to white (default)
- bg 0x007f00 will set the background to green
- bg 0x0000ff will set the background to red
2005/08/29
- Fixed nasty bug in vi not writing entire file if not positioned at beginning of file.
- Also fixed another bug when inserting at end of page.
- Added g (goto beginning of file) and G (goto end of file) commands.
External links
- Author's website - http://users.rcn.com/pjsteuert/