#013

Java Newsletter by Glen McCluskey - Issue 14

eZine's profile picture
Published in 
 · 29 May 2022
... t one time. With fairly slow I/O this can be a problem for very large files. But the program does serve to illustrate some of the basics of AWT use. We'll be looking at some of these areas in more detail in future issues. CORRECTION In issue #013 there was this bit of code, dealing with image filtering: int a = rgb & 0xff000000; int r = ((rgb & 0xff0000) + 0xff0000) / 2; int g = ((rgb & 0xff00) + 0xff00) / 2; int b = ((rgb & 0xff) + 0xff) / 2; This should be: int ...

Chapter 12

Numega's profile picture
Published in 
 · 3 Jan 2019
... up. Unlike the HERE command, which sets a one-shot breakpoint, the BPX command sets a sticky breakpoint. A sticky breakpoint remains until you clear it. 4. To view information about breakpoints that are currently set, use the BL command: :BL 00) BPX #0137:00402442 Note: The address you see might be different. From the output of the BL command, one breakpoint is set on code address 0x402442. This address equates to source line 74 in the current file INIT.C. 5. You can use the SoftICE expression evalu ...
loading
Neperos cookies
This website uses cookies to store your preferences and improve the service. Cookies authorization will allow me and / or my partners to process personal data such as browsing behaviour.

By pressing OK you agree to the Terms of Service and acknowledge the Privacy Policy

By pressing REJECT you will be able to continue to use Neperos (like read articles or write comments) but some important cookies will not be set. This may affect certain features and functions of the platform.
OK
REJECT