◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax PushDS /* Push contents of the p-code DS data segment register onto stack. */ Description Constructs far pointers to locations in the current p-code data segement. NOTE: The p-code DS register is not neccessarily the same as the native-code DS data segment register. Pseudocode equivalent: PushW(DS); -♦-