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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6d3c8628760f469af1a3f7a5902297c647f3574c | 585 | asm | Assembly | oeis/168/A168663.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/168/A168663.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/168/A168663.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A168663: a(n) = n^7*(n^6 + 1)/2.
; 0,1,4160,798255,33562624,610390625,6530486976,48444916975,274878955520,1270935305649,5000005000000,17261365815551,53496620605440,151437584670385,396857439333824,973097619609375,2251799947902976,4952289221622305,10411482738945600,21026492178064399,40960000640000000,77236189770104001,... | 53.181818 | 481 | 0.851282 |
d263bf7a45b62495744ae13cf6351973d1f7a2c6 | 1,819 | asm | Assembly | Course Experiment/Assembly Language Course Exp/No.4 Experiment/exam4-1.asm | XJDKC/University-Code-Archive | 2dd9c6edb2164540dc50db1bb94940fe53c6eba0 | [
"MIT"
] | 4 | 2019-04-01T17:33:38.000Z | 2022-01-08T04:07:52.000Z | Course Experiment/Assembly Language Course Exp/No.4 Experiment/exam4-1.asm | XJDKC/University-Code-Archive | 2dd9c6edb2164540dc50db1bb94940fe53c6eba0 | [
"MIT"
] | null | null | null | Course Experiment/Assembly Language Course Exp/No.4 Experiment/exam4-1.asm | XJDKC/University-Code-Archive | 2dd9c6edb2164540dc50db1bb94940fe53c6eba0 | [
"MIT"
] | 1 | 2021-01-06T11:04:31.000Z | 2021-01-06T11:04:31.000Z | .386
STACK SEGMENT USE16 STACK
DB 200 DUP(0)
STACK ENDS
;------------------------
DATA SEGMENT USE16
BUF DB 15 DUP('0')
DATA ENDS
;------------------------
CODE SEGMENT USE16
ASSUME CS:CODE,DS:DATA,SS:STACK
OUT_INFO MACRO A
MOV DL,A
MOV AH,2
INT 21H
ENDM
START:
MOV AX,DATA
MOV DS,AX
; MOV AL,1H
; MOV AH,35H... | 13.574627 | 47 | 0.658604 |
2209e4939ebdabf8a58bc0efa36e4838828c7a8b | 4,931 | asm | Assembly | non_regression/other_x86_linux_28.s.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | 1 | 2021-02-28T21:31:18.000Z | 2021-02-28T21:31:18.000Z | non_regression/other_x86_linux_28.s.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | non_regression/other_x86_linux_28.s.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | .file "(extract)plotport.c"
.section .rodata
.globl XX_LOWER
.type XX_LOWER, @object
XX_LOWER:
.byte 46
.size XX_LOWER, 1
# ----------------------
.globl XX_UPPER
.type XX_UPPER, @object
XX_UPPER:
.byte 39
.size XX_UPPER, 1
# ----------------------
.globl YY
.type YY, @object
YY:
.byte 124
.size YY,... | 18.399254 | 54 | 0.467045 |
ffd16fd5e98bbdcb02a7088920e1c745040218e9 | 64,453 | asm | Assembly | ltst4.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null | ltst4.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null | ltst4.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null |
_ltst4: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#endif // BENNY_MOOTEX
int
main(int argc, char **argv)
{
0: 55 push %ebp
#ifdef BENNY_MOOTEX
int i = 0;
int num_threads = NUM_THREADS;
int begin_date = 0;
int end_date = 0;
benny_thread_t ... | 34.59635 | 76 | 0.450607 |
c55e2dfbd6b422ee4b5b6809b2365150c15678b6 | 335 | asm | Assembly | oeis/122/A122625.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/122/A122625.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/122/A122625.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A122625: n_{n^2}.
; Submitted by Jamie Morken(s2)
; 1,2,3,4,5,6,7,8,9,100,122,146,172,200,230,262,296,332,370,800,883,970,1061,1156,1255,1358,1465,1576,1691,2700,2884,3074,3270,3472,3680,3894,4114,4340,4572,6400,6725,7058,7399,7748,8105,8470,8843,9224,9613,12500
add $0,1
mov $2,$0
div $2,10
mul $2,$0
mul $2,$0
mod $... | 27.916667 | 212 | 0.695522 |
cebf386c5957fc8a1ec91c10868185e7e92c9c6e | 873 | asm | Assembly | src/idt/idt.asm | AlessandroSangiuliano/Uros-microkerkel | 370eeda6161b7e5414e2aaff24d2f8b6c7d46775 | [
"MIT"
] | 3 | 2021-12-25T17:02:04.000Z | 2022-01-08T10:49:47.000Z | src/idt/idt.asm | AlessandroSangiuliano/Uros-microkerkel | 370eeda6161b7e5414e2aaff24d2f8b6c7d46775 | [
"MIT"
] | null | null | null | src/idt/idt.asm | AlessandroSangiuliano/Uros-microkerkel | 370eeda6161b7e5414e2aaff24d2f8b6c7d46775 | [
"MIT"
] | null | null | null | ; @author Alex Sangiuliano
; @email alex22_7@hotmail.com
; @create date 2021-12-25 17:49:43
; @modify date 2021-12-25 17:49:43
; @desc [description]
section .asm
global idt_load
global int21h
global no_interrupt
global enable_interrupts
global disable_interrupts
extern int21h_handler
extern no_interrupt_handler
ena... | 18.1875 | 65 | 0.722795 |
30d3e93ceda00e34f7979ebe6f153d77ad6fd42d | 6,183 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_614.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_614.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_614.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 %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1b4e0, %rsi
lea addresses_A_ht+0x19480, %rdi
nop
nop
nop
nop
cmp $9635, %r12
mov $6, %rcx
rep movsq
nop
nop
nop
nop
add $49892, %rax
lea addresses_WC_ht+0x15137, %rsi
le... | 37.932515 | 2,999 | 0.663755 |
6b3693b45fb98c3091cb3a29263a9ffff5168696 | 706 | asm | Assembly | oeis/271/A271898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/271/A271898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/271/A271898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A271898: Expansion of ( 1+x^2 ) / ( 1-4*x+5*x^2-4*x^3 ).
; Submitted by Jamie Morken(s4)
; 1,4,12,32,84,224,604,1632,4404,11872,31996,86240,232468,626656,1689244,4553568,12274676,33087840,89192252,240428512,648104148,1747043040,4709365468,12694663264,34219997876,92244137056,248655211900,670280153824,1806821104020,48... | 39.222222 | 482 | 0.783286 |
a8937fafc5cd617432f39722d1fe7ecfca3fd64c | 734 | asm | Assembly | oeis/332/A332882.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/332/A332882.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/332/A332882.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A332882: If n = Product (p_j^k_j) then a(n) = numerator of Product (1 + 1/p_j^k_j).
; Submitted by Jon Maiga
; 1,3,4,5,6,2,8,9,10,9,12,5,14,12,8,17,18,5,20,3,32,18,24,3,26,21,28,10,30,12,32,33,16,27,48,25,38,30,56,27,42,16,44,15,4,36,48,17,50,39,24,35,54,14,72,9,80,45,60,2,62,48,80,65,84,24,68,45,32,72,72,5,74,57,104... | 20.971429 | 285 | 0.543597 |
d8cb64defaf6bcb3edc896aedf9e257a1b4cca2a | 6,701 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1725.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_0xa0_notsx.log_21829_1725.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_0xa0_notsx.log_21829_1725.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 %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x9179, %rsi
lea addresses_A_ht+0x159dd, %rdi
nop
nop
nop
add %r10, %r10
mov $123, %rcx
rep movsl
nop
nop
nop
nop
and $65436, %r8
lea addresses_normal_ht+0x13f9, %r9
nop
nop
nop... | 35.08377 | 2,999 | 0.655723 |
47ccc7f60b07df97ed0cdd9ee0ff0d634c1ef215 | 813 | asm | Assembly | S4/HW_Lab/Practice_Lab1/Q5.asm | akxavier/Assignments | 968e657dcdbf78cef72d3c5450c73c341c1fa91d | [
"MIT"
] | null | null | null | S4/HW_Lab/Practice_Lab1/Q5.asm | akxavier/Assignments | 968e657dcdbf78cef72d3c5450c73c341c1fa91d | [
"MIT"
] | null | null | null | S4/HW_Lab/Practice_Lab1/Q5.asm | akxavier/Assignments | 968e657dcdbf78cef72d3c5450c73c341c1fa91d | [
"MIT"
] | null | null | null | ;print larger of two numbers
section .data
msg1 : db 'Enter first number : '
l1 : equ $-msg1
msg2 : db 'Enter second number : '
l2 : equ $-msg2
section .bss
d1 : resb 1
d2 : resb 2
section .text
global _start:
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg1
mov edx, l1
int 80h
mov eax, 3
mov ebx, 0
mov ecx, d1... | 10.986486 | 34 | 0.603936 |
1042c8153fddaf22a3313df0bbf9ff2295a32d11 | 2,952 | asm | Assembly | nRF24L01_PER_Measurement/PER_TX_27443/PER_TX/PER_TX/lib/SPIMINT.asm | TuningSweeper/nRF24L01-PSOC | 917c8fa21639a06936c7e39b7ff6a9eb802a1383 | [
"MIT"
] | null | null | null | nRF24L01_PER_Measurement/PER_TX_27443/PER_TX/PER_TX/lib/SPIMINT.asm | TuningSweeper/nRF24L01-PSOC | 917c8fa21639a06936c7e39b7ff6a9eb802a1383 | [
"MIT"
] | null | null | null | nRF24L01_PER_Measurement/PER_TX_27443/PER_TX/PER_TX/lib/SPIMINT.asm | TuningSweeper/nRF24L01-PSOC | 917c8fa21639a06936c7e39b7ff6a9eb802a1383 | [
"MIT"
] | null | null | null | ;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: SPIMINT.asm
;; Version: 2.6, Updated on 2015/3/4 at 22:27:42
;; Generated by PSoC Designer 5.4.3191
;;
;; DESCRIPTION:
;; Interrupt handler... | 31.073684 | 79 | 0.362466 |
789efc06c11abd569697366a769849e6542eedb6 | 1,809 | asm | Assembly | programs/oeis/002/A002878.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/002/A002878.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/002/A002878.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A002878: Bisection of Lucas sequence: a(n) = L(2*n+1).
; 1,4,11,29,76,199,521,1364,3571,9349,24476,64079,167761,439204,1149851,3010349,7881196,20633239,54018521,141422324,370248451,969323029,2537720636,6643838879,17393796001,45537549124,119218851371,312119004989,817138163596,2139295485799,5600748293801,14662949395604... | 150.75 | 1,676 | 0.919292 |
9a20d05c56f82dc54248024dca01fa5e1f09b0e9 | 4,683 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1_335.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1_335.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1_335.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x166d, %r11
nop
xor %r15, %r15
mov (%r11), %rbp
nop
nop
xor %r8, %r8
lea addresses_UC_ht+0x3a6d, %rbp
nop
inc %rcx
mov $0x6162636465666768, %rsi
movq %rsi, %xmm4
vmovups %ymm4,... | 20.90625 | 152 | 0.65236 |
0109f8567a77d2406b61ba7712d7c89d2cbe5e79 | 2,298 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_12_96.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_12_96.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_12_96.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 %r14
push %r15
push %r8
push %r9
push %rdx
lea addresses_A_ht+0xa1f4, %rdx
clflush (%rdx)
nop
xor $53669, %r9
movb (%rdx), %r14b
nop
nop
nop
nop
dec %r13
lea addresses_WC_ht+0xffe4, %r8
nop
nop
nop
nop
inc %r14
movw $0x6162, (%r8)
nop
xor $36485, %r14
pop %rdx... | 18.682927 | 125 | 0.637076 |
bef2eac7c3a132582e516ca3c0cafcf8c7f035f1 | 1,994 | asm | Assembly | examples/fibonacci.asm | Zottel/opencl_scad_experiment | 9226de57b05958f0299de5c2b7a8c197590f1500 | [
"Apache-2.0"
] | null | null | null | examples/fibonacci.asm | Zottel/opencl_scad_experiment | 9226de57b05958f0299de5c2b7a8c197590f1500 | [
"Apache-2.0"
] | null | null | null | examples/fibonacci.asm | Zottel/opencl_scad_experiment | 9226de57b05958f0299de5c2b7a8c197590f1500 | [
"Apache-2.0"
] | null | null | null | // Copyright 2018 Julius Roob <julius@juliusroob.de>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... | 22.404494 | 77 | 0.570211 |
60e8b3596f21b0ae896c5fd7fb9d75825245347e | 8,616 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i3-7100_9_0xca_notsx.log_21829_303.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i3-7100_9_0xca_notsx.log_21829_303.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i3-7100_9_0xca_notsx.log_21829_303.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 %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x4dcb, %r13
nop
nop
nop
and %rbx, %rbx
mov (%r13), %si
inc %rdx
lea addresses_normal_ht+0x1a5bb, %r11
nop
nop
nop
nop
sub %rsi, %rsi
mov (%r11), %r8
sub $9497, %r11
lea ad... | 30.661922 | 2,999 | 0.654828 |
e1bf62394cacbc9e347814c0ac2de07b310b83ed | 425 | asm | Assembly | oeis/283/A283557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/283/A283557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/283/A283557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A283557: The number of positive integer sequences of length n with no duplicate substrings and a minimal product (i.e., the product of the sequence is A282164(n)).
; Submitted by Jamie Morken(m4)
; 1,1,3,2,2,6,6,24,24,120
mov $1,1
lpb $0
mov $3,$2
lpb $3
add $2,1
mov $5,$0
cmp $5,0
add $0,$5
... | 18.478261 | 165 | 0.590588 |
b455a98a42a038516a2f2eec60065fe6939c038b | 442 | asm | Assembly | programs/oeis/291/A291267.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/291/A291267.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/291/A291267.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A291267: The arithmetic function v_2(n,3).
; 0,1,1,2,2,2,2,3,4,4,4,4,4,6,5,6,6,6,8,7,8,8,8,10,8,9,9,10,12,10,10,12,12,14,12,12,12,13,16,14,14,14,16,18,16,16,16,16,20,18,17,18,18,22,18,19,20,20,24,20,20,21,21,26,24,22,24,24,28
add $0,1
mov $1,$0
lpb $1
sub $1,2
mul $1,2
mov $2,$1
cmp $2,0
add $1,$2
mov $3... | 18.416667 | 182 | 0.540724 |
23b182af66fac4d8118e51f261d12c220bcc9c17 | 762 | asm | Assembly | scratchpad/AVR053/code/Device specific/m168.asm | Railstars/Aegaeon | f87a9c6d551cfef9381bc8ea77a5f870b509791b | [
"CC-BY-3.0"
] | 5 | 2015-10-08T16:23:23.000Z | 2022-02-14T09:02:41.000Z | scratchpad/AVR053/code/Device specific/m168.asm | Railstars/Aegaeon | f87a9c6d551cfef9381bc8ea77a5f870b509791b | [
"CC-BY-3.0"
] | null | null | null | scratchpad/AVR053/code/Device specific/m168.asm | Railstars/Aegaeon | f87a9c6d551cfef9381bc8ea77a5f870b509791b | [
"CC-BY-3.0"
] | 5 | 2018-06-07T08:10:01.000Z | 2021-02-27T01:05:17.000Z | ;*****************************************************************
;* - Description: Device definition file for RC Calibration
;* - File: m168.asm
;* - AppNote: AVR053 - Production calibration of the
;* RC oscillator
;*
;* - Author: Atmel Corporation: http://www.atmel.... | 27.214286 | 67 | 0.48294 |
7e50e4d73555a1f9ad793eccd3876a0132f63e65 | 35 | asm | Assembly | gfx/pokemon/sneasel/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/sneasel/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/sneasel/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 04
frame 2, 30
endanim
| 8.75 | 12 | 0.657143 |
115650cbcea4906c58328e09c233cea24a3f31a4 | 69 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=pwuz2_derefidx_vbuyy_plus_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=pwuz2_derefidx_vbuyy_plus_1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=pwuz2_derefidx_vbuyy_plus_1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | clc
lda ({z2}),y
adc #1
sta {m1}
iny
lda ({z2}),y
adc #0
sta {m1}+1
| 6.9 | 12 | 0.536232 |
dc31c37d1adfdd3a0f271b5ba9d82f7c2eebb332 | 1,318 | asm | Assembly | dino/lcs/123p/53.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 | dino/lcs/123p/53.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/123p/53.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
006080 tst.b ($53,A6)
006084 ble $60e0 [123p+ 53, enemy+53]
0060E2 tst.b ($53,A6)
0060E6 ble $6146 [123p+ 53]
009C0C tst.b ($53,A6)
009C10 bge $9c20 [123p+ 53]
01302C move.b ($a,A0), ($53,A6)
013032 tst.w (A0) [123p+ 53, enemy+53, ... | 35.621622 | 60 | 0.591047 |
0756942e393a941dd22e237c60b70874f8de2da7 | 349 | asm | Assembly | programs/oeis/000/A000120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/000/A000120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/000/A000120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A000120: 1's-counting sequence: number of 1's in binary expansion of n (or the binary weight of n).
; 0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4
mov $1,$0
lpb $... | 38.777778 | 201 | 0.56447 |
367a5658501fa5651899e9e042ff325314f86c1d | 10,545 | asm | Assembly | src/lib/cga.asm | darK-Zi0n-te4am-cr3vv/cg | ad9b7bd732fc73639ff54b611aa7eaac4560286c | [
"WTFPL"
] | 1 | 2017-08-07T10:44:00.000Z | 2017-08-07T10:44:00.000Z | src/lib/cga.asm | darK-Zi0n-te4am-cr3vv/cg | ad9b7bd732fc73639ff54b611aa7eaac4560286c | [
"WTFPL"
] | null | null | null | src/lib/cga.asm | darK-Zi0n-te4am-cr3vv/cg | ad9b7bd732fc73639ff54b611aa7eaac4560286c | [
"WTFPL"
] | null | null | null | include model.inc
include lib\cga.inc
include lib\int10.inc
include lib\status.inc
include macro.inc
.data
CGA_PIX_MASK db 00111111b, 11001111b, 11110011b, 11111100b
CGA_PIX_CMASK db 11000000b, 00110000b, 00001100b, 00000011b
CGA_HOR_LINE_MASKS db 0ffh, 0c0h, 0f0h, 0fch
CGA_HOR_LINE_PIX db 00h, 3fh, 0fh, 03h
CGA... | 13.264151 | 101 | 0.662779 |
4547308fb0689f1337cc8c6e0055a6cee178b8da | 1,166 | asm | Assembly | 8.UART.asm | hearsilent/8051-Course | 05e5c086fa40f499f901b3f2c64ec545b6449172 | [
"MIT"
] | 9 | 2015-08-08T14:05:32.000Z | 2021-11-07T01:37:58.000Z | 8.UART.asm | hearsilent/8051-Course | 05e5c086fa40f499f901b3f2c64ec545b6449172 | [
"MIT"
] | null | null | null | 8.UART.asm | hearsilent/8051-Course | 05e5c086fa40f499f901b3f2c64ec545b6449172 | [
"MIT"
] | 4 | 2015-09-03T14:50:42.000Z | 2018-04-02T04:49:12.000Z | UART_BUSY BIT 00h
SPK EQU P3.7
PROG EQU 0000h
ORG PROG+0000h
SJMP START
ORG PROG+0023h
LCALL UART_ISR
RETI
ORG PROG+0030h
START:
CLR UART_BUSY
MOV TMOD, #00100001b ; Timer1 in Mode 2, Timer0 in Mode 1
MOV TH1, #0FDh ; Baud Rate = 9600 bps at 11.0592MHz
MOV SCON, ... | 15.142857 | 70 | 0.601201 |
d1e1610adebdbe7a4f52d273d53fc96a619ccd7a | 161 | asm | Assembly | game/data/characters/characters-common-animations/characters-common-animations.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 91 | 2017-08-06T18:30:13.000Z | 2022-02-17T00:26:45.000Z | game/data/characters/characters-common-animations/characters-common-animations.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 2 | 2018-10-12T04:34:13.000Z | 2021-12-25T17:01:18.000Z | game/data/characters/characters-common-animations/characters-common-animations.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 9 | 2016-10-08T21:24:37.000Z | 2022-02-05T00:13:31.000Z | #include "game/data/characters/characters-common-animations/invisible.asm"
#include "game/data/characters/characters-common-animations/out_of_screen_bubble.asm"
| 53.666667 | 85 | 0.850932 |
a1a8b14746d1b15594387bd40fabace279890a63 | 2,391 | asm | Assembly | programs/oeis/236/A236215.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/236/A236215.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/236/A236215.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A236215: Sum of the ninth powers of the first n primes.
; 512,20195,1973320,42326927,2400274618,13004773991,131592650488,454280348267,2255433009730,16762578985599,43202201146270,173163940941347,500545875335308,1003138487272151,2122268960374918,5422032552177051,14085028370831990,25779174463666131,52985708859961078,988... | 149.4375 | 2,190 | 0.922208 |
10da3ebf44783437445ec34ca8b39106b7fa2511 | 6,419 | asm | Assembly | Object/Optimized/kernel/Scheduler.asm | collinsmichael/spartan | e0f85504d45fea8337cc3f87c357e6ac4034d3ba | [
"MIT"
] | 16 | 2018-04-24T20:50:57.000Z | 2022-01-09T22:51:35.000Z | Object/Optimized/kernel/Scheduler.asm | collinsmichael/spartan | e0f85504d45fea8337cc3f87c357e6ac4034d3ba | [
"MIT"
] | 1 | 2019-08-11T12:27:45.000Z | 2019-12-02T12:25:41.000Z | Object/Optimized/kernel/Scheduler.asm | collinsmichael/spartan | e0f85504d45fea8337cc3f87c357e6ac4034d3ba | [
"MIT"
] | 4 | 2018-07-23T20:10:19.000Z | 2021-09-29T17:23:15.000Z | ; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.40629.0
TITLE C:\Users\cex123\Desktop\FYP\develop\spartan\Source\Kernel\Thread\Scheduler\Scheduler.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
PUBLIC ??_C@_04KKJBFIJG@TASK?$AA@ ; `string'
; COMDAT ??_C@_04K... | 22.681979 | 94 | 0.632497 |
70bfe97e1abd2bbad987fc4a63d3b2d6ed6c3b48 | 19,610 | asm | Assembly | test/shld.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 147 | 2021-09-01T03:52:49.000Z | 2022-03-30T16:59:58.000Z | test/shld.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 7 | 2021-09-10T07:03:36.000Z | 2022-03-03T23:30:58.000Z | test/shld.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 19 | 2021-09-09T10:54:44.000Z | 2022-03-18T19:56:45.000Z | SECTION .text
GLOBAL test
test:
shld rax, rax, 0x5
shld rax, rbx, 0x5
shld rax, rcx, 0x5
shld rax, rdx, 0x5
shld rax, rdi, 0x5
shld rax, r8, 0x5
shld rax, r9, 0x5
shld rax, r10, 0x5
shld rax, r11, 0x5
shld rax, r12, 0x5
shld rax, r13, 0x5
shld rax, r14, 0x5
shld rax, r15, 0x5
shld rax, rsp, 0x5
shld rax, rsi, 0x5
shld ... | 19.075875 | 21 | 0.660224 |
82db30b3a375cfe6fb3a469cf24548ac39792194 | 321 | asm | Assembly | programs/oeis/137/A137993.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/137/A137993.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/137/A137993.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A137993: A014138 (= partial sums of Catalan numbers starting with 1,2,5) mod 3.
; 1,0,2,1,1,1,1,0,2,1,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2,1,2,0,1,1,1,1,2,0,1,0,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0
mov $1,$0
add $0,2
sub $2,$1
bin $2,$0
mod $2,3
dif $2,2
mov $0,$2
add $0,1... | 26.75 | 161 | 0.560748 |
867b725efdab6bdf97b0a1c3611626340e52f48e | 1,723 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_11_575.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_11_575.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_11_575.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 %r8
push %rbp
push %rcx
push %rdi
push %rdx
// Store
mov $0xd60, %rcx
and %rbp, %rbp
movb $0x51, (%rcx)
sub $63357, %rbp
// Store
mov $0xa10, %r10
nop
nop
nop
nop
and $41180, %r11
mov $0x515253545556575... | 18.526882 | 122 | 0.627394 |
06f61836ca8eedc8a3c9745712b577b5e0bd2745 | 183 | asm | Assembly | examples/benchmark/fake_program/program.asm | pacbypass/og_mesos_fuzzer | ad932fe477b04b6083d69034be9d8879a8f8da1a | [
"MIT"
] | null | null | null | examples/benchmark/fake_program/program.asm | pacbypass/og_mesos_fuzzer | ad932fe477b04b6083d69034be9d8879a8f8da1a | [
"MIT"
] | null | null | null | examples/benchmark/fake_program/program.asm | pacbypass/og_mesos_fuzzer | ad932fe477b04b6083d69034be9d8879a8f8da1a | [
"MIT"
] | null | null | null | [bits 64]
section .code
global mainCRTStartup
mainCRTStartup:
; This should be at program.exe+0x1000
nop
; This should be at program.exe+0x1001
jmp mainCRTStartup
| 14.076923 | 42 | 0.715847 |
737b341d29abfb9636b0c2d56afd460c7d569668 | 6,919 | asm | Assembly | Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xa0.log_21829_29.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xa0.log_21829_29.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xa0.log_21829_29.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_D_ht+0x18850, %rax
nop
cmp $1623, %r11
mov (%rax), %edi
nop
nop
dec %r14
lea addresses_WC_ht+0x16c44, %rsi
nop
nop
nop
nop
cmp %rbp, %rbp
mov (%rsi), %ax
nop
nop
and %rax, %rax
lea ... | 31.884793 | 2,999 | 0.649516 |
02da925123c4d5010d9d32dbb8702e8b63bf6c2f | 473 | asm | Assembly | oeis/301/A301483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/301/A301483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/301/A301483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A301483: a(n) = floor(a(n-1)/(2^(1/3)-1) with a(1)=1.
; Submitted by Christian Krause
; 1,3,11,42,161,619,2381,9160,35241,135583,521631,2006882,7721121,29705639,114287161,439699520,1691665681,6508382763,25039844851,96336348522,370636962881,1425959779059,5486126574341,21106896023080,81205027571321,312421897357543
mov... | 23.65 | 227 | 0.689218 |
440370512a9e1fcf62d09932d64706333bfa7170 | 2,796 | asm | Assembly | Driver/Font/Bitstream/Main/mainEscape.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Font/Bitstream/Main/mainEscape.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Font/Bitstream/Main/mainEscape.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1993 -- All Rights Reserved
PROJECT: GEOS Bitstream Font Driver
MODULE: Main
FILE: mainEscape.asm
AUTHOR: Brian Chin
FUNCTIONS:
Scope Name Description
----- ---- -----------
EXT BitstremFontEscape Ha... | 27.411765 | 84 | 0.589771 |
50ed65d943e59d2f8de620fcac0a6b38d4f119ca | 654 | asm | Assembly | oeis/342/A342415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/342/A342415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/342/A342415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A342415: a(n) = phi(n) / gcd(phi(n),A003415(n)), where A003415(n) is the arithmetic derivative of n, and phi is Euler totient function.
; Submitted by Simon Strandgaard
; 1,1,2,1,4,2,6,1,1,4,10,1,12,2,1,1,16,2,18,1,6,10,22,2,2,4,2,3,28,8,30,1,10,16,2,1,36,6,3,4,40,12,42,5,8,22,46,1,3,4,8,3,52,2,5,6,18,28,58,4,60,10,1... | 54.5 | 244 | 0.61315 |
708980581c7190cb3ff4c110ee861b8f40f795ea | 2,059 | asm | Assembly | Snippeturi/fibonacci_lgput.asm | DanBrezeanu/IOCLA | 1a22cc2949afc72818289f47288e32004f633fd1 | [
"MIT"
] | 2 | 2019-11-18T15:56:21.000Z | 2020-01-18T01:22:37.000Z | Snippeturi/fibonacci_lgput.asm | zatbogdan99/IOCLA | 3d499ad18624f571e6c49ff891649a05ac9908e4 | [
"MIT"
] | null | null | null | Snippeturi/fibonacci_lgput.asm | zatbogdan99/IOCLA | 3d499ad18624f571e6c49ff891649a05ac9908e4 | [
"MIT"
] | null | null | null | %include "io.inc"
section .data
a11 dd 0
a12 dd 1
a21 dd 1
a22 dd 1
b11 dd 1
b12 dd 0
b21 dd 0
b22 dd 1
aux11 dd 0
aux12 dd 0
aux21 dd 0
aux22 dd 0
section .bss
n: resb 4
section .text
global CMAIN
CMAIN:
mov ebp, esp; for correct debugging
;mov eax, 3
;mov ebx, 0
;mov ecx, n
;mov edx, 4
;i... | 18.061404 | 45 | 0.495386 |
82227efcae435a49fcdc1b7c7b848608ac670a11 | 763 | asm | Assembly | programs/oeis/212/A212291.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212291.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212291.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212291: Number of permutations of n elements with at most one fixed point.
; 1,1,1,5,17,89,529,3709,29665,266993,2669921,29369141,352429681,4581585865,64142202097,962133031469,15394128503489,261700184559329,4710603322067905,89501463119290213,1790029262385804241,37590614510101889081,826993519222241559761,190208509421... | 95.375 | 531 | 0.882045 |
a9f1ed8122cf6c4da8793059fb5ae19544926cb3 | 24 | asm | Assembly | asminator/Debug/literaltest.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | asminator/Debug/literaltest.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | asminator/Debug/literaltest.asm | mgohde/MiniMicroII | 28351912580956551041fe00ebcbd320562a617e | [
"BSD-2-Clause"
] | null | null | null | ldl $10
and r7,7,r0
hlt
| 6 | 11 | 0.666667 |
cf921eaba64b9b55144f73a5121b31928a08e2a9 | 121 | asm | Assembly | src/main/fragment/mos6502-common/vdum1=vduc1_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vdum1=vduc1_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vdum1=vduc1_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | clc
adc #<{c1}
sta {m1}
lda #>{c1}
adc #0
sta {m1}+1
lda #<{c1}>>$10
adc #0
sta {m1}+2
lda #>{c1}>>$10
adc #0
sta {m1}+3
| 9.307692 | 15 | 0.512397 |
e78ceb08c9e3f5a0a159c2b5c29b74c5bd36c042 | 646 | asm | Assembly | src/firmware-tests/Platform/Main/Reset/BrownOutResetTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Main/Reset/BrownOutResetTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Main/Reset/BrownOutResetTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "TestFixture.inc"
#include "../ResetMocks.inc"
radix decimal
extern main
BrownOutResetTest code
global testArrange
global testAssert
testArrange:
fcall initialiseResetMocks
testAct:
fcall main
testAssert:
banksel calledInitialiseAfterBrownOutRese... | 23.071429 | 110 | 0.801858 |
0d0a439b6674b3f2feb4181ca4a2d564f4eabfd2 | 4,935 | asm | Assembly | 8088/demo/moire/moire.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/demo/moire/moire.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/demo/moire/moire.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | org 0x100
%include "../defaults_common.asm"
demoAPI EQU 0F8h
; Determine if loader is present, and abort if not
; First, check to see if the API is even present.
; If not, don't try to call anything since it will hang the system.
xor bx,bx
mov es,bx
mov di,(demoAPI * 4)+2 ;check to see if our INT i... | 18.277778 | 75 | 0.633637 |
ba37d4f9999ee1d87b9df58d5bee73202609110d | 561 | asm | Assembly | oeis/017/A017452.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017452.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017452.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017452: a(n) = (11*n + 5)^4.
; 625,65536,531441,2085136,5764801,12960000,25411681,45212176,74805201,116985856,174900625,252047376,352275361,479785216,639128961,835210000,1073283121,1358954496,1698181681,2097273616,2562890625,3102044416,3722098081,4430766096,5236114321,6146560000,7170871761,8318169616,9597924961,1101... | 80.142857 | 499 | 0.857398 |
342845c3d1861732b6ab48ce205bc97adfd421fb | 1,174 | asm | Assembly | src/kernel/interrupts/irqs_handler.asm | thpertic/LostOS | e3a8ad1f31002620c401484e7cfd9e7a6462a2d9 | [
"MIT"
] | 8 | 2019-06-03T14:08:33.000Z | 2020-04-06T21:41:43.000Z | src/kernel/interrupts/irqs_handler.asm | thpertic/LostOS | e3a8ad1f31002620c401484e7cfd9e7a6462a2d9 | [
"MIT"
] | null | null | null | src/kernel/interrupts/irqs_handler.asm | thpertic/LostOS | e3a8ad1f31002620c401484e7cfd9e7a6462a2d9 | [
"MIT"
] | null | null | null | ; define a macro, taking one parameter
; %1 accesses the first parameter, %2 the second.
%macro IRQ 2
global irq%1
irq%1:
cli
push byte 0 ; Note that these don't push an error code on the stack:
; We need to push a dummy error code
push byte %2
jmp irq... | 18.34375 | 100 | 0.60477 |
e1c764e2888f8b7d36be33a9a9db4fb3bdc1c95d | 2,794 | asm | Assembly | src/zf_lib/zf_gfx.asm | tangent3D/Z-FIGHTER | dc8049079761239d5314bdf750a5f9e6d4a0a953 | [
"MIT"
] | 5 | 2021-08-24T23:16:16.000Z | 2022-01-22T02:31:50.000Z | src/zf_lib/zf_gfx.asm | tangent3D/Z-FIGHTER | dc8049079761239d5314bdf750a5f9e6d4a0a953 | [
"MIT"
] | null | null | null | src/zf_lib/zf_gfx.asm | tangent3D/Z-FIGHTER | dc8049079761239d5314bdf750a5f9e6d4a0a953 | [
"MIT"
] | null | null | null | ; graphics library implementation for z-fighter
; by xrrawva 2021
EXTERN _screen_w
EXTERN _screen_h
EXTERN _color
EXTERN _screen
SCREEN_W equ _screen_w
SCREEN_H equ _screen_h
SECTION code_user
; void block(const unsigned char* blockPattern, unsigned char blockX, unsigned char blockY)
PUBLIC _block
_block:
; prepa... | 17.572327 | 91 | 0.552255 |
10dba1d7365660e3c70fcf77683e05be9e70ac75 | 854 | asm | Assembly | oeis/062/A062032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062032: Group odd numbers into (1), (3,5), (7,9,11),(13,15,17,19),...; a(n) = product of n-th group.
; Submitted by Christian Krause
; 1,15,693,62985,9454725,2118331215,662496582825,275735605996305,147364622598587625,98358760729571316975,80185770642041047108125,78405694972326706112753625,9056961290269510743161949412... | 32.846154 | 490 | 0.762295 |
7d4908921f89842b74b8a74f5ac8af3ce4051a07 | 607 | asm | Assembly | programs/oeis/070/A070939.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070939.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070939.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A070939: Length of binary representation of n.
; 1,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8... | 60.7 | 501 | 0.520593 |
dbf2cde380df6f18a42c526610a49e76847d35f7 | 392 | asm | Assembly | programs/oeis/105/A105946.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/105/A105946.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/105/A105946.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A105946: C(n+5,n)*C(n+3,3).
; 1,24,210,1120,4410,14112,38808,95040,212355,440440,858858,1589952,2815540,4798080,7907040,12651264,19718181,30020760,44753170,65456160,94093230,133138720,185679000,255528000,347358375,466849656,620854794,817586560,1066825320
mov $2,5
add $2,$0
cal $0,108647 ; a(n) = (n+1)^2*(n+2)^2*(n+3... | 30.153846 | 226 | 0.709184 |
bec20ebec9868dd6da530f2259152c5b56779cfb | 434 | asm | Assembly | oeis/126/A126276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/126/A126276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/126/A126276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A126276: Moment of inertia of all magic cubes of order n.
; Submitted by Jamie Morken(s2)
; 18,504,5200,31500,136710,471968,1378944,3547800,8258250,17728920,35603568,67606084,122399550,212688000,356602880,579419568,915652674,1411582200,2128266000,3145097340,4563969718,6514114464,9157680000,12696125000,17377501050
mo... | 25.529412 | 224 | 0.75576 |
eb1b79ffb00ec076c1604fa6392c92930121e743 | 6,152 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1083.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_0xca_notsx.log_21829_1083.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_0xca_notsx.log_21829_1083.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 %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x5f1c, %rax
nop
nop
nop
nop
sub %r14, %r14
mov (%rax), %r15d
nop
nop
cmp $28424, %r9
lea addresses_UC_ht+0x11a3c, %r13
nop
add %r11, %r11
mov (%r13), %r15d
nop
n... | 38.45 | 2,999 | 0.656047 |
fdfe0050c475d03901d1f9b7bffbf88956273a20 | 1,654 | asm | Assembly | ROM/include/cmds_P.asm | mspeculatrix/Zolatron64 | 030c8c60ae4776bcc75c7b00cb061c265549e235 | [
"MIT"
] | null | null | null | ROM/include/cmds_P.asm | mspeculatrix/Zolatron64 | 030c8c60ae4776bcc75c7b00cb061c265549e235 | [
"MIT"
] | null | null | null | ROM/include/cmds_P.asm | mspeculatrix/Zolatron64 | 030c8c60ae4776bcc75c7b00cb061c265549e235 | [
"MIT"
] | 1 | 2021-12-01T17:51:03.000Z | 2021-12-01T17:51:03.000Z | \ ------------------------------------------------------------------------------
\ --- CMD: PEEK : EXAMINE BYTE IN MEMORY
\ ------------------------------------------------------------------------------
.cmdprcPEEK
jsr read_hex_addr ; Get address - puts bytes in FUNC_RES_L, FUNC_RES_H
lda FUNC_ERR
bne c... | 37.590909 | 80 | 0.500605 |
6dbcc358936af46446c6df580e55f16a3ec368c0 | 307 | asm | Assembly | programs/oeis/268/A268355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/268/A268355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/268/A268355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A268355: Highest power of 8 dividing n.
; 1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,64,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,8,1,1,1,1
add $0,1
mov $1,1
lpb $0
dif $0,8
mul $1,8
lpe
mov $0,$1
| 27.909091 | 202 | 0.534202 |
78705162ce107260ab54d1832717193165c664d5 | 2,012 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_10_276.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_10_276.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_10_276.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 %r15
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13ac0, %rcx
nop
nop
nop
nop
nop
add %r11, %r11
movups (%rcx), %xmm4
vpextrq $0, %xmm4, %rsi
nop
nop
nop
add $28319, %r15
lea addresses_UC_ht+0x15c70, %rsi
lea addresses_A_ht+0x13980, ... | 17.80531 | 147 | 0.654573 |
6b02b56f04ee19ae886ef2d5f04fa773f5a9ccc9 | 4,896 | asm | Assembly | transformy/tables/gen/002e.asm | mborik/regression | 25b5f2204ce668594449e8ce804779288b895ac0 | [
"MIT"
] | 3 | 2019-09-18T05:34:22.000Z | 2020-12-04T17:46:52.000Z | transformy/tables/gen/002e.asm | mborik/regression | 25b5f2204ce668594449e8ce804779288b895ac0 | [
"MIT"
] | null | null | null | transformy/tables/gen/002e.asm | mborik/regression | 25b5f2204ce668594449e8ce804779288b895ac0 | [
"MIT"
] | 1 | 2020-01-17T01:04:24.000Z | 2020-01-17T01:04:24.000Z | ld a, 3
ld (basescradr + #04ee), a
ld (basescradr + #0b0c), a
ld (basescradr + #0b2b), a
ld (basescradr + #0bcb), a
ld (basescradr + #0ccb), a
ld (basescradr + #100d), a
ld a, 255
ld hl, basescradr + #082c
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld hl, basescradr + #086b
ld (hl), a
... | 21.568282 | 28 | 0.558619 |
44810608e63e2f5008664da9e831f9fe4551177d | 3,576 | asm | Assembly | sys-win32-x86.asm | mras0/forth | 24b76c06969958d37582237e9372e809a207bd2b | [
"MIT"
] | 10 | 2019-09-25T18:16:17.000Z | 2021-12-06T11:48:48.000Z | sys-win32-x86.asm | mras0/forth | 24b76c06969958d37582237e9372e809a207bd2b | [
"MIT"
] | null | null | null | sys-win32-x86.asm | mras0/forth | 24b76c06969958d37582237e9372e809a207bd2b | [
"MIT"
] | 1 | 2021-05-14T17:18:53.000Z | 2021-05-14T17:18:53.000Z | global _mainCRTStartup
extern _CreateFileA@28
extern _CloseHandle@4
extern _ReadFile@20
extern _WriteFile@20
extern _GetStdHandle@4
extern _ExitProcess@4
extern _GetCommandLineW@0
extern _CommandLineToArgvW@8
%define GENERIC_READ 0x800... | 25.913043 | 80 | 0.554251 |
d27848e9fafcfb1c5adbd86e50939fe08b2bc3fa | 78,089 | asm | Assembly | drivers/video/ms/vga/disp/8bpp/i386/fastline.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | drivers/video/ms/vga/disp/8bpp/i386/fastline.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | drivers/video/ms/vga/disp/8bpp/i386/fastline.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;---------------------------Module-Header------------------------------;
; Module Name: fastline.asm
;
; This module goes completely overboard in trying to do fast lines.
; It handles only solid R2_COPYPEN unclipped lines.
;
; Unfortunately, I know of only 4 performance tricks:
;
; 1) Most VGAs can co-proces... | 32.003689 | 81 | 0.452048 |
6d59d5d2d4c15e18d438741610a0ca62bb9c5968 | 296 | asm | Assembly | examples/elfexe/dynamic/hello64.asm | scientech-com-ua/case | 04fcd96f47d8dc4dcb25c301bc461a5ae0b1df01 | [
"BSD-2-Clause"
] | 17 | 2015-03-02T14:27:44.000Z | 2021-04-19T18:52:18.000Z | examples/elfexe/dynamic/hello64.asm | scientech-com-ua/case | 04fcd96f47d8dc4dcb25c301bc461a5ae0b1df01 | [
"BSD-2-Clause"
] | 1 | 2020-08-03T10:50:49.000Z | 2020-08-03T10:50:49.000Z | examples/elfexe/dynamic/hello64.asm | scientech-com-ua/case | 04fcd96f47d8dc4dcb25c301bc461a5ae0b1df01 | [
"BSD-2-Clause"
] | 2 | 2016-06-13T21:48:10.000Z | 2021-05-15T07:48:24.000Z |
format ELF64 executable 3
entry start
include 'import64.inc'
interpreter '/lib64/ld-linux-x86-64.so.2'
needed 'libc.so.6'
import printf,exit
segment readable executable
start:
lea rdi,[msg]
xor eax,eax
call [printf]
call [exit]
segment readable writeable
msg db 'Hello world!',0xA,0
| 12.333333 | 41 | 0.739865 |
8813158ae38a1afd68e90b577d936e7fca37f2b0 | 139 | asm | Assembly | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/srand_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/srand_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/srand_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void srand_fastcall(unsigned int seed)
SECTION code_stdlib
PUBLIC _srand_fastcall
EXTERN asm_srand
defc _srand_fastcall = asm_srand
| 12.636364 | 40 | 0.827338 |
003ca78bb8b76bc5f3c94fd9bba79f75f96a50df | 2,439 | asm | Assembly | src/boot/boot.asm | WPrductions/GatorOS | 090c5f38b01364d6a8de4b7e860841f2a7581349 | [
"Apache-2.0"
] | null | null | null | src/boot/boot.asm | WPrductions/GatorOS | 090c5f38b01364d6a8de4b7e860841f2a7581349 | [
"Apache-2.0"
] | null | null | null | src/boot/boot.asm | WPrductions/GatorOS | 090c5f38b01364d6a8de4b7e860841f2a7581349 | [
"Apache-2.0"
] | null | null | null | ORG 0x7C00
BITS 16
CODE_SEG equ gdt_code - gdt_start
DATA_SEG equ gdt_data - gdt_start
_start:
jmp short init
nop
times 33 db 0
init:
jmp 0:start
start:
cli ; Clear Interupts
; set segmat Registers
mov ax, 0x00
mov ds, ax
mov es, ax
; set stack Register
mov ss, ax
mov sp, 0x7C00
sti ; En... | 17.673913 | 63 | 0.659697 |
8b7040106f0279e323c6f896629d8826f596db96 | 684 | asm | Assembly | oeis/305/A305497.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/305/A305497.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/305/A305497.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A305497: The largest positive even integer that can be represented with n digits in base 3/2.
; 2,4,8,14,22,34,52,80,122,184,278,418,628,944,1418,2128,3194,4792,7190,10786,16180,24272,36410,54616,81926,122890,184336,276506,414760,622142,933214,1399822,2099734,3149602,4724404,7086608,10629914,15944872,23917310,3587596... | 48.857143 | 495 | 0.807018 |
3c121746f5a9eae034530255f4b354b2229e17fd | 168 | asm | Assembly | src/instruction-test/mov.asm | brgmnn/uob-cpu-simulator | e2a5367974e2712013409c7601274927d4023902 | [
"MIT"
] | null | null | null | src/instruction-test/mov.asm | brgmnn/uob-cpu-simulator | e2a5367974e2712013409c7601274927d4023902 | [
"MIT"
] | null | null | null | src/instruction-test/mov.asm | brgmnn/uob-cpu-simulator | e2a5367974e2712013409c7601274927d4023902 | [
"MIT"
] | null | null | null | # 'mov' test case code
# modifying this code with cause tests to fail!
mov r0, #1
mov r1, r0
addr8:
mov r2, r1
mov r3, $addr8
mov q0,#100.0
mov q1,q0
mov q2,q1 | 14 | 47 | 0.654762 |
82a9fda8b70795a0f02fea3493a77a85cdc9058d | 1,676 | asm | Assembly | programs/oeis/069/A069131.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/069/A069131.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/069/A069131.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A069131: Centered 18-gonal numbers.
; 1,19,55,109,181,271,379,505,649,811,991,1189,1405,1639,1891,2161,2449,2755,3079,3421,3781,4159,4555,4969,5401,5851,6319,6805,7309,7831,8371,8929,9505,10099,10711,11341,11989,12655,13339,14041,14761,15499,16255,17029,17821,18631,19459,20305,21169,22051,22951,23869,24805,25759,2673... | 209.5 | 1,598 | 0.833532 |
e1af763aa72917bbeccbd495a933472d49cc21eb | 766,430 | asm | Assembly | kernel.asm | chendoy/xv6-paging | 26618772394cf6a23aa0a357e862296f92096892 | [
"MIT-0"
] | null | null | null | kernel.asm | chendoy/xv6-paging | 26618772394cf6a23aa0a357e862296f92096892 | [
"MIT-0"
] | null | null | null | kernel.asm | chendoy/xv6-paging | 26618772394cf6a23aa0a357e862296f92096892 | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... | 39.055748 | 144 | 0.526781 |
ad76fdd5c3570366b4ebf41972108609257bba15 | 7,826 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_2689_2447.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_2689_2447.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_2689_2447.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 %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x845, %r14
nop
nop
nop
nop
nop
cmp %rsi, %rsi
movb $0x61, (%r14)
nop
nop
cmp %rax, %rax
lea addresses_UC_ht+0x9445, %rsi
lea addresses_A_ht+0x1b505, %rdi
nop
nop
nop
dec %r10
... | 34.026087 | 2,999 | 0.659341 |
888f0bdb66d3bffd99cffcca5823b111939334cb | 617 | asm | Assembly | programs/oeis/050/A050603.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/050/A050603.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/050/A050603.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A050603: A001511 with every term repeated.
; 1,1,2,2,1,1,3,3,1,1,2,2,1,1,4,4,1,1,2,2,1,1,3,3,1,1,2,2,1,1,5,5,1,1,2,2,1,1,3,3,1,1,2,2,1,1,4,4,1,1,2,2,1,1,3,3,1,1,2,2,1,1,6,6,1,1,2,2,1,1,3,3,1,1,2,2,1,1,4,4,1,1,2,2,1,1,3,3,1,1,2,2,1,1,5,5,1,1,2,2,1,1,3,3,1,1,2,2,1,1,4,4,1,1,2,2,1,1,3,3,1,1,2,2,1,1,7,7,1,1,2,2,1,1,3,3,1... | 51.416667 | 501 | 0.52188 |
37834d5b0eb9f0d671102069d07dfcd48c70a753 | 947 | asm | Assembly | src/video/luminance-chars.asm | SvenMichaelKlose/nipkow | 93cd708484fded177d27e50cb76e3cac1a5ada9a | [
"MIT"
] | 4 | 2015-05-21T11:18:42.000Z | 2021-11-20T00:00:33.000Z | src/video/luminance-chars.asm | SvenMichaelKlose/nipkow | 93cd708484fded177d27e50cb76e3cac1a5ada9a | [
"MIT"
] | null | null | null | src/video/luminance-chars.asm | SvenMichaelKlose/nipkow | 93cd708484fded177d27e50cb76e3cac1a5ada9a | [
"MIT"
] | 1 | 2021-02-14T14:27:28.000Z | 2021-02-14T14:27:28.000Z | luminances:
l0:
%11111111
%11111111
%11111111
%11111111
%11111111
%11111111
%11111111
%11111111
l1:
%11111111
%11111111
%11111111
%01010101
%11111111
%11111111
%11111111
%01010101
l2:
%11111111
%01010101
%11111111
%11111111
%01010101
... | 11.691358 | 13 | 0.56811 |
d28e7d76a723ab32fcd995de0b684324d65ced93 | 732 | asm | Assembly | oeis/081/A081904.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/081/A081904.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/081/A081904.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A081904: A sequence related to binomial(n+6, 6).
; Submitted by Jon Maiga
; 1,9,60,344,1794,8754,40636,181380,784251,3302451,13598280,54922860,218131380,853586100,3296508840,12581531064,47510175861,177681098205,658665849636,2422018974096,8840103322374,32044237392726,115417729279620,413255236888476,1471500113899311,52... | 33.272727 | 483 | 0.795082 |
136497a791c83d81d5566d8dbdee3ecdbfddd676 | 7,887 | asm | Assembly | 07/StackArithmetic_tests/StackTest/StackTest.asm | ashiroji/Nand2Tetris | 1eba908d0134ecbc7c6e8e252558caa8725ed70c | [
"MIT"
] | null | null | null | 07/StackArithmetic_tests/StackTest/StackTest.asm | ashiroji/Nand2Tetris | 1eba908d0134ecbc7c6e8e252558caa8725ed70c | [
"MIT"
] | null | null | null | 07/StackArithmetic_tests/StackTest/StackTest.asm | ashiroji/Nand2Tetris | 1eba908d0134ecbc7c6e8e252558caa8725ed70c | [
"MIT"
] | null | null | null | //push constant 17
@17 //A=index
D=A //D is now the constant
@SP
A=M //A = @SP
M=D //M[A] = value to push
@SP
M=M+1 //sp+1
//push constant 17
@17 //A=index
D=A //D is now the constant
@SP
A=M //A = @SP
M=D //M[A] = value to push
@SP
M=M+1 //sp+1
//eq
@SP
AM=M-1 //AM[SP] = M[SP] - 1 e.g @y
D=M //D = M[@... | 17.843891 | 35 | 0.478636 |
86f62644f7618d8f19000bcbfe8a70962960a345 | 830 | asm | Assembly | programs/oeis/324/A324472.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/324/A324472.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/324/A324472.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A324472: a(n) = 1000 mod n.
; 0,0,1,0,0,4,6,0,1,0,10,4,12,6,10,8,14,10,12,0,13,10,11,16,0,12,1,20,14,10,8,8,10,14,20,28,1,12,25,0,16,34,11,32,10,34,13,40,20,0,31,12,46,28,10,48,31,14,56,40,24,8,55,40,25,10,62,48,34,20,6,64,51,38,25,12,76,64,52,40,28,16,4,76,65,54,43,32,21,10,90,80,70,60,50,40,30,20,10,0,91,82,73,64,5... | 118.571429 | 767 | 0.663855 |
63d2ce72b3eb9a1b67616539f75e40291b1c7bc9 | 4,932 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1389.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_0xa0.log_21829_1389.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_0xa0.log_21829_1389.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 %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x65c7, %rsi
lea addresses_WT_ht+0x7cc7, %rdi
nop
dec %rbx
mov $80, %rcx
rep movsw
nop
nop
nop
nop
nop
cmp %r15, %r15
lea addresses_WT_ht+0x7797, %r13
xor $13500, %r9
movl $0x61626364, (%... | 46.971429 | 2,999 | 0.662409 |
1240c89b9ea97ae74d1f6266701c7ef01abc557f | 691 | asm | Assembly | oeis/126/A126967.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/126/A126967.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/126/A126967.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A126967: Expansion of e.g.f.: sqrt(1+4*x)/(1+2*x).
; Submitted by Christian Krause
; 1,0,-4,48,-624,9600,-175680,3790080,-95235840,2752081920,-90328089600,3328103116800,-136191650918400,6131573025177600,-301213549769932800,16030999766605824000,-918678402394841088000,56387623092958789632000,-3690023220507773140992000,... | 38.388889 | 473 | 0.800289 |
997d3ebbaf45e2f52c3c6b6a7c280e9ded3065d0 | 1,949 | asm | Assembly | python_src/other/export/screen_3_4.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 43 | 2017-10-21T23:01:25.000Z | 2022-02-21T17:45:11.000Z | python_src/other/export/screen_3_4.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | null | null | null | python_src/other/export/screen_3_4.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 6 | 2017-10-23T05:48:50.000Z | 2022-01-06T03:11:49.000Z | org $0000
; Object types
OBJECT_NONE EQU 0
OBJECT_SWITCH EQU 1
OBJECT_DOOR EQU 2
OBJECT_DOOR_DESTROY EQU 3
OBJECT_FLOOR_DESTROY EQU 4
OBJECT_WALL_DESTROY EQU 5
OBJECT_BOX_LEFT EQU 6
OBJECT_BOX_RIGHT EQU 7
OBJECT_JAR EQU 8
OBJECT_TELEPORTER EQU 9
; Pickable object types
OBJECT_KEY_GREEN EQU 11
OBJECT_KEY_BLUE EQU... | 29.089552 | 60 | 0.66393 |
5c79bfd37a25471ace1735d39edf4a1ec4395ab1 | 663 | asm | Assembly | programs/oeis/131/A131865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/131/A131865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/131/A131865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A131865: Partial sums of powers of 16.
; 1,17,273,4369,69905,1118481,17895697,286331153,4581298449,73300775185,1172812402961,18764998447377,300239975158033,4803839602528529,76861433640456465,1229782938247303441,19676527011956855057,314824432191309680913,5037190915060954894609,80595054640975278313745,12895208742556044... | 73.666667 | 571 | 0.900452 |
9b765adee1e3329bae69baf134a51bea0e3f1817 | 3,685 | asm | Assembly | src/posix/ucontext_asm.asm | KristianJerpetjon/IncludeOS | 367a1dcefafd6f9618e5373c9133839f9ee2d675 | [
"Apache-2.0"
] | 1 | 2019-09-14T09:58:20.000Z | 2019-09-14T09:58:20.000Z | src/posix/ucontext_asm.asm | KristianJerpetjon/IncludeOS | 367a1dcefafd6f9618e5373c9133839f9ee2d675 | [
"Apache-2.0"
] | 1 | 2016-06-28T13:30:26.000Z | 2016-06-28T13:30:26.000Z | src/posix/ucontext_asm.asm | KristianJerpetjon/IncludeOS | 367a1dcefafd6f9618e5373c9133839f9ee2d675 | [
"Apache-2.0"
] | 1 | 2019-09-14T09:58:31.000Z | 2019-09-14T09:58:31.000Z | USE32
extern errno
global getcontext
global setcontext
global restore_context_stack
%define EINVAL (22)
%define NULL (0)
%define sizeof_size_t (4)
struc ucontext_t
.uc_link: resd 1
.uc_stack: resb 12
.uc_mcontext: resb 40
endstruc
struc stack_t
.ss_sp: resd 1
.ss_size: resd 1
.ss_flags: res... | 22.469512 | 80 | 0.544369 |
53cd6a2fac31864e8a063271faf2f4ac1da493e2 | 1,742 | asm | Assembly | SumoBot_Code_Dev/SumoRing/asm/src/lcd_demo_leds.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | 5 | 2017-04-17T15:11:40.000Z | 2021-12-13T23:52:09.000Z | SumoBot_Code_Dev/SumoRing/asm/src/lcd_demo_leds.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | SumoBot_Code_Dev/SumoRing/asm/src/lcd_demo_leds.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | /*
* LCD_CDM-16100 Demo Board LEDs
*
* org: 10/13/2014
* auth: Nels "Chip" Pearson
*
* Target: LCD_CDM-116100 Demo Board w/ 3 LEDs
*
* Resources
* SRAM
*
* IO
*
*/
.equ LED_GREEN = PORTB6
.equ LED_RED = PORTB7
.equ LED_YELLOW = PORTB0
.DSEG
led_count: .BYTE 1
.CSEG
init_led_io:
; Disable /RST with f... | 13.29771 | 46 | 0.737084 |
3a2d3135271a337c4bef7aa6adb56d666e15fe37 | 699 | asm | Assembly | programs/oeis/070/A070390.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070390.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070390.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070390: a(n) = 5^n mod 44.
; 1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,1,5,25,37,9,... | 63.545455 | 601 | 0.572246 |
483dfd6c70b9da84cc7810954062dd62fac783eb | 28,188 | asm | Assembly | engine/pokemon/move_mon.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | engine/pokemon/move_mon.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | engine/pokemon/move_mon.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | RANDY_OT_ID EQU 01001
TryAddMonToParty:
; Check if to copy wild mon or generate a new one
; Whose is it?
ld de, wPartyCount
ld a, [wMonType]
and $f
jr z, .getpartylocation ; PARTYMON
ld de, wOTPartyCount
.getpartylocation
; Do we have room for it?
ld a, [de]
inc a
cp PARTY_LENGTH + 1
ret nc
; Increase the... | 15.212089 | 82 | 0.69746 |
15d5f140f1211fec9ae1041e0b1daed6284d8c4a | 86,704 | asm | Assembly | target/cos_117/disasm/iop_overlay1/GRUDIS.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/GRUDIS.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/GRUDIS.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x2921- f:00024 d: 289 | OR[289] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x2930- f:00024 d: 304 | OR[304] = A
... | 85.003922 | 127 | 0.469159 |
28fc3a6557befe36df1a4a63d65257ae5d97ad22 | 661 | asm | Assembly | mc-sema/validator/x86/tests/ORPSrr.asm | iblumenfeld/mcsema | a21f03428638bf80099c2859e0a9736573da75d9 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/ORPSrr.asm | iblumenfeld/mcsema | a21f03428638bf80099c2859e0a9736573da75d9 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/ORPSrr.asm | iblumenfeld/mcsema | a21f03428638bf80099c2859e0a9736573da75d9 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; allocate 16 byte aligned stack space for the packed values
lea ecx, [esp-33]
and ecx, 0xfffffff0
; load a 128 bit value into xmm0
mov DWORD [ecx], 0x55555555
mov DWORD [ecx+4], 0x14530451
mov DWORD [ecx+8], 0x1badb002
mov DWORD [... | 19.441176 | 60 | 0.757943 |
19fe2467802564f42e29b4c6212c9e04976f1453 | 1,157 | asm | Assembly | verify/alfy/7_bonus/access_with_array_item.alfy.asm | alexandruradovici/alf-alfy-asm-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | null | null | null | verify/alfy/7_bonus/access_with_array_item.alfy.asm | alexandruradovici/alf-alfy-asm-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | 2 | 2017-05-18T20:29:57.000Z | 2017-05-19T19:03:07.000Z | verify/alfy/7_bonus/access_with_array_item.alfy.asm | alexandruradovici/alf-alfy-asm-language-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | null | null | null |
; script
start:
; attribution
; value int 5
set r2 5
; element of array int: r3
; p: r4
set r4 36
; value int 5
set r5 5
set r6 4
mul r5 r5 r6
add r3 r4 r5
store r3 r2
; attribution
; value int 7... | 21.830189 | 38 | 0.374244 |
ec948922834505bc27613c7ef21449cbc4938395 | 760 | asm | Assembly | oeis/076/A076664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/076/A076664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/076/A076664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A076664: a(n) = Sum_{k=1..n} antisigma(k), where antisigma(i) = sum of the nondivisors of i that are between 1 and i.
; 0,0,2,5,14,23,43,64,96,133,187,237,314,395,491,596,731,863,1033,1201,1400,1617,1869,2109,2403,2712,3050,3400,3805,4198,4662,5127,5640,6181,6763,7338,8003,8684,9408,10138,10957,11764,12666,13572,1452... | 69.090909 | 498 | 0.752632 |
e2a19e3e0603b8cad2f51c8801efaa404036daf8 | 1,619 | asm | Assembly | programs/oeis/330/A330983.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/330/A330983.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/330/A330983.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A330983: Alternatively add and multiply pairs of the nonnegative integers.
; 1,6,9,42,17,110,25,210,33,342,41,506,49,702,57,930,65,1190,73,1482,81,1806,89,2162,97,2550,105,2970,113,3422,121,3906,129,4422,137,4970,145,5550,153,6162,161,6806,169,7482,177,8190,185,8930,193,9702,201,10506,209,11342,217,12210,225,13110,23... | 50.59375 | 1,246 | 0.736257 |
a678858a4d6a6c7346c5468cde5ab4c4015658da | 42,364 | asm | Assembly | prog2.asm | GarrisonGE/xv6 | d11768c2f8625211a3b7549d97675647f23c2ed7 | [
"MIT-0"
] | null | null | null | prog2.asm | GarrisonGE/xv6 | d11768c2f8625211a3b7549d97675647f23c2ed7 | [
"MIT-0"
] | null | null | null | prog2.asm | GarrisonGE/xv6 | d11768c2f8625211a3b7549d97675647f23c2ed7 | [
"MIT-0"
] | null | null | null |
_prog2: 文件格式 elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "types.h"
#include "stat.h"
#include "user.h"
int main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 1... | 33.226667 | 81 | 0.420003 |
e6108a5b209990003321474014993ca2a569e8a6 | 533 | asm | Assembly | programs/oeis/315/A315634.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/315/A315634.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/315/A315634.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A315634: Coordination sequence Gal.4.55.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,12,16,20,24,30,36,42,48,52,56,60,66,72,78,84,88,92,96,102,108,114,120,124,128,132,138,144,150,156,160,164,168,174,180,186,192,196,200,204... | 24.227273 | 179 | 0.662289 |
38e49a76296b33dc7b5244aabf08b2aae6198b89 | 306 | asm | Assembly | programs/oeis/083/A083031.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/083/A083031.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/083/A083031.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A083031: Numbers that are congruent to {0, 3, 7} mod 12.
; 0,3,7,12,15,19,24,27,31,36,39,43,48,51,55,60,63,67,72,75,79,84,87,91,96,99,103,108,111,115,120,123,127,132,135,139,144,147,151,156,159,163,168,171,175,180,183,187,192,195,199,204,207,211,216,219
mul $0,16
mov $1,$0
div $0,6
div $1,12
add $0,$1
| 34 | 196 | 0.673203 |
3fd9c6e97752f24680d41c7c70ab05d07e5647a3 | 230 | asm | Assembly | src/sound/sounds.asm | ZoomTen/gbmp-v2 | 197fe9a2ec8da75a41beb794be4daffd3cd8bff1 | [
"MIT"
] | null | null | null | src/sound/sounds.asm | ZoomTen/gbmp-v2 | 197fe9a2ec8da75a41beb794be4daffd3cd8bff1 | [
"MIT"
] | null | null | null | src/sound/sounds.asm | ZoomTen/gbmp-v2 | 197fe9a2ec8da75a41beb794be4daffd3cd8bff1 | [
"MIT"
] | null | null | null | INCLUDE "./inc/sound/macros.inc"
Music_SongList:
mus_entry $f5, Mus_WeAreNumberOne
mus_entry $E3, Mus_Test
Music_DisableChannel::
goEnd ;.
INCLUDE "./src/sound/data/wearenumberone.asm"
INCLUDE "./src/sound/data/test.asm" | 20.909091 | 45 | 0.752174 |
ef7cb32b358362ee977032b1a917d99959e32614 | 3,954 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_224_363.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_224_363.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_224_363.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 %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x3476, %rsi
lea addresses_WC_ht+0xb13e, %rdi
clflush (%rdi)
xor $32288, %r9
mov $29, %rcx
rep movsb
nop
nop
mfence
lea addresses_UC_ht+0x1d146, %rcx
nop
nop
nop
cmp $31643, %r1... | 22.465909 | 671 | 0.653515 |
35399e9f3e4e30f3a542be35de7c0985765dfd83 | 3,863 | asm | Assembly | Tests/IO/Ptr.e.asm | lehtojo/Evie | f41b3872f6a1a7da1778c241c7b01823b36ac78d | [
"MIT"
] | 12 | 2020-07-12T06:22:11.000Z | 2022-02-27T13:19:19.000Z | Tests/IO/Ptr.e.asm | lehtojo/Evie | f41b3872f6a1a7da1778c241c7b01823b36ac78d | [
"MIT"
] | 2 | 2020-07-12T06:22:48.000Z | 2021-11-28T01:23:25.000Z | Tests/IO/Ptr.e.asm | lehtojo/Evie | f41b3872f6a1a7da1778c241c7b01823b36ac78d | [
"MIT"
] | 3 | 2021-09-16T19:02:19.000Z | 2021-11-28T00:50:15.000Z | .intel_syntax noprefix
.global _Z4mainv
.global _Z10Start_Testv
.section .text #.text
_Z10Start_Testv:
sub rsp, 44 #.STACK, 44
mov dword ptr [rsp + 0 ], 10 #.STACK_0, 10
lea rcx, qword ptr [rsp + 0 ] #val_REG0, .STACK_0
mov qword ptr [rsp + 4 ], rcx #.STACK_4, val_REG0
lea rcx, qword ptr [rsp + 4 ] #a_RE... | 34.185841 | 97 | 0.710846 |
b5bde6998df70bd3b6febd30960165b524afcaca | 162 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hdiv.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hdiv.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hdiv.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math16
PUBLIC ___hdiv
PUBLIC _f16_div
EXTERN cm16_sdcc_div
defc ___hdiv = cm16_sdcc_div
defc _f16_div = cm16_sdcc_div
| 14.727273 | 33 | 0.716049 |
012ba1cfa6512df37cf0b32f70c2d8d560b6d8e0 | 3,048 | asm | Assembly | lib/target/zx/classic/zx_p3loader.asm | dp304/z88dk | 1c4a0451ab85f7b0eee6fcec706f135076a66e2d | [
"ClArtistic"
] | 4 | 2021-11-20T19:35:01.000Z | 2022-01-01T16:08:42.000Z | lib/target/zx/classic/zx_p3loader.asm | dp304/z88dk | 1c4a0451ab85f7b0eee6fcec706f135076a66e2d | [
"ClArtistic"
] | null | null | null | lib/target/zx/classic/zx_p3loader.asm | dp304/z88dk | 1c4a0451ab85f7b0eee6fcec706f135076a66e2d | [
"ClArtistic"
] | 1 | 2021-11-27T15:58:02.000Z | 2021-11-27T15:58:02.000Z |
EXTERN __DATA_END_tail
EXTERN __BANK_0_END_tail
EXTERN __BANK_1_END_tail
EXTERN __BANK_2_END_tail
EXTERN __BANK_3_END_tail
EXTERN __BANK_4_END_tail
EXTERN __BANK_5_END_tail
EXTERN __BANK_6_END_tail
EXTERN __BANK_7_END_tail
ld hl,(23645)
inc hl
ld a,(h... | 20.052632 | 83 | 0.50689 |
900c44528d4ef65256ba0de1a5d413e95c6901fb | 785 | asm | Assembly | programs/oeis/070/A070422.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070422.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070422.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A070422: a(n) = 7^n mod 39.
; 1,7,10,31,22,37,25,19,16,34,4,28,1,7,10,31,22,37,25,19,16,34,4,28,1,7,10,31,22,37,25,19,16,34,4,28,1,7,10,31,22,37,25,19,16,34,4,28,1,7,10,31,22,37,25,19,16,34,4,28,1,7,10,31,22,37,25,19,16,34,4,28,1,7,10,31,22,37,25,19,16,34,4,28,1,7,10,31,22,37,25,19,16,34,4,28,1,7,10,31,22,37,25,19,16... | 71.363636 | 689 | 0.620382 |
8e9819331b55c9baa9ed12162b7b3a43c5c4fa9f | 2,052 | asm | Assembly | 7-PlayersAndSprites.asm | TheRealCatherine/MakingGamesForAtari2600-MADS | a8f4863b0ca9796eea9cb20a3bed65b948733643 | [
"BSD-3-Clause"
] | null | null | null | 7-PlayersAndSprites.asm | TheRealCatherine/MakingGamesForAtari2600-MADS | a8f4863b0ca9796eea9cb20a3bed65b948733643 | [
"BSD-3-Clause"
] | null | null | null | 7-PlayersAndSprites.asm | TheRealCatherine/MakingGamesForAtari2600-MADS | a8f4863b0ca9796eea9cb20a3bed65b948733643 | [
"BSD-3-Clause"
] | null | null | null | ; @com.wudsn.ide.asm.hardware=ATARI2600
icl "vcs.asm"
icl "macro.asm"
opt h-f+l+
org $f000
; Sprites are a tricky beast on the 2600.
; You only have two of them.
; They are 8 bits wide and 1 bit high.
; There's no way to position the X or Y coordinate directly.
; To position X, you have to wait until the TIA cl... | 25.333333 | 70 | 0.732943 |
3ad22ae6ea341077a533ee14c1b494d3f901e0eb | 108 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/sin.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/sin.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/sin.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC _sin
EXTERN cm48_sdcciy_sin
defc _sin = cm48_sdcciy_sin
| 10.8 | 27 | 0.842593 |
3ae8b7d1f24afc00a40797bda5518f074a435a07 | 181 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/extended_sna_load.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/extended_sna_load.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/extended_sna_load.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | ; unsigned char extended_sna_load(unsigned char handle)
SECTION code_esxdos
PUBLIC extended_sna_load
EXTERN asm_extended_sna_load
defc extended_sna_load = asm_extended_sna_load
| 18.1 | 55 | 0.867403 |
f7fcef9feb31f591fbc006451c74b80c7129a5d6 | 661 | asm | Assembly | oeis/108/A108396.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/108/A108396.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/108/A108396.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A108396: Triangle read by rows: T(n,k) = n*(1+n^k)/2, 0<=k<=n.
; 0,1,1,2,3,5,3,6,15,42,4,10,34,130,514,5,15,65,315,1565,7815,6,21,111,651,3891,23331,139971,7,28,175,1204,8407,58828,411775,2882404,8,36,260,2052,16388,131076,1048580,8388612,67108868,9,45,369,3285,29529,265725,2391489,21523365,193710249,1743392205,10,55... | 47.214286 | 496 | 0.741301 |
17704f8c514f09fdc11501dd605166ef772597e8 | 872 | asm | Assembly | programs/oeis/319/A319701.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/319/A319701.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/319/A319701.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A319701: Filter sequence for sequences that are constant for all odd terms >= 3.
; 1,2,3,4,3,5,3,6,3,7,3,8,3,9,3,10,3,11,3,12,3,13,3,14,3,15,3,16,3,17,3,18,3,19,3,20,3,21,3,22,3,23,3,24,3,25,3,26,3,27,3,28,3,29,3,30,3,31,3,32,3,33,3,34,3,35,3,36,3,37,3,38,3,39,3,40,3,41,3,42,3,43,3,44,3,45,3,46,3,47,3,48,3,49,3,50,3,... | 48.444444 | 647 | 0.599771 |
33546a8d613acca1d84259d21a094403a0b13ac6 | 2,251 | asm | Assembly | external/source/shellcode/windows/x86/src/block/block_recv.asm | waynearmorize/drivesploit | 7a2cc125e4363753e54a781f9d39416c2789d877 | [
"OpenSSL",
"Unlicense"
] | 9 | 2015-03-13T03:59:05.000Z | 2022-01-10T12:09:25.000Z | external/source/shellcode/windows/x86/src/block/block_recv.asm | chenTest2013/drivesploit | 7a2cc125e4363753e54a781f9d39416c2789d877 | [
"OpenSSL",
"Unlicense"
] | null | null | null | external/source/shellcode/windows/x86/src/block/block_recv.asm | chenTest2013/drivesploit | 7a2cc125e4363753e54a781f9d39416c2789d877 | [
"OpenSSL",
"Unlicense"
] | 12 | 2016-01-18T02:18:37.000Z | 2021-07-15T17:26:24.000Z | ;-----------------------------------------------------------------------------;
; Author: Stephen Fewer (stephen_fewer[at]harmonysecurity[dot]com)
; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4
; Version: 1.0 (24 July 2009)
;-----------------------------------------------------------------------------;
[BITS... | 50.022222 | 98 | 0.561528 |
4b7578a94d30bd61d77a0c4463f412fed5f706bd | 467 | asm | Assembly | oeis/072/A072650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072650: Starting from the right (the least significant end) rewrite 0 to 0 and x1 to 1 in the binary expansion of n.
; Submitted by Christian Krause
; 0,1,2,1,4,3,2,3,8,5,6,5,4,3,6,3,16,9,10,9,12,7,10,7,8,5,6,5,12,7,6,7,32,17,18,17,20,11,18,11,24,13,14,13,20,11,14,11,16,9,10,9,12,7,10,7,24,13,14,13,12,7,14,7,64,33,3... | 29.1875 | 208 | 0.627409 |
fff730001f3c7785fb82ecef1aba96406e051a41 | 6,144 | asm | Assembly | asm/decompress.asm | michel-iwaniec/CrunchyNES | d6871216b94293e8fe60d27134a723d7c0829fcd | [
"Unlicense"
] | 1 | 2022-01-21T06:03:37.000Z | 2022-01-21T06:03:37.000Z | asm/decompress.asm | michel-iwaniec/CrunchyNES | d6871216b94293e8fe60d27134a723d7c0829fcd | [
"Unlicense"
] | null | null | null | asm/decompress.asm | michel-iwaniec/CrunchyNES | d6871216b94293e8fe60d27134a723d7c0829fcd | [
"Unlicense"
] | null | null | null | ;
; Tokumaru's CHR decompressor
;
; Originally downloaded from: http://membler-industries.com/tokumaru/tokumaru_tile_compression.7z
;
; Trivially modified to allow an .include into either CA65 or asm6 based assembly source, by removing:
; * Anonymous labels (which have different syntax for CA65 and asm6)
; * enums ... | 22.100719 | 102 | 0.687337 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.