| MrUnleaded Site Admin
 
 
 Joined: 21 Sep 2002
 Posts: 385
 Location: California
 
 | 
				
					| Posted: Thu Oct 31, 2002 3:42 pm
							    Post subject: Pseudo Code Operation Codes |  
					| 
 |  
					| <a href="http://www.decompiler.theautomaters.com/files/2_1036079603.txt">Opcodes</a> 
 Ok well here are the OpCodes.....some of you have these already.....this is my version......the opcodes are line by line (tab delimited)and come in 2 formats:
 
 
 
  	  | Code: |  	  | OpCodeByte     NumberOfBytes       Name      ArgumentString        SourceString 
 | 
 
 Special Cases:
 NumberOfBytes=-1
 The the first integer is an indicator to the number of intergers to pull out
 
 Name="DOC"
 This indicates a duplicate entry and references to another by the item under NumberOfBytes
 
 
 I will explain the argument string and source string later
 
 The Bulk of the work was done by <a href="http://decompiler.theautomaters.com/profile.php?mode=viewprofile&u=8">JosephCo</a> and was modifiedformated by myself and the following people:
 
 <a href="http://decompiler.theautomaters.com/profile.php?mode=viewprofile&u=7">Sarge</a>
 <a href="http://decompiler.theautomaters.com/profile.php?mode=viewprofile&u=4">Moogman</a>
 
 and also.....these are far from complete when it comes to Argument and Source Parsing
 
 
 OpCodes
 <img src="images/icon_clip.gif" alt="" /><a href="files/2_1036079603.txt" target="_blank">opcodes.txt</a> - 29.63 KB
 _________________
 -MrU
 
 Last edited by MrUnleaded on Fri Nov 01, 2002 3:53 pm; edited 3 times in total
 |  |