Author |
Message |
vbgamer45 Regular user
Joined: 07 Jul 2004 Posts: 93 Location: 127.0.0.1
|
Posted: Fri Aug 27, 2004 1:46 pm
Post subject: Pcode Opcode Meaning List
|
|
Pcode Opcode Meanings
Imp=import
Ad = Address
St/Ld=Store/Load
I2 = Integer
V=Virtual
Rf=Refrence
Anyone want to finish the list? I found these on this forum.
Last edited by vbgamer45 on Fri Sep 03, 2004 5:48 pm; edited 1 time in total
|
|
Back to top |
|
|
|
MrUnleaded Site Admin
Joined: 21 Sep 2002 Posts: 385 Location: California
|
Posted: Fri Aug 27, 2004 4:03 pm
Post subject:
|
|
Prefixes:
Lit=Literal(ie "Hi",2,8 )
Imp=Import
St=Store
Ld=Load
Variable types:
I2=Integer
Cy=Currency
R4=
R8=Single
Str=String
Other:
DOC=Duplicate/Redundante Opcode(in the table it will redirect you to another opcode)
Golem could probably help most with these...i will edit this post later though.
for now you can look at pcode/opcodes.php?t=1
some of them have descriptions...you are welcome to comment on specific opcodes in the Pcode forum _________________ -MrU
|
|
Back to top |
|
|
|
sarge Moderator
Joined: 24 Sep 2002 Posts: 194
|
Posted: Fri Aug 27, 2004 7:05 pm
Post subject:
|
|
The "R" series stands for "Real", as in a "real number"; used by the floating-point co-processor. The digit after the R is the length so the co-proc knows how to push or pop the data.
The "I" series uses the same convention.
Also, (as an FYI), VB classifies a byte as a 2-byte integer, but qualifies it with the "byte" descripton.
Sarge
|
|
Back to top |
|
|
|
|
|