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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f93c22854c8e5cde12a5d41878d6b1fb63ab64de | 719 | asm | Assembly | programs/oeis/153/A153151.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/153/A153151.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/153/A153151.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A153151: Rotated binary decrementing: For n<2 a(n) = n, if n=2^k, a(n) = 2*n-1, otherwise a(n) = n-1.
; 0,1,3,2,7,4,5,6,15,8,9,10,11,12,13,14,31,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,63,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,127,64,65,66,67,68,69,70,71,72,7... | 20.542857 | 292 | 0.547983 |
7271f98cb8a25929734cbca92ac3e28d177c7906 | 566 | asm | Assembly | oeis/017/A017768.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017768.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017768.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017768: Binomial coefficients C(52,n).
; 1,52,1326,22100,270725,2598960,20358520,133784560,752538150,3679075400,15820024220,60403728840,206379406870,635013559600,1768966344600,4481381406320,10363194502115,21945588357420,42671977361650,76360380541900,125994627894135,191991813933920,270533919634160,352870329957600,426... | 80.857143 | 492 | 0.883392 |
3f4a509e0029cd5f09ec638a6787cbf226fd5443 | 329 | asm | Assembly | src/firmware/Platform/Lcd/EnableWaitForMotorVddState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware/Platform/Lcd/EnableWaitForMotorVddState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware/Platform/Lcd/EnableWaitForMotorVddState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "TailCalls.inc"
#include "../Motor.inc"
#include "States.inc"
radix decimal
defineLcdState LCD_STATE_ENABLE_WAITFORMOTORVDD
fcall isMotorVddEnabled
xorlw 0
btfsc STATUS, Z
goto endOfState
setLcdState LCD_STATE_ENABLE_WAITFORMORETHAN40MS
endOfState:
returnFromLcdSta... | 16.45 | 50 | 0.784195 |
b2388623df137f160b415c0d0974102a89e7628a | 541 | asm | Assembly | oeis/017/A017276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017276: a(n) = (10*n)^8.
; 0,100000000,25600000000,656100000000,6553600000000,39062500000000,167961600000000,576480100000000,1677721600000000,4304672100000000,10000000000000000,21435888100000000,42998169600000000,81573072100000000,147578905600000000,256289062500000000,429496729600000000,697575744100000000,1101996057... | 90.166667 | 485 | 0.900185 |
5dedb4083aaab9823f6ad1227b8611136475bcd6 | 147 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/games.lzh/games/temp/kart-check.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/games.lzh/games/temp/kart-check.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/games.lzh/games/temp/kart-check.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: kart-check.asm
Type: file
Size: 1042
Last-Modified: '1991-11-29T03:29:32Z'
SHA-1: 3530A4B23023A1312D22DB17BC2749DD6C79D4B1
Description: null
| 21 | 47 | 0.809524 |
ccc58ed13e43ce75ce265bae292f441afc193276 | 77 | asm | Assembly | data/maps/headers/SafariZoneCenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/headers/SafariZoneCenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/headers/SafariZoneCenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null |
map_header SafariZoneCenter, SAFARI_ZONE_CENTER, FOREST, 0
end_map_header
| 19.25 | 59 | 0.844156 |
f962fa4104ff9b555fcc80075fa7b7eef328fd81 | 2,188 | asm | Assembly | programs/oeis/158/A158731.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158731.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158731.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158731: a(n) = 1156*n^2 + 34.
; 34,1190,4658,10438,18530,28934,41650,56678,74018,93670,115634,139910,166498,195398,226610,260134,295970,334118,374578,417350,462434,509830,559538,611558,665890,722534,781490,842758,906338,972230,1040434,1110950,1183778,1258918,1336370,1416134,1498210,1582598,1669298,1758310,1849634,19... | 273.5 | 2,112 | 0.869287 |
fc6cfcc83f169ef921121509fc0b02a90e825fdf | 5,272 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_89_1713.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_89_1713.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_89_1713.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 %r11
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x2619, %rsi
lea addresses_WT_ht+0x174d7, %rdi
nop
nop
cmp %r8, %r8
mov $15, %rcx
rep movsl
nop
nop
nop
nop
inc %r14
lea addresses_D_ht+0x1511b, %rsi
lea addresses_WT_ht+0x10a2... | 20.045627 | 266 | 0.646244 |
b581c4ea4204ca00037bd4d93daa4578c9aee6dc | 1,795 | asm | Assembly | programs/oeis/178/A178572.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/178/A178572.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/178/A178572.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A178572: Numbers with ordered partitions that have periods of length 5.
; 11,47,108,194,305,441,602,788,999,1235,1496,1782,2093,2429,2790,3176,3587,4023,4484,4970,5481,6017,6578,7164,7775,8411,9072,9758,10469,11205,11966,12752,13563,14399,15260,16146,17057,17993,18954,19940,20951,21987,23048,24134,25245,26381,27542,2... | 128.214286 | 1,623 | 0.82507 |
19e9978cd851b5dc4c82f02c1849706506f7661e | 127 | asm | Assembly | test/asm/weird-comments.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | test/asm/weird-comments.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | test/asm/weird-comments.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | PRINTT /* // PRINTT "this is **comm //ented out\n" */ "this is not commented out\n"
PRINTT /*//*/ "this is not commented out\n" | 63.5 | 83 | 0.637795 |
655d43f286372a3035827438798a3ddf4a5307c2 | 2,477 | asm | Assembly | Foundation/Core/Pei/Ia32/SwitchCoreStacks.asm | bitcrystal/edk | 321b15a55b946372eb21b3e95d323be245c31021 | [
"BSD-3-Clause"
] | 14 | 2016-09-25T02:27:49.000Z | 2021-09-22T15:39:44.000Z | Foundation/Core/Pei/Ia32/SwitchCoreStacks.asm | bitcrystal/edk | 321b15a55b946372eb21b3e95d323be245c31021 | [
"BSD-3-Clause"
] | 1 | 2015-12-04T20:53:47.000Z | 2015-12-04T20:53:47.000Z | Foundation/Core/Pei/Ia32/SwitchCoreStacks.asm | bitcrystal/edk | 321b15a55b946372eb21b3e95d323be245c31021 | [
"BSD-3-Clause"
] | 17 | 2015-07-21T10:18:21.000Z | 2021-11-22T17:36:53.000Z | TITLE SwitchCoreStacks.asm: Core stack switching routine
;------------------------------------------------------------------------------
;Copyright (c) 2004, Intel Corporation
;All rights reserved. This program and the accompanying materials ... | 28.147727 | 98 | 0.501413 |
a54bea2d6c75d09e54788d8e5933226ae3dc758a | 47 | asm | Assembly | boot_sect.asm | Drudoo/SimpleOS | 3d7c48b0d4d714daf3e19943b66fe5a2e56f6c9e | [
"MIT"
] | null | null | null | boot_sect.asm | Drudoo/SimpleOS | 3d7c48b0d4d714daf3e19943b66fe5a2e56f6c9e | [
"MIT"
] | null | null | null | boot_sect.asm | Drudoo/SimpleOS | 3d7c48b0d4d714daf3e19943b66fe5a2e56f6c9e | [
"MIT"
] | null | null | null | loop:
jmp loop
times 510-($-$$) db 0
dw 0xaa55 | 9.4 | 21 | 0.638298 |
87b94561164f7f5d71ed4958c27d7cdd8acfe09c | 9,700 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.onekey.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.onekey.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.onekey.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | VECTORS SEGMENT AT 0H ;Set up segment to intercept Interrupts
ORG 9H*4 ;The keyboard Interrupt
KEYBOARD_INT_VECTOR LABEL DWORD
ORG 1CH*4 ;Timer Interrupt
TIMER_VECTOR LABEL DWORD
VECTORS ENDS
ROM_BIOS_DATA SEGMENT AT 40H ;The ROM BIOS data area in ... | 47.783251 | 80 | 0.514639 |
29d8ce417134253181de742c075f9042f5430b09 | 1,159 | asm | Assembly | programs/oeis/189/A189462.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/189/A189462.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/189/A189462.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A189462: n+[nr/t]+[ns/t]; r=2, s=sqrt(5), t=1+sqrt(5).
; 1,4,6,8,11,13,15,17,20,22,24,27,29,31,34,36,38,41,43,45,47,50,52,54,57,59,61,64,66,68,71,73,75,78,80,82,84,87,89,91,94,96,98,101,103,105,108,110,112,114,117,119,121,124,126,128,131,133,135,138,140,142,144,147,149,151,154,156,158,161,163,165,168,170,172,174,177,... | 128.777778 | 954 | 0.709232 |
ff86d4ffe91048ce4c333979092fc22a6249b185 | 771 | asm | Assembly | oeis/293/A293340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/293/A293340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/293/A293340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A293340: Least integer k such that k/2^n > 1/e.
; Submitted by Jon Maiga
; 1,1,2,3,6,12,24,48,95,189,377,754,1507,3014,6028,12055,24110,48219,96438,192875,385750,771500,1542999,3085997,6171993,12343986,24687972,49375943,98751886,197503772,395007543,790015085,1580030169,3160060338,6320120675,12640241350,25280482700,50... | 30.84 | 491 | 0.758755 |
84c796e3bf44cdeb0d1aa2f09d1df64fbb0cbf77 | 284 | asm | Assembly | MASM programs/macro.asm | Abhicake/MPMC-LAB-Programs | 598c0db844e37dbb17548f25b9bccb42ca08d507 | [
"MIT"
] | 1 | 2020-05-24T05:37:16.000Z | 2020-05-24T05:37:16.000Z | MASM programs/macro.asm | Abhicake/MPMC-Lab-Programs | 598c0db844e37dbb17548f25b9bccb42ca08d507 | [
"MIT"
] | null | null | null | MASM programs/macro.asm | Abhicake/MPMC-Lab-Programs | 598c0db844e37dbb17548f25b9bccb42ca08d507 | [
"MIT"
] | null | null | null | addition Macro num1,num2,sum
mov ax,[si]
mov bx,[si+2]
add ax,bx
mov sum,ax
endm
Assume cs:code , ds:data
data segment
a dw 1234h
b dw 4567h
res dw ?
data ends
code segment
start:
mov ax,data
mov ds,ax
addition a,b,res
int 03h
code ends
end start | 12.909091 | 29 | 0.644366 |
d62b23ed5ca272fc3d397b56c8066510e81c4715 | 624 | asm | Assembly | programs/oeis/123/A123667.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/123/A123667.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/123/A123667.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A123667: a(n) = n * 2^bigomega(n).
; 1,4,6,16,10,24,14,64,36,40,22,96,26,56,60,256,34,144,38,160,84,88,46,384,100,104,216,224,58,240,62,1024,132,136,140,576,74,152,156,640,82,336,86,352,360,184,94,1536,196,400,204,416,106,864,220,896,228,232,118,960,122,248,504,4096,260,528,134,544,276,560,142,2304,146,296,600,608,30... | 62.4 | 383 | 0.706731 |
41e2d1879715d4c361651b8954bcc6d30d140a6a | 1,099 | asm | Assembly | Homework/HW3-1.asm | Ping6666/Assembly-Language-Projects | 81a55e004815485c246fd209c45f2bf85bcce79f | [
"MIT"
] | 4 | 2021-04-12T05:08:12.000Z | 2021-09-23T06:56:28.000Z | Homework/HW3-1.asm | Ping6666/Assembly-Language-Projects | 81a55e004815485c246fd209c45f2bf85bcce79f | [
"MIT"
] | null | null | null | Homework/HW3-1.asm | Ping6666/Assembly-Language-Projects | 81a55e004815485c246fd209c45f2bf85bcce79f | [
"MIT"
] | null | null | null | INCLUDE Irvine32.inc
CountMatches PROTO,
array_1:PTR SDWORD,
array_2:PTR SDWORD,
maxLen:DWORD
main EQU start@0
.data
array1 SDWORD 2, 4, -3, -9, 7, 1, 8
array2 SDWORD 2, -3, 6, 0, 7, 8, 5
string1 BYTE "+", 0
string2 BYTE " matches", 0
.code
main PROC
INVOKE CountMatches,
OFFSET array1,
... | 19.625 | 45 | 0.66788 |
c8760157be3f3f0dc445677d83ace4ee6fa92096 | 195 | asm | Assembly | engine/math/random.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | engine/math/random.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | engine/math/random.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Random_::
; Generate a random 16-bit value.
ldh a, [rDIV]
ld b, a
ldh a, [hRandomAdd]
adc b
ldh [hRandomAdd], a
ldh a, [rDIV]
ld b, a
ldh a, [hRandomSub]
sbc b
ldh [hRandomSub], a
ret
| 13.928571 | 33 | 0.630769 |
460cdbb3b031ed8b0796acbb82908ae6ed0db879 | 1,276 | asm | Assembly | programs/oeis/139/A139818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/139/A139818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/139/A139818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A139818: Squares of Jacobsthal numbers.
; 0,1,1,9,25,121,441,1849,7225,29241,116281,466489,1863225,7458361,29822521,119311929,477204025,1908903481,7635439161,30542106169,122167725625,488672300601,1954686406201,7818751217209,31274993684025,125099997105721,500399943683641,2001599864213049,8006399277895225,3202559746949... | 127.6 | 1,175 | 0.920846 |
18ebb92366a5a99235848741a38c0629559964dd | 280 | asm | Assembly | data/mapHeaders/PokemonFanClub.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/PokemonFanClub.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/PokemonFanClub.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | PokemonFanClub_h:
db INTERIOR ; tileset
db POKEMON_FAN_CLUB_HEIGHT, POKEMON_FAN_CLUB_WIDTH ; dimensions (y, x)
dw PokemonFanClub_Blocks ; blocks
dw PokemonFanClub_TextPointers ; texts
dw PokemonFanClub_Script ; scripts
db 0 ; connections
dw PokemonFanClub_Object ; objects
| 31.111111 | 71 | 0.817857 |
020f3dc22cdfb8cb8f7f0d0f715d13432b008ef8 | 579 | asm | Assembly | programs/oeis/059/A059162.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/059/A059162.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/059/A059162.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A059162: A hierarchical sequence (S(W'2{3}*c) - see A059126).
; 12,48,144,384,960,2304,5376,12288,27648,61440,135168,294912,638976,1376256,2949120,6291456,13369344,28311552,59768832,125829120,264241152,553648128,1157627904,2415919104,5033164800,10468982784,21743271936,45097156608,93415538688,193273528320,399431958528... | 57.9 | 455 | 0.835924 |
4e076fdc2745999f368c082c4960808a778b0dc2 | 934 | asm | Assembly | nasm/assgnment1/p5.asm | codingneverends/assembly | dcac8cf841abd64d0a386105daf6c926ab2b124d | [
"MIT"
] | null | null | null | nasm/assgnment1/p5.asm | codingneverends/assembly | dcac8cf841abd64d0a386105daf6c926ab2b124d | [
"MIT"
] | null | null | null | nasm/assgnment1/p5.asm | codingneverends/assembly | dcac8cf841abd64d0a386105daf6c926ab2b124d | [
"MIT"
] | null | null | null | ;Comparing Two one digit numbers
section .data
msg1 : db 'Enter first number :'
l1 : equ $-msg1
msg2 : db 'Enter second number :'
l2 : equ $-msg2
nwl : db 10
l :equ $-nwl
section .bss
d1 : resb 1
d2 : resb 1
junk : resb 1
section .text
global _start:
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg1
mov edx, l1
int ... | 11.253012 | 33 | 0.611349 |
dbe21919826e6fcbf19c7730ae72fbadd5c88544 | 1,040 | asm | Assembly | programs/oeis/053/A053405.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053405.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053405.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A053405: Definition: A kara B = C, where C is the least nonnegative integer such that: C * B >= A and C * (B-1) < A. Sequence gives smallest a such that n kara a is undefined.
; 3,4,4,5,5,4,6,5,5,6,6,6,5,7,7,6,6,8,7,7,7,6,8,8,8,7,7,9,9,8,8,8,7,9,9,9,9,8,8,10,10,10,9,9,9,8,11,10,10,10,10,9,9,11,11,11,11,10,10,10,9,12,... | 52 | 705 | 0.629808 |
cbd78c997ad10e5b3aa287f1931a9161aeb8d9a8 | 849 | asm | Assembly | Tests/BootTeste/BootLoader.asm | vitorfeliper/GGOS | 7050c06b2bb9d9482bae2fa23c5deb174f636b4b | [
"MIT"
] | null | null | null | Tests/BootTeste/BootLoader.asm | vitorfeliper/GGOS | 7050c06b2bb9d9482bae2fa23c5deb174f636b4b | [
"MIT"
] | null | null | null | Tests/BootTeste/BootLoader.asm | vitorfeliper/GGOS | 7050c06b2bb9d9482bae2fa23c5deb174f636b4b | [
"MIT"
] | null | null | null | [ORG 0x7C00]
; DEFINE O MODO DE TEXTO AH e AL
mov ah, 0x00;Tipo de função definirModoDeVideo()
mov al, 0x13;Tipo do modo parâmetros de função
int 0x10
; Parâmetros utilizados
; COR DE FUNDO
mov al, 0x01; Cor do pixel
mov bh, 0x00; Numero da página
mov cx, 0x00; Posição X
mov dx, 0x00; Poisção Y
LOOP:
mov a... | 23.583333 | 55 | 0.71967 |
3dfcb5f93ab7bc5e0a9d9da8988b205a4e8beb9a | 3,022 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_358_235.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_358_235.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_358_235.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:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %rax
push %rbp
push %rbx
push %rdi
push %rsi
// Store
lea addresses_UC+0x13cf8, %rdi
nop
nop
cmp %r10, %r10
mov $0x5152535455565758, %rax
movq %rax, %xmm3
movups %xmm3, (%rdi)
nop
sub %rdi, %rdi
// Stor... | 30.836735 | 1,073 | 0.647584 |
797956331d9041553b2096f9681cb549db5fc3de | 8,346 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2118.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_2118.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_2118.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xc62f, %rsi
lea addresses_normal_ht+0xb22f, %rdi
clflush (%rsi)
nop
nop
nop
add $60111, %r11
mov $3, %rcx
rep movsb
nop
add $39404, %rdi
lea addresses_normal_ht+0x11f2f, %r14... | 32.988142 | 2,999 | 0.662832 |
47887dbcb8b48226aa933401dbb4f2eb4f34fab3 | 485 | asm | Assembly | oeis/337/A337821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/337/A337821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/337/A337821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A337821: For n >= 0, a(4n+1) = 0, a(4n+3) = a(2n+1) + 1, a(2n+2) = a(n+1).
; Submitted by Jamie Morken(s2)
; 0,0,1,0,0,1,2,0,0,0,1,1,0,2,3,0,0,0,1,0,0,1,2,1,0,0,1,2,0,3,4,0,0,0,1,0,0,1,2,0,0,0,1,1,0,2,3,1,0,0,1,0,0,1,2,2,0,0,1,3,0,4,5,0,0,0,1,0,0,1,2,0,0,0,1,1,0,2,3,0,0,0,1,0,0,1,2,1,0,0,1,2,0,3,4,1
add $0,1
lpb $0
... | 44.090909 | 193 | 0.57732 |
15b1181a783e45c5353709b4f150717fd4e15805 | 662 | asm | Assembly | oeis/274/A274544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/274/A274544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/274/A274544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A274544: Values of k such that 2*k-1 and 5*k-1 are both perfect squares.
; Submitted by Christian Krause
; 1,13,925,18241,1333345,26303005,1922682061,37928914465,2772506198113,54693468355021,3997952014996381,78867943439025313,5765044033118582785,113727519745606145821,8313189497804981379085,163995004605220623248065,11... | 73.555556 | 466 | 0.870091 |
86f006c0cea58a50ea0dc5d68e0275d3aa3be155 | 608 | asm | Assembly | samples/sms/common/rle.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | 23 | 2019-05-16T20:23:49.000Z | 2022-03-13T21:53:10.000Z | samples/sms/common/rle.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | 6 | 2021-03-30T05:51:46.000Z | 2022-01-07T13:18:44.000Z | samples/sms/common/rle.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | null | null | null | ;########################################################################
;
; RLE decompressor based on the Shiru's 6502 implementation
;
; Copyright 2020 0x8BitDev ( MIT license )
;
;########################################################################
; *** data decoder ***
; IN: DE - encoded data addr... | 13.217391 | 74 | 0.404605 |
47d6147806d635a1c559dedd4c1b34ed5bf9c18b | 262 | asm | Assembly | programs/oeis/047/A047274.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047274.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047274.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047274: Numbers that are congruent to {0, 1} mod 7.
; 0,1,7,8,14,15,21,22,28,29,35,36,42,43,49,50,56,57,63,64,70,71,77,78,84,85,91,92,98,99,105,106,112,113,119,120,126,127,133,134,140,141,147,148,154,155,161,162,168,169
mov $1,$0
div $1,2
mul $1,5
add $0,$1
| 32.75 | 167 | 0.664122 |
b0d852da2c6e3b6be3de63df06a0cdd0ce33fc79 | 266 | asm | Assembly | programs/oeis/194/A194069.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/194/A194069.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/194/A194069.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A194069: 1+floor((2/3)*n^2).
; 1,3,7,11,17,25,33,43,55,67,81,97,113,131,151,171,193,217,241,267,295,323,353,385,417,451,487,523,561,601,641,683,727,771,817,865,913,963,1015,1067,1121,1177,1233,1291,1351,1411
mov $1,$0
add $1,1
pow $1,2
div $1,3
mul $1,2
add $1,1
| 26.6 | 178 | 0.669173 |
53d982e7a15f8d553761984418a164efe49684ac | 380 | asm | Assembly | src/xen/amd64/util.asm | benchalmers/win-xenbus | 09947aa629ec906a96343d863eec608f5e0c0416 | [
"BSD-2-Clause"
] | null | null | null | src/xen/amd64/util.asm | benchalmers/win-xenbus | 09947aa629ec906a96343d863eec608f5e0c0416 | [
"BSD-2-Clause"
] | null | null | null | src/xen/amd64/util.asm | benchalmers/win-xenbus | 09947aa629ec906a96343d863eec608f5e0c0416 | [
"BSD-2-Clause"
] | null | null | null | page ,132
title Utility Functions
.code
; uintptr_t __fastcall __readbp(void);
public __readbp
__readbp proc
mov rax, rbp
ret
... | 23.75 | 62 | 0.305263 |
d2cb4b6e1321410848dbc0927719ff221be41522 | 674 | asm | Assembly | oeis/081/A081033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/081/A081033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/081/A081033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A081033: 6th binomial transform of the periodic sequence (1,7,1,1,7,1...).
; Submitted by Jamie Morken(s2)
; 1,13,121,997,7729,57853,423721,3059797,21887329,155555053,1100604121,7762822597,54632726929,383893932253,2694581744521,18898693305397,132473958606529,928233237589453,6502210299844921,45538360282508197,31888296... | 51.846154 | 486 | 0.847181 |
2bf7224321e457b9e2e1fe6eb2b99e20fb761971 | 1,166 | asm | Assembly | chapter_02/input_output_library/test.asm | GeertArien/low-level-programming | 4e20bf60973c72a55efa5b340eee734431cd28e2 | [
"MIT"
] | null | null | null | chapter_02/input_output_library/test.asm | GeertArien/low-level-programming | 4e20bf60973c72a55efa5b340eee734431cd28e2 | [
"MIT"
] | null | null | null | chapter_02/input_output_library/test.asm | GeertArien/low-level-programming | 4e20bf60973c72a55efa5b340eee734431cd28e2 | [
"MIT"
] | null | null | null | section .data
number: db '1', 0
section .text
global _start
string_length:
xor rax, rax
.loop:
cmp byte [rdi+rax],0
je .end
inc rax
jmp .loop
.end:
ret
; rdi points to a string
; returns rax: number, rdx : length
parse_uint:
call string_length
mov rdx, rax
xor rsi, rsi ... | 14.759494 | 58 | 0.544597 |
9bd2fd2da79f46c360ef8bf1c8a1069e4900b74d | 319 | asm | Assembly | programs/oeis/341/A341768.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/341/A341768.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/341/A341768.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A341768: a(n) = n * (binomial(n,2) - 2).
; 0,-2,-2,3,16,40,78,133,208,306,430,583,768,988,1246,1545,1888,2278,2718,3211,3760,4368,5038,5773,6576,7450,8398,9423,10528,11716,12990,14353,15808,17358,19006,20755,22608,24568,26638,28821,31120,33538,36078,38743,41536,44460
mov $2,$0
bin $0,2
sub $0,2
mul $0,$2
mov $1,$0
| 35.444444 | 226 | 0.69906 |
cbfa352877b07903fa7aecbf83dacb5548accc51 | 1,321 | asm | Assembly | programs/oeis/054/A054333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/054/A054333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/054/A054333.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A054333: 1/256 of tenth unsigned column of triangle A053120 (T-Chebyshev, rising powers, zeros omitted).
; 1,11,65,275,935,2717,7007,16445,35750,72930,140998,260338,461890,791350,1314610,2124694,3350479,5167525,7811375,11593725,16921905,24322155,34467225,48208875,66615900,91018356,123058716,164750740,218546900,287415... | 110.083333 | 1,097 | 0.859955 |
1e70bb54305a67a5fac0059fa10b654815d0c0bf | 6,102 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1842.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1842.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1842.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 %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x15045, %r14
nop
nop
nop
and $42721, %rdx
movw $0x6162, (%r14)
add %rax, %rax
lea addresses_WT_ht+0x15ad5, %rcx
nop
nop
dec %rsi
movups (%rcx), %xmm6
vpextrq $1, %xmm6, %rdx
n... | 37.666667 | 2,999 | 0.656014 |
5b0ffaf696cad69e9a2581768c7e8481b2cbd7d1 | 544 | asm | Assembly | programs/oeis/307/A307612.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/307/A307612.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/307/A307612.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A307612: Partial sums of the permutation A307485: one odd, two even, four odd, eight even, etc.
; 0,1,3,7,10,15,22,31,37,45,55,67,81,97,115,135,146,159,174,191,210,231,254,279,306,335,366,399,434,471,510,551,573,597,623,651,681,713,747,783,821,861,903,947,993,1041,1091,1143,1197,1253,1311,1371,1433,1497,1563,1631,170... | 49.454545 | 233 | 0.709559 |
b34e50b5f9a82043fcdf7bda7e8affc944ba7700 | 358 | asm | Assembly | programs/oeis/093/A093544.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/093/A093544.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/093/A093544.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A093544: Numerator of (4n-3)/A000265(n). Numerator of pairwise quotients of A004130.
; 1,5,3,13,17,7,25,29,11,37,41,15,49,53,19,61,65,23,73,77,27,85,89,31,97,101,35,109,113,39,121,125,43,133,137,47,145,149,51,157,161,55,169,173,59,181,185,63,193,197,67,205,209,71,217,221,75,229,233,79,241
mov $1,$0
add $0,4
gcd $0,3... | 32.545455 | 204 | 0.678771 |
04f11ab7ffa827a068c7879cd7c48135815d7a7a | 997 | asm | Assembly | CPU/cpu_test/test_storage/1_jump_load.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | 55 | 2021-09-06T12:12:47.000Z | 2022-01-15T04:30:53.000Z | CPU/cpu_test/test_storage/1_jump_load.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | null | null | null | CPU/cpu_test/test_storage/1_jump_load.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | null | null | null | #initial
lui $1,0x2819
ori $1,$1,0x9384
lui $2,0x7cfd
ori $2,$2,0x5738
lui $3,0x883c
ori $3,$3,0x8847
lui $4,0x9382
ori $4,$4,0xacfe
sw $1,0($0)
sw $2,4($0)
sw $3,8($0)
sw $4,12($0)
#lh
jal l4
lh $1,-0x3038($31)
lh $2,-0x3036($31)
lh $3,-0x3034($31)
l4:
jal l5
ori $1,$0,29
addi $1,$1,1
l5:
lh $4,-0x3042($31)
lh $5,-0x3... | 13.472973 | 19 | 0.580742 |
cbc0c9456322bad7f215c81ce7cab2c98ef74b3b | 673 | asm | Assembly | Project 8/VM translator-final/Translator-1/asm files/SimpleFunction.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | 1 | 2021-09-19T09:16:29.000Z | 2021-09-19T09:16:29.000Z | Project 8/VM translator-final/Translator-1/asm files/SimpleFunction.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | null | null | null | Project 8/VM translator-final/Translator-1/asm files/SimpleFunction.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | null | null | null |
(SimpleFunction.test)
@2
D=A
@R13
M=D
@SKIP.0
D;JEQ
(SETUP.0)
@SP
M=M+1
A=M-1
M=0
@R13
M=M-1
D=M
@SETUP.0
D;JNE
(SKIP.0)
@0
D=A
@LCL
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
@1
D=A
@LCL
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
A=M-1
D=M
@SP
M=M-1
A=M-1
MD=D+M
@SP
A=M-1
M=!M
@0
D=A
@ARG
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
@S... | 4.876812 | 21 | 0.531947 |
2c14f3e8cd5a41cb21fb4d189a556d612d97f63a | 1,767 | asm | Assembly | programs/oeis/170/A170774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/170/A170774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/170/A170774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A170774: a(n) = n^8*(n^2+1)/2.
; 0,1,640,32805,557056,5078125,31072896,144120025,545259520,1764915561,5050000000,13075891741,31173672960,69337111285,145365222016,289606640625,551903297536,1011484828945,1790743593600,3074024910421,5132800000000,8358851918781,13307399332480,20752411099465,31756728139776,47760009765625,... | 196.333333 | 1,684 | 0.919072 |
5400a3a577ca75107c1e7ba209a806763fc1bbf2 | 11,291 | asm | Assembly | STM8L001J3_RELEASE/stm8l10x_gpio.asm | jonvolk/STM8L_vscode_template | 5fc5cbf7f1fa80968e8f195db3f5c10e1d643939 | [
"MIT"
] | null | null | null | STM8L001J3_RELEASE/stm8l10x_gpio.asm | jonvolk/STM8L_vscode_template | 5fc5cbf7f1fa80968e8f195db3f5c10e1d643939 | [
"MIT"
] | null | null | null | STM8L001J3_RELEASE/stm8l10x_gpio.asm | jonvolk/STM8L_vscode_template | 5fc5cbf7f1fa80968e8f195db3f5c10e1d643939 | [
"MIT"
] | 1 | 2021-06-18T11:29:53.000Z | 2021-06-18T11:29:53.000Z | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.1.0 #12072 (Linux)
;--------------------------------------------------------
.module stm8l10x_gpio
.optsdcc -mstm8
;--------------------------------------------------------
; Public variab... | 33.504451 | 151 | 0.595873 |
d814995d068e78abbee44dbfe0c66de81c781489 | 374 | nasm | Assembly | Project-Einstein/src/E-Assembly/src/mult.nasm | FelixLuciano/Elements-of-Computing-Systems | bf36e4f4bbaa75aebefd1b864514a146b371495d | [
"MIT"
] | null | null | null | Project-Einstein/src/E-Assembly/src/mult.nasm | FelixLuciano/Elements-of-Computing-Systems | bf36e4f4bbaa75aebefd1b864514a146b371495d | [
"MIT"
] | null | null | null | Project-Einstein/src/E-Assembly/src/mult.nasm | FelixLuciano/Elements-of-Computing-Systems | bf36e4f4bbaa75aebefd1b864514a146b371495d | [
"MIT"
] | 1 | 2022-02-20T21:45:28.000Z | 2022-02-20T21:45:28.000Z | ; Arquivo: Abs.nasm
; Curso: Elementos de Sistemas
; Criado por: Luciano Soares
; Data: 27/03/2017
; Multiplica o valor de RAM[1] com RAM[0] salvando em RAM[3]
leaw $0, %A
movw (%A), %D
MULT:
leaw $2, %A
movw %D, (%A)
leaw $1, %A
movw (%A), %D
leaw $3, %A
addw (%A), %D, %D
movw %D,(%A)
leaw $2,%A
movw (%A), %D
s... | 15.583333 | 60 | 0.572193 |
89ab42e06d9902a5d609868032e3883b7a228e79 | 750 | asm | Assembly | pwnlib/shellcraft/templates/i386/strcpy.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | 7 | 2017-07-11T01:12:02.000Z | 2017-09-21T23:39:54.000Z | pwnlib/shellcraft/templates/i386/strcpy.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/i386/strcpy.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | 3 | 2018-03-21T11:48:05.000Z | 2021-10-16T15:38:01.000Z | <%
from pwnlib.shellcraft import pretty, common, registers
from pwnlib.shellcraft.i386 import mov, pushstr, setregs, strlen
from pwnlib import constants
%>
<%docstring>
Copies a string
Example:
>>> sc = 'jmp get_str\n'
>>> sc += 'pop_str: pop eax\n'
>>> sc += shellcraft.i386.strcpy('esp', 'eax')
>>> ... | 25.862069 | 64 | 0.584 |
87ffc7fcc401045976eae36dcb4f335c207b46f1 | 139 | asm | Assembly | ASM/IO-Test-Fast/iotest.asm | insom/LittleComputer | d1e3079c07656b3a98e27f5b5f59077300983fe9 | [
"Unlicense"
] | 2 | 2017-08-02T03:44:37.000Z | 2017-11-25T00:27:36.000Z | ASM/IO-Test-Fast/iotest.asm | insom/LittleComputer | d1e3079c07656b3a98e27f5b5f59077300983fe9 | [
"Unlicense"
] | null | null | null | ASM/IO-Test-Fast/iotest.asm | insom/LittleComputer | d1e3079c07656b3a98e27f5b5f59077300983fe9 | [
"Unlicense"
] | null | null | null | org 00000h
start:
; output 0xFF on IO 0x55
ld a, 0ffh
out (055h), a
out (055h), a
jr start
| 17.375 | 28 | 0.446043 |
622349c0bd07bb9e79c15e08c614fd3fa4f54f12 | 259 | asm | Assembly | report/compositional_decompilation/inc/2_lit_review/hello/anti_fail.asm | decomp/doc | fb82b6a5074aa8721afb24a5537bf1964ed20467 | [
"Unlicense"
] | 23 | 2016-05-27T10:16:40.000Z | 2021-09-16T08:14:04.000Z | report/compositional_decompilation/inc/2_lit_review/hello/anti_fail.asm | decomp/doc | fb82b6a5074aa8721afb24a5537bf1964ed20467 | [
"Unlicense"
] | 48 | 2019-01-30T19:08:59.000Z | 2020-01-29T19:17:53.000Z | report/compositional_decompilation/inc/2_lit_review/hello/anti_fail.asm | decomp/doc | fb82b6a5074aa8721afb24a5537bf1964ed20467 | [
"Unlicense"
] | 3 | 2019-05-25T21:15:26.000Z | 2019-09-09T07:36:14.000Z | _start:
xor al, al
jz fake+1
fake:
jmp 0x029FBF4C
db 0x40,0x00,0x00,0x00
db 0x00,0x00,0xE8,0xCC
db 0xFF,0xFF,0xFF,0xBF
db 0x00,0x00,0x00,0x00
db 0xE8,0xD2,0xFF,0xFF
db 0xFF,0xC3,0x68,0x65
db 0x6C,0x6C,0x6F,0x20
db 0x77,0x6F,0x72,0x6C
db 0x64,0x0A,0x00
| 17.266667 | 22 | 0.752896 |
3834b4c99e47ffeb00c38208ea186799d182fcb7 | 807 | asm | Assembly | oeis/142/A142800.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142800.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142800.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142800: Primes congruent to 2 mod 61.
; Submitted by Jon Maiga
; 2,307,673,1039,1283,2137,2381,2503,3967,4211,4943,5309,5431,6163,6529,7993,8237,8969,9091,10067,10433,10799,11287,11897,12263,14947,15313,15679,15923,16411,17021,17387,17509,18119,18973,19583,19949,20071,20681,21169,22511,22877,23609,24097,25073,25439,... | 36.681818 | 499 | 0.73482 |
3a3f566867500cf9e44621e8b744e91c2bb05ae2 | 1,494 | asm | Assembly | programs/oeis/106/A106707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/106/A106707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/106/A106707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A106707: First entry of the vector (M^n)v, where M is the 2 X 2 matrix [[0,-1],[1,4]] and v is the column vector [0,1].
; 0,-1,-4,-15,-56,-209,-780,-2911,-10864,-40545,-151316,-564719,-2107560,-7865521,-29354524,-109552575,-408855776,-1525870529,-5694626340,-21252634831,-79315912984,-296011017105,-1104728155436,-4122... | 114.923077 | 1,281 | 0.852075 |
b7e0d51d8491c01f6e47fb5fab4c3f48b05b80b0 | 1,034 | asm | Assembly | src/stack_trace.asm | lazear/osdev64 | 3e5bcf7109acaa0f55af40c3c8eafd86117ff52b | [
"MIT"
] | null | null | null | src/stack_trace.asm | lazear/osdev64 | 3e5bcf7109acaa0f55af40c3c8eafd86117ff52b | [
"MIT"
] | null | null | null | src/stack_trace.asm | lazear/osdev64 | 3e5bcf7109acaa0f55af40c3c8eafd86117ff52b | [
"MIT"
] | null | null | null | [bits 64]
section .text
extern printf
extern _kernel_start
extern _kernel_end
global stack_trace
; stack_trace(rbp)
; if RBP is null, start with current call stack
stack_trace:
push rbp
mov rbp, rsp
sub rsp, 16
; rcx = depth
mov rcx, -1
; start with current stack frame, or RDI if non-NU... | 16.677419 | 54 | 0.617988 |
5a5861dfe4f9b0777c1127db8edbe53b0ac30b04 | 224 | asm | Assembly | sw/552tests/inst_tests/xor_4.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/inst_tests/xor_4.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/inst_tests/xor_4.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // Original test: ./eharris/hw4/problem6/xor_4.asm
// Author: eharris
// Test source code follows
//Tests A XOR 5 = F and A XOR F = 5
lbi r1, 0xAA //r1 = 0xFFAA
lbi r2, 0xF5 //r2 = 0xFFF5
xor r3, r2, r1
halt
//r3 = 0x005F
| 18.666667 | 50 | 0.65625 |
f7006af344336f589e0d6bb6d4dc9196a630c80d | 237 | asm | Assembly | Student/examples/Correct/Subprograms/Correct_205.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 6 | 2021-02-02T10:08:02.000Z | 2022-03-24T08:10:44.000Z | Student/examples/Correct/Subprograms/Correct_205.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 1 | 2021-02-27T21:55:26.000Z | 2021-02-28T12:39:29.000Z | Student/examples/Correct/Subprograms/Correct_205.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 6 | 2020-02-24T13:51:32.000Z | 2021-06-05T19:02:05.000Z | PROGRAM 4
BR L1
L0:
PROC 1
LDLADDR 8
LDCB 1
STOREB
LDLADDR 8
LOADB
PUTBYTE
LDCSTR " "
PUTSTR
RET 0
L1:
LDGADDR 0
LDCINT 5
STOREW
CALL L0
LDGADDR 0
LOADW
PUTINT
PUTEOL
HALT
| 9.875 | 15 | 0.556962 |
8970053ae06b4398d1d67aa83796aa0c300a636b | 7,558 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_318.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_318.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_318.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 %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xa67, %r14
nop
nop
nop
nop
nop
dec %rdi
mov (%r14), %r11w
nop
nop
inc %rdi
lea addresses_D_ht+0x3877, %rbx
nop
nop
nop
and %r8, %r8
mov (%rbx), %r13d
nop
nop
add $39896, %r11
l... | 34.199095 | 2,999 | 0.656391 |
5e83df80de7c27de647f955ccef60a18f063fe8e | 1,912 | asm | Assembly | boot/disk.asm | pgrAm/JSD-OS | abe4e3b5307a83b3b8b31e71c60171e21d4b7690 | [
"BSD-3-Clause"
] | 10 | 2020-01-14T05:38:35.000Z | 2022-03-17T03:17:07.000Z | boot/disk.asm | pgrAm/JSD-OS | abe4e3b5307a83b3b8b31e71c60171e21d4b7690 | [
"BSD-3-Clause"
] | 1 | 2020-05-02T18:22:26.000Z | 2020-05-02T18:26:18.000Z | boot/disk.asm | pgrAm/JSD-OS | abe4e3b5307a83b3b8b31e71c60171e21d4b7690 | [
"BSD-3-Clause"
] | 1 | 2021-07-09T17:06:38.000Z | 2021-07-09T17:06:38.000Z | [bits 16]
; load cx sectors to ES:BX from boot drive at sector ax
; trashes di, dx
; next sector at es:bx
disk_load:
.MAIN:
mov di, 20 ;try at most 5 times per sector
.LOOP_HEAD:
push ax ; save sector #
push cx ; save # of sectors
xor dx, dx ;... | 34.763636 | 84 | 0.537657 |
4bb01e672f9a474f46439c843ad493ec40759fdf | 245 | asm | Assembly | second/asm_print.asm | FrankTianTT/OS | 792f2e7f0276582553c2e4d78e356c3e64f159e6 | [
"MIT"
] | null | null | null | second/asm_print.asm | FrankTianTT/OS | 792f2e7f0276582553c2e4d78e356c3e64f159e6 | [
"MIT"
] | null | null | null | second/asm_print.asm | FrankTianTT/OS | 792f2e7f0276582553c2e4d78e356c3e64f159e6 | [
"MIT"
] | null | null | null | global asm_print
section .text
asm_print:
push ebp
mov ebp, esp
mov edx, [ebp+12]
mov ecx, [ebp+8]
mov ebx, 1
mov eax, 4
int 80h
pop ebp
ret | 18.846154 | 29 | 0.412245 |
149a187bf757a23c764b5485198e63e37680e748 | 286 | asm | Assembly | src/chessmen.asm | headkaze/zxnext_chess_demo | adf7e58d8196ab290cb3f6f98b0a68788e8e9e8d | [
"MIT"
] | null | null | null | src/chessmen.asm | headkaze/zxnext_chess_demo | adf7e58d8196ab290cb3f6f98b0a68788e8e9e8d | [
"MIT"
] | null | null | null | src/chessmen.asm | headkaze/zxnext_chess_demo | adf7e58d8196ab290cb3f6f98b0a68788e8e9e8d | [
"MIT"
] | null | null | null |
SECTION BANK_25
PUBLIC _chessmen_nxp
PUBLIC _chessmen_nxp_end
_chessmen_nxp:
BINARY "binary/chessmen.nxp" ; 32 bytes
_chessmen_nxp_end:
SECTION BANK_25
PUBLIC _chessmen_spr
PUBLIC _chessmen_spr_end
_chessmen_spr:
BINARY "binary/chessmen.spr" ; 6144 bytes
_chessmen_spr_end:
| 12.434783 | 42 | 0.818182 |
cba4321a92c2bd7320801359325341c01ac5ea31 | 96,113 | asm | Assembly | oslab6/obj/user/faultreadkernel.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null | oslab6/obj/user/faultreadkernel.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null | oslab6/obj/user/faultreadkernel.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null |
obj/user/faultreadkernel.debug: 文件格式 elf32-i386
Disassembly of section .text:
00800020 <_start>:
// starts us running when we are initially loaded into a new environment.
.text
.globl _start
_start:
// See if we were started with arguments on the stack
cmpl $USTACKTOP, %esp
800020: 81 fc 00 e0 bf ee cmp... | 40.674143 | 91 | 0.455308 |
43047b14dd70d917bd106f76bd363c7191f39769 | 470 | asm | Assembly | Some Basic Programs/2.asm | moni-kishore-dhar/Problem-Solving-by-Assembly-Language | eed4d83be549f48e1db5bcb4700296e8e08453b1 | [
"MIT"
] | 1 | 2022-01-13T18:02:00.000Z | 2022-01-13T18:02:00.000Z | Some Basic Programs/2.asm | moni-kishore-dhar/Problem-Solving-by-Assembly-Language | eed4d83be549f48e1db5bcb4700296e8e08453b1 | [
"MIT"
] | null | null | null | Some Basic Programs/2.asm | moni-kishore-dhar/Problem-Solving-by-Assembly-Language | eed4d83be549f48e1db5bcb4700296e8e08453b1 | [
"MIT"
] | null | null | null | ;take two input ax & cx
;if ax and cx both are even then bx=1
;if ax and cx both are odd then bx=2
;else bx=3
mov ax,5
mov cx,5
mov bx,2
div bx
cmp dx,0
je ax_even
jne ax_odd
ax_even:
mov ax,cx
div bx
cmp dx,0
je both_even
jmp other_case
ax_odd:
mov ax,cx
div bx
cmp dx,0
... | 8.392857 | 37 | 0.602128 |
989c2da2b970f7341a7b92b2e786c69eb9557572 | 722 | asm | Assembly | oeis/041/A041178.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041178.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041178.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041178: Numerators of continued fraction convergents to sqrt(99).
; Submitted by Jamie Morken(s1)
; 9,10,189,199,3771,3970,75231,79201,1500849,1580050,29941749,31521799,597334131,628855930,11916740871,12545596801,237737483289,250283080090,4742832924909,4993116004999,94618921014891,99612037019890,1887635587372911,198... | 40.111111 | 488 | 0.819945 |
55d8d8d5eb69fd079ee71c927bd762607868ade8 | 243 | asm | Assembly | lib/lol/patcher/asm/defines.asm | lolcustomskin/lolcs-tools | 03a56f7ab3aea8e9227f858296dd5e2c885d9136 | [
"MIT"
] | null | null | null | lib/lol/patcher/asm/defines.asm | lolcustomskin/lolcs-tools | 03a56f7ab3aea8e9227f858296dd5e2c885d9136 | [
"MIT"
] | null | null | null | lib/lol/patcher/asm/defines.asm | lolcustomskin/lolcs-tools | 03a56f7ab3aea8e9227f858296dd5e2c885d9136 | [
"MIT"
] | null | null | null | ; define offsets for payload data structure
[bits 32]
%define payload_org_open_ptr 0
%define payload_prefix_open_ptr 4
%define payload_wopen 8
%define payload_org_alloc_ptr 12
%define payload_find_ret_addr 16
%define payload_hook_ret_addr 20
| 24.3 | 43 | 0.847737 |
e13791a087f47a73ff246c3ad51ad098bc6a9034 | 500 | asm | Assembly | unittests/ASM/REPNE/F2_7D.asm | woachk/FEX | 66dc5ebc54f3ff9b51eed714eb37bff34a0a82e6 | [
"MIT"
] | null | null | null | unittests/ASM/REPNE/F2_7D.asm | woachk/FEX | 66dc5ebc54f3ff9b51eed714eb37bff34a0a82e6 | [
"MIT"
] | null | null | null | unittests/ASM/REPNE/F2_7D.asm | woachk/FEX | 66dc5ebc54f3ff9b51eed714eb37bff34a0a82e6 | [
"MIT"
] | null | null | null | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0xc0800000bf800000", "0xc2800000c1800000"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x3f80000040000000 ; 1.0, 2.0
mov [rdx + 8 * 0], rax
mov rax, 0x4080000041000000 ; 4.0, 8.0
mov [rdx + 8 * 1], rax
mov rax, 0x418000004... | 16.666667 | 56 | 0.626 |
e8d3b2d1c0842e1c19e2e66bf1606655ea18ddfb | 64,370 | asm | Assembly | test1.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null | test1.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null | test1.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null |
_test1: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
int n = 1;
void test_func(void *arg_ptr);
int main(int argc, char *argv[]){
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
10... | 37.294322 | 64 | 0.432531 |
4de1b1ea55938324d3faecd0d4f88767b7c3984f | 347 | asm | Assembly | programs/oeis/105/A105811.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/105/A105811.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/105/A105811.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A105811: Expansion of (1+x-x^2)/(1+x)^2.
; 1,-1,0,1,-2,3,-4,5,-6,7,-8,9,-10,11,-12,13,-14,15,-16,17,-18,19,-20,21,-22,23,-24,25,-26,27,-28,29,-30,31,-32,33,-34,35,-36,37,-38,39,-40,41,-42,43,-44,45,-46,47,-48,49,-50,51,-52,53,-54,55,-56,57,-58,59,-60,61,-62,63,-64,65
mov $1,1
mov $2,$0
lpb $2
mul $1,2
sub $0,$1
... | 28.916667 | 226 | 0.536023 |
a87e9c11e175b0cdac0f16a915ff0ce6d5d8338e | 8,568 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_1803.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_1803.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_1803.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 %r12
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x19657, %r14
nop
add %r9, %r9
mov (%r14), %r12
nop
cmp $2750, %rcx
lea addresses_D_ht+0x17c57, %rax
nop
nop
add %r13, %r13
mov (%rax), %r11w
nop
nop
nop
nop
nop
and $... | 33.46875 | 2,999 | 0.650093 |
ca80ebb36e3730aa1316a14c9c523629cf8f4053 | 833 | asm | Assembly | oeis/142/A142081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142081: Primes congruent to 8 mod 35.
; Submitted by Jon Maiga
; 43,113,463,673,743,883,953,1093,1163,1303,1373,1583,1723,1933,2003,2143,2213,2423,2633,2843,3613,3823,4243,4523,4663,4733,4943,5153,5503,5573,5783,5923,6133,6203,6343,6553,6763,6833,7043,7253,7393,7603,7673,7883,8093,8233,8443,8513,8863,8933,9283,10193... | 34.708333 | 500 | 0.720288 |
6d30e438aca22cf186599085edc6739762bc2bbf | 473 | asm | Assembly | oeis/095/A095125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/095/A095125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/095/A095125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A095125: Expansion of -x*(-1-x+x^2) / ( 1-2*x-3*x^2+x^3 ).
; Submitted by Jamie Morken(s3)
; 1,3,8,24,69,202,587,1711,4981,14508,42248,123039,358314,1043497,3038897,8849971,25773136,75057288,218584013,636566754,1853828259,5398772767,15722463557,45787417156,133343452216,388326692343,1130896324178,3293429273169,9591220... | 24.894737 | 233 | 0.687104 |
4452c45f99e47304bce40bcbd1a0dbd6463c17ce | 319 | asm | Assembly | oeis/021/A021828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021828: Decimal expansion of 1/824.
; Submitted by Jon Maiga
; 0,0,1,2,1,3,5,9,2,2,3,3,0,0,9,7,0,8,7,3,7,8,6,4,0,7,7,6,6,9,9,0,2,9,1,2,6,2,1,3,5,9,2,2,3,3,0,0,9,7,0,8,7,3,7,8,6,4,0,7,7,6,6,9,9,0,2,9,1,2,6,2,1,3,5,9,2,2,3,3,0,0,9,7,0,8,7,3,7,8,6,4,0,7,7,6,6,9,9
seq $0,199685 ; a(n) = 5*10^n+1.
div $0,412
mod $0,10
| 39.875 | 199 | 0.554859 |
5f7e59ffbc4bf22b974ce1b7640ae14481233c7c | 1,568 | asm | Assembly | programs/oeis/036/A036545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/036/A036545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/036/A036545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A036545: a(n) = T(4,n), array T given by A048471.
; 1,17,65,209,641,1937,5825,17489,52481,157457,472385,1417169,4251521,12754577,38263745,114791249,344373761,1033121297,3099363905,9298091729,27894275201,83682825617,251048476865,753145430609,2259436291841,6778308875537,20334926626625,61004779879889,183014339639681,549... | 174.222222 | 1,467 | 0.924107 |
416c7e8df4b10e92639c35b15b91f24268c4fd3b | 1,748 | asm | Assembly | src/test/ref/struct-ptr-10.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/struct-ptr-10.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/struct-ptr-10.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Minimal struct - array with 256+ structs
// Commodore 64 PRG executable file
.file [name="struct-ptr-10.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:BasicU... | 16.647619 | 64 | 0.53032 |
833630b109cdc3092c6acfe5da3d045b7eb51759 | 1,115 | asm | Assembly | programs/oeis/292/A292638.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/292/A292638.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/292/A292638.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A292638: Rank of (3-r)*n when all the numbers (3-r)*j and (3+r)*k, where r = sqrt(5), j>=1, k>=1, are jointly ranked.
; 1,2,3,4,5,6,8,9,10,11,12,13,14,16,17,18,19,20,21,22,24,25,26,27,28,29,30,32,33,34,35,36,37,38,40,41,42,43,44,45,46,48,49,50,51,52,53,55,56,57,58,59,60,61,63,64,65,66,67,68,69,71,72,73,74,75,76,77,79... | 85.769231 | 906 | 0.693274 |
78d6dd105d1b5ace07a00735e4ef6367b8f7a241 | 583 | asm | Assembly | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/storef.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 10 | 2016-10-27T20:46:02.000Z | 2021-11-01T15:49:13.000Z | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/storef.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | null | null | null | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/storef.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 2 | 2015-03-11T14:28:08.000Z | 2017-11-02T10:57:57.000Z | __PISTOREF: ; Indect Stores a float (A, E, D, C, B) at location stored in memory, pointed by (IX + HL)
push de
ex de, hl ; DE <- HL
push ix
pop hl ; HL <- IX
add hl, de ; HL <- IX + HL
pop de
__ISTOREF: ; Load address at hl, and stores A,E,D,C,B registers at that address. Modifies A' register
ex... | 20.103448 | 102 | 0.560892 |
a728188f6b0a1b61fcbe1583dbd8860ffa3ff616 | 10,616 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_992.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_notsx.log_21829_992.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_notsx.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 %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x9490, %r9
nop
nop
nop
nop
dec %rdx
mov (%r9), %r14d
nop
nop
nop
nop
nop
and $63349, %rbx
lea addresses_normal_ht+0x365c, %rbx
nop
nop
cmp $13872, %rcx
movb (%rbx), %r14b
nop
... | 27.574026 | 2,999 | 0.647231 |
602ba6dd1b7aaf2155d15f045ead9797d9201bf2 | 1,139 | asm | Assembly | programs/oeis/198/A198447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/198/A198447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/198/A198447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A198447: Number of 2n X 2 0..2 arrays with values 0..2 introduced in row major order and each element unequal to exactly two horizontal and vertical neighbors.
; 3,13,71,433,2763,17941,117263,768313,5038611,33054493,216872663,1422982081,9336876123,61264171813,401987528351,2637661006153,17307148601763,113561761317421,... | 67 | 848 | 0.870939 |
8c171022f79ef953c7da543cf77f9a0719b950e9 | 614 | asm | Assembly | programs/oeis/031/A031343.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/031/A031343.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/031/A031343.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A031343: a(n) = prime(10*n).
; 29,71,113,173,229,281,349,409,463,541,601,659,733,809,863,941,1013,1069,1151,1223,1291,1373,1451,1511,1583,1657,1733,1811,1889,1987,2053,2129,2213,2287,2357,2423,2531,2617,2687,2741,2819,2903,2999,3079,3181,3257,3331,3413,3511,3571,3643,3727,3821,3907,3989,4057,4139,4231,4297,4409,4493,... | 61.4 | 483 | 0.752443 |
130236c36b1367468fce53d50745586f4fd6fba5 | 887 | asm | Assembly | lib/gunzip/src/CRC32CheckerTest.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | 6 | 2020-04-21T17:26:27.000Z | 2021-09-25T18:41:01.000Z | lib/gunzip/src/CRC32CheckerTest.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | lib/gunzip/src/CRC32CheckerTest.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | ;
; CRC32 checker unit tests
;
CRC32CheckerTest_Test:
call CRC32CheckerTest_TestCRC32
ret
CRC32CheckerTest_TestCRC32: PROC
ld hl,WRITEBUFFER
ld bc,256
call NullWriter_class.New
call NullWriter_Construct
push ix
call CRC32Checker_class.New
call CRC32Checker_Construct
ld de,0
ld bc,0
call CRC32Checker_Veri... | 15.561404 | 32 | 0.797069 |
63fb5f6c7010ffe73abc55e521f02ad27a0053e4 | 179 | asm | Assembly | data/pokemon/dex_entries/chimchar.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/chimchar.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/chimchar.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "CHIMP@" ; species name
db "It is very agile."
next "Before going to"
next "sleep, it will"
page "extinguish the"
next "flame on its tail"
next "to prevent fires.@"
| 17.9 | 27 | 0.659218 |
e33b2858115db607cf031d732fbbf79debf0f023 | 4,008 | asm | Assembly | CV04/Sources/main.asm | JiriS97/BMIC-Projects | 6dab7852f57f899751241afe5eed1ee7ec9e39ed | [
"MIT"
] | null | null | null | CV04/Sources/main.asm | JiriS97/BMIC-Projects | 6dab7852f57f899751241afe5eed1ee7ec9e39ed | [
"MIT"
] | null | null | null | CV04/Sources/main.asm | JiriS97/BMIC-Projects | 6dab7852f57f899751241afe5eed1ee7ec9e39ed | [
"MIT"
] | null | null | null | ; The MIT License (MIT)
;
; Copyright (c) 2018 Jiri Sramek (https://github.com/JiriS97/)
;
; 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 th... | 30.363636 | 87 | 0.516467 |
96f55e1b54a72b7de551bf34cef074d5a6085d82 | 2,603 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_1_1243.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_1_1243.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_1_1243.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 %r11
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1c8dd, %rsi
lea addresses_UC_ht+0x7b1, %rdi
nop
nop
xor %r10, %r10
mov $49, %rcx
rep movsq
nop
nop
nop
and $64303, %r10
lea addresses_A_ht+0xf565, %rax
dec %rdx
mov (%rax), %r11
c... | 18.330986 | 152 | 0.643872 |
77e6d2c788c14aba11a9d5ddc8fee93ebb5f48ab | 541 | asm | Assembly | oeis/000/A000584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000584: Fifth powers: a(n) = n^5.
; 0,1,32,243,1024,3125,7776,16807,32768,59049,100000,161051,248832,371293,537824,759375,1048576,1419857,1889568,2476099,3200000,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,24300000,28629151,33554432,39135393,45435424,52521875,60466176,69343957,7923516... | 108.2 | 493 | 0.848429 |
9212b681211c06e27cee7120c90d3f594311afed | 490 | asm | Assembly | Appendices/Appendix_H_ASCII and Decimal Arithmetic/Program_H.2/Program_H.2_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 272 | 2016-12-28T02:24:21.000Z | 2022-03-30T21:05:37.000Z | Appendices/Appendix_H_ASCII and Decimal Arithmetic/Program_H.2/Program_H.2_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 1 | 2018-04-17T19:47:52.000Z | 2018-04-17T19:47:52.000Z | Appendices/Appendix_H_ASCII and Decimal Arithmetic/Program_H.2/Program_H.2_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 62 | 2017-02-02T14:39:37.000Z | 2022-01-04T09:02:07.000Z | ; Program H.2
; Decimal Adjust after Addition - NASM (32-bit)
; Copyright (c) 2017 Hall & Slonka
SECTION .data
SECTION .text
global _main
_main:
xor ax, ax ; clear AX
xor bx, bx ; clear BX
mov al, 42h ; 42 decimal = 2A hex
add al, 68h ; 68 decimal = 44 hex
daa ; 110 decimal = 6E hex
... | 18.846154 | 47 | 0.583673 |
dcbfc8b824fa57fd301dfba7a4fbb235e9c2447a | 11,298 | asm | Assembly | boot/loader.asm | Froser/Yinix | 2711d94f68eb7c2992b766e55aa283d15d9189b0 | [
"MIT"
] | 2 | 2020-07-25T11:52:55.000Z | 2020-10-04T09:14:10.000Z | boot/loader.asm | Froser/Yinux | 2711d94f68eb7c2992b766e55aa283d15d9189b0 | [
"MIT"
] | null | null | null | boot/loader.asm | Froser/Yinux | 2711d94f68eb7c2992b766e55aa283d15d9189b0 | [
"MIT"
] | null | null | null | ; 内核加载器
org 10000h
; 重新设置栈基址
xor ax, ax
mov ss, ax
mov sp, 7c00h
mov ax, 1000h
mov ds, ax ; 设置段基址
jmp Main
%include "floppy_service.inc"
%in... | 32.938776 | 100 | 0.38467 |
a1c0b253fec8735c4991b96210e76a72bf749506 | 6,391 | asm | Assembly | samples/sms/player_cntrl_dog/main.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | 23 | 2019-05-16T20:23:49.000Z | 2022-03-13T21:53:10.000Z | samples/sms/player_cntrl_dog/main.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | 6 | 2021-03-30T05:51:46.000Z | 2022-01-07T13:18:44.000Z | samples/sms/player_cntrl_dog/main.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | null | null | null | ;########################################################################
;
; Copyright 2019-2020 0x8BitDev ( MIT license )
;
;########################################################################
;************************************************************************
;
; Memory & ROM banks map
;
;*****... | 18.312321 | 112 | 0.478172 |
2751fd8ba9d604315e1c85e2769cb58d96c0813c | 479 | asm | Assembly | oeis/023/A023549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/023/A023549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/023/A023549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A023549: Convolution of natural numbers >= 2 and Lucas numbers.
; 2,9,21,43,80,142,244,411,683,1125,1842,3004,4886,7933,12865,20847,33764,54666,88488,143215,231767,375049,606886,982008,1588970,2571057,4160109,6731251
mov $2,$0
add $2,1
mov $4,$0
lpb $2
mov $0,$4
sub $2,1
sub $0,$2
seq $0,192750 ; Define a pa... | 29.9375 | 152 | 0.676409 |
239de4edd1d9d3bec52b7b61eeb81ad44f274c77 | 452 | asm | Assembly | oeis/204/A204237.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/204/A204237.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/204/A204237.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A204237: Symmetric matrix given by f(i,j)=max(3i-j,3j-i).
; Submitted by Christian Krause
; 2,5,5,8,4,8,11,7,7,11,14,10,6,10,14,17,13,9,9,13,17,20,16,12,8,12,16,20,23,19,15,11,11,15,19,23,26,22,18,14,10,14,18,22,26,29,25,21,17,13,13,17,21,25,29,32,28,24,20,16,12,16,20,24,28,32,35,31,27,23
mul $0,2
mov $1,4
lpb $0
... | 21.52381 | 199 | 0.60177 |
2a554c71311832c0d4f43fc04a9c8357a02c151f | 4,800 | asm | Assembly | Transynther/x86/_processed/NC/_st_sm_/i7-7700_9_0x48.log_1_2636.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_sm_/i7-7700_9_0x48.log_1_2636.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_sm_/i7-7700_9_0x48.log_1_2636.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 %r12
push %r14
push %r8
push %rax
push %rdi
push %rdx
lea addresses_D_ht+0x18bad, %rdx
nop
nop
nop
nop
add %r12, %r12
and $0xffffffffffffffc0, %rdx
movaps (%rdx), %xmm3
vpextrq $0, %xmm3, %rax
nop
nop
nop
sub $60150, %r8
lea addresses_WT_ht+0x5a2d, %r14
clflus... | 20 | 128 | 0.642917 |
96695b7dbb66082441adac4c6d3325bb9ce7f5cc | 9,657 | asm | Assembly | Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21697_1088.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21697_1088.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21697_1088.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 %r11
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1275a, %rsi
nop
nop
xor %r8, %r8
and $0xffffffffffffffc0, %rsi
vmovaps (%rsi), %ymm6
vextracti128 $0, %ymm6, %xmm6
vpextrq $1, %xmm6, %r10
nop
nop
nop
nop
nop
cmp %r15, %r15
... | 32.19 | 2,999 | 0.648131 |
74f7027d2de77e9292aff605930b6ea037f78d4c | 15,973 | asm | Assembly | cmd/debug/debcom3.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/debug/debcom3.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/debug/debcom3.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | PAGE 80,132 ;
TITLE DEBCOM3.ASM - PART3 DEBUGGER COMMANDS
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
; ROUTINES TO PERFORM DEBUGGER COMMANDS
IF1
%OUT COMPONENT=DEBUG, MODULE=DEBCOM3
E... | 22.624646 | 79 | 0.700557 |
31ef8fc2a9c0b238759c7fe316309c3dc76cc9af | 725 | asm | Assembly | oeis/187/A187018.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/187/A187018.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/187/A187018.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A187018: Coefficient of x^n in (1 + x + n*x^2)^n.
; Submitted by Christian Krause
; 1,1,5,19,145,851,7741,58605,600769,5420035,61026901,628076153,7648488145,87388647373,1138801242125,14182492489651,196218339243777,2628971539313875,38377805385510181,547815690902283225,8395817775835635601,126725586542235932329,20306114... | 34.52381 | 476 | 0.795862 |
d4b1180438bdcbd58c85455b37643bbc3a8d920a | 7,047 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1317.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1317.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1317.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 %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x14b74, %r15
nop
nop
nop
nop
nop
xor %r12, %r12
movw $0x6162, (%r15)
nop
nop
sub %r11, %r11
lea addresses_D_ht+0x1896, %r9
clflush (%r9)
xor %r13, %r13
movw $0x6162,... | 35.235 | 2,999 | 0.651341 |
007c398c731b0ac44585e80ea6e81dd62b960398 | 415 | asm | Assembly | programs/oeis/051/A051133.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/051/A051133.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/051/A051133.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A051133: a(n) = binomial(2n,n)*n*(2n+1)/2.
; 0,3,30,210,1260,6930,36036,180180,875160,4157010,19399380,89237148,405623400,1825305300,8143669800,36064823400,158685222960,694247850450,3022020054900,13095420237900,56517076816200,243023430309660,1041528987041400,4450169308267800
mov $2,$0
mov $3,2
mul $3,$0
bin $3,$0
po... | 23.055556 | 232 | 0.73494 |
d4b2c1e852d5d00a29b5da7dce6e157631dad89c | 152 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n2/mn_mario_init.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n2/mn_mario_init.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n2/mn_mario_init.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: mn_mario_init.asm
Type: file
Size: 100296
Last-Modified: '1993-08-27T05:56:32Z'
SHA-1: D82E726D0AE6D6E3289C6327E21505461C7E8BD8
Description: null
| 21.714286 | 47 | 0.822368 |
8bb71e350423be7fb710d049198ba872e1e1a9f6 | 227 | asm | Assembly | tools/font_maker/font.asm | USN484259/COFUOS | a751c3ab1a24f634ae33b5ddced55c184c8f9381 | [
"MIT"
] | 1 | 2022-03-03T09:57:56.000Z | 2022-03-03T09:57:56.000Z | tools/font_maker/font.asm | USN484259/COFUOS | a751c3ab1a24f634ae33b5ddced55c184c8f9381 | [
"MIT"
] | null | null | null | tools/font_maker/font.asm | USN484259/COFUOS | a751c3ab1a24f634ae33b5ddced55c184c8f9381 | [
"MIT"
] | 1 | 2022-01-22T14:19:24.000Z | 2022-01-22T14:19:24.000Z | [bits 64]
global font_base
global font_size
global font_info
section .rdata
align 0x10
font_base:
incbin "bin/font.bin",0x10
font_end:
align 0x10
font_info:
incbin "bin/font.bin",0,0x10
font_size dd (font_end - font_base)
| 11.947368 | 35 | 0.77533 |
8d2e7002b4f1f5f56b543adb9418c001e6344ed5 | 166 | asm | Assembly | asgn1/prob4.asm | debargham14/Microprocessors-8085- | 3ba1cd5dd508c9ea52aa3425481827ccfe226b5e | [
"MIT"
] | null | null | null | asgn1/prob4.asm | debargham14/Microprocessors-8085- | 3ba1cd5dd508c9ea52aa3425481827ccfe226b5e | [
"MIT"
] | null | null | null | asgn1/prob4.asm | debargham14/Microprocessors-8085- | 3ba1cd5dd508c9ea52aa3425481827ccfe226b5e | [
"MIT"
] | null | null | null | LXI H, 2500H;
MOV A,M;
MVI B, 08H;
MVI D, 0H;
LOOP: RLC;
JNC SKIP;
INR D;
SKIP: DCR B;
JNZ LOOP;
MOV A, D;
STA 2610H;
MOV B, A;
MVI A, 08H;
SUB B;
STA 2511H;
HLT;
| 8.3 | 13 | 0.60241 |
32b206fce5890a651caeb5ced307b25530b943eb | 532 | asm | Assembly | data/baseStats_original/tangela.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/baseStats_original/tangela.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/baseStats_original/tangela.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | db DEX_TANGELA ; pokedex id
db 65 ; base hp
db 55 ; base attack
db 115 ; base defense
db 60 ; base speed
db 100 ; base special
db GRASS ; species type 1
db GRASS ; species type 2
db 45 ; catch rate
db 166 ; base exp yield
INCBIN "pic/ymon/tangela.pic",0,1 ; 66, sprite dimensions
dw TangelaPicFront
dw TangelaPicBack
; a... | 18.344828 | 57 | 0.736842 |
80719e04c7ebf2aa9bddc9bf2f99698c4e394b8f | 93 | asm | Assembly | 45/beef/drv/kbd/inc/kbd_tail.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/drv/kbd/inc/kbd_tail.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/drv/kbd/inc/kbd_tail.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;*
;* CW : Character Windows
;*
;* kbd_tail.asm : trailer file for all KBD drivers
sEnd DRV
| 13.285714 | 50 | 0.677419 |
607ef062a2679b2645661ad260e2fec6b0244bb0 | 662 | asm | Assembly | testsuite/ubivm/expected/element_5.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/element_5.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/element_5.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | Entity start
No options
Constants
0 S start
1 S e
2 S elemento
3 S oi
4 S x
End
Valid context (always)
No properties
Def start
No parameters
Local variables
0 element e
End
No results
newelem 2 --> [elemento]
stvar 0 --> [e]
ldconst 3 --> [oi]
ldvar 0 --> [e]
mcall 4 --> [x]
stop
... | 12.980392 | 26 | 0.616314 |
2ab616a7ec7c9e57b95f86e04855f4d407c67a13 | 40,562 | asm | Assembly | bios/msbio1.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | bios/msbio1.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | bios/msbio1.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1981-1991
; * All Rights Reserved.
; */
page ,160
title msbio1.asm - Bios_Data definition and device driver entry/exit
;
;-------------------------------------------------------------... | 23.527842 | 79 | 0.642473 |
1247fab350fb70dbbd10226dbbe860725b0b4c7c | 7,595 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xa0.log_21829_1464.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xa0.log_21829_1464.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xa0.log_21829_1464.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 %r12
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1c9fa, %rsi
lea addresses_D_ht+0x6fb6, %rdi
nop
and %r12, %r12
mov $38, %rcx
rep movsb
nop
nop
nop
nop
sub $31293, %r10
lea addresses_D_ht+0x17c4c, %r10
nop
nop
nop
nop
nop
cmp %rbx, %r... | 35.325581 | 2,999 | 0.65293 |
82e958b595f1d1bdcb829c7053a3043c66ba1097 | 1,085 | asm | Assembly | _build/dispatcher/jmp_ippsAESEncryptCBC_d8e66a39.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsAESEncryptCBC_d8e66a39.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsAESEncryptCBC_d8e66a39.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsAESEncryptCBC:function
extern n8_ippsAESEncryptCBC:function
extern y8_ippsAESEncryptCBC:function
extern e9_ippsAESEncryptCBC:function
extern l9_ippsAESEncryptCBC:function
extern n0_ippsAESEncryptCBC:function
extern k0_ippsAESEncryptCBC:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:funct... | 27.820513 | 95 | 0.797235 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.