File: rotate.d

package info (click to toggle)
binutils 2.31.1-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 307,644 kB
  • sloc: ansic: 1,161,122; asm: 638,494; cpp: 128,815; exp: 68,557; makefile: 55,816; sh: 22,360; yacc: 14,238; lisp: 13,272; perl: 2,111; ada: 1,681; lex: 1,652; pascal: 1,446; cs: 879; sed: 195; python: 154; xml: 95; awk: 25
file content (22 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#objdump: -d
#name:    
#source:  rotate.s


dump.o:     file format elf32-s12z


Disassembly of section .text:

00000000 <.text>:
   0:	10 24 b8    	ror.b d2
   3:	10 64 fb    	rol.b \(-s\)
   6:	10 65 ff    	rol.w \(s\+\)
   9:	10 66 d4 2d 	rol.p \[45,y\]
   d:	10 67 87 00 	rol.l \(78,d7\)
  11:	4e 
  12:	10 24 bc    	ror.b d0
  15:	10 24 c3    	ror.b \(-x\)
  18:	10 25 f7    	ror.w \(y\+\)
  1b:	10 26 f4 29 	ror.p \[41,p\]
  1f:	10 27 8b    	ror.l \(d5,x\)