Subject:
|
Re: RMB
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Tue, 18 Mar 1997 01:04:09 GMT
|
Original-From:
|
Bambang Sutanto <bsutanto@poboxes.SPAMLESScom>
|
Viewed:
|
2303 times
|
| |
 | |
> Does anyone know what RMB means in Assembler?
RMB (Reserve Memory Bytes)
RMB directive advances the location counter by the value of the expression
in the operand field, effectively reserving a block of memory.
The block of memory reserved is not initialized.
Example:
Location Counter LABEL Mnemonic OPERAND
0100 Var1 RMB 2
0102 Var2 RMB 1
0103 Var3 RMB 4
0107 ........
regards,
C:\>Bambang_Sutanto
http://www.netforward.com/POBoxes/?bsutanto
|
|
1 Message in This Thread: 
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|