Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 06:00, 9 February 2025 by HydeWing (talk | contribs) (Created page with "{{Infobox PSP Homebrews |title=PSPVI |image=pspvijs.png |description=Command Line vi, C Compiler, and assembler for PSP. |author=Jim Steuert |lastupdated=2005/09/18 |type=Other |format= |version=0.4 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/pspvijs.7z |website=http://users.rcn.com/pjsteuert/ |source=https://dlhb.gamebrew.org/psphomebrew/pspvijs.7z }} Text Editor, Command Line/File Environment, C Compiler, and Assembler Development Environment which r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
PSPVI
General
AuthorJim Steuert
TypeOther
Version0.4
LicenseMixed
Last Updated2005/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

Advertising: