What’s the difference between FL (file register) and DT (data register)?
- ID:
- 253
- Issued:
- Dec 28th, 2009
- Updated:
- May 17th, 2013
What’s the difference between FL (file register) and DT (data register)?
- ANSWER
- Their purposes of use are the same, but the storage areas are different. The file registers(FL) are in the program area, and the part that is not used for programs can be allocated as data memory(DT). Therefore, the FL area changes depending on the program area size settings. On the other hand, the data registers use the operation memory area.
- RELATED CATEGORIES