112027Sjungma@eit.uni-kl.de/*
212027Sjungma@eit.uni-kl.de// QuickThreads -- Threads-building toolkit.
312027Sjungma@eit.uni-kl.de// Copyright (c) 1993 by David Keppel
412027Sjungma@eit.uni-kl.de//
512027Sjungma@eit.uni-kl.de// Permission to use, copy, modify and distribute this software and
612027Sjungma@eit.uni-kl.de// its documentation for any purpose and without fee is hereby
712027Sjungma@eit.uni-kl.de// granted, provided that the above copyright notice and this notice
812027Sjungma@eit.uni-kl.de// appear in all copies.  This software is provided as a
912027Sjungma@eit.uni-kl.de// proof-of-concept and for demonstration purposes; there is no
1012027Sjungma@eit.uni-kl.de// representation about the suitability of this software for any
1112027Sjungma@eit.uni-kl.de// purpose.  */
1212027Sjungma@eit.uni-kl.de
1312027Sjungma@eit.uni-kl.de	.globl _b_call_reg
1412027Sjungma@eit.uni-kl.de	.globl b_call_reg
1512027Sjungma@eit.uni-kl.de	.globl _b_call_imm
1612027Sjungma@eit.uni-kl.de	.globl b_call_imm
1712027Sjungma@eit.uni-kl.de	.globl _b_add
1812027Sjungma@eit.uni-kl.de	.globl b_add
1912027Sjungma@eit.uni-kl.de	.globl _b_load
2012027Sjungma@eit.uni-kl.de	.globl b_load
2112027Sjungma@eit.uni-kl.de
2212027Sjungma@eit.uni-kl.de_b_call_reg:
2312027Sjungma@eit.uni-kl.deb_call_reg:
2412027Sjungma@eit.uni-kl.de_b_call_imm:
2512027Sjungma@eit.uni-kl.deb_call_imm:
2612027Sjungma@eit.uni-kl.de_b_add:
2712027Sjungma@eit.uni-kl.deb_add:
2812027Sjungma@eit.uni-kl.de_b_load:
2912027Sjungma@eit.uni-kl.deb_load:
3012027Sjungma@eit.uni-kl.de	hlt
31