datasheetbank_Logo
Технический паспорт Поисковая и бесплатно техническое описание Скачать

47C101P Просмотр технического описания (PDF) - Toshiba

Номер в каталоге
Компоненты Описание
Список матч
47C101P Datasheet PDF : 32 Pages
1 2 3 4 5 6 7 8 9 10 Next Last
TMP47C101/201
Figure 2-3. Program Memory Map
2.3 H Register and L Register
The H register and L register are 4-bit general registers. They
are also used as a register pair (HL) for the data memory (RAM)
addressing pointer. The RAM consists of pages, each page
being 16 words long (1 word = 4 bits). The H register specifies
a page and the L register specifies an address in the page.
The L register has the auto-post-increment/decrement
capability, implementing the execution of composite instruc-
tions. For example, [ST A, @HL+] instruction automatically in-
crements the contents of the L register after data transfer.
During the execution of [SET @L], [CLR @L], or [TEST @L]
instructions, the L register is also used to specify the bits cor-
responding to I/O port pins R73 through R40 (the indirect ad-
dressing of port bits by the L register).
Example: To Write immediate values “5” and FH” to data
memory addresses 10H and 11H.
LD HL, #10H ; HL 10H
ST #5,@HL+ ; RAM [10H] 5H, LRLR + 1
ST #0FH,@HL+ ; RAM [11H] FH, LRLR + 1
Figure 2-4. Configuration of H and L Registers
6/32
TOSHIBA CORPORATION

Share Link: 

datasheetbank.com [ Privacy Policy ] [ Request Datasheet ] [ Contact Us ]