Postingan

Menampilkan postingan dari September, 2025

CHAPTER 8 PROGRAMMING THE MICROPROCESSOR

[KEMBALI KE MENU SEBELUMNYA] DAFTAR ISI 8–1 MODULAR PROGRAMMING 8–2 USING THE KEYBOARD AND VIDEO DISPLAY 8–3 DATA CONVERSIONS 8–4 DISK FILES 8–1 MODULAR PROGRAMMING [kembali] The Assembler and Linker EXAMPLE 8–1 EXAMPLE 8–2 EXAMPLE 8–3 PUBLIC and EXTRN EXAMPLE 8–4 EXAMPLE 8–5 Libraries EXAMPLE 8–6 EXAMPLE 8–7 EXAMPLE 8–8 EXAMPLE 8–9 Macros EXAMPLE 8–10 EXAMPLE 8–11 8–2 USING THE KEYBOARD AND VIDEO DISPLAY [kembali] Reading the Keyboard TABLE 8–1 The keyboard scanning and extended ASCII codes as returned from the keyboard. FIGURE 8–1 Using the textbox with filtering. EXAMPLE 8–12 EXAMPLE 8–13 FIGURE 8–2 Hexadecimal to decimal conversion. Using the Video Display EXAMPLE 8–14 EXAMPLE 8–15 Using a Timer in a Program FIGURE 8–3 The Shift/ Rotate application design screen. EXAMPLE 8–16 The Mouse TABLE 8–2 Mouse message handlers. FIGURE 8–4 Displaying the mouse coordinates. EXAMPLE 8–17...