- output folder 'bin' set
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@97 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="SWT_CONTAINER/PLATFORM"/>
|
||||
<classpathentry kind="output" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
@@ -106,3 +106,10 @@ System.out.println("0x" + Integer.toHexString(retValue));
|
||||
}
|
||||
retValue += (b & 0xFF);
|
||||
System.out.println("0x" + Integer.toHexString(retValue));
|
||||
++++++
|
||||
System.out.println(((512 - 6) / 2) & 0xFFFC);
|
||||
++++++
|
||||
int MR30TSPR = 0x7FC003A6;
|
||||
int spr = 158;
|
||||
System.out.println(((spr & 0x1F) * 0x20 + (spr >>> 5)) * 0x800 + MR30TSPR);
|
||||
+++++++
|
||||
|
||||
Reference in New Issue
Block a user