Skip to content

Commit c211c70

Browse files
committed
move rotation and bit instructions to lkmc
1 parent 92f32c9 commit c211c70

File tree

8 files changed

+0
-225
lines changed

8 files changed

+0
-225
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,9 @@ x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable as
3939
1. [cmovcc](cmovcc.asm)
4040
1. [xchg](xchg.asm)
4141
1. [lea](lea.asm)
42-
1. Flags
43-
1. [setcc](setcc.asm)
4442
1. Arithmetic
4543
1. [cdq](cdq.asm)
4644
1. [cwde](cwde.asm)
47-
1. Bit-wise
48-
1. Boolean
49-
1. [test](test_instruction.asm)
50-
1. Shifts
51-
1. [shl, shr](shl.asm)
52-
1. [sal, sar](sal.asm)
53-
1. [rol, ror](rol.asm)
54-
1. Test
55-
1. [bt](bt.asm)
56-
1. [btr](btr.asm)
57-
1. [btc](btc.asm)
5845
1. [Stack instructions](stack-instrucastions.md)
5946
1. [enter](enter.asm)
6047
1. [leave](leave.asm)
@@ -89,7 +76,6 @@ x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable as
8976
1. [cmpxchg](cmpxchg.asm)
9077
1. [bts](bts.asm)
9178
1. Misc
92-
1. [rdrand](rdrand.asm)
9379
1. [popcnt](popcnt.asm)
9480
1. [rdtsc](rdtsc.asm)
9581
1. [nop](nop.asm)

bt.asm

Lines changed: 0 additions & 31 deletions
This file was deleted.

btc.asm

Lines changed: 0 additions & 18 deletions
This file was deleted.

btr.asm

Lines changed: 0 additions & 12 deletions
This file was deleted.

rol.asm

Lines changed: 0 additions & 57 deletions
This file was deleted.

setcc.asm

Lines changed: 0 additions & 22 deletions
This file was deleted.

shl.asm

Lines changed: 0 additions & 38 deletions
This file was deleted.

test_instruction.asm

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)