Table of Contents Previous topic Next topic
MATHS CO-PROCESSOR REFERENCE->FMOVECR
FMOVECR Move Constant ROM
ROM constant -> FPn
Assembler Syntax: FMOVECR.X #ccc,FPn
where ccc is an offset into the FPCP on-chip rom
Attributes: Extended
| offset constant | offset constant |
| $00 | pi | $35 | 10 to the power 4 |
| $0B | log10(2) | $36 | 10 to the power 8 |
| $0C | e | $37 | 10 to the power 16 |
| $0D | log2(e) | $38 | 10 to the power 32 |
| $0E | log10(e) | $39 | 10 to the power 64 |
| $0F | 0.0 | $3A | 10 to the power 128 |
| $30 | ln(2) | $3B | 10 to the power 256 |
| $31 | ln(10) | $3C | 10 to the power 512 |
| $32 | 10 to the power 0 | $3D | 10 to the power 1024 |
| $33 | 10 to the power 1 | $3E | 10 to the power 2048 |
| $34 | 10 to the power 2 | $3F | 10 to the power 4096 |