Add datafiles

This commit is contained in:
2026-09-18 22:24:47 +02:00
parent 41722b6b33
commit 3444fd17c4
270 changed files with 414106 additions and 0 deletions
@@ -0,0 +1,12 @@
mnemonic,count
incl,200
cmpl,120
jle,72
mov,34
push,28
movl,24
pop,16
ret,12
call,12
nop,8
jmp,4
1 mnemonic count
2 incl 200
3 cmpl 120
4 jle 72
5 mov 34
6 push 28
7 movl 24
8 pop 16
9 ret 12
10 call 12
11 nop 8
12 jmp 4