build.sh 413 B

123456789
  1. ASM386 STARTUP.ASM
  2. ASM386 MAIN.ASM
  3. BLD386 STARTUP.OBJ, MAIN.OBJ buildfile(EPROM.BLD) bootstrap(STARTUP) Bootload
  4. # BLD386 performs several operations in this example:
  5. # It allocates physical memory location to segments and tables.
  6. # It generates tables using the build file and the input files.
  7. # It links object files and resolves references.
  8. # It generates a boot-loadable file to be programmed into the EPROM.