From 81186d117080517cb4bfb88f3d657204d7561474 Mon Sep 17 00:00:00 2001 From: schlaepfer Date: Thu, 19 Jan 2006 13:16:31 +0000 Subject: [PATCH] - output folder 'bin' set git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@97 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c --- mcdp/.classpath | 2 +- mcdp/scrapBook.jpage | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mcdp/.classpath b/mcdp/.classpath index 15e8e18..435f3b7 100644 --- a/mcdp/.classpath +++ b/mcdp/.classpath @@ -3,5 +3,5 @@ - + diff --git a/mcdp/scrapBook.jpage b/mcdp/scrapBook.jpage index 5356119..9ecc960 100644 --- a/mcdp/scrapBook.jpage +++ b/mcdp/scrapBook.jpage @@ -106,3 +106,10 @@ 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); ++++++++ +int val = 0xFFFFFA00; +System.out.println("0x" + Integer.toHexString(val >>> 16)); +System.out.println("0x" + Integer.toHexString(val & 0xFFFF));