This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses the memcpy function to Copy a function in the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0x110000) for execution.
This program displays all SMBIOS/DMI information within the BIOS. The
information is organized as a series of Structures each of which is a
certain Type. For more details, see a Copy of the SMBIOS
specification "System Management BIOS Reference Specification".