summaryrefslogtreecommitdiff
path: root/ext/systemc/src/sysc/qt/md/i386_b.s
blob: 32129a5d11ccf59135de64d67462c77698db68da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
// QuickThreads -- Threads-building toolkit.
// Copyright (c) 1993 by David Keppel
//
// Permission to use, copy, modify and distribute this software and
// its documentation for any purpose and without fee is hereby
// granted, provided that the above copyright notice and this notice
// appear in all copies.  This software is provided as a
// proof-of-concept and for demonstration purposes; there is no
// representation about the suitability of this software for any
// purpose.  */

	.globl _b_call_reg
	.globl b_call_reg
	.globl _b_call_imm
	.globl b_call_imm
	.globl _b_add
	.globl b_add
	.globl _b_load
	.globl b_load

_b_call_reg:
b_call_reg:
_b_call_imm:
b_call_imm:
_b_add:
b_add:
_b_load:
b_load:
	hlt