Vector Unit Command Line - News


Summary |  News |  Files | 
Posted By: abertsch
Date: 2002-Jul-31 12:29
Summary:VCL - Vector Unit Command Line

A new project has been added for a tool named VCL (Vector Unit Command
Line). Anyone thinking about programming the VUs (Vector Units) on the PS2
should check this out. The tool makes VU programming much easier and also
optimizes VU code better than most skilled engineers [for code of
reasonable complexity]. In addition, the tool comes with two sample
programs, full PDF documentation and a powerful set of VCL macros for
common 3D/math functions.

Latest News
Closing down playstation2-linux.com
 Linux for PlayStation 2 Community - sarahe - 2009-Jun-04 03:49
(32 Comments)
Server Outage
 Linux for PlayStation 2 Community - mrich - 2008-Aug-07 14:12
(2 Comments)
Firefox 2.0.0.8 available
 Mozilla for PlayStation2 - ppietro - 2007-Nov-09 04:10
(2 Comments)
The Future of Mozilla for the PlayStation2
 Mozilla for PlayStation2 - ppietro - 2007-Nov-09 04:09
(1 Comment)
PS2Linux pros at DevStation
 Linux for PlayStation 2 Community - sarahe - 2007-May-04 03:37
(0 Comments)

Discussion Forums: VCL - Vector Unit Command Line

Admin

Message: 22416
BY: simon
DATE: 2002-Aug-03 12:25
SUBJECT: Passing parameters between code chunks

The manual seems to give the wrong argument order for in_vf and out_vf between the --exit/--endexit and --enter/--endenter directives.

I can get it to work, if I do (for example)

...
--exit
out_vf screen0 (VF01)
out_vf screen1 (VF02)
out_vf screen2 (VF03)
out_vf screen3 (VF04)
--endexit
...

but it chokes with the name/register the other way around, as specified in the manual. It's pretty obvious if you read the error message, but just in case it's causing problems...

ATB,
Simon.


 

Thread View

Thread Author Date
Passing parameters between code chunkssimon2002-Aug-03 12:25
      RE: Passing parameters between code chunksratop2002-Aug-16 14:25

 

Post a followup to this message

You could post if you were [logged in]