Für dieses Forum muß Javascript im Browser aktiviert werden!
Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C2 Quellcode formatieren: <code>Quellcode</code> ASM Quellcode formatieren: <asm>Quellcode</asm> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! > Using the system.call() function I can call an assembly routine in segment 3 (written using the tasking assembler). However when I try to return to the C2 program using the RETS instruction the C-Control restarts. The C164 manual gives only the RETS instruction to return to an other segment. So if anyone can figure out this last step we can enjoy the full speed of the C164 processor! > > On the bottom of page 123 of the manual an example of the call() function on the CD is mentioned. Has anyone found that?