hexsha
stringlengths
40
40
size
int64
6
1.05M
ext
stringclasses
3 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
4
232
max_stars_repo_name
stringlengths
7
106
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
7
max_stars_count
int64
1
33.5k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
4
232
max_issues_repo_name
stringlengths
7
106
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
7
max_issues_count
int64
1
37.5k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
4
232
max_forks_repo_name
stringlengths
7
106
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
7
max_forks_count
int64
1
12.6k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
6
1.05M
avg_line_length
float64
1.16
19.7k
max_line_length
int64
2
938k
alphanum_fraction
float64
0
1
6ab2c5c5b78d888b77ef5d5321274c3d813ae513
12,691
asm
Assembly
Common/heap.asm
Martin-H1/6502
e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6
[ "MIT" ]
3
2020-05-10T02:45:52.000Z
2020-08-27T19:30:21.000Z
Common/heap.asm
Martin-H1/6502
e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6
[ "MIT" ]
null
null
null
Common/heap.asm
Martin-H1/6502
e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6
[ "MIT" ]
null
null
null
; ----------------------------------------------------------------------------- ; Heap data stucture implementation. ; Consumer is responsible for avoiding memory leaks, but it will defragment ; on demand if possible. ; ; Note: Hooks for a garbage collector exist and it can be added if consumers ; avoid the use of raw ...
21.881034
79
0.719486
2bd64466870929bbde2e27ff95336a16a6e8720d
629
asm
Assembly
programs/oeis/132/A132027.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/132/A132027.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/132/A132027.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A132027: a(n) = Product_{k=0..floor(log_3(n))} floor(n/3^k), n>=1. ; 1,2,3,4,5,12,14,16,27,30,33,48,52,56,75,80,85,216,228,240,294,308,322,384,400,416,729,756,783,900,930,960,1089,1122,1155,1728,1776,1824,2028,2080,2132,2352,2408,2464,3375,3450,3525,3840,3920,4000,4335,4420,4505,11664,11880,12096,12996,13224,13452,14...
57.181818
496
0.742448
e0bca2730e74939335294a44ba870bbf3c07932f
205
asm
Assembly
YearIII/SemesterV/Microprocessors/Others/Practical Practice/set D/NEARCALLandRETURN/file.asm
jarvis-1805/myappsample
7d36643b18b14832a3cbd341905e850aaed57a44
[ "MIT" ]
2
2020-08-13T18:00:55.000Z
2021-12-18T09:45:11.000Z
YearIII/SemesterV/Microprocessors/Others/Practical Practice/set D/NEARCALLandRETURN/file.asm
jarvis-1805/myappsample
7d36643b18b14832a3cbd341905e850aaed57a44
[ "MIT" ]
null
null
null
YearIII/SemesterV/Microprocessors/Others/Practical Practice/set D/NEARCALLandRETURN/file.asm
jarvis-1805/myappsample
7d36643b18b14832a3cbd341905e850aaed57a44
[ "MIT" ]
null
null
null
; WAP to show the working of NEAR CALL and RETURN. .MODEL SMALL .STACK .CODE .STARTUP MOV AX, 30H MOV BX, 20H CALL SUMS MOV DX, CX .EXIT SUMS PROC FAR ADD AX, BX MOV CX, AX RET SUMS ENDP END
10.789474
50
0.673171
9f26b890289c8fd484b684fcfcd6087ccdd12ef3
2,474
asm
Assembly
programs/oeis/258/A258440.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/258/A258440.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/258/A258440.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A258440: Number of squares of all sizes in 3*n*(n+1)/2-ominoes in form of three-quarters of Aztec diamonds. ; 3,11,25,49,84,132,196,278,379,503,651,825,1028,1262,1528,1830,2169,2547,2967,3431,3940,4498,5106,5766,6481,7253,8083,8975,9930,10950,12038,13196,14425,15729,17109,18567,20106,21728,23434,25228,27111,29085,311...
50.489796
1,752
0.739693
d1c90707fd5d073006c53905a31a71cee733bbff
1,278
asm
Assembly
programs/oeis/010/A010810.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/010/A010810.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/010/A010810.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A010810: 22nd powers: a(n) = n^22. ; 0,1,4194304,31381059609,17592186044416,2384185791015625,131621703842267136,3909821048582988049,73786976294838206464,984770902183611232881,10000000000000000000000,81402749386839761113321,552061438912436417593344,3211838877954855105157369,16398978063355821105872896,74818276426792144...
255.6
1,229
0.948357
23f195206d91f6b478eb9a9100bcc6bb850d19b7
92,464
asm
Assembly
user/grind.asm
jt0129/my_xv6-labs-2021
ccc22bdcda548a0e09b8b44e1e6bbf81e4a2db56
[ "MIT-0" ]
null
null
null
user/grind.asm
jt0129/my_xv6-labs-2021
ccc22bdcda548a0e09b8b44e1e6bbf81e4a2db56
[ "MIT-0" ]
null
null
null
user/grind.asm
jt0129/my_xv6-labs-2021
ccc22bdcda548a0e09b8b44e1e6bbf81e4a2db56
[ "MIT-0" ]
null
null
null
user/_grind: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <do_rand>: #include "kernel/riscv.h" // from FreeBSD. int do_rand(unsigned long *ctx) { 0: 1141 addi sp,sp,-16 2: e422 sd s0,8(sp) 4: 0800 addi s0,sp,16...
36.076473
102
0.452619
608da7f357256ec18d9d5d41276a4b825e9ceec6
148
asm
Assembly
Quiz1/Problem4/P4_2.asm
PritishWadhwa/OS-Assignments
6cf70652c18a4bb80e62064a1efbccb44a5d0733
[ "CC0-1.0" ]
2
2022-01-03T08:33:04.000Z
2022-01-17T07:18:30.000Z
Quiz1/Problem4/P4_2.asm
PritishWadhwa/OS-Assignments
6cf70652c18a4bb80e62064a1efbccb44a5d0733
[ "CC0-1.0" ]
null
null
null
Quiz1/Problem4/P4_2.asm
PritishWadhwa/OS-Assignments
6cf70652c18a4bb80e62064a1efbccb44a5d0733
[ "CC0-1.0" ]
2
2021-10-14T20:56:45.000Z
2021-10-20T09:31:28.000Z
global extended_add section .text extended_add: mov rax, rdi add rax, rsi add rax, rdx add rax, rcx ret
18.5
24
0.540541
8f3123a87add861447aac3afef745cfa119c8c19
319
asm
Assembly
oeis/021/A021866.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021866.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021866.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021866: Decimal expansion of 1/862. ; Submitted by Jon Maiga ; 0,0,1,1,6,0,0,9,2,8,0,7,4,2,4,5,9,3,9,6,7,5,1,7,4,0,1,3,9,2,1,1,1,3,6,8,9,0,9,5,1,2,7,6,1,0,2,0,8,8,1,6,7,0,5,3,3,6,4,2,6,9,1,4,1,5,3,1,3,2,2,5,0,5,8,0,0,4,6,4,0,3,7,1,2,2,9,6,9,8,3,7,5,8,7,0,0,6,9 seq $0,199685 ; a(n) = 5*10^n+1. div $0,431 mod $0,10
39.875
199
0.554859
4d22def0f2f1e45203f155dfb05b3e3ae0313abe
410
asm
Assembly
programs/oeis/099/A099867.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/099/A099867.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/099/A099867.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A099867: a(n) = 5*a(n-1) - a(n-2) for n>1, a(0)=1, a(1)=9. ; 1,9,44,211,1011,4844,23209,111201,532796,2552779,12231099,58602716,280782481,1345309689,6445765964,30883520131,147971834691,708975653324,3396906431929,16275556506321,77980876099676,373628823992059,1790163243860619,8577187395311036 lpb $0,1 sub $0,1 add...
27.333333
232
0.7
c61a1d2cd359a76bbcb1ca2ef7cbfe621d72af16
2,074
asm
Assembly
programs/oeis/168/A168547.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/168/A168547.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/168/A168547.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A168547: a(n) = 1 - 2*n^2 + 4*n*(1 + 2*n^2)/3. ; 1,3,17,59,145,291,513,827,1249,1795,2481,3323,4337,5539,6945,8571,10433,12547,14929,17595,20561,23843,27457,31419,35745,40451,45553,51067,57009,63395,70241,77563,85377,93699,102545,111931,121873,132387,143489,155195,167521,180483,194097,208379,223345,239011,255393,2725...
188.545455
1,958
0.849566
e25b5271e6312a1e0580ac93485e40f615d1f034
671
asm
Assembly
programs/oeis/193/A193330.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/193/A193330.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/193/A193330.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A193330: Number of prime factors of n^2 + 1, counted with multiplicity. ; 0,1,1,2,1,2,1,3,2,2,1,2,2,3,1,2,1,3,3,2,1,3,2,3,1,2,1,3,2,2,2,3,3,3,2,2,1,3,3,2,1,3,2,4,2,2,2,4,2,2,2,2,2,3,1,3,1,5,2,2,2,2,2,3,2,2,1,3,4,2,3,2,3,4,1,3,2,3,2,2,2,3,3,4,1,2,2,3,2,3,1,3,2,4,1,2,2,3,3,4,2,2,2,3,2,3,2,4,2,3,1,3,3,3,2,3,1,4,3,3,1,2,...
83.875
501
0.549925
71a15fa0c05d9ce16af1effc9125200fc697c45a
327
asm
Assembly
programs/oeis/004/A004257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/004/A004257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/004/A004257.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A004257: a(n) = round(log_2(n)). ; 0,1,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7 mul $0,2 add $0,2 bin $0,2 add $0,1 mov $1,-1 lpb $0 div $0,4 add $1,1 lpe mov...
23.357143
201
0.510703
95864460e2ebfa3fde7f6811790c94f98488f0b8
564
asm
Assembly
src/boot/pm/switch_pm.asm
WaterDev-25/Rubis-OS
554fcd3bc2b6f8b1cde2c4dffc898e778d618118
[ "MIT" ]
4
2021-09-24T08:59:30.000Z
2022-01-13T19:07:16.000Z
src/boot/pm/switch_pm.asm
WaterDev-25/Rubis-OS
554fcd3bc2b6f8b1cde2c4dffc898e778d618118
[ "MIT" ]
null
null
null
src/boot/pm/switch_pm.asm
WaterDev-25/Rubis-OS
554fcd3bc2b6f8b1cde2c4dffc898e778d618118
[ "MIT" ]
null
null
null
[bits 16] EnableA20: in al, 0x92 or al, 2 out 0x92, al ret switch_pm: call EnableA20 cli lgdt [gdt_descriptor] mov eax, cr0 or eax, 0x1 mov cr0, eax jmp CODE_SEG:init_pm [bits 32] init_pm: mov ax, DATA_SEG mov ds, ax mov ss, ax mov es, ax mov fs, ax ...
13.116279
29
0.567376
d791abcbbc9f28acb1a1838d09ff5abdc72e337a
90
asm
Assembly
libsrc/nc100/mcreadyprinter.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/nc100/mcreadyprinter.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/nc100/mcreadyprinter.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
PUBLIC mcreadyprinter .mcreadyprinter call 0xb854 ld hl, 0 ret c inc hl ret
10
23
0.677778
f20f40ed4d32202e860868c380def895f665de38
255
asm
Assembly
engine/events/hidden_objects/pokecenter_pc.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
engine/events/hidden_objects/pokecenter_pc.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
engine/events/hidden_objects/pokecenter_pc.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
OpenPokemonCenterPC: ld a, [wSpritePlayerStateData1FacingDirection] cp SPRITE_FACING_UP ret nz call EnableAutoTextBoxDrawing ld a, TRUE ld [wAutoTextBoxDrawingControl], a tx_pre_jump PokemonCenterPCText PokemonCenterPCText:: script_pokecenter_pc
21.25
47
0.847059
5beaca61d8710940eeb9d04fac463a6e9d5a3018
58,753
asm
Assembly
grep.asm
Nakazona/operating_systems
4d9f477c11b5490e52f30c82400d3bd80ac98441
[ "MIT-0" ]
null
null
null
grep.asm
Nakazona/operating_systems
4d9f477c11b5490e52f30c82400d3bd80ac98441
[ "MIT-0" ]
null
null
null
grep.asm
Nakazona/operating_systems
4d9f477c11b5490e52f30c82400d3bd80ac98441
[ "MIT-0" ]
null
null
null
_grep: file format elf32-i386 Disassembly of section .text: 00000000 <grep>: char buf[1024]; int match(char*, char*); void grep(char *pattern, int fd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 18 sub $0x18,%esp int n, m; char *p, *q; ...
35.372065
60
0.421034
f1376b12c09bb3d412e77a1cd114bf2a90bec185
283
asm
Assembly
src/instruction-test/nop.asm
brgmnn/uob-cpu-simulator
e2a5367974e2712013409c7601274927d4023902
[ "MIT" ]
null
null
null
src/instruction-test/nop.asm
brgmnn/uob-cpu-simulator
e2a5367974e2712013409c7601274927d4023902
[ "MIT" ]
null
null
null
src/instruction-test/nop.asm
brgmnn/uob-cpu-simulator
e2a5367974e2712013409c7601274927d4023902
[ "MIT" ]
null
null
null
# 'nop' test case code # modifying this code with cause tests to fail! nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop halt
6.152174
47
0.632509
e4041e0662fe5f18c98ea871c0eb38390623d39a
23,590
asm
Assembly
emordnilap.asm
TomasOchoa/CSCI-231-Program5
f25a01102d63e11932a21d94fa92c75bdb72f583
[ "MIT" ]
null
null
null
emordnilap.asm
TomasOchoa/CSCI-231-Program5
f25a01102d63e11932a21d94fa92c75bdb72f583
[ "MIT" ]
null
null
null
emordnilap.asm
TomasOchoa/CSCI-231-Program5
f25a01102d63e11932a21d94fa92c75bdb72f583
[ "MIT" ]
null
null
null
;// Reading a File (ReadFile.asm) ;// Opens, reads, and displays a text file using ;// Procedures from Irvine32.lib. INCLUDE Irvine32.inc ;// Inlcude Irvine32 library for use INCLUDE macros.inc ;// Include macros library for use ;// Globals FILE_BUFFER_SIZE = 1200000 ;// Buffer for read fil...
32.226776
113
0.588258
26bf3e53382ffa00d90addab862eaade85b492b2
474
asm
Assembly
asm/console32.main.asm
IronHeart7334/AssemblyPrograms
e5b0649d2a1eb69bb5632c8219187d72fd69d057
[ "MIT" ]
null
null
null
asm/console32.main.asm
IronHeart7334/AssemblyPrograms
e5b0649d2a1eb69bb5632c8219187d72fd69d057
[ "MIT" ]
null
null
null
asm/console32.main.asm
IronHeart7334/AssemblyPrograms
e5b0649d2a1eb69bb5632c8219187d72fd69d057
[ "MIT" ]
null
null
null
; general comments ; This is the general template that I'm supposed to use for CISP 310 assignments. ; preprocessor directives .586 .MODEL FLAT ; external files to link with ; stack configuration .STACK 4096 ; named memory allocation and initialization .DATA theAnswer DWORD 0ABCDABCDh ; names of procedures defined ...
15.290323
81
0.759494
3e1443b496532c69a303b5f3119fa7bbacc7a0bc
92
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/atan2.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/atan2.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/atan2.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_am9511 PUBLIC _atan2 EXTERN _am9511_atan2 defc _atan2 = _am9511_atan2
13.142857
28
0.815217
9da22ccf3806f43832c70b272ebafd1c24bf62cc
2,501
asm
Assembly
src/test/ref/struct-49.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/struct-49.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/struct-49.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Structs with char* pointer members // https://gitlab.com/camelot/kickc/-/issues/397 // Commodore 64 PRG executable file .file [name="struct-49.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [sta...
19.539063
64
0.581367
0cdb150f47fd89bb4bb46d5e8857fe87dc9fb8c2
708
asm
Assembly
ffight/lcs/weapon/10.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
ffight/lcs/weapon/10.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/weapon/10.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 003A0A movem.l D0-D3, -(A6) 003A0E movem.l D0-D3, -(A6) 00442E move.l ($e,A0), ($e,A6) 004434 move.b ($2e,A0), ($2e,A6) [weapon+ E, weapon+10] 009ACA dbra D5, $9ac8 057A56 move.l ($a,A6), ($e,A6) [weapon+4A] 057A5C move.l #$2000000, ($2,A6) [weap...
39.333333
57
0.614407
4a821fe455822fad08b3a90d3aa326827b024250
33
asm
Assembly
ffi/src/ffi/win64/call.asm
MoustaphaSaad/tethys
205be8060bdcadbca111d8222686e3b121cc90b7
[ "BSD-3-Clause" ]
4
2019-10-20T16:57:18.000Z
2019-12-30T09:34:02.000Z
ffi/src/ffi/win64/call.asm
MoustaphaSaad/tethys
205be8060bdcadbca111d8222686e3b121cc90b7
[ "BSD-3-Clause" ]
null
null
null
ffi/src/ffi/win64/call.asm
MoustaphaSaad/tethys
205be8060bdcadbca111d8222686e3b121cc90b7
[ "BSD-3-Clause" ]
1
2019-11-02T19:08:26.000Z
2019-11-02T19:08:26.000Z
.code foo proc ret foo endp end
5.5
8
0.727273
8a17fd4e67c17415e63d68fd4cc36fba89a17949
377
asm
Assembly
programs/oeis/146/A146529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/146/A146529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/146/A146529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A146529: A two level sequence: v(n)=2*(If[n == 0, 0, 2^(n - 1)] + 2); a(n)=If[n == 0, 6, (v[n] + v[n - 1] - 2)]. ; 6,8,12,18,30,54,102,198,390,774,1542,3078,6150,12294,24582,49158,98310,196614,393222,786438,1572870,3145734,6291462,12582918,25165830,50331654,100663302,201326598,402653190,805306374,1610612742 mov $1,2...
34.272727
195
0.655172
7369b23a7f61ac14401ad44716da1055e93a1f26
670
asm
Assembly
oeis/268/A268670.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/268/A268670.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/268/A268670.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A268670: a(n) = A006068(A268669(n)). ; Submitted by Jon Maiga ; 1,3,1,7,1,3,5,15,5,3,13,7,9,11,1,31,1,11,29,7,25,27,9,15,17,19,5,23,13,3,21,63,21,3,61,23,57,59,13,15,49,51,17,55,5,19,53,31,33,35,1,39,29,11,37,47,9,27,45,7,41,43,25,127,25,43,125,7,121,123,41,47,113,115,9,119,45,27,117,31,97,99,33,103,1,35,101,111,37,1...
47.857143
290
0.649254
139481539bf1c8418014f1548c104fa2abd8af93
517
asm
Assembly
oeis/253/A253146.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/253/A253146.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/253/A253146.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A253146: A fractal tree, read by rows: for n > 2, T(n,1) = T(n-1,1)+2, T(n,n) = T(n-1,1)+3, and for k=2..n-1, T(n,k) = T(n-2,k-1). ; Submitted by Christian Krause ; 1,2,3,4,1,5,6,2,3,7,8,4,1,5,9,10,6,2,3,7,11,12,8,4,1,5,9,13,14,10,6,2,3,7,11,15,16,12,8,4,1,5,9,13,17,18,14,10,6,2,3,7,11,15,19,20,16,12,8,4,1,5,9,13,17,...
32.3125
246
0.562863
addaf5c5f2416ba795d7b145134acf870c127063
410
asm
Assembly
programs/oeis/271/A271350.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/271/A271350.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/271/A271350.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A271350: a(n) = 3^n mod 83. ; 1,3,9,27,81,77,65,29,4,12,36,25,75,59,11,33,16,48,61,17,51,70,44,49,64,26,78,68,38,31,10,30,7,21,63,23,69,41,40,37,28,1,3,9,27,81,77,65,29,4,12,36,25,75,59,11,33,16,48,61,17,51,70,44,49,64,26,78,68,38,31,10,30,7,21,63,23,69,41,40,37,28,1,3,9,27,81,77,65,29,4,12,36,25,75,59,11,33,16,48 m...
29.285714
287
0.609756
7db2acdf8713c2433f59c72ed519b130eb55fea0
189
asm
Assembly
src/full_test.asm
Sai-Manish/Tomasulo-O3-processor
a2138117665f0b0716205ce57d604db832efeed8
[ "MIT" ]
2
2021-05-22T06:12:08.000Z
2021-10-09T14:45:05.000Z
src/full_test.asm
Sai-Manish/Tomasulo-O3-processor
a2138117665f0b0716205ce57d604db832efeed8
[ "MIT" ]
null
null
null
src/full_test.asm
Sai-Manish/Tomasulo-O3-processor
a2138117665f0b0716205ce57d604db832efeed8
[ "MIT" ]
null
null
null
; Load first element and then add some number to it ; Then write it back to memory ; Repeat for 3 other elements in a supposed array LW x2, 0(x0) ADD x2, x2, x0 SW x2, 0(x0) SUB x0, x0, x1
23.625
51
0.708995
d43367f12a33a85fdff04eb296c4e1a210027608
507
asm
Assembly
programs/oeis/174/A174964.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/174/A174964.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/174/A174964.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A174964: Determinant of the symmetric n X n matrix M_n where M_n(j,k) = n^2+1 for j = k, M_n(j,k) = n for abs(j-k) = 1, M_n(j,k) = 0 otherwise. ; 2,21,820,69905,10172526,2238976117,692352720200,285942833483841,151970818238211610,101010101010101010101,82081105631730092455932,80052769211806164721787281,9227936192060950...
33.8
258
0.761341
e6681e7f8b4ee10a223da1fde56b4cbe54e392d1
9,294
asm
Assembly
firmware/camera-remote-shutter.X/camera-remote-shutter.asm
gom9000/camera-remote-shutter
ce3d4ccbb2360b978b899e5b0ce0391bf50debd2
[ "MIT" ]
1
2021-05-24T05:48:50.000Z
2021-05-24T05:48:50.000Z
firmware/camera-remote-shutter.X/camera-remote-shutter.asm
gom9000/camera-remote-shutter
ce3d4ccbb2360b978b899e5b0ce0391bf50debd2
[ "MIT" ]
null
null
null
firmware/camera-remote-shutter.X/camera-remote-shutter.asm
gom9000/camera-remote-shutter
ce3d4ccbb2360b978b899e5b0ce0391bf50debd2
[ "MIT" ]
null
null
null
;============================================================================= ; @(#)camera-remote-shutter.asm 0.2.2 2014/12/08 ; ________ _________________.________ ; / _____/ ____ / _____/ __ \ ____/ ; / \ ___ / _ \\_____ \\____ /____ \ ; \ \_\ ( <_> ) \ / // \ ; ...
35.473282
109
0.465462
95ec87cd8dd25e15417f8b34ba3d737d7e4d308d
786
asm
Assembly
programs/oeis/024/A024120.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/024/A024120.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/024/A024120.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A024120: a(n) = 10^n - n^6. ; 1,9,36,271,5904,84375,953344,9882351,99737856,999468559,9999000000,99998228439,999997014016,9999995173191,99999992470464,999999988609375,9999999983222784,99999999975862431,999999999965987776,9999999999952954119,99999999999936000000,999999999999914233879,9999999999999886620096,99999999999...
87.333333
705
0.899491
32177cb07dc98e047c11fd183737ce20f1073a02
269
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_pxy2aaddr_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_pxy2aaddr_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_pxy2aaddr_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void *zx_pxy2aaddr_callee(uchar x, uchar y) SECTION code_arch PUBLIC zx_pxy2aaddr_callee, l0_zx_pxy2aaddr_callee zx_pxy2aaddr_callee: pop hl pop de ex (sp),hl l0_zx_pxy2aaddr_callee: ld h,e INCLUDE "arch/zx/display/z80/asm_zx_pxy2aaddr.asm"
14.157895
53
0.747212
11706b8a666da50d10a2fa82b4dd30be747950dc
7,787
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_438.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_438.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_438.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x19b28, %rsi lea addresses_D_ht+0x828, %rdi nop nop nop inc %r8 mov $24, %rcx rep movsw nop nop sub $3702, %r13 lea addresses_UC_ht+0x9a8, %r9 nop nop cmp %r8, %r8 movb $0x61, (...
34.004367
2,999
0.655708
e18c61aaee95e9303e3f4540fe8b89d67f7f6621
448
asm
Assembly
programs/oeis/338/A338795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/338/A338795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/338/A338795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A338795: Each term of A003215 (centered hexagonal numbers) is multiplied by the corresponding term of A003154 (centered dodecagonal numbers). ; 1,91,703,2701,7381,16471,32131,56953,93961,146611,218791,314821,439453,597871,795691,1038961,1334161,1688203,2108431,2602621,3178981,3846151,4613203,5489641,6485401,7610851,8...
40.727273
236
0.794643
61dfc74b641a4fdd34f2f6869844971242579903
1,710
asm
Assembly
CSA - Computer Systems Architecture/Course/prob2.asm
p0licat/university
4c86fd2e7aafb830f7d9cb2d38f96a145b7e7f7b
[ "MIT" ]
2
2018-03-05T14:07:37.000Z
2021-01-24T22:44:24.000Z
CSA - Computer Systems Architecture/Course/prob2.asm
p0licat/university
4c86fd2e7aafb830f7d9cb2d38f96a145b7e7f7b
[ "MIT" ]
1
2017-03-08T09:08:29.000Z
2017-03-10T08:23:58.000Z
CSA - Computer Systems Architecture/Course/prob2.asm
p0licat/university
4c86fd2e7aafb830f7d9cb2d38f96a145b7e7f7b
[ "MIT" ]
1
2017-03-08T12:25:11.000Z
2017-03-08T12:25:11.000Z
; 80x86 assembly code ; compiled with TASM and linked with TLINK ; ( TURBO ASSEMBLER & TURBO LINKER ) ; Emulated on DosBox ; Norton Guide as reference ; ; Gr: 917 ; Nume: Septimiu-Calin Bodica ; Prob: 1 ; ; 1. The words A and B are given. Obtain the word C in the following way: ; - the bits 0-4 of C are ...
31.090909
102
0.58655
1bd05f7ff341e46877c2a72a59f02d45124b1b0d
4,591
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1444.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1444.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1444.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x424a, %rdx nop nop nop cmp $21816, %r13 movl $0x61626364, (%rdx) nop nop nop nop xor %rdx, %rdx lea addresses_WC_ht+0x1db96, %rsi lea addresses_normal_ht+0x2ace, %rdi nop nop and %rbp,...
49.902174
2,999
0.662383
b48e3792a2e3d1a52fb48fe3d22d0e07c7f2cc7d
3,732
asm
Assembly
lib/src/fileio.asm
Faselei/SeniorProject68k
45cf46d5ad2795f00a5fa2398bc3a3947e75941d
[ "MIT" ]
null
null
null
lib/src/fileio.asm
Faselei/SeniorProject68k
45cf46d5ad2795f00a5fa2398bc3a3947e75941d
[ "MIT" ]
null
null
null
lib/src/fileio.asm
Faselei/SeniorProject68k
45cf46d5ad2795f00a5fa2398bc3a3947e75941d
[ "MIT" ]
null
null
null
;=============================================================================== ;fileio.asm ;=============================================================================== ;FileAccess ;------------------------------------------------------------------------------- include "errno.inc" include "fileio.inc" ;//...
21.952941
81
0.502144
3952b805bb7d99d4e0239ff99fa43a3af77c46d5
270
asm
Assembly
programs/oeis/053/A053879.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/053/A053879.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/053/A053879.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A053879: a(n) = n^2 mod 7. ; 0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1,0,1,4,2,2,4,1 pow $0,2 mod $0,7 mov $1,$0
38.571429
211
0.5
c3a20265b923fc52ab45f733b733af5bc6a9835c
280
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/ulaplus/z80/asm_ulap_disable.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/ulaplus/z80/asm_ulap_disable.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/ulaplus/z80/asm_ulap_disable.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void ulap_disable(void) INCLUDE "config_private.inc" SECTION code_clib SECTION code_arch PUBLIC asm_ulap_disable asm_ulap_disable: ; uses : af, bc ld bc,__IO_ULAP_REGISTER ld a,0x40 out (c),a ld b,__IO_ULAP_DATA / 256 xor a out (c),a ret
11.2
28
0.671429
604830ddcf2551bb6a837f6786118b6a5a374e28
1,379
asm
Assembly
08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
thinker1990/nand2tetris
5df492cc63187c774cc77cd4d689d32f4363e685
[ "MIT" ]
null
null
null
08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
thinker1990/nand2tetris
5df492cc63187c774cc77cd4d689d32f4363e685
[ "MIT" ]
null
null
null
08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
thinker1990/nand2tetris
5df492cc63187c774cc77cd4d689d32f4363e685
[ "MIT" ]
null
null
null
//FibonacciSeries @ARG D=M @1 A=D+A D=M @SP A=M M=D @SP M=M+1 @THIS D=A @1 A=D+A D=A @R15 M=D @SP M=M-1 @SP A=M D=M @R15 A=M M=D @0 D=A @SP A=M M=D @SP M=M+1 @THAT D=M @0 A=D+A D=A @R15 M=D @SP M=M-1 @SP A=M D=M @R15 A=M M=D @1 D=A @SP A=M M=D @SP M=M+1 @THAT D=M @1 A=D+A D=A @R15 M=D @SP M=M-1 @SP A=M D=M @R15 A=M M=D...
4.838596
22
0.543872
60d21ba80badd90b77b40b2f1da32c85179f2748
7,302
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1346.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1346.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1346.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x194a7, %r15 nop nop nop nop xor $56078, %rdi movb (%r15), %r13b nop and $45379, %r11 lea addresses_UC_ht+0x19fbf, %r8 nop nop nop dec %rsi mov $0x6162636465666768, %rcx m...
33.64977
2,999
0.65708
bea018ed5a4e329c86b6d15e4f41ab9bf049a061
2,306
asm
Assembly
unused/develop/obj/scene_4_triggers.asm
pau-tomas/gbvm
c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b
[ "MIT" ]
33
2020-12-27T11:53:23.000Z
2022-02-19T23:05:12.000Z
unused/develop/obj/scene_4_triggers.asm
pau-tomas/gbvm
c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b
[ "MIT" ]
2
2020-12-10T16:53:53.000Z
2022-01-31T21:42:01.000Z
unused/develop/obj/scene_4_triggers.asm
pau-tomas/gbvm
c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b
[ "MIT" ]
6
2021-04-18T08:09:16.000Z
2022-01-31T21:52:24.000Z
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.1.4 #12246 (Mac OS X x86_64) ;-------------------------------------------------------- .module scene_4_triggers .optsdcc -mgbz80 ;-------------------------------------------------------- ;...
29.189873
57
0.392888
8c371b4ddc563dea8d2774e415eb9c6519e0b7a6
1,815
asm
Assembly
programs/oeis/005/A005999.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/005/A005999.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/005/A005999.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A005999: Number of paraffins. ; 1,2,6,11,23,38,64,95,141,194,266,347,451,566,708,863,1049,1250,1486,1739,2031,2342,2696,3071,3493,3938,4434,4955,5531,6134,6796,7487,8241,9026,9878,10763,11719,12710,13776,14879,16061,17282,18586,19931,21363,22838,24404,26015,27721,29474,31326,33227,35231,37286,39448,41663,43989,46370,...
151.25
1,706
0.836915
eb67224f59195fa91f59826c7ff05911e6d1b68c
14,183
asm
Assembly
mine.asm
io12/BootMine
d784110b837e1b4d9b2b955f745ebe4269b55e88
[ "MIT" ]
148
2020-05-28T07:48:50.000Z
2022-01-14T03:07:32.000Z
mine.asm
io12/BootMine
d784110b837e1b4d9b2b955f745ebe4269b55e88
[ "MIT" ]
3
2020-05-31T10:32:39.000Z
2020-08-17T08:20:57.000Z
mine.asm
io12/BootMine
d784110b837e1b4d9b2b955f745ebe4269b55e88
[ "MIT" ]
10
2020-05-31T10:45:47.000Z
2021-11-26T08:37:40.000Z
bits 16 cpu 686 ;; Constants ;; Boot sector load address %assign BootSector.Begin 0x7c00 ;; Boot sector size in bytes %assign BootSector.Size 512 ;; Words in 16 bit x86 are 2 bytes %assign WordSize 2 ;; Load address of DOS COM executables (relative to the cs segment) %assign DosComLoadAddress 0x100 ;; This is the...
24.623264
106
0.693436
f611651c12dcbb010b32e0ba291db0e99afb709a
1,531
asm
Assembly
Debug API.asm
zk2013/newborn
57d12f1fb6df88a81e67d64ba1f01213a3aa6206
[ "MIT" ]
null
null
null
Debug API.asm
zk2013/newborn
57d12f1fb6df88a81e67d64ba1f01213a3aa6206
[ "MIT" ]
null
null
null
Debug API.asm
zk2013/newborn
57d12f1fb6df88a81e67d64ba1f01213a3aa6206
[ "MIT" ]
null
null
null
; debug functions for Real Mode HexToStr_dword: ; eax = number ; edi = offset ; "000F1234" ; calculate figure 8 xor edx,edx mov ebx,010000000h div ebx xchg eax,edx call Store_Number ; calculate figure 7 xor edx,edx mov ebx,01000000h div ebx xchg eax,edx call Store_Number ; calculate figure 6 xor edx,edx mov e...
13.429825
82
0.632266
1bdbb161ae4c8c3312a807f7dedc9250e1ff857a
5,045
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1520.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1520.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1520.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x13164, %rbx clflush (%rbx) nop cmp %rdx, %rdx mov (%rbx), %r13 nop nop dec %rsi lea addresses_WC_ht+0x116ac, %rsi lea addresses_normal_ht+0x13e66, %rdi dec %rbx mov $26, %rcx rep movsw...
48.509615
2,999
0.658474
dcf2fc417f1d0e2cf68a7c76d53b87fb7e9d99e8
650
asm
Assembly
BigNum/Mod/Io/bnFromStr.asm
FloydZ/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
11
2015-03-17T10:31:23.000Z
2022-01-21T17:42:43.000Z
BigNum/Mod/Io/bnFromStr.asm
0xFF1E071F/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
null
null
null
BigNum/Mod/Io/bnFromStr.asm
0xFF1E071F/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
6
2018-01-29T16:06:36.000Z
2021-05-08T19:22:24.000Z
.686 .model flat,stdcall option casemap:none include .\bnlib.inc include .\bignum.inc .code ;; ;; arg1 = pointer to base10 string, zero terminated ;; arg2 = bn ;; converts ascii string to bn ;; ;_a_ bnFromStr proc uses ebx edi esi ptrStr:DWORD, bn:DWORD mov edi,bn mov esi,ptrStr invoke bnClear,edi .if word ptr [...
15.853659
54
0.669231
c7371edb08f761c8c896ccb153e4e94ea1e249b5
147
asm
Assembly
win16/lesson14.asm
mashingan/notes-asmtutor
88532e0b364a63cd1e7578a537807795d429fc2f
[ "MIT" ]
1
2021-11-05T06:41:49.000Z
2021-11-05T06:41:49.000Z
win16/lesson14.asm
mashingan/notes-asmtutor
88532e0b364a63cd1e7578a537807795d429fc2f
[ "MIT" ]
null
null
null
win16/lesson14.asm
mashingan/notes-asmtutor
88532e0b364a63cd1e7578a537807795d429fc2f
[ "MIT" ]
null
null
null
org 256 start: mov ax, 90 mov dx, 9 mul dx mov dx, ax call iprintCRLF int 21h include 'procs.inc'
12.25
22
0.482993
dc9867fb327fe81699640dab1a03af65cf46740a
6,153
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_992.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_992.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_992.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1eb69, %r14 nop nop nop nop and $42856, %r8 mov (%r14), %r11 nop nop nop nop and $4576, %r14 lea addresses_normal_ht+0x82d9, %rsi lea addresses_A_ht+0x9071, %rdi and $31524, %rdx mov $...
40.480263
2,999
0.658053
cddccd22441998419ef1996a356999a7eb5bc01e
1,265
asm
Assembly
programs/oeis/091/A091573.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/091/A091573.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/091/A091573.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A091573: Poincaré series [or Poincare series] of the preprojective algebra of an extended Dynkin diagram of type E_6. ; 7,12,17,24,31,36,41,48,55,60,65,72,79,84,89,96,103,108,113,120,127,132,137,144,151,156,161,168,175,180,185,192,199,204,209,216,223,228,233,240,247,252,257,264,271,276,281,288,295,300,305,312,319,324...
105.416667
1,068
0.75336
addaf47130e0464e3153d59b0466dcf91111170b
14,560
asm
Assembly
target/cos_117/disasm/iop_overlay1/CPSPIN.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
49
2020-10-09T12:29:16.000Z
2022-03-12T02:33:35.000Z
target/cos_117/disasm/iop_overlay1/CPSPIN.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
1
2021-12-29T15:59:25.000Z
2021-12-29T15:59:25.000Z
target/cos_117/disasm/iop_overlay1/CPSPIN.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x1001- f:00010 d: 1 | A = 1 (0x0001) 0x0001 (0x000002) 0x293C- f:00024 d: 316 | OR[316] = A 0x0002 (0x000004) 0x213C- f:00020 d: 316 | A = OR[316] 0x0003 (0x000006) 0x841C- f:00102 d: 28 | P = P + 28 (0x001F), A = 0 ...
79.562842
79
0.459341
232cca9ae7c1989cee4a3207cfedcd2888480974
689
asm
Assembly
oeis/180/A180671.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/180/A180671.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/180/A180671.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A180671: a(n) = Fibonacci(n+6) - Fibonacci(6). ; Submitted by Jon Maiga ; 0,5,13,26,47,81,136,225,369,602,979,1589,2576,4173,6757,10938,17703,28649,46360,75017,121385,196410,317803,514221,832032,1346261,2178301,3524570,5702879,9227457,14930344,24157809,39088161,63245978,102334147,165580133,267914288,433494429,7014087...
40.529412
499
0.791001
ca40b4bea0fe7b6c544ade796632231dd9f19ecb
133,111
asm
Assembly
s11space.asm
adamsmasher/bustfree
446d6777f42d3baa57f29ec9e4613a3e5cd4afe9
[ "MIT" ]
1
2022-03-08T17:56:48.000Z
2022-03-08T17:56:48.000Z
s11space.asm
adamsmasher/bustfree
446d6777f42d3baa57f29ec9e4613a3e5cd4afe9
[ "MIT" ]
null
null
null
s11space.asm
adamsmasher/bustfree
446d6777f42d3baa57f29ec9e4613a3e5cd4afe9
[ "MIT" ]
null
null
null
; ******************************************************** ; Music Bank ; ; created with Beyond Gameboy Tracker ; ******************************************************** ; ************************ Pattern Streams ******************* SECTION "Ms11spaceP0", ROMX PATTERN_s11space0: DB $0A DB $03, $03, $F0, $01...
78.997626
165
0.418606
0dd588e2aea178c2f05e28c48d9d2345742c4cdf
825
asm
Assembly
oeis/226/A226268.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/226/A226268.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/226/A226268.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A226268: Number of additive Z_2 Z_8 codes of a certain type (see Siap-Aydogdu for precise definition). ; Submitted by Christian Krause ; 840,52080,2187360,79369920,2698577280,88965999360,2889276741120,93139362032640,2991417157048320,95900970385059840,3071643397494497280,98337605476992860160,3147523797281917992960,100...
43.421053
494
0.820606
a811c1c1fe7de7590eba0b788833d5b35f9b656e
1,336
asm
Assembly
DotNetHooker/trampoline32.asm
acsdavid97/DotNetHooker
3bff424e7ba51aa795433ceaf9f92b6aa0076381
[ "MIT" ]
6
2021-04-02T14:54:36.000Z
2022-03-29T21:02:08.000Z
DotNetHooker/trampoline32.asm
acsdavid97/DotNetHooker
3bff424e7ba51aa795433ceaf9f92b6aa0076381
[ "MIT" ]
null
null
null
DotNetHooker/trampoline32.asm
acsdavid97/DotNetHooker
3bff424e7ba51aa795433ceaf9f92b6aa0076381
[ "MIT" ]
null
null
null
.model flat, stdcall option casemap:none .code FunctionEnterHook PROTO STDCALL :DWORD, :DWORD, :DWORD, :DWORD FunctionLeaveHook PROTO :DWORD, :DWORD, :DWORD, :DWORD FunctionTailcallHook PROTO :DWORD, :DWORD, :DWORD ;; masm 32 is smart enough to generate correct prologue and epilogue based on signature ;; can double ...
20.875
99
0.731287
cb8ca6bbb03df83cccda0e474f8e9c49ba2e336f
433
asm
Assembly
programs/oeis/194/A194116.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/194/A194116.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/194/A194116.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A194116: Sum{floor(j*sqrt(13) : 1<=j<=n}; n-th partial sum of Beatty sequence for sqrt(13). ; 3,10,20,34,52,73,98,126,158,194,233,276,322,372,426,483,544,608,676,748,823,902,984,1070,1160,1253,1350,1450,1554,1662,1773,1888,2006,2128,2254,2383,2516,2653,2793,2937,3084,3235,3390,3548,3710,3875 mov $2,$0 add $2,1 mov $...
30.928571
200
0.674365
9e977c8f713a7ef1db3a3f2d88658ad210c133e5
361
asm
Assembly
libsrc/gfx/wide/w_setpos_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/gfx/wide/w_setpos_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/gfx/wide/w_setpos_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ----- void __CALLEE__ setpos_callee(int x2, int y2) SECTION code_graphics PUBLIC setpos_callee PUBLIC _setpos_callee PUBLIC asm_setpos defc asm_setpos = w_setxy EXTERN w_setxy .setpos_callee ._setpos_callee pop bc ; ret addr pop de pop hl push...
18.05
53
0.601108
eed400334e939614267d6223a8d75647006338dd
6,266
asm
Assembly
windowsAssembly/helloworld.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
windowsAssembly/helloworld.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
windowsAssembly/helloworld.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
; --------------------------------------------------------------------------- ; Tell compiler to generate 64 bit code ; --------------------------------------------------------------------------- bits 64 ; --------------------------------------------------------------------------- ; Data segment: ; -------------------...
43.213793
87
0.26157
8b15568cfdc880fc310891b698a84c49c55e54c0
562
asm
Assembly
oeis/191/A191472.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/191/A191472.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/191/A191472.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A191472: a(n) = 2*prime(n+2) - prime(n+1) - prime(n). ; Submitted by Jon Maiga ; 5,6,10,8,10,8,10,16,10,14,14,8,10,16,18,10,14,14,8,14,14,16,22,16,8,10,8,10,32,22,16,10,22,14,14,18,14,16,18,10,22,14,10,8,26,36,20,8,10,16,10,22,22,18,18,10,14,14,8,22,38,22,8,10,32,26,26,14,10,16,22,20,18,14,16,22,16,20,28,14,22,14,14,...
31.222222
288
0.613879
cdb52ba5da5bf3829f7a1998acbc42e2f0a863fe
5,193
asm
Assembly
coverage/IN_CTS/0510-COVERAGE-patch-peephole-opt-576/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
null
null
null
coverage/IN_CTS/0510-COVERAGE-patch-peephole-opt-576/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
47
2021-03-11T07:42:51.000Z
2022-03-14T06:30:14.000Z
coverage/IN_CTS/0510-COVERAGE-patch-peephole-opt-576/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
4
2021-03-09T13:37:19.000Z
2022-02-25T07:32:11.000Z
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 93 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %74 OpExecutionMode %4 OriginUp...
34.390728
61
0.471982
fd151c6bcb1e55c0831b4e9d7923d815284f9fc6
4,689
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_398.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_398.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_398.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xe2c4, %rsi lea addresses_normal_ht+0x17a9d, %rdi nop nop xor %rdx, %rdx mov $25, %rcx rep movsw inc %r14 lea addresses_A_ht+0x1c69d, %rsi lea addresses_UC_ht+0x114dd, %rdi nop nop cmp %r8, %r8 mo...
50.967391
2,999
0.664961
771a491e074e572bb1ab6a15b1f740910c6cfe7c
48
asm
Assembly
src/main/fragment/mos6502-common/vwum1=vwum2_ror_1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vwum1=vwum2_ror_1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vwum1=vwum2_ror_1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {m2}+1 lsr sta {m1}+1 lda {m2} ror sta {m1}
6.857143
10
0.583333
0dd1eafc0c51bfae0f5d5920918fe88a60cde921
704
asm
Assembly
script.asm
Sagiri/circle-throw
483c554b3e6d1492cd3689ff802f23c6927a056a
[ "BSD-2-Clause" ]
null
null
null
script.asm
Sagiri/circle-throw
483c554b3e6d1492cd3689ff802f23c6927a056a
[ "BSD-2-Clause" ]
null
null
null
script.asm
Sagiri/circle-throw
483c554b3e6d1492cd3689ff802f23c6927a056a
[ "BSD-2-Clause" ]
null
null
null
circle_throw_move_script: attackcanceler accuracycheck 0x081D695E, 0x03020000 critcalc damagecalc typecalc adjustnormaldamage attackanimation waitanimation effectivenesssound hitanimation 0x0 waitstate healthbarupdate 0x0 datahpupdate 0x0 critmessage ...
26.074074
55
0.721591
dd1baca5878f579aaa1045ace4194ee9b0e0b3e4
337
asm
Assembly
programs/oeis/047/A047211.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/047/A047211.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/047/A047211.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A047211: Numbers that are congruent to {2, 4} mod 5. ; 2,4,7,9,12,14,17,19,22,24,27,29,32,34,37,39,42,44,47,49,52,54,57,59,62,64,67,69,72,74,77,79,82,84,87,89,92,94,97,99,102,104,107,109,112,114,117,119,122,124,127,129,132,134,137,139,142,144,147,149,152,154,157,159,162,164,167,169,172,174,177,179,182,184 mul $0,5 d...
48.142857
253
0.68546
580ae90c4ef11a00e889708149a109dde050ad42
341
asm
Assembly
programs/oeis/097/A097134.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/097/A097134.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/097/A097134.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A097134: a(n) = 3*Fibonacci(2*n) + 0^n. ; 1,3,9,24,63,165,432,1131,2961,7752,20295,53133,139104,364179,953433,2496120,6534927,17108661,44791056,117264507,307002465,803742888,2104226199,5508935709,14422580928,37758807075,98853840297,258802713816 mov $2,3 lpb $0 sub $0,1 add $3,$2 add $2,$3 lpe add $1,$3 trn $1,...
24.357143
204
0.718475
6caaab264ff5c0674749af0bb87bba428ee8be4e
98
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/frexp.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/frexp.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/frexp.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math48 PUBLIC _frexp EXTERN cm48_sdccix_frexp defc _frexp = cm48_sdccix_frexp
10.888889
31
0.846939
6065e913fa231be113f456909bb78cab8c5a885a
1,443
asm
Assembly
src/asm/multiboot_header.asm
AnonymousDapper/withered
11e0ebc616d4f3adbc0695adef852021779e7256
[ "MIT" ]
1
2020-05-09T13:49:16.000Z
2020-05-09T13:49:16.000Z
src/asm/multiboot_header.asm
AnonymousDapper/withered
11e0ebc616d4f3adbc0695adef852021779e7256
[ "MIT" ]
null
null
null
src/asm/multiboot_header.asm
AnonymousDapper/withered
11e0ebc616d4f3adbc0695adef852021779e7256
[ "MIT" ]
null
null
null
; MIT License ; Copyright (c) 2018 AnonymousDapper ; Permission is hereby granted, free of charge, to any person obtaining a copy ; of this software and associated documentation files (the "Software"), to deal ; in the Software without restriction, including without limitation the rights ; to use, copy, modify, merge...
39
80
0.749134
3d4cfb05aff9ab337152ce5f660b7d09878e8a2d
706
asm
Assembly
Solution/1.asm
1813355042-Kamal/CSE331L-Section-1-Fall20-NSU
0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6
[ "MIT" ]
null
null
null
Solution/1.asm
1813355042-Kamal/CSE331L-Section-1-Fall20-NSU
0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6
[ "MIT" ]
null
null
null
Solution/1.asm
1813355042-Kamal/CSE331L-Section-1-Fall20-NSU
0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6
[ "MIT" ]
null
null
null
ORG 100H MOV AX, @DATA MOV DS, AX MOV SI, OFFSET A MOV DI, OFFSET B MOV CX, 0 INPUT: MOV AH,1 INT 21H CMP AL,13 JE L1 MOV [DI],AL INC DI INC CX JMP INPUT L1: DEC DI PUSH CX MOV AH, 2 MOV DL, 0AH INT 21H MOV DL, 0DH INT 21H LX: MOV BL, [DI] MOV [SI], BL INC SI DEC DI...
9.413333
38
0.570822
275c12b5ab346d4c4aa23e98cc306ada359e5b6f
310
asm
Assembly
programs/oeis/021/A021956.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/021/A021956.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/021/A021956.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A021956: Decimal expansion of 1/952. ; 0,0,1,0,5,0,4,2,0,1,6,8,0,6,7,2,2,6,8,9,0,7,5,6,3,0,2,5,2,1,0,0,8,4,0,3,3,6,1,3,4,4,5,3,7,8,1,5,1,2,6,0,5,0,4,2,0,1,6,8,0,6,7,2,2,6,8,9,0,7,5,6,3,0,2,5,2,1,0,0,8,4,0,3,3,6,1,3,4,4,5,3,7,8,1,5,1,2,6 add $0,1 mov $1,10 pow $1,$0 mul $1,6 div $1,5712 mod $1,10 mov $0,$1
28.181818
199
0.541935
ba940b5d370f69f615ad836d11826b51fdbb3647
325
asm
Assembly
10-Emergency-Escapades.speed.asm
blueset/7bh-solutions
988afddf87411bec06ec9e90179b55fb55345a5d
[ "MIT" ]
null
null
null
10-Emergency-Escapades.speed.asm
blueset/7bh-solutions
988afddf87411bec06ec9e90179b55fb55345a5d
[ "MIT" ]
null
null
null
10-Emergency-Escapades.speed.asm
blueset/7bh-solutions
988afddf87411bec06ec9e90179b55fb55345a5d
[ "MIT" ]
null
null
null
-- 7 Billion Humans -- -- 10: Emergency Escapades -- -- Size: 28/11 -- -- Speed: 29/39 -- a: if c == nothing: step w jump a endif b: if c == 1: step n jump b endif step w step w step s step s step s step s step s step s step s step s step w step w step w step w step w step n step n step n step n step n step n step...
8.125
29
0.636923
dcdf9ef45effe5fb250c90b038a2886ed6c6f7c7
2,267
asm
Assembly
bootdict/tc/tc-trace.asm
ikysil/ikforth
165e049fc007003cd05f59332dc856d553d8aac8
[ "Unlicense" ]
8
2017-08-03T08:49:06.000Z
2021-12-17T12:02:19.000Z
bootdict/tc/tc-trace.asm
clstrfsck/ikforth
165e049fc007003cd05f59332dc856d553d8aac8
[ "Unlicense" ]
58
2016-04-21T20:03:54.000Z
2022-01-16T00:40:50.000Z
bootdict/tc/tc-trace.asm
clstrfsck/ikforth
165e049fc007003cd05f59332dc856d553d8aac8
[ "Unlicense" ]
1
2018-07-25T21:07:00.000Z
2018-07-25T21:07:00.000Z
;****************************************************************************** ; ; tc-trace.asm ; IKForth ; ; Unlicense since 1999 by Illya Kysil ; ;****************************************************************************** ;****************************************************************************** ; Outp...
35.421875
79
0.202911
61e2bac4cbad968586698e1ddff631cf45101cf4
81,310
asm
Assembly
oscomp/build/asm/getdents.asm
wei-huan/MyOS
0592dd73fd9768a9a69975f7d18c758999195774
[ "MIT" ]
2
2022-02-21T08:37:46.000Z
2022-03-03T06:01:47.000Z
oscomp/build/asm/getdents.asm
wei-huan/MyOS
0592dd73fd9768a9a69975f7d18c758999195774
[ "MIT" ]
null
null
null
oscomp/build/asm/getdents.asm
wei-huan/MyOS
0592dd73fd9768a9a69975f7d18c758999195774
[ "MIT" ]
null
null
null
/home/weihuan/Documents/testsuits-for-oskernel-preliminary/riscv-syscalls-testing/user/build/riscv64/getdents: file format elf64-littleriscv Disassembly of section .text: 0000000000001000 <_start>: .section .text.entry .globl _start _start: mv a0, sp 1000: 850a mv a0,sp tail __start_...
35.662281
144
0.477297
7f01258d564a073043f098e48d543ff2d05c5ad8
527
asm
Assembly
oeis/267/A267097.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/267/A267097.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/267/A267097.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A267097: a(n) = number of 4k+1 primes among first n primes; least monotonic left inverse of A080147. ; Submitted by Jon Maiga ; 0,0,1,1,1,2,3,3,3,4,4,5,6,6,6,7,7,8,8,8,9,9,9,10,11,12,12,12,13,14,14,14,15,15,16,16,17,17,17,18,18,19,19,20,21,21,21,21,21,22,23,23,24,24,25,25,26,26,27,28,28,29,29,29,30,31,31,32,32,33,34,...
52.7
278
0.667932
3cfc827459f2e4716f3acee64a655855c637f4fe
370
asm
Assembly
programs/oeis/130/A130449.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/130/A130449.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/130/A130449.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A130449: a(0) = 1; a(n) = 4^(n+1)*a(n-1)+1. ; 1,17,1089,278785,285475841,1169309044737,19157959388971009,1255536026515604045825,329131236134906506988748801,345119115061395725472234262757377 mov $2,$0 mov $3,4 lpb $0 add $5,1 gcd $0,$5 add $1,$5 mul $3,4 mul $1,$3 mov $4,$2 cmp $4,0 add $2,$4 div $5...
17.619048
145
0.635135
127d0c797dd87dc576f1e30eb54059432f018719
688
asm
Assembly
programs/oeis/085/A085683.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/085/A085683.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/085/A085683.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A085683: a(n) = Sum_{k = 1..N-1} floor(N/k) where N is the n-th prime. ; 2,4,9,15,28,36,51,59,75,102,112,141,159,169,187,218,248,262,293,313,327,357,378,412,460,483,493,515,529,553,636,658,696,706,767,781,821,857,877,918,952,972,1032,1048,1071,1085,1167,1239,1266,1280,1306,1342,1364,1422,1467,1503,1543,1561,1603,1631...
114.666667
447
0.742733
a78a7fc7e3e75235d376052f81effb7b272c7315
167
asm
Assembly
libsrc/_DEVELOPMENT/threads/mutex/c/sdcc_iy/mtx_destroy_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/threads/mutex/c/sdcc_iy/mtx_destroy_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/threads/mutex/c/sdcc_iy/mtx_destroy_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void mtx_destroy_fastcall(mtx_t *m) SECTION code_threads_mutex PUBLIC _mtx_destroy_fastcall EXTERN asm_mtx_destroy defc _mtx_destroy_fastcall = asm_mtx_destroy
15.181818
44
0.856287
d43a1a011799f2ac4be2eff03fc94d898a53f4ca
2,935
asm
Assembly
common/exe.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
28
2015-02-03T01:38:24.000Z
2022-03-23T05:48:24.000Z
common/exe.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
20
2015-01-02T14:51:20.000Z
2021-01-09T21:37:19.000Z
common/exe.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
9
2015-02-11T17:43:56.000Z
2019-09-05T11:07:02.000Z
TITLE -EXE - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE SEGMENTS .DATA EXTERNDEF FIX2_SEG_COMBINE:BYTE EXTERNDEF FIX2_SEG_OFFSET:DWORD,FIX2_SM_START:DWORD,FIX2_STACK_DELTA:DWORD,FIX2_SKIP_BYTES:DWORD EXTERNDEF FIRST_RELOC_GINDEX:DWORD EXTERNDEF RELOC_GARRAY:STD_PTR_S EXTERNDEF OUT_FL...
18.575949
111
0.809199
a83ae0ba035f7318c4e23c8f5072fce96f205bbb
261
asm
Assembly
data/mapHeaders/pokemontower6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapHeaders/pokemontower6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapHeaders/pokemontower6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
PokemonTower6_h: db CEMETERY ; tileset db POKEMONTOWER_6_HEIGHT, POKEMONTOWER_6_WIDTH ; dimensions (y, x) dw PokemonTower6Blocks, PokemonTower6TextPointers, PokemonTower6Script ; blocks, texts, scripts db $00 ; connections dw PokemonTower6Object ; objects
37.285714
96
0.816092
f3e053b69937702799eccd52cd0a87e664f7680b
12,935
asm
Assembly
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c64-Trap64Generic.asm
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c64-Trap64Generic.asm
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c64-Trap64Generic.asm
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
; $Id: bs3-c64-Trap64Generic.asm 69111 2017-10-17 14:26:02Z vboxsync $ ;; @file ; BS3Kit - Trap, 64-bit assembly handlers. ; ; ; Copyright (C) 2007-2017 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you can...
39.435976
130
0.552918
546114c5a05ab4d536cf3d02451a4bd8b7e04b5d
138
asm
Assembly
rcm3000validopcodes.asm
suborb/vasmz80_testcases
dd5436f91c1462c10a72aa462b5720756d8c26b6
[ "BSD-2-Clause" ]
1
2020-02-01T22:24:54.000Z
2020-02-01T22:24:54.000Z
rcm3000validopcodes.asm
suborb/vasmz80_testcases
dd5436f91c1462c10a72aa462b5720756d8c26b6
[ "BSD-2-Clause" ]
null
null
null
rcm3000validopcodes.asm
suborb/vasmz80_testcases
dd5436f91c1462c10a72aa462b5720756d8c26b6
[ "BSD-2-Clause" ]
null
null
null
; Test file for the RCM3000 .section code include "rcm2000stdopcodes.asm" include "rcm2000extra.asm" include "rcm3000extra.asm"
15.333333
33
0.746377
5f194824717364746feff887e0180337896f5048
852
asm
Assembly
oeis/203/A203365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/203/A203365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/203/A203365.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A203365: Number of n X 2 0..2 arrays with every 1 immediately preceded by 0 to the left or above, and every 2 immediately preceded by both a 1 and a 0. ; Submitted by Christian Krause ; 2,9,30,110,390,1399,4998,17881,63940,228680,817820,2924801,10460002,37408329,133784090,478454630,1711106370,6119462399,21885149998,7...
38.727273
485
0.784038
45c1a55585f9fff50df91229310ad959a3488656
557
asm
Assembly
nasm/hello-len.asm
angelskieglazki/asmtweaks
18f3a215a406bc979d3bb603323f2b1ead8dc374
[ "MIT" ]
null
null
null
nasm/hello-len.asm
angelskieglazki/asmtweaks
18f3a215a406bc979d3bb603323f2b1ead8dc374
[ "MIT" ]
null
null
null
nasm/hello-len.asm
angelskieglazki/asmtweaks
18f3a215a406bc979d3bb603323f2b1ead8dc374
[ "MIT" ]
null
null
null
; hello world string len count ; nasm -f elf hello-len.asm ; ld -m elf_i386 hello-len.o -o hello-len section .data msg db "Hello world 32bit!", 0Ah ; assign msg label with string ; and reserve bytes for this string section .text global _start _start: mov ebx, msg ; copy address of msg into EBX mov ea...
15.054054
66
0.660682
61849beb99196999f52607371ccd6df0dc49bbb6
7,777
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_13153_1224.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_13153_1224.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_13153_1224.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x192c9, %rcx clflush (%rcx) nop nop xor $27918, %r14 movw $0x6162, (%rcx) sub %rdi, %rdi lea addresses_WT_ht+0x122c9, %rbx inc %r8 movb $0x61, (%rbx) nop nop nop nop xor %rcx,...
32.814346
2,999
0.657066
0fc0bd0e5763dfce06aa3daeb5816512f77f1ae5
1,064
asm
Assembly
boot/bootsect.asm
Drip-startup/pidi-os
bcc7e2f84c5e11f6c26e83ac869e99184de29d35
[ "MIT" ]
41
2021-03-23T17:55:26.000Z
2022-03-12T03:16:22.000Z
boot/bootsect.asm
Drip-startup/pidi-os
bcc7e2f84c5e11f6c26e83ac869e99184de29d35
[ "MIT" ]
24
2021-04-17T18:28:22.000Z
2021-06-21T16:31:20.000Z
boot/bootsect.asm
Drip-startup/pidi-os
bcc7e2f84c5e11f6c26e83ac869e99184de29d35
[ "MIT" ]
10
2021-05-31T19:56:16.000Z
2022-03-21T07:51:49.000Z
[org 0x7c00] boot_start: ; prepare stack and boot drive mov [BOOT_DRIVE], dl mov bp, [STACK_OFFSET] mov sp, bp ; real mode msg mov bx, MSG_REAL_MODE call print call print_nl call load_kernel call switch_to_pm mov ebx, MSG_PROT_MODE call print_string_pm call enter...
19.345455
62
0.694549
06a5e2880b291d41f45ff12a4d62138e94c2876d
958
asm
Assembly
libsrc/target/sms/set_sprite.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/sms/set_sprite.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/sms/set_sprite.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib PUBLIC set_sprite PUBLIC _set_sprite EXTERN CONSOLE_YOFFSET EXTERN CONSOLE_XOFFSET ;============================================================== ; set_sprite(int n, int x, int y, int tile) ;============================================================== ; Loads the specified ...
15.704918
63
0.462422
a972fb250bce75753de8c67142ceea8593ff850d
463
asm
Assembly
data/pokemon/base_stats/hoenn/slaking.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
data/pokemon/base_stats/hoenn/slaking.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
data/pokemon/base_stats/hoenn/slaking.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
db 0 ; 289 DEX NO db 150, 160, 100, 100, 95, 95 ; hp atk def spd sat sdf db NORMAL, NORMAL ; type db 45 ; catch rate db 210 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 15 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/hoenn/slaking/fr...
21.045455
52
0.663067
ed07658688d12c73eed24dc42ddceb3e8d1b28df
2,144
asm
Assembly
src/tempo_song4.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
src/tempo_song4.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
src/tempo_song4.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
song4_header: .byte $04 ;4 streams .byte MUSIC_SQ1 ;which stream .byte $01 ;status byte (stream enabled) .byte SQUARE_1 ;which channel .byte $BC ;initial volume (C) and duty (10) .word song4_square1 ;pointer to stream .byte $60 ;tempo ...
43.755102
104
0.55597
ddc053acced3262d2c1fe1508ebfcd5e37d1dc00
2,139
asm
Assembly
maps/PewterPokecenter1F.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/PewterPokecenter1F.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/PewterPokecenter1F.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
object_const_def ; object_event constants const PEWTERPOKECENTER1F_NURSE const PEWTERPOKECENTER1F_TEACHER const PEWTERPOKECENTER1F_JIGGLYPUFF const PEWTERPOKECENTER1F_BUG_CATCHER const PEWTERPOKECENTER1F_CHRIS PewterPokecenter1F_MapScripts: db 0 ; scene scripts db 0 ; callbacks PewterPokecenter1FNurseScript:...
24.872093
160
0.780271
4250db1598a15365120e9a69032806a428c11678
3,196
asm
Assembly
testdata/shtemu/expected-basic.ls.asm
cwood77/shtanky
6e3b7ad5bdc21be8d82b3fcddd882aebbf479fd8
[ "MIT" ]
null
null
null
testdata/shtemu/expected-basic.ls.asm
cwood77/shtanky
6e3b7ad5bdc21be8d82b3fcddd882aebbf479fd8
[ "MIT" ]
null
null
null
testdata/shtemu/expected-basic.ls.asm
cwood77/shtanky
6e3b7ad5bdc21be8d82b3fcddd882aebbf479fd8
[ "MIT" ]
null
null
null
.seg const .text0: .data, "text 0" <b> 0 .seg const .text1: .data, "text 1" <b> 0 .seg const .text2: .data, "text 2" <b> 0 .seg code .virtFunc0: push, rbp mov, rbp, rsp sub, rsp, 32 lea, rcx, qwordptr .text0 ...
32.612245
62
0.279099
540d29a0da2cfa39db471b668ffdf985a0faabd6
328
asm
Assembly
programs/oeis/166/A166730.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/166/A166730.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/166/A166730.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A166730: Positive integers with English names ending in "y". ; 20,30,40,50,60,70,80,90,120,130,140,150,160,170,180,190,220,230,240,250,260,270,280,290,320,330,340,350,360,370,380,390,420,430,440,450,460,470,480,490,520,530,540,550,560,570,580,590,620,630,640,650,660 mov $1,$0 div $0,8 mul $0,2 add $1,$0 mul $1,10 ad...
32.8
205
0.704268
d851d60a4726c9c1964a28e284081fc64665baf8
9,376
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.barney.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.barney.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.barney.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
From smtp Tue Feb 7 13:16 EST 1995 Received: from lynx.dac.neu.edu by POBOX.jwu.edu; Tue, 7 Feb 95 13:16 EST Received: by lynx.dac.neu.edu (8.6.9/8.6.9) id NAA08362 for joshuaw@pobox.jwu.edu; Tue, 7 Feb 1995 13:19:38 -0500 Date: Tue, 7 Feb 1995 13:19:38 -0500 From: lynx.dac.neu.edu!ekilby (Eric Kilby) Content-L...
28.938272
165
0.398677
dd1475a51a8669e99c9fa110cec192e2c0b05bd4
2,602
asm
Assembly
ASM_001/main.asm
MrChunckuee/MPLABX-ASM_Examples
e5c0ee934d2538bbf5363c90165a933e84bb0131
[ "MIT" ]
null
null
null
ASM_001/main.asm
MrChunckuee/MPLABX-ASM_Examples
e5c0ee934d2538bbf5363c90165a933e84bb0131
[ "MIT" ]
null
null
null
ASM_001/main.asm
MrChunckuee/MPLABX-ASM_Examples
e5c0ee934d2538bbf5363c90165a933e84bb0131
[ "MIT" ]
null
null
null
;******************************************************************************* ;* ;* ASM_001: Encender LED con boton ;* ;******************************************************************************* ;* FileName: main.asm ;* Processor: PIC16F84A ;* Complier: MPASM v5.55 ;* Author: ...
43.366667
82
0.49462
dd7d5f20a1c03831854bb15d1152ef72932f1cd9
666
asm
Assembly
Ex5/q1_part2_seif1.asm
Euphoriaa/asm_hw
9cb2f1f82694b1d543b9b2fa36bf61fb7b449413
[ "MIT" ]
null
null
null
Ex5/q1_part2_seif1.asm
Euphoriaa/asm_hw
9cb2f1f82694b1d543b9b2fa36bf61fb7b449413
[ "MIT" ]
null
null
null
Ex5/q1_part2_seif1.asm
Euphoriaa/asm_hw
9cb2f1f82694b1d543b9b2fa36bf61fb7b449413
[ "MIT" ]
null
null
null
.model small .stack 100h .data last_time_stamp db 0 current_time_stamp db 0 .code START: mov ax, @data mov ds, ax PollClock: ;poll seconds mov al, 00h out 70h, al in al, 71h mov current_time_stamp, al sub al, last_time_stamp jl check_abs_less_than_fiftyfive ...
19.588235
50
0.63964
cbefb8274983645b10bee63d37ded9b707ba4b8a
1,232
asm
Assembly
c_projects/project1/ch1-ch3/boot_sector_9.asm
darbinreyes/subparprogrammer
e3588adc494a69a564fe0a9859ff296fc710eab0
[ "MIT" ]
null
null
null
c_projects/project1/ch1-ch3/boot_sector_9.asm
darbinreyes/subparprogrammer
e3588adc494a69a564fe0a9859ff296fc710eab0
[ "MIT" ]
1
2021-05-11T22:20:01.000Z
2021-05-11T22:20:01.000Z
c_projects/project1/ch1-ch3/boot_sector_9.asm
darbinreyes/subparprogrammer
e3588adc494a69a564fe0a9859ff296fc710eab0
[ "MIT" ]
null
null
null
; ; Section 3.6.1 Extended Memory Access Using Segments. ; A boot sector program that demonstrates how to use the segment registers to ; access an address space larger than that implied by 16 bit addresses. ; 16 bit address space size = 2^16 = 64 KB. ; Segmented address space size = (max segmented address) + 1 ; = (0xf...
29.333333
77
0.676136
1bf3e5845e22083194a90803a02c09d9676b756d
194
asm
Assembly
libsrc/_DEVELOPMENT/adt/p_queue/c/sdcc_iy/p_queue_size_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/p_queue/c/sdcc_iy/p_queue_size_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/p_queue/c/sdcc_iy/p_queue_size_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; size_t p_queue_size_fastcall(p_queue_t *q) SECTION code_clib SECTION code_adt_p_queue PUBLIC _p_queue_size_fastcall EXTERN asm_p_queue_size defc _p_queue_size_fastcall = asm_p_queue_size
16.166667
46
0.865979
d118bd10ed2b369dd3a176e8725eb5be9658de27
318
asm
Assembly
solutions/36 - Seek and Destroy 2/size-12_speed-105.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
45
2018-09-05T04:56:59.000Z
2021-11-22T08:57:26.000Z
solutions/36 - Seek and Destroy 2/size-12_speed-105.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T11:34:26.000Z
2021-05-19T23:20:49.000Z
solutions/36 - Seek and Destroy 2/size-12_speed-105.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T07:44:19.000Z
2021-09-10T19:07:35.000Z
-- 7 Billion Humans (2087) -- -- 36: Seek and Destroy 2 -- -- Author: landfillbaby -- Size: 12 -- Speed: 105 mem4 = nearest shredder a: mem1 = nearest shredder b: c: step n mem2 = set n if mem1 != datacube or mem1 > mem2: mem1 = set mem2 jump c endif if mem2 != wall: jump b endif pickup mem1 giveto mem4 jump a
12.230769
29
0.663522
96fcfc05442c9532e11c8aed39a48b22c1ab11b3
1,067
asm
Assembly
2020 Fall E C E 252/HW08/HW08B/HW08/hw08-fixed.asm
jsswd888/2020_FALL_UW_MADISON
8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65
[ "MIT" ]
null
null
null
2020 Fall E C E 252/HW08/HW08B/HW08/hw08-fixed.asm
jsswd888/2020_FALL_UW_MADISON
8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65
[ "MIT" ]
null
null
null
2020 Fall E C E 252/HW08/HW08B/HW08/hw08-fixed.asm
jsswd888/2020_FALL_UW_MADISON
8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65
[ "MIT" ]
null
null
null
; Filename: hw08.asm ; Author(s): KAIWEN SHI ; kshi42@wisc.edu ; ; Description: Performs various operations on values in ; various memory locations .ORIG x0200 START LEA R5, data ; get pointer to data array ; YOUR CODE GOES BELOW HERE LDR R0, R5, #3 ;A...
24.25
67
0.510778
90e8c673b9f575152633c0a837426dc478445006
730
asm
Assembly
Modelsim_codes/riscv32_sim4.asm
Chen-yu-Zheng/2021SpringCOE-WHU
24f316bbdbce581a1b787b8a4bf187b3b2382f2b
[ "MIT" ]
null
null
null
Modelsim_codes/riscv32_sim4.asm
Chen-yu-Zheng/2021SpringCOE-WHU
24f316bbdbce581a1b787b8a4bf187b3b2382f2b
[ "MIT" ]
null
null
null
Modelsim_codes/riscv32_sim4.asm
Chen-yu-Zheng/2021SpringCOE-WHU
24f316bbdbce581a1b787b8a4bf187b3b2382f2b
[ "MIT" ]
null
null
null
# Test the RISC-V processor in simulation # 已经能正确执行:lui, addi # 待验证:slt, sltu, slti, sltiu # 本测试只验证单条指令的功能,不考察转发和冒险检测的功能,所以在相关指令之间添加了足够多的nop指令 # Assembly Description main: lui x5, 0xfffff #x5 <== 0xFFFFF000 lui x6, 0xffffe #x6 <== 0xFFFFE000 add...
38.421053
60
0.458904
69c68e6cfb50aab1177e5ea551ae39c4c80ea434
216,729
asm
Assembly
msquic/msvc/evercrypt/amd64/aesgcm-x86_64-msvc.asm
ThadHouse/everest-dist
4e71b972d4629ac8a562d7f161e4995b32900309
[ "Apache-2.0" ]
1
2019-11-22T20:15:11.000Z
2019-11-22T20:15:11.000Z
msquic/msvc/evercrypt/amd64/aesgcm-x86_64-msvc.asm
ThadHouse/everest-dist
4e71b972d4629ac8a562d7f161e4995b32900309
[ "Apache-2.0" ]
null
null
null
msquic/msvc/evercrypt/amd64/aesgcm-x86_64-msvc.asm
ThadHouse/everest-dist
4e71b972d4629ac8a562d7f161e4995b32900309
[ "Apache-2.0" ]
2
2019-11-22T20:29:17.000Z
2020-03-13T16:59:49.000Z
.code ALIGN 16 aes128_key_expansion proc movdqu xmm1, xmmword ptr [rcx + 0] movdqu xmmword ptr [rdx + 0], xmm1 aeskeygenassist xmm2, xmm1, 1 pshufd xmm2, xmm2, 255 vpslldq xmm3, xmm1, 4 pxor xmm1, xmm3 vpslldq xmm3, xmm1, 4 pxor xmm1, xmm3 vpslldq xmm3, xmm1, 4 pxor xmm1, xmm3 pxor xm...
24.894211
44
0.646139
0e355f3bac6b1d2477896cdcfbd302433af450b4
298
asm
Assembly
programs/oeis/102/A102389.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/102/A102389.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/102/A102389.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A102389: An evil count. ; 1,0,0,2,0,3,4,0,0,5,6,0,7,0,0,8,0,9,10,0,11,0,0,12,13,0,0,14,0,15,16,0,0,17,18,0,19,0,0,20,21,0,0,22,0,23,24,0,25,0,0,26,0,27,28,0,0,29,30,0,31,0,0,32,0,33,34,0,35,0,0,36,37,0,0,38,0,39,40,0,41,0,0,42,0,43,44,0 seq $0,102393 ; A wicked evil sequence. add $0,1 div $0,2
42.571429
212
0.604027