Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<LPC214X.h>
- int main(){
- --asm{
- MOV R0,#0x00000005
- MOV R1,#0x00000003
- MOV R2,#0x40000000
- AND R3,R0,R1
- STR R3,[R2],#4
- ORR R3,R0,R1
- STR R3,[R2],#4
- EOR R3,R0,R1
- STR R3,[R2]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement