1/* 2// QuickThreads -- Threads-building toolkit. 3// Copyright (c) 1993 by David Keppel 4// 5// Permission to use, copy, modify and distribute this software and 6// its documentation for any purpose and without fee is hereby 7// granted, provided that the above copyright notice and this notice 8// appear in all copies. This software is provided as a 9// proof-of-concept and for demonstration purposes; there is no 10// representation about the suitability of this software for any 11// purpose. */ 12 13 .globl _b_call_reg 14 .globl b_call_reg 15 .globl _b_call_imm 16 .globl b_call_imm 17 .globl _b_add 18 .globl b_add 19 .globl _b_load 20 .globl b_load 21 22_b_call_reg: 23b_call_reg: 24_b_call_imm: 25b_call_imm: 26_b_add: 27b_add: 28_b_load: 29b_load: 30 hlt 31