i386_b.s 718 B

12345678910111213141516171819202122232425262728293031
  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. .globl _b_call_reg
  13. .globl b_call_reg
  14. .globl _b_call_imm
  15. .globl b_call_imm
  16. .globl _b_add
  17. .globl b_add
  18. .globl _b_load
  19. .globl b_load
  20. _b_call_reg:
  21. b_call_reg:
  22. _b_call_imm:
  23. b_call_imm:
  24. _b_add:
  25. b_add:
  26. _b_load:
  27. b_load:
  28. hlt