diff lib/alib/rnd.a @ 2782:aaba193af04f lwtools-port

Updated code to use lwasm/lwlink
author Boisy Pitre <boisy.pitre@nuance.com>
date Sat, 26 Jan 2013 08:26:31 -0600
parents 7d70b7e1cb21
children
line wrap: on
line diff
--- a/lib/alib/rnd.a	Wed Jan 23 21:23:45 2013 -0600
+++ b/lib/alib/rnd.a	Sat Jan 26 08:26:31 2013 -0600
@@ -16,14 +16,14 @@
  ttl Assembler Library Module
 
 
- psect Rnd,0,0,0,0,0
-
- vsect dp
+ section .bss
 
 SEED rmb 4
 
  endsect
 
+ section .text
+
 RND:
  pshs d,x,u