Arm Community
Site
Search
User
Site
Search
User
Support forums
Keil forum
B.ASM(24): error: A1859E: Flag preserving form of this instruction not available
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
7 replies
Subscribers
22 subscribers
Views
1828 views
Users
0 members are here
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
B.ASM(24): error: A1859E: Flag preserving form of this instruction not available
Vipin Vibhute
over 2 years ago
Please guide
Top replies
rkopsch
over 2 years ago
+2
verified
https://community.arm.com/support-forums/f/keil-forum/43552/compilation-error-a1859e-flag-preserving-form-of-this-instruction-not-available confirms " The Cortex-M0 has a smaller instruction set which...
Ronan Synnott
over 2 years ago
in reply to
Vipin Vibhute
+2
verified
This device uses Arm7TDMI-S, which is an Armv4T architecture. You can see the definition of all available instructions in the Arm Architecture Reference Manual: https://developer.arm.com/documentation...
Broeker
over 2 years ago
in reply to
Vipin Vibhute
+1
verified
Write your code correctly, using only instruction actually available on the target hardware.
0
Quote