Plan 9 from Bell Labs’s /usr/web/sources/nix/nix/sys/src/libc/68020/setjmp.s

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


TEXT	setjmp(SB), 1, $0
	MOVL	b+0(FP), A0
	MOVL	A7, (A0)+
	MOVL	(A7), (A0)
	CLRL	R0
	RTS

TEXT	longjmp(SB), 1, $0
	MOVL	b+0(FP), A0
	MOVL	r+4(FP), R0
	BNE	ok		/* ansi: "longjmp(0) => longjmp(1)" */
	MOVL	$1, R0		/* bless their pointed heads */
ok:	MOVL	(A0)+, A7
	MOVL	(A0), (A7)
	RTS

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.