completely new version
This commit is contained in:
19
modules/src/em_code/bhdlb.c
Normal file
19
modules/src/em_code/bhdlb.c
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "em_private.h"
|
||||
|
||||
CC_bhdlb(op, n, s, off, i)
|
||||
arith n;
|
||||
label s;
|
||||
arith off;
|
||||
int i;
|
||||
{
|
||||
/* BSS or HOL with size n, initial value a dlb(s, off),
|
||||
and flag i
|
||||
*/
|
||||
PS(op);
|
||||
CST(n);
|
||||
COMMA();
|
||||
DOFF(s, off);
|
||||
COMMA();
|
||||
CST((arith) i);
|
||||
NL();
|
||||
}
|
||||
Reference in New Issue
Block a user