EasyManuals Logo

Intel 386 User Manual

Intel 386
691 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #179 background imageLoading...
Page #179 background image
Intel386™ EX EMBEDDED MICROPROCESSOR USERS MANUAL
7-20
SetEXRegWordInline(CS2ADL,0x08700); // Enables SRAM as memory
SetEXRegWordInline(CS2ADH,0x3);
SetEXRegWordInline(CS2MSKL,0x07C01);
SetEXRegWordInline(CS2MSKH,0x00);
_asm // Copy SMM_EXAM.BIN code into SRAM
{
mov ax,0x3800 // Starting address for SMM_EXAM file
mov es,ax // to be placed
mov ax,seg SerialWriteStr2 // Address where SMM_EXAM is located
mov ds,ax
mov cx,0x100 // Length of SMM_EXAM file in bytes
mov si,offset SerialWriteStr2
mov di,0
rep movsb
}
SetEXRegWordInline(CS2MSKL,0x7801); // Resets SRAM to enabled in SMM only
_asm // Restore register values
{
pop DI
pop SI
pop DS
pop ES
}
// Loop endlessly and display another serial message
while(1) // Serial Write Loop
{
SerialWriteStr(SIO_PORT,SMMString);
}
}
/**************************** END MAIN **********************************/

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Intel 386 and is the answer not in the manual?

Intel 386 Specifications

General IconGeneral
Architecturex86
Clock Speed12 MHz to 40 MHz
Transistor Count275, 000
Data Bus Width32-bit
Address Bus Width32-bit
Instruction Setx86
Introduced1985
Maximum Memory4 GB
Operating ModesReal mode, Protected mode, Virtual 8086 mode
MMUYes
Voltage5V
ModelIntel 386
PackagePGA
Process1.5 μm to 1 μm

Related product manuals