Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
z9001:cpm:autostart [2022/05/09 06:28] – korrektur volkerpz9001:cpm:autostart [2022/05/09 08:30] (aktuell) volkerp
Zeile 8: Zeile 8:
   SUBMIT AUTORUN.SUB   SUBMIT AUTORUN.SUB
  
-Das BIOS muss das Autostart-Kommando in den Befehlszeilenpuffer des CCP kopieren und das CCP dann auf Adresse CCP+0 starten+Das BIOS muss das Autostart-Kommando in den Befehlszeilenpuffer des CCP kopieren und das CCP dann auf Adresse CCP+0 starten. CCP-Quellcode:
 <code> <code>
-CCP:+CCP: ORG 0CC00h
  JP CCPSTART ;start ccp with possible initial command  JP CCPSTART ;start ccp with possible initial command
  JP CCPCLEAR ;clear the command buffer  JP CCPCLEAR ;clear the command buffer
Zeile 16: Zeile 16:
 COMLEN: DB 0 ;command length (filled in by dos) COMLEN: DB 0 ;command length (filled in by dos)
 COMBUF: Db 128-($-COMBUF) dup (0) COMBUF: Db 128-($-COMBUF) dup (0)
 +...
 </code> </code>
  
  • z9001/cpm/autostart.1652077700.txt.gz
  • Zuletzt geändert: 2022/05/09 06:28
  • von volkerp