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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
67d916592677881c6eef8424fb6be2bc51370843 | 1,411 | asm | Assembly | Assembler/AssemblyCode/CALLING_CONVENTION.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | 8 | 2017-04-16T16:53:03.000Z | 2021-09-14T22:29:28.000Z | Assembler/AssemblyCode/CALLING_CONVENTION.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | null | null | null | Assembler/AssemblyCode/CALLING_CONVENTION.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | null | null | null | ; Initialize the stack pointer and the base pointer
MOV XL, 0xFF
MOV XH, 0xFF
MOV SP, X
MOV XL, 0
MOV XH, 0
MOV BP, X
CALL :MAIN
; Write the stack pointer into the Output Port C
MOV X, SP
OUTB XL
MOV X, SP
OUTB XH
HLT
:MAIN
; ===============
; BEGIN Prologue
; ===============
PUSH BP
MOV BP, SP
SUB SP, 5
; ======... | 14.252525 | 67 | 0.566265 |
42014fb02894ececc0b347027c863b2633d56547 | 987 | asm | Assembly | nasm-gcc-container/nasm-gcc/src/02/strlen.asm | smith-30/low-layer | 4a200fcc60d1fcf1ff111e3aca2a5a83b648afc2 | [
"MIT"
] | null | null | null | nasm-gcc-container/nasm-gcc/src/02/strlen.asm | smith-30/low-layer | 4a200fcc60d1fcf1ff111e3aca2a5a83b648afc2 | [
"MIT"
] | null | null | null | nasm-gcc-container/nasm-gcc/src/02/strlen.asm | smith-30/low-layer | 4a200fcc60d1fcf1ff111e3aca2a5a83b648afc2 | [
"MIT"
] | null | null | null | global _start
section .data
test_string: db "abcdef", 0 ; 文字列の終わりを示す. 0を使ったものは
; null-terminated string と呼ばれる
section .text
strlen: ; この関数はただ1個の引数をrdiから受け取る
; (われわれの規約による)
xor rax, rax ; raxに文字列の長さが入る。最初にゼロで初期化
; し... | 27.416667 | 59 | 0.513678 |
feaece19c18c0941dbcfa8ea105a318fa845d5e4 | 1,663 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_3_134.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_3_134.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_3_134.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 %r9
push %rax
lea addresses_WT_ht+0x19e7b, %r9
nop
nop
add $23932, %r11
vmovups (%r9), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $1, %xmm2, %rax
nop
nop
nop
nop
dec %r12
pop %rax
pop %r9
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_loa... | 17.88172 | 147 | 0.652435 |
3a6156f29588d262229580813a0d6cf832a5f35a | 586 | asm | Assembly | oeis/294/A294643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/294/A294643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/294/A294643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A294643: Length (= size) of the orbit of n under the "3x+1" map A006370: x -> x/2 if even, 3x+1 if odd. a(n) = -1 in case the orbit would be infinite.
; Submitted by Christian Krause
; 1,3,3,8,3,6,9,17,4,20,7,15,10,10,18,18,5,13,21,21,8,8,16,16,11,24,11,112,19,19,19,107,6,27,14,14,22,22,22,35,9,110,9,30,17,17,17,105,... | 36.625 | 194 | 0.650171 |
08772f5a858d2cd551ebab7c36e09ac00c3a4555 | 1,831 | asm | Assembly | 28.asm | AsadKhalil/Assembly_x86 | 48aa2a0ab93fd359f5f20369bb9064052c2f2884 | [
"MIT"
] | null | null | null | 28.asm | AsadKhalil/Assembly_x86 | 48aa2a0ab93fd359f5f20369bb9064052c2f2884 | [
"MIT"
] | null | null | null | 28.asm | AsadKhalil/Assembly_x86 | 48aa2a0ab93fd359f5f20369bb9064052c2f2884 | [
"MIT"
] | null | null | null | [org 0x0100]
jmp start
array: dw 10, 8, 6, 4, 2, 1 ;re-arrange the elements. The program will
;sort it in descending order itself
size: dw 6
swap: db 0
lb: dw 0
ub: dw 0
mid: dw 0
ele: dw 4 ;the element to be searched
flag: dw 0
start:
;sorting in descending order
mov bx, 0 ; initialize ar... | 15.649573 | 71 | 0.598034 |
25d6ed00c8f79d7039e7c50975b1c1cbf7133913 | 368 | asm | Assembly | programs/oeis/120/A120145.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/120/A120145.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/120/A120145.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A120145: a(1)=20; a(n)=floor((41+sum(a(1) to a(n-1)))/2).
; 20,30,45,68,102,153,229,344,516,774,1161,1741,2612,3918,5877,8815,13223,19834,29751,44627,66940,100410,150615,225923,338884,508326,762489,1143734,1715601,2573401,3860102,5790153,8685229,13027844
add $0,1
lpb $0
sub $0,1
add $2,$1
mov $1,11
add $1,$2... | 24.533333 | 196 | 0.671196 |
c780e13a184d5be753bcff555b37bb6de9e94617 | 1,596 | asm | Assembly | Assembly/PIC16F84A/PORTA.asm | JoelBuenrostro/PIC-Programming-examples | 32983dbe089419ce1b2ed2f5061a0d3e80674a68 | [
"MIT"
] | 1 | 2018-04-15T23:05:30.000Z | 2018-04-15T23:05:30.000Z | Assembly/PIC16F84A/PORTA.asm | JoelBuenrostro/PIC-Programming-examples | 32983dbe089419ce1b2ed2f5061a0d3e80674a68 | [
"MIT"
] | 2 | 2018-04-09T03:14:35.000Z | 2018-04-15T18:28:24.000Z | Assembly/PIC16F84A/PORTA.asm | JoelBuenrostro/PIC-Programming-examples | 32983dbe089419ce1b2ed2f5061a0d3e80674a68 | [
"MIT"
] | null | null | null | ;-------------------------------------------------------------------------------------------
;File: Pin PORTA.asm
;Author: Joel Buenrostro
;Date: 10/04/2018
;Environment: MPLAB X IDE v4.15
;Compiler: mpasm (v5.77)
;Description: Code that configures port A as output and activates pin RA0 in a high state
;until the powe... | 51.483871 | 92 | 0.461153 |
53c6db0b8cf72b9b3fc5b628f382b4a4fc43e981 | 703 | asm | Assembly | oeis/024/A024549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024549: Sum of [ 1/{k*sqrt(3)} ], k = 1,2,...,n, where {x} := x - [ x ].
; Submitted by Christian Krause
; 1,3,8,9,10,12,20,21,22,25,44,45,46,50,51,52,54,59,60,61,63,72,73,74,77,107,108,110,114,115,116,118,124,125,126,128,139,140,141,144,215,216,218,222,223,224,226,233,234,235,237,252,253,254,257,258,259,261,266,267... | 27.038462 | 372 | 0.607397 |
58a13869e2e0a06a1ecc72264f8844c01360a00a | 1,649 | asm | Assembly | programs/oeis/171/A171270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/171/A171270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/171/A171270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A171270: a(n) is the only number m such that m = pi(1^(1/n)) + pi(2^(1/n)) + ... + pi(m^(1/n)).
; 3,11,33,95,273,791,2313,6815,20193,60071,179193,535535,1602513,4799351,14381673,43112255,129271233,387682631,1162785753,3487832975,10462450353,31385253911,94151567433,282446313695,847322163873,2541932937191,7625731702713... | 137.416667 | 1,473 | 0.901152 |
f0a0371209b564a4de31fae6ef6d062e07294c2b | 2,450 | asm | Assembly | library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/pe_entry.asm | dancrossnyc/multics | dc291689edf955c660e57236da694630e2217151 | [
"RSA-MD"
] | 65 | 2021-07-27T16:54:21.000Z | 2022-03-30T17:50:19.000Z | library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/pe_entry.asm | dancrossnyc/multics | dc291689edf955c660e57236da694630e2217151 | [
"RSA-MD"
] | 1 | 2021-07-29T13:24:12.000Z | 2021-07-29T13:28:22.000Z | library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/pe_entry.asm | dancrossnyc/multics | dc291689edf955c660e57236da694630e2217151 | [
"RSA-MD"
] | 4 | 2021-07-27T16:05:31.000Z | 2021-12-30T08:38:51.000Z | ; ***********************************************************
; * *
; * Copyright, (C) Honeywell Bull Inc., 1987 *
; * *
; * Copyright, (C) Honeywell Information Systems Inc., 1986 *
; * ... | 35 | 89 | 0.441633 |
f5cd0a06a2469b856db9ebf553bb5b617ef4ecb0 | 1,457 | asm | Assembly | programs/oeis/139/A139615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/139/A139615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/139/A139615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A139615: a(n) = 105*n + 15.
; 15,120,225,330,435,540,645,750,855,960,1065,1170,1275,1380,1485,1590,1695,1800,1905,2010,2115,2220,2325,2430,2535,2640,2745,2850,2955,3060,3165,3270,3375,3480,3585,3690,3795,3900,4005,4110,4215,4320,4425,4530,4635,4740,4845,4950,5055,5160,5265,5370,5475,5580,5685,5790,5895,6000,6105,6210... | 208.142857 | 1,394 | 0.807138 |
78cee37aac07310d8dbc174277003227c4d87437 | 1,106 | asm | Assembly | Z80/aciatest/aciatest.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | 4 | 2020-12-01T03:34:41.000Z | 2021-07-22T23:26:40.000Z | Z80/aciatest/aciatest.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | null | null | null | Z80/aciatest/aciatest.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | null | null | null | ; small test for the ACIA handler
;
ACIA_CONTROL = 0x80
ACIA_DATA = 0x81
STORE = 0x8000
STACK = 0x9000
.module ACIA_TEST
.area .CODE (ABS)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; initial entry point
.org 0x0000 ; start at 0x0000
di ; disable interrupts
ld sp, #STACK ; setup the stack
im 1 ; interrupt... | 13.325301 | 41 | 0.617541 |
dd2596b4e4134d2b2f2bc38c21a42e4c7fac2b7f | 349 | asm | Assembly | ADL/Assemble/Delete/1/R~HR_delete_head.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | 3 | 2021-11-06T03:47:08.000Z | 2021-11-06T03:47:11.000Z | ADL/Assemble/Delete/1/R~HR_delete_head.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | null | null | null | ADL/Assemble/Delete/1/R~HR_delete_head.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | 1 | 2021-11-06T03:47:14.000Z | 2021-11-06T03:47:14.000Z | aLine 0
gNew delPtr
gMove delPtr, Root
aLine 1
gBne Root, null, 3
aLine 2
Exception EMPTY_LIST
aLine 4
gBne Root, Rear, 6
aLine 5
gMove Root, null
aLine 6
gMove Rear, null
Jmp 8
aLine 9
nMoveRelOut Root, Root, 100
gMoveNext Root, Root
aLine 10
pSetNext Rear, Root
aLine 12
pDeleteNext delPtr
nDelete delPtr
gDele... | 9.971429 | 27 | 0.770774 |
7d04c3215d08fbd5d11c1bde6fbe222a1f3e6592 | 7,640 | asm | Assembly | src/asm/general.asm | Threetwosevensixseven/nget | d8046ad996f91ba67ff76bf62e1fb34b53fe027c | [
"Apache-2.0"
] | 3 | 2020-03-28T00:09:59.000Z | 2020-06-10T09:57:02.000Z | src/asm/general.asm | Threetwosevensixseven/nget | d8046ad996f91ba67ff76bf62e1fb34b53fe027c | [
"Apache-2.0"
] | null | null | null | src/asm/general.asm | Threetwosevensixseven/nget | d8046ad996f91ba67ff76bf62e1fb34b53fe027c | [
"Apache-2.0"
] | null | null | null | ; general.asm
InstallErrorHandler proc
ld hl, ErrorHandler
Rst8(esxDOS.M_ERRH)
ret
pend
ErrorHandler proc
ld hl, Err.Break
jp Return.WithCustomError
pend
ErrorProc proc... | 52.689655 | 121 | 0.418848 |
585d83dbdfec2ea7b046f52eaeea235c84b77b42 | 7,772 | asm | Assembly | Transynther/x86/_processed/US/_st_/i7-8650U_0xd2.log_5797_39.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_/i7-8650U_0xd2.log_5797_39.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_/i7-8650U_0xd2.log_5797_39.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xc, %rsi
lea addresses_WC_ht+0x1306c, %rdi
clflush (%rdi)
nop
sub $28391, %r11
mov $25, %rcx
rep movsl
nop
nop
nop
nop
nop
add $38509, %rdi
lea addresses_WC_ht+0x88c, %rax
nop
nop
add ... | 32.655462 | 2,999 | 0.656073 |
d8af5de6c0a8c0dac3c6f8efc22daf6f18be1bf6 | 111 | asm | Assembly | Sem4/AEIE_LAB/ROLL_7-SEGMENT.asm | SOUMEE2000/Heritage-CSE-Codes | 040d4e4c8d8f2b92ad74bd373243611d912c6a91 | [
"Apache-2.0"
] | null | null | null | Sem4/AEIE_LAB/ROLL_7-SEGMENT.asm | SOUMEE2000/Heritage-CSE-Codes | 040d4e4c8d8f2b92ad74bd373243611d912c6a91 | [
"Apache-2.0"
] | null | null | null | Sem4/AEIE_LAB/ROLL_7-SEGMENT.asm | SOUMEE2000/Heritage-CSE-Codes | 040d4e4c8d8f2b92ad74bd373243611d912c6a91 | [
"Apache-2.0"
] | null | null | null | ORG 2000H
MVI A, 80H
OUT 83H
L1: MVI A, 3FH
OUT 80H
MVI A, 5BH
OUT 81H
MVI A, 66H
OUT 82H
JMP L1
END | 10.090909 | 14 | 0.630631 |
c0506f7f993379b0bb1ee54329b1b12d1d2aa8a6 | 349 | asm | Assembly | arch/lib/math/fact.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | arch/lib/math/fact.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | arch/lib/math/fact.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | /* fact.asm
* Compute the factorial function recursively: R0 <- factorial(ARG0)
*
* Programmer: Mayer Goldberg, 2010
*/
FACT:
MOV(R1, STARG(0));
CMP(R1, IMM(0));
JUMP_EQ(L_FACT_ZERO);
DECR(R1);
PUSH(R1);
CALL(FACT);
POP(R1); /* pop arg (N-1) to fact */
MUL(R0, STARG(0));
RETURN;
L_FACT_ZERO:
... | 17.45 | 68 | 0.604585 |
9ba92df77e7c6927392aa3946b427ff7693c080a | 762 | asm | Assembly | oeis/055/A055244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/055/A055244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/055/A055244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A055244: Number of certain stackings of n+1 squares on a double staircase.
; Submitted by Jamie Morken(s4)
; 1,1,3,6,12,23,43,79,143,256,454,799,1397,2429,4203,7242,12432,21271,36287,61739,104791,177476,299978,506111,852457,1433593,2407443,4037454,6762708,11314391,18909139,31569799,52657247,87751624,146111758,2430908... | 38.1 | 501 | 0.783465 |
88acb4145436ae63fccd000efcba5f392e6c6059 | 8,572 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1538.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_0xca_notsx.log_21829_1538.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_0xca_notsx.log_21829_1538.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 %r12
push %r14
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xc5de, %r12
nop
nop
nop
nop
nop
add %r8, %r8
mov (%r12), %esi
nop
dec %rbx
lea addresses_D_ht+0x1d9bc, %rbp
nop
cmp %r14, %r14
mov (%rbp), %r9w
nop
nop
and $2974,... | 31.630996 | 2,999 | 0.65469 |
98243b6c2ae8f155264349378a46450315f2a1b2 | 6,782 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1742.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1742.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1742.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xf682, %rsi
lea addresses_D_ht+0x17d00, %rdi
clflush (%rsi)
nop
nop
nop
nop
sub %r9, %r9
mov $72, %rcx
rep movsl
nop
nop
nop
cmp %rbp, %rbp
lea addresses_D_ht+0xff06, %r8
clflu... | 37.469613 | 2,999 | 0.657623 |
32a518e2d5bb17bbbab0d62eaa7422f01a3e7537 | 675 | asm | Assembly | oeis/081/A081321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/081/A081321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/081/A081321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A081321: a(n) = (2/3)*(2*n+1)*(2*n-1)!*binomial(3*n,2*n).
; Submitted by Jon Maiga
; 6,300,47040,14968800,7991343360,6422134118400,7240779786240000,10899907851216384000,21115899915689779200000,51167604130438090014720000,151615591667542267763097600000,539306547534817468755148800000000,226779564821723897526088158412800... | 42.1875 | 485 | 0.838519 |
0b47240f3a69d05a5b432990ef736f437bbbaba8 | 1,906 | asm | Assembly | src/arch/x86_64/syscall.asm | jbreitbart/eduOS-rs | 03579fe20e5bf4cf415c2b2d7517b3e6f6785545 | [
"MIT"
] | null | null | null | src/arch/x86_64/syscall.asm | jbreitbart/eduOS-rs | 03579fe20e5bf4cf415c2b2d7517b3e6f6785545 | [
"MIT"
] | null | null | null | src/arch/x86_64/syscall.asm | jbreitbart/eduOS-rs | 03579fe20e5bf4cf415c2b2d7517b3e6f6785545 | [
"MIT"
] | null | null | null | ; Copyright (c) 2017 Stefan Lankes, RWTH Aachen University
;
; MIT License
;
; Permission is hereby granted, free of charge, to any person obtaining
; a copy of this software and associated documentation files (the
; "Software"), to deal in the Software without restriction, including
; without limitation the rights to ... | 23.243902 | 72 | 0.753935 |
edb7404ae2f3f72213e6da807d7bdc17a4dd0766 | 246 | asm | Assembly | kernel/isr.asm | martinliptak/kernel-from-scratch | 085d691d6b7bc8b75d988a0f48ec4bb01af4a95c | [
"Unlicense"
] | 2 | 2020-11-28T22:23:04.000Z | 2021-02-27T19:50:04.000Z | kernel/isr.asm | martinliptak/kernel-from-scratch | 085d691d6b7bc8b75d988a0f48ec4bb01af4a95c | [
"Unlicense"
] | null | null | null | kernel/isr.asm | martinliptak/kernel-from-scratch | 085d691d6b7bc8b75d988a0f48ec4bb01af4a95c | [
"Unlicense"
] | null | null | null | %macro isr 1
global isr_%1_wrapper
extern isr_%1
isr_%1_wrapper:
pushad
push %1
call [isr_%1]
add esp, 4
popad
iret
%endmacro
SECTION .text
isr 0
isr 6
isr 8
isr 10
isr 11
isr 12
isr 13
isr 14
isr 16
; isr 32
isr 33
| 9.111111 | 22 | 0.646341 |
02f7d0635fe6f8d78a9ad5109e3c1ae8bdf5f082 | 144 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/data-5.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/data-5.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/data-5.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: data-5.asm
Type: file
Size: 50467
Last-Modified: '1993-07-20T07:13:22Z'
SHA-1: 836721C246EC91372D9A8D37745D014DB0963F15
Description: null
| 20.571429 | 47 | 0.805556 |
2b4da4a458bd1327750b62ebdc97b6d3a47b3807 | 325 | asm | Assembly | programs/oeis/106/A106387.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/106/A106387.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/106/A106387.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A106387: Numbers j such that 6j^2 + 6j + 1 = 11k.
; 4,6,15,17,26,28,37,39,48,50,59,61,70,72,81,83,92,94,103,105,114,116,125,127,136,138,147,149,158,160,169,171,180,182,191,193,202,204,213,215,224,226,235,237,246,248,257,259,268,270,279,281,290,292,301,303
mov $2,$0
div $0,2
mul $0,7
mul $2,2
add $0,$2
mov $1,$0
add ... | 29.545455 | 205 | 0.661538 |
92cdb639463f14740b04faf5c19bd30e707ade96 | 721 | asm | Assembly | sound/sfxasm/88.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | 7 | 2019-12-05T00:35:57.000Z | 2022-02-27T20:00:33.000Z | sound/sfxasm/88.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | sound/sfxasm/88.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | 88_Header:
sHeaderInit ; Z80 offset is $CE99
sHeaderPatch 88_Patches
sHeaderTick $01
sHeaderCh $01
sHeaderSFX $80, $05, 88_FM5, $E6, $06
88_FM5:
sPatFM $00
ssModZ80 $01, $01, $19, $02
dc.b nE5, $2C
sStop
88_Patches:
; Patch $00
; $01
; $70, $30, $00, $12, $1F, $1F, $1F, $1F
; $1F, $0B, $07, $01, $... | 21.848485 | 41 | 0.57975 |
135a56f61b44b87f8333c3e501c2d03bf33bb1cc | 6,944 | asm | Assembly | Benchmark/decomp.asm | DW0RKiN/M4_FORTH | b441b545707a12e5561cd50cbe902745caa9ed10 | [
"MIT"
] | 2 | 2020-09-12T08:26:40.000Z | 2022-03-08T23:06:19.000Z | Benchmark/decomp.asm | DW0RKiN/M4_FORTH | b441b545707a12e5561cd50cbe902745caa9ed10 | [
"MIT"
] | null | null | null | Benchmark/decomp.asm | DW0RKiN/M4_FORTH | b441b545707a12e5561cd50cbe902745caa9ed10 | [
"MIT"
] | 2 | 2021-02-05T05:43:02.000Z | 2021-06-30T19:10:15.000Z | ORG 0x8000
; === b e g i n ===
ld (Stop+1), SP ; 4:20 not need
ld L, 0x1A ; 2:7 Upper screen
call 0x1605 ; 3:17 Open channel
ld HL, 60000 ; 3:10 Init Return address stack
exx ; 1:4
call _bench ; 3:17 scall
Stop:... | 34.206897 | 201 | 0.357143 |
77f829b9c3c968976a21c9c851dac19b9df17f91 | 8,089 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1374.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_1374.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_1374.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 %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xbac, %r8
and $31515, %r11
movups (%r8), %xmm6
vpextrq $1, %xmm6, %rax
nop
nop
nop
nop
and $17186, %rdx
lea addresses_WT_ht+0x1bd2c, %rbx
nop
nop
nop
nop
nop
xor $19... | 32.616935 | 2,999 | 0.652738 |
4e65679cc7e78844e6009e48d6c3cbfb535d9a2f | 8,063 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_815.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_815.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_815.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 %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x6c94, %r11
nop
nop
nop
nop
dec %rbx
movw $0x6162, (%r11)
nop
nop
nop
nop
nop
and $64764, %r11
lea addresses_normal_ht+0x2c94, %rsi
lea addresses_UC_ht+0x11b4, %rdi
nop
add %r... | 32.512097 | 2,999 | 0.655835 |
24620ef23993bb453f92e37dc414612c819365f3 | 464 | asm | Assembly | tests/t06.asm | mras0/sasm | 342f57570e79b2aa1c42a9064aaea4d198577be2 | [
"MIT"
] | 26 | 2019-08-13T19:54:42.000Z | 2022-03-11T16:58:31.000Z | tests/t06.asm | mras0/sasm | 342f57570e79b2aa1c42a9064aaea4d198577be2 | [
"MIT"
] | null | null | null | tests/t06.asm | mras0/sasm | 342f57570e79b2aa1c42a9064aaea4d198577be2 | [
"MIT"
] | 2 | 2019-08-20T10:23:56.000Z | 2020-09-24T20:08:00.000Z | org 0x100
mov di, buf
mov al, 'T'
stosb
mov byte [di], 'E'
mov byte [di+1], 'S'
mov bx, 2
mov byte [bx+di], 'T'
mov al, '!'
mov [bx+di+1], al
mov cx, '?@'
mov [bx+di+2], cx
mov byte [buf+7], '$'
... | 18.56 | 34 | 0.349138 |
2b3350625fb7c366beacc92515ec13767b65d213 | 6,649 | asm | Assembly | src/shellutil.asm | drdanick/apricot-os | 65fcc85313986f9c6a8aa5738c4b19fa5544caac | [
"MIT"
] | null | null | null | src/shellutil.asm | drdanick/apricot-os | 65fcc85313986f9c6a8aa5738c4b19fa5544caac | [
"MIT"
] | null | null | null | src/shellutil.asm | drdanick/apricot-os | 65fcc85313986f9c6a8aa5738c4b19fa5544caac | [
"MIT"
] | 1 | 2018-07-10T19:35:07.000Z | 2018-07-10T19:35:07.000Z | ; asmsyntax=apricos
; ===================================
; == ==
; == ApricotOS shell utilities ==
; == ==
; == Revision 1 ==
; == ==
; == (C) 2014-17 Nick Stones-Havas ==
; == ... | 22.312081 | 125 | 0.570161 |
4590127574e8bd4b7a5117af228d25589a5ad5da | 4,492 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_898.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_898.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_898.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 %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_A+0x10ac4, %rsi
lea addresses_WC+0x1a2ec, %rdi
nop
nop
dec %rbp
mov $122, %rcx
rep movsl
nop
sub $38421, %rcx
// Store
lea addresses_... | 54.780488 | 2,999 | 0.659172 |
73764cf3f0258e51532ae62e6309fe0b134fe362 | 2,067 | asm | Assembly | tests/miaf/invalid-num-pixels.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 3 | 2020-01-02T17:30:16.000Z | 2021-09-27T18:32:18.000Z | tests/miaf/invalid-num-pixels.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 34 | 2020-01-22T01:41:22.000Z | 2021-12-09T13:20:33.000Z | tests/miaf/invalid-num-pixels.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 2 | 2020-11-05T01:41:08.000Z | 2021-11-19T13:12:35.000Z | %define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24) )
ftyp_start:
dd BE(ftyp_end - ftyp_start)
db "ftyp"
db "isom"
dd BE(0x00)
db "mif1", "miaf"
ftyp_end:
meta_start:
dd BE(meta_end - meta_start)
db "meta"
dd BE(0)
hdlr_start:
dd BE(hdlr_end - hdlr... | 19.138889 | 120 | 0.661345 |
66b223e9dadb7dfa5765e25f52f35b5dfb7a165d | 1,225 | asm | Assembly | programs/oeis/038/A038845.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/038/A038845.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/038/A038845.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A038845: 3-fold convolution of A000302 (powers of 4).
; 1,12,96,640,3840,21504,114688,589824,2949120,14417920,69206016,327155712,1526726656,7046430720,32212254720,146028888064,657129996288,2937757630464,13056700579840,57724360458240,253987186016256,1112705767309312,4855443348258816,21110623253299200,91479367430963200... | 122.5 | 1,110 | 0.919184 |
8dee38b572a4b8e7b3186c0d2f6d3f7566a2f1ce | 6,827 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10724_1502.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_10724_1502.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_10724_1502.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 %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xea22, %rsi
nop
nop
nop
nop
add %rbp, %rbp
movb (%rsi), %r12b
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_normal_ht+0x1d5d0, %r15
nop
nop
dec %rbp
movl $0x61626364, (%r15)
n... | 35.931579 | 2,999 | 0.659733 |
df60e9eb0a80ce342bc0c0e6ad46d04730d91759 | 8,607 | asm | Assembly | audio/music/ecruteakcity.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/ecruteakcity.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/ecruteakcity.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_EcruteakCity:
musicheader 3, 1, Music_EcruteakCity_Ch1
musicheader 1, 2, Music_EcruteakCity_Ch2
musicheader 1, 3, Music_EcruteakCity_Ch3
Music_EcruteakCity_Ch1:
tempo 197
volume $77
stereopanning $f
vibrato $12, $25
dutycycle $2
Music_EcruteakCity_branch_ef2e5:
notetype $c, $57
note __, 10
octave 4
n... | 12.884731 | 47 | 0.644359 |
b8a9711717a0c0ef0ac649973f2ec0cdd36ebb4c | 4,809 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1057.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_0xca_notsx.log_21829_1057.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_0xca_notsx.log_21829_1057.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 %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x19bf5, %r9
nop
nop
nop
add $7471, %rbx
mov (%r9), %rdi
nop
and %r9, %r9
lea addresses_normal_ht+0x6e75, %rsi
lea addresses_D_ht+0xba75, %rdi
nop
cmp %r13, %r13
mov $32, %rcx
rep movsl
... | 52.846154 | 2,999 | 0.660428 |
8073d2f9498ce38910292ca14c0889dbb33d8332 | 519 | asm | Assembly | source/jni/u2/dis/dis.asm | Falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | 9 | 2015-05-13T21:02:00.000Z | 2018-04-15T16:32:27.000Z | source/jni/u2/dis/dis.asm | falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | null | null | null | source/jni/u2/dis/dis.asm | falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | null | null | null | code SEGMENT para public 'CODE'
ASSUME cs:code
rtext: db 13,10
db 'Demo Int Server (DIS) V1.0 Copyright (C) 1993 The Future Crew',13,10
include disdate.inc
db 13,10,'Installed (int fc).',13,10
db "NOTE: This DIS server doesn't support copper or music syncronization!",13,10
db '$',26
rstart: mov ax,... | 19.961538 | 82 | 0.678227 |
98e105ec102211288cf81094b9ad2dbabe8854a7 | 380 | asm | Assembly | programs/oeis/341/A341301.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/341/A341301.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/341/A341301.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A341301: Ceiling(n^2-7*n/3+19/3).
; 5,6,9,13,20,29,39,52,67,83,102,123,145,170,197,225,256,289,323,360,399,439,482,527,573,622,673,725,780,837,895,956,1019,1083,1150,1219,1289,1362,1437,1513,1592,1673,1755,1840,1927,2015,2106,2199,2293,2390,2489,2589,2692
mov $1,$0
mul $0,2
pow $1,2
mov $3,$0
div $3,6
sub $1,$3
mov ... | 22.352941 | 221 | 0.663158 |
828b249f2d8c943d114f99c8b223909e0ff45f23 | 230 | asm | Assembly | C vs Assembly/power.asm | zakarialaoui10/HIGH-TO-LOW | 6fba545110b1188e1afc72c414fbf4f48f780070 | [
"MIT"
] | 18 | 2021-07-21T11:01:04.000Z | 2022-01-19T03:38:41.000Z | C vs Assembly/power.asm | zakarialaoui10/HIGH-TO-LOW | 6fba545110b1188e1afc72c414fbf4f48f780070 | [
"MIT"
] | null | null | null | C vs Assembly/power.asm | zakarialaoui10/HIGH-TO-LOW | 6fba545110b1188e1afc72c414fbf4f48f780070 | [
"MIT"
] | 1 | 2021-06-25T19:48:30.000Z | 2021-06-25T19:48:30.000Z | read_x:li $v0,5
syscall
la $s0,($v0)
read_n:li $v0,5
syscall
la $s1,($v0)
li $s2,1 #p
li $t0,0
loop:
beq $t0,3,print
mult $s2,$s0
mflo $s2
addi $t0,$t0,1
j loop
print:
li $v0,1
move $a0,$s2
syscall
| 12.105263 | 19 | 0.552174 |
cf43fbc2f582aad99656d5326d188f96b8de74f3 | 340 | asm | Assembly | BigNum/Mod/Base/bnXchg.asm | FloydZ/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 11 | 2015-03-17T10:31:23.000Z | 2022-01-21T17:42:43.000Z | BigNum/Mod/Base/bnXchg.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | null | null | null | BigNum/Mod/Base/bnXchg.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 6 | 2018-01-29T16:06:36.000Z | 2021-05-08T19:22:24.000Z | .686
.model flat,stdcall
option casemap:none
include .\bnlib.inc
include .\bignum.inc
.code
bnXchg proc uses esi edi bnX:DWORD,bnY:DWORD
mov ecx,BN_ALLOC_BYTES
mov edi,bnX
sub ecx,4
mov esi,bnY
.repeat
mov eax,[esi+ecx]
mov edx,[edi+ecx]
mov [edi+ecx],eax
mov [esi+ecx],edx
sub ecx,4
.until sign?
ret... | 13.076923 | 44 | 0.7 |
6d0290aa9371bb5bafa3c8f119d84160157469f4 | 1,937 | asm | Assembly | src/stars.asm | IGJoshua/assembly-sandbox | d9b8f0b9da6a18ab453152eff8ea25729eb10c98 | [
"MIT"
] | 1 | 2022-01-22T09:02:34.000Z | 2022-01-22T09:02:34.000Z | src/stars.asm | IGJoshua/assembly-sandbox | d9b8f0b9da6a18ab453152eff8ea25729eb10c98 | [
"MIT"
] | null | null | null | src/stars.asm | IGJoshua/assembly-sandbox | d9b8f0b9da6a18ab453152eff8ea25729eb10c98 | [
"MIT"
] | null | null | null | ;;; stars.asm
;;; Taken from the nasm tutorial https://cs.lmu.edu/~ray/notes/nasmtutorial/
; ----------------------------------------------------------------------------------------
; Adapted from an OSX console program that writes a little triangle of asterisks
; to standard output. Runs on macOS only.
;
; nasm -... | 42.108696 | 90 | 0.486319 |
10a4f008384500ea81e7438e292cfc2e525c124e | 8,044 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_328.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_328.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_328.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x4d7c, %rbx
nop
xor $10791, %r9
mov (%rbx), %cx
nop
nop
and $49611, %r10
lea addresses_normal_ht+0x4d40, %rsi
lea addresses_D_ht+0x130c8, %rdi
nop
cmp %rbx, %rbx
mov $114, %rcx... | 32.566802 | 2,999 | 0.652163 |
dd5d94224b3b2226b8341d0686c7a1c486251782 | 6,350 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_451.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_451.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_451.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x43ef, %r14
nop
nop
nop
nop
nop
xor %rax, %rax
movb $0x61, (%r14)
nop
nop
nop
xor %r9, %r9
lea addresses_UC_ht+0x12527, %r13
nop
nop
and $56503, %rbx
movb (%r13), %r1... | 35.875706 | 2,999 | 0.652441 |
77d0ba9e7419a90ffb043d9c08dc56715870a77b | 263 | asm | Assembly | programs/oeis/016/A016921.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/016/A016921.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/016/A016921.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A016921: a(n) = 6*n + 1.
; 1,7,13,19,25,31,37,43,49,55,61,67,73,79,85,91,97,103,109,115,121,127,133,139,145,151,157,163,169,175,181,187,193,199,205,211,217,223,229,235,241,247,253,259,265,271,277,283,289,295,301,307,313,319,325,331
mov $1,$0
mul $1,6
add $1,1
| 37.571429 | 206 | 0.669202 |
9ef432748a38ade4fe50c630a6011b6dae577267 | 778 | asm | Assembly | programs/oeis/075/A075325.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/075/A075325.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/075/A075325.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A075325: Pair the natural numbers such that the m-th pair is (r, s) where r, s and s-r are the smallest numbers which have not occurred earlier and also are not equal to the difference of any earlier pair: (1, 3), (4, 9), (6, 13), (8, 18), (11, 23), (14, 29), (16, 33), (19, 39), (21, 43), (24, 49), (26, 53), (28, 58)... | 129.666667 | 365 | 0.673522 |
072298bda6633aebfb653c68328e337f003eabfb | 394 | asm | Assembly | programs/oeis/088/A088673.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/088/A088673.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/088/A088673.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A088673: n mod A002024(n), where A002024 is "n appears n times": 1, 2, 2, 3, 3, 3, ...
; 0,0,1,1,2,0,3,0,1,2,1,2,3,4,0,4,5,0,1,2,3,1,2,3,4,5,6,0,5,6,7,0,1,2,3,4,1,2,3,4,5,6,7,8,0,6,7,8,9,0,1,2,3,4,5,1,2,3,4,5,6,7,8,9,10,0,7,8,9,10,11,0,1,2,3,4,5,6,1,2,3,4,5,6,7,8,9,10,11,12,0,8,9,10,11,12,13,0,1,2
mov $2,$0
add $0,1... | 49.25 | 211 | 0.545685 |
8194dbd7670cc81d317f794cab79e5bb1651694c | 7,232 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_435_553.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_0x84_notsx.log_435_553.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_0x84_notsx.log_435_553.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 %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1208b, %rsi
lea addresses_WC_ht+0xd5e3, %rdi
nop
nop
nop
nop
nop
and $59109, %rbp
mov $87, %rcx
rep movsb
nop
nop
cmp $49933, %r10
lea addresses_UC_ht+0x18ca9, %rsi
lea addr... | 24.268456 | 1,304 | 0.65224 |
fd8375c614135945d8929e8b61ce67fbf17a6afe | 6,504 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_1517_628.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_1517_628.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_1517_628.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 %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x10437, %r8
nop
nop
nop
nop
nop
cmp $59340, %rdx
movups (%r8), %xmm4
vpextrq $0, %xmm4, %r11
nop
nop
nop
and $31387, %r8
lea addresses_normal_ht+0x5637, %r13
nop
nop
... | 35.156757 | 2,999 | 0.657595 |
10d8d8dc65c0c2a2fb21bf54170c249d6509b4c7 | 13,831 | asm | Assembly | src_68k/func/fix.asm | sheng007/freemlib-neogeo | 3044ede6531f80d371a1d9baaf7b30f57e548db3 | [
"0BSD"
] | 26 | 2015-01-05T16:27:43.000Z | 2021-07-10T17:54:34.000Z | src_68k/func/fix.asm | sheng007/freemlib-neogeo | 3044ede6531f80d371a1d9baaf7b30f57e548db3 | [
"0BSD"
] | 12 | 2015-11-26T22:17:09.000Z | 2018-06-03T11:47:45.000Z | src_68k/func/fix.asm | sheng007/freemlib-neogeo | 3044ede6531f80d371a1d9baaf7b30f57e548db3 | [
"0BSD"
] | 5 | 2015-02-26T03:23:53.000Z | 2021-03-17T07:42:37.000Z | ; freemlib for Neo-Geo - Fix Layer Functions
;==============================================================================;
; [Ranges/Valid Values]
; Combined Cell Location $XXYY, where XX=$0-$27,YY=$00-$1F
; Raw VRAM Address $7000-$74FF
; [Notes]
; Most of these functions change LSPC_INCR values, so ... | 29.490405 | 90 | 0.620346 |
6cf375579f238ddbe9dd15674ad69a7841b30bac | 244,842 | asm | Assembly | win32/VC10/Win32/libxml2_Release/xpointer.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | win32/VC10/Win32/libxml2_Release/xpointer.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | win32/VC10/Win32/libxml2_Release/xpointer.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1
TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\xpointer.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM _xmlMalloc:DWORD
COM... | 20.378027 | 112 | 0.636929 |
6b8fe97bf8d01e43d6c7ae71f6cab7f25a502571 | 1,320 | asm | Assembly | uti/password.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | uti/password.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | uti/password.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Convert password string into long 2000 Jochen Merz
section utility
xdef ut_password
include dev8_keys_err
pw.buff equ 16
;---
; Converts standard string password of up to 16 characters into a longword ID.
;
; Entry Exit
; D1 password ID or 0 for no password
; A0 ptr to password
;
; Error returns: ... | 18.591549 | 78 | 0.662879 |
c79c5363709cf911d10efefc30e31e9b47e6843e | 7,485 | asm | Assembly | bu_lib.asm | monkeyman79/beebutils | 275601e95ce47bf14015aeae98cdb268876d0ab4 | [
"MIT"
] | null | null | null | bu_lib.asm | monkeyman79/beebutils | 275601e95ce47bf14015aeae98cdb268876d0ab4 | [
"MIT"
] | null | null | null | bu_lib.asm | monkeyman79/beebutils | 275601e95ce47bf14015aeae98cdb268876d0ab4 | [
"MIT"
] | null | null | null | HIMEM=&7700
MC%=HIMEM
osrdrm=&FFB9
osargs=&FFDA
osasci=&FFE3
osword=&FFF1
osbyte=&FFF4
oscli=&FFF7
escf=&FF
brkv=&202
fx200=&258
stack=&100
zp=&A8
ORG MC%
GUARD &7C00
\ Y,X = 6 bytes block: WORD ptr1, WORD ptr2, WORD size
.memcmp_vect JMP memcmp
\ Y,X = 5 bytes block: WORD ptr1, BYTE val, W... | 18.07971 | 77 | 0.610154 |
5fa58db12f22f34dd00b54386917b641f59944a6 | 465 | asm | Assembly | oeis/176/A176775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/176/A176775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/176/A176775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A176775: Index of n as m-gonal number for the smallest possible m (=A176774(n)).
; Submitted by Jamie Morken(s4)
; 2,2,2,3,2,2,3,4,2,3,2,2,5,4,2,3,2,2,6,4,2,3,5,2,3,7,2,3,2,2,3,4,5,8,2,2,3,4,2,3,2,2,9,4,2,3,7,2,6,4,2,3,10,2,3,4,2,3,2,2,3,8,5,11,2,2,3,7,2,3,2,2,5,4,2,12,2,2,9,4,2,3,5,2,3,4,2,3,13,8,3,4,5,6,2,2,3,10,2,... | 24.473684 | 206 | 0.544086 |
988b02bd57e1d08847ad720744c0e827ea9d526b | 693 | asm | Assembly | oeis/333/A333572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/333/A333572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/333/A333572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A333572: a(n) is the number of Gaussian integers z with 0 < |z| <= n/2.
; Submitted by Christian Krause
; 0,4,8,12,20,28,36,48,68,80,96,112,136,148,176,196,224,252,292,316,348,376,420,440,488,528,576,612,664,708,748,796,860,900,972,1008,1084,1128,1200,1256,1312,1372,1456,1516,1596,1652,1740,1792,1884,1960,2052,2120,2... | 69.3 | 452 | 0.734488 |
b4e7a9dc5fe36875b7b7db03ee4d0909d95cea0f | 10,454 | asm | Assembly | base/remoteboot/bootfloppy/src/bootware/tcpip/ipnid.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/remoteboot/bootfloppy/src/bootware/tcpip/ipnid.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/remoteboot/bootfloppy/src/bootware/tcpip/ipnid.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;====================================================================
; BOOTPNID.ASM - Generic code for BootWare for TCP/IP
;
; Includes the file IPCODE.ASM which contains the real TCP/IP code.
;
; Copyright 1993-98 Lanworks Technologies
;
; Revision history:
;
;$History: IPNID.ASM $
;
; ***************** ... | 25.435523 | 79 | 0.55022 |
b93c1ce7763220f82ad60e1e35e25f514d34a42b | 2,123 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/memory/memchk.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/memory/memchk.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/memory/memchk.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;[]-----------------------------------------------------------------[]
;| MEMCHK.ASM -- checks memory for value |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1999, 2000 by Inprise Corporation... | 29.486111 | 72 | 0.426755 |
448a500d485043c6a2be59daf2ad36c31b812804 | 102 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/remquo.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/remquo.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/remquo.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _remquo
EXTERN cm48_sdcciy_remquo
defc _remquo = cm48_sdcciy_remquo
| 11.333333 | 33 | 0.852941 |
78bd0d66574f8e7280ee04d46e9bea55a7038c3e | 6,454 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_89.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_0xa0_notsx.log_21829_89.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_0xa0_notsx.log_21829_89.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 %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x183af, %rbp
nop
nop
sub %r11, %r11
mov $0x6162636465666768, %r9
movq %r9, %xmm5
and $0xffffffffffffffc0, %rbp
movntdq %xmm5, (%rbp)
sub %r9, %r9
lea addresses_A_ht+0x1d2af... | 37.091954 | 2,999 | 0.658351 |
229daa4bffad330f0b94f745f59c81b1d1166d62 | 38 | asm | Assembly | tests/test0.asm | JiahaoChenConor/COMP2017-Virtual_Machine | cce97bc86f421afd8f067cb2f83951a3afc42687 | [
"MIT"
] | null | null | null | tests/test0.asm | JiahaoChenConor/COMP2017-Virtual_Machine | cce97bc86f421afd8f067cb2f83951a3afc42687 | [
"MIT"
] | null | null | null | tests/test0.asm | JiahaoChenConor/COMP2017-Virtual_Machine | cce97bc86f421afd8f067cb2f83951a3afc42687 | [
"MIT"
] | null | null | null | FUNC LABEL 0
PRINT VAL 10
RET
| 9.5 | 16 | 0.605263 |
b79cc1723ee1f15d1881f9bff6409cd3ffabd88f | 6,451 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_321.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_21829_321.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_21829_321.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 %r12
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x179e2, %rsi
lea addresses_D_ht+0x1928a, %rdi
nop
nop
nop
nop
nop
xor %r9, %r9
mov $26, %rcx
rep movsq
inc %r15
lea addresses_A_ht+0xae82, %r9
nop
nop
nop
nop
dec %rdx
mov (%r... | 36.039106 | 2,999 | 0.656797 |
745711bf5c0d34f58c779b02ef105df7628b2a92 | 884 | asm | Assembly | alloc/initpool.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | alloc/initpool.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | alloc/initpool.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE INITPOOL - Copyright (C) 1992 SLR Systems
INCLUDE MACROS
PUBLIC INIT_POOL
.CODE ROOT_TEXT
SOFT EXTP GET_NEW_LOG_BLK
ASSUME DS:NOTHING
INIT_POOL PROC
;
;SI MUST BE POINTING TO _STUFF, INITIALIZE WITHOUT HASH TABLE
;
IF 0
PUSHM ES,DI,CX,BX,AX
CALL GET_NEW_LOG_BLK ;LEAVE IN FAST MEMORY
... | 14.733333 | 64 | 0.683258 |
e0bc2772328970070ddfb3dea615c3949e901f46 | 51 | asm | Assembly | test/asm/label-outside-section.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 1 | 2017-07-01T17:00:58.000Z | 2017-07-01T17:00:58.000Z | test/asm/label-outside-section.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | null | null | null | test/asm/label-outside-section.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | null | null | null | bad:
SECTION "Test", ROM0
good:
PRINTT "OK!\n"
| 10.2 | 20 | 0.607843 |
08d1cdc7b7f9ff02e49483d539a9629d044fadf0 | 585 | asm | Assembly | programs/oeis/081/A081347.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/081/A081347.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/081/A081347.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A081347: First column in maze arrangement of natural numbers.
; 1,2,3,12,13,30,31,56,57,90,91,132,133,182,183,240,241,306,307,380,381,462,463,552,553,650,651,756,757,870,871,992,993,1122,1123,1260,1261,1406,1407,1560,1561,1722,1723,1892,1893,2070,2071,2256,2257,2450,2451,2652,2653,2862,2863,3080,3081,3306,3307,3540,3... | 53.181818 | 454 | 0.750427 |
bda12de3bed1b417e1d80e901ea10d21a5642ba1 | 755 | asm | Assembly | oeis/156/A156577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156577: a(2*n+2) = 10*a(2*n+1), a(2*n+1) = 10*a(2*n) - 9^n*A000108(n), a(0) = 1.
; Submitted by Christian Krause
; 1,9,90,891,8910,88938,889380,8890155,88901550,888923646,8889236460,88889884542,888898845420,8888918303988,88889183039880,888889778505099,8888897785050990,88888916293698870,888889162936988700,88888897457... | 39.736842 | 498 | 0.792053 |
03903f5f55966b0c914387112253d216f9a52440 | 6,135 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1167.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_1167.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_1167.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 %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x5a2d, %r12
nop
nop
cmp $47552, %r11
mov (%r12), %di
nop
nop
nop
nop
nop
inc %r10
lea addresses_WT_ht+0x1896d, %rsi
lea addresses_UC_ht+0xc3a7, %rdi
nop
nop
nop
nop
and %r11,... | 38.584906 | 2,999 | 0.659169 |
f2fbb0079a2e90853b7d641e8450429093ae5827 | 5,382 | asm | Assembly | Games/Quake II/quake2-3.21/ref_soft/r_varsa.asm | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | Games/Quake II/quake2-3.21/ref_soft/r_varsa.asm | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | 1 | 2019-12-10T15:47:15.000Z | 2019-12-10T15:47:15.000Z | Games/Quake II/quake2-3.21/ref_soft/r_varsa.asm | TwTravel/3dGameGuru | 50f204da32b7d3ddcbdb0daf140d503eac424153 | [
"Unlicense"
] | null | null | null | .386P
.model FLAT
;
; d_varsa.s
;
include qasm.inc
include d_if.inc
if id386
_DATA SEGMENT
;-------------------------------------------------------
; ASM-only variables
;-------------------------------------------------------
public float_1, float_particle_z_clip, float_point5
public float_mi... | 24.352941 | 78 | 0.662951 |
a03f61406e002411d440638feafb20e87c987bc0 | 649 | asm | Assembly | libsrc/target/sam/graphics/pixeladdress_MODE3.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | libsrc/target/sam/graphics/pixeladdress_MODE3.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | libsrc/target/sam/graphics/pixeladdress_MODE3.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null |
SECTION code_graphics
PUBLIC pixeladdress_MODE3
EXTERN SCREEN_BASE
; Entry: hl = x
; de = y
; Exit: hl = addr
; a = pixel offset
; z = pixel @1100000
pixeladdress_MODE3:
ex de,hl
add hl,hl ;*2
add hl,hl ;*4
add hl,hl ;*8
add hl,hl ;*16
... | 18.027778 | 41 | 0.4453 |
6efef01fd520b5f787fff1ecd2a77f99f646c78a | 2,957 | asm | Assembly | src/cond_flags.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | src/cond_flags.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | src/cond_flags.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | ;****************************************************************
.include "m48def.inc"
.include "service.inc"
;****************************************************************
; Data
;****************************************************************
.dseg
;*************************************************************... | 27.635514 | 71 | 0.555631 |
a23d4c7b72e56dae33b721e5696ffeef25dfbba7 | 1,238 | asm | Assembly | randomly-solved-programs/printing again & again on user response.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | randomly-solved-programs/printing again & again on user response.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | randomly-solved-programs/printing again & again on user response.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
INPUT_MSG DB 0AH,0DH,'Enter a number ( 0 to 9 ) : $'
SORRY_MSG DB 0AH,0DH,'Sorry you have entered a wrong number $'
AGAIN_MSG DB 0AH,0DH,'Do you want to exit (y) or restart(n) : $'
END_MSG DB 0AH,0DH,'You haver entered a wrong number 3 times consequently, so the ',0AH,0DH,'... | 14.068182 | 129 | 0.591276 |
1d8bdb4e8ffd80102d18df3d1cda1385ae1deee0 | 4,286 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2595.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_2595.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_2595.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 %r9
push %rax
push %rbp
lea addresses_UC_ht+0xb813, %rbp
nop
nop
nop
sub %r9, %r9
movb (%rbp), %al
nop
nop
nop
nop
xor $21294, %r10
pop %rbp
pop %rax
pop %r9
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r15
push %rax
push %r... | 57.146667 | 2,999 | 0.659823 |
0aa137e2197bf3e68d334d39f3127b770e7c20cc | 752 | asm | Assembly | oeis/306/A306409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/306/A306409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/306/A306409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A306409: a(n) = -Sum_{0<=i<j<=n} (-1)^(i+j) * (i+j)!/(i!*j!).
; Submitted by Jamie Morken(s3)
; 0,1,3,10,34,120,434,1597,5949,22363,84655,322245,1232205,4729453,18210279,70307546,272087770,1055139408,4099200524,15951053566,62159391150,242542955378,947504851414,3705431067156,14505084243860,56831711106496,2228533341310... | 57.846154 | 486 | 0.797872 |
489b08070843cafc8dfc762de8e238782715c156 | 1,063 | asm | Assembly | Transynther/x86/_processed/US/_un_/i9-9900K_12_0xa0.log_17_772.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_un_/i9-9900K_12_0xa0.log_17_772.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_un_/i9-9900K_12_0xa0.log_17_772.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 %r13
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rsi
// Load
lea addresses_D+0xedd7, %rcx
nop
nop
inc %r15
movups (%rcx), %xmm0
vpextrq $1, %xmm0, %rbx
nop
nop
nop
dec %rcx
// Faulty Load
lea addresses_US+0x1f939... | 18.649123 | 122 | 0.637817 |
7aa70f996732bba2741480ef076e2dbd72464107 | 580 | asm | Assembly | oeis/050/A050914.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/050/A050914.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/050/A050914.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A050914: a(n) = n*3^n + 1.
; 1,4,19,82,325,1216,4375,15310,52489,177148,590491,1948618,6377293,20726200,66961567,215233606,688747537,2195382772,6973568803,22082967874,69735688021,219667417264,690383311399,2165293113022,6778308875545,21182215236076,66088511536555,205891132094650,640550188738909,1990280943581608,617673... | 64.444444 | 501 | 0.856897 |
aa6dd32672792c56fa1c80f58030781bb81e798a | 1,397 | asm | Assembly | src/tiles.asm | helgefmi/lttphack | 2d3b80b029c7e5a46e9329856dadff0ed611a596 | [
"MIT"
] | 28 | 2016-02-19T04:33:56.000Z | 2022-02-25T05:30:58.000Z | src/tiles.asm | helgefmi/lttphack | 2d3b80b029c7e5a46e9329856dadff0ed611a596 | [
"MIT"
] | 4 | 2017-08-01T18:20:49.000Z | 2019-07-28T13:39:01.000Z | src/tiles.asm | helgefmi/lttphack | 2d3b80b029c7e5a46e9329856dadff0ed611a596 | [
"MIT"
] | 6 | 2016-10-05T10:27:31.000Z | 2019-07-19T14:14:29.000Z | pushpc
; TILES
;
; Takes care to expand the tileset with our own stuff, so we can draw custom HUD items.
; Load Tiles Hijack
org $028068
JSL load_default_tileset
; Load Tiles Hook
pullpc
load_default_tileset:
LoadCustomHUDGFX:
%a16()
%i8()
LDX #$80 : STX $2115
LDA #$7000 : STA $2116 ; VRAM address (E000 in vram)... | 24.946429 | 87 | 0.701503 |
3b624e238d9352bd98a5f2d29a3b36936300a43b | 2,495 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_number_tail_longlong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_number_tail_longlong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_number_tail_longlong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_stdio
PUBLIC __stdio_printf_number_tail_longlong
PUBLIC __stdio_printf_number_tail_ulonglong
EXTERN l_testzero_64_mhl, l_neg_64_mhl, l_load_64_dehldehl_mbc
EXTERN asm1_ulltoa, __stdio_printf_number_tail, __stdio_printf_number_tail_zero
__stdio_printf_number_tail_longlong:
; enter... | 20.45082 | 79 | 0.561122 |
ce6a80d757d2915e4d38d1525b441abdbd1bfb63 | 801 | asm | Assembly | programs/oeis/057/A057681.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057681.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057681.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A057681: a(n) = Sum_{j=0..floor(n/3)} (-1)^j*binomial(n,3*j).
; 1,1,1,0,-3,-9,-18,-27,-27,0,81,243,486,729,729,0,-2187,-6561,-13122,-19683,-19683,0,59049,177147,354294,531441,531441,0,-1594323,-4782969,-9565938,-14348907,-14348907,0,43046721,129140163,258280326,387420489,387420489,0,-1162261467,-3486784401,-697356880... | 44.5 | 597 | 0.751561 |
e1db8521b1edeb07baccb90d353913a4f205d7db | 1,281 | asm | Assembly | external/source/shellcode/bsdi/ia32/stager_sock_find.asm | OsmanDere/metasploit-framework | b7a014a5d22d3b57157e301d4af57e3a31ad03a9 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 26,932 | 2015-01-01T00:04:51.000Z | 2022-03-31T22:51:38.000Z | external/source/shellcode/bsdi/ia32/stager_sock_find.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 11,048 | 2015-01-01T00:05:44.000Z | 2022-03-31T21:49:52.000Z | external/source/shellcode/bsdi/ia32/stager_sock_find.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 12,593 | 2015-01-01T01:01:20.000Z | 2022-03-31T22:13:32.000Z | ;;
;
; Name: stager_sock_find
; Qualities: Can Have Null
; Platforms: BSDi
; Authors: skape <mmiller [at] hick.org>
; optyx <optyx [at] uberhax0r.net>
; Version: $Revision: 1633 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to... | 18.042254 | 68 | 0.68306 |
3e1ea2d11db74037aeecd040c679fd4bf50a69cd | 205 | asm | Assembly | kernel/gdt_obj.asm | semahawk/kernel | a9d23a598d5d13345a7c10d5fd93c397a7a2dacd | [
"BSD-3-Clause"
] | null | null | null | kernel/gdt_obj.asm | semahawk/kernel | a9d23a598d5d13345a7c10d5fd93c397a7a2dacd | [
"BSD-3-Clause"
] | 1 | 2016-11-13T12:04:53.000Z | 2016-11-13T12:04:53.000Z | kernel/gdt_obj.asm | semahawk/kernel | a9d23a598d5d13345a7c10d5fd93c397a7a2dacd | [
"BSD-3-Clause"
] | null | null | null | global gdt_flush
gdt_flush:
; SEG_KCODE
jmp 0x08:.flush
.flush:
; SEG_KDATA
mov ax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
ret
; vi: ft=nasm:ts=2:sw=2 expandtab
| 11.388889 | 33 | 0.629268 |
ce9e66afae5ae021d6a550129b3ba708190cccb4 | 2,418 | asm | Assembly | bahamut/source/palettes.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 2 | 2021-08-15T04:10:10.000Z | 2021-08-15T20:14:13.000Z | bahamut/source/palettes.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 1 | 2022-02-16T02:46:39.000Z | 2022-02-16T04:30:29.000Z | bahamut/source/palettes.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 1 | 2021-12-25T11:34:57.000Z | 2021-12-25T11:34:57.000Z | namespace palette {
constant white = color(31,31,29)
constant gray = color(15,15,15)
constant black = color( 2, 2, 2)
constant yellow = color(30,30, 2)
constant shadow = color(20,20,20)
constant green = color(17,31,17)
constant ivory = color(31,31,15)
constant navy = color( 2, 2,12)
constant red = ... | 21.981818 | 71 | 0.593879 |
87ab67adfa05b5e3e71a05ba97beee02cbc635be | 729 | asm | Assembly | programs/oeis/122/A122188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/122/A122188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/122/A122188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A122188: Triangle read by rows, formed from the coefficients of characteristic polynomials of the following sequence of matrices: 2 X 2 {{0, 1}, {1, 1}}, 3 X 3 {{0, 1, 0}, {0, 0, 1}, {1, 1, 1}}, 4 X 4 {{0, 1,0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {1, 1, 1, 1}}, 5 X 5 {{0, 1, 0, 0, 0}, {0, 0, 1, 0, 0}, {0, 0, 0, 1, 0}, {0... | 42.882353 | 356 | 0.458162 |
f285070f988548e607db4a51d021490afa9feed6 | 2,411 | asm | Assembly | programs/oeis/272/A272298.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/272/A272298.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/272/A272298.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A272298: a(n) = n^4 + 324.
; 324,325,340,405,580,949,1620,2725,4420,6885,10324,14965,21060,28885,38740,50949,65860,83845,105300,130645,160324,194805,234580,280165,332100,390949,457300,531765,614980,707605,810324,923845,1048900,1186245,1336660,1500949,1679940,1874485,2085460,2313765,2560324,2826085,3112020,3419125,374... | 344.428571 | 2,350 | 0.883451 |
93e26fd5fd50506390c03971cd1087ceab361fe9 | 79 | asm | Assembly | regression/parsers/nasm/reserve.asm | path64/assembler | 32ade96bc087d3a3e015e03d69fa48c41a7071a6 | [
"BSD-2-Clause"
] | 1 | 2016-06-03T20:02:45.000Z | 2016-06-03T20:02:45.000Z | regression/parsers/nasm/reserve.asm | path64/assembler | 32ade96bc087d3a3e015e03d69fa48c41a7071a6 | [
"BSD-2-Clause"
] | null | null | null | regression/parsers/nasm/reserve.asm | path64/assembler | 32ade96bc087d3a3e015e03d69fa48c41a7071a6 | [
"BSD-2-Clause"
] | null | null | null | times 5 resb 2 ; out: 00 00 00 00 00 00 00 00 00 00
resw 2 ; out: 00 00 00 00
| 26.333333 | 51 | 0.632911 |
3116f5da59a501b8ee674b393020c108fb9704a9 | 348 | asm | Assembly | data/RelocateCount.asm | Threetwosevensixseven/ZXRelocate | c76bfda491778b0619b686e466040ea02c83aeb9 | [
"Apache-2.0"
] | 1 | 2022-02-17T02:01:40.000Z | 2022-02-17T02:01:40.000Z | data/RelocateCount.asm | Threetwosevensixseven/ZXRelocate | c76bfda491778b0619b686e466040ea02c83aeb9 | [
"Apache-2.0"
] | null | null | null | data/RelocateCount.asm | Threetwosevensixseven/ZXRelocate | c76bfda491778b0619b686e466040ea02c83aeb9 | [
"Apache-2.0"
] | null | null | null | ; RelocateCount.asm
; Generated automatically by Relocate.exe
RelocateCount EQU 3 ; Relocation table is 6 byte(s) long
BA_ZX0 EQU $003D ; A bank ID will get patched here
BA_ZX1 EQU $003F ; A bank ID will get patched here
BA_MM0 EQU $0041 ; A ba... | 43.5 | 75 | 0.600575 |
1a441181c0e441ffa4a4adb13059a032b9cf44f5 | 819 | asm | Assembly | oeis/142/A142380.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142380.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142380.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142380: Primes congruent to 29 mod 47.
; Submitted by Jon Maiga
; 29,311,499,593,1063,1439,1627,1721,2003,2473,3037,3319,3413,4259,4447,4729,5011,5387,5669,5857,6421,6703,7079,7549,7643,8677,9241,10181,10369,10463,10651,11027,11497,11779,12343,12437,12907,13001,14411,15727,16103,16573,17137,17231,17419,18077,20051,2... | 35.608696 | 497 | 0.730159 |
52616247f0a18daa75a444cc5f03c1d3ab4c8859 | 114 | asm | Assembly | MPI/Lab-2/factorial1.asm | vishwas1101/Misc | cf660dfbacc674cd262eb4abd0e9dd07479a90ae | [
"MIT"
] | null | null | null | MPI/Lab-2/factorial1.asm | vishwas1101/Misc | cf660dfbacc674cd262eb4abd0e9dd07479a90ae | [
"MIT"
] | null | null | null | MPI/Lab-2/factorial1.asm | vishwas1101/Misc | cf660dfbacc674cd262eb4abd0e9dd07479a90ae | [
"MIT"
] | null | null | null |
org 100h
MOV SI, 0200H
MOV CX, 5D
MOV AX, 0001H
MOV DX, 0000H
here:
MUL CX
LOOP here:
MOV [SI], AX
ret
| 5.7 | 13 | 0.622807 |
89106ed2739261d04eefcd8afc647a93ac8f9958 | 1,889 | asm | Assembly | Altair101/asm/programsUntested/pTimerCounter.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 2 | 2021-12-12T23:27:10.000Z | 2022-02-17T14:01:21.000Z | Altair101/asm/programsUntested/pTimerCounter.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | null | null | null | Altair101/asm/programsUntested/pTimerCounter.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 4 | 2021-08-29T19:55:49.000Z | 2022-02-15T08:30:15.000Z | ; ------------------------------------------------
; Enter counter mode and display counter value for counter index in register A.
;
; ----------------------------------------... | 69.962963 | 120 | 0.314981 |
aae66b197aa5649375459ffff677cca2e03fb8d1 | 4,020 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_19.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_19.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_19.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 %r8
push %r9
push %rax
push %rcx
lea addresses_WC_ht+0x11353, %r9
nop
xor %rax, %rax
movl $0x61626364, (%r9)
nop
nop
nop
sub %rcx, %rcx
pop %rcx
pop %rax
pop %r9
pop %r8
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r15
push %rbp
push %rdi
// ... | 67 | 2,999 | 0.663184 |
a002b308c26e865bd376489c44ec3690634f7d99 | 7,454 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1160.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_1160.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_1160.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1226b, %rsi
lea addresses_WC_ht+0x189eb, %rdi
nop
nop
nop
nop
and %rax, %rax
mov $123, %rcx
rep movsw
nop
nop
nop
and %r14, %r14
lea addresses_WT_ht+0x6feb, %r8
add $33451, %... | 37.837563 | 2,999 | 0.657768 |
c2b2376af1673cc52b5143f086ec06d1107e699a | 6,340 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2155.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.log_21829_2155.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.log_21829_2155.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1dfdf, %rsi
lea addresses_A_ht+0x3d51, %rdi
nop
nop
nop
add %r15, %r15
mov $124, %rcx
rep movsl
nop
nop
nop
nop
nop
add %rax, %rax
lea addresses_D_ht+0xc8df, %rdx
nop
nop
no... | 39.378882 | 2,999 | 0.657413 |
c18983b10a88c00c94e39e74433292f703c0bc7b | 1,226 | asm | Assembly | Semester 3-1/CSE3108 Microprocessor Lab/Lab 01/Assignment01_190104037.asm | AKC23/AUST | 102fb96d79b45c826fb4eb467ba6a7798e1ab4f4 | [
"MIT"
] | null | null | null | Semester 3-1/CSE3108 Microprocessor Lab/Lab 01/Assignment01_190104037.asm | AKC23/AUST | 102fb96d79b45c826fb4eb467ba6a7798e1ab4f4 | [
"MIT"
] | null | null | null | Semester 3-1/CSE3108 Microprocessor Lab/Lab 01/Assignment01_190104037.asm | AKC23/AUST | 102fb96d79b45c826fb4eb467ba6a7798e1ab4f4 | [
"MIT"
] | null | null | null | ;Assignment 01 - 190104037
;3L4U1
;3 -> 01001111b
;L -> 00111000b
;4 -> 01100110b
;U -> 00111110b
;1 -> 00000110b
TITLE 8086 Code Template (for EXE file)
#MAKE_EXE#
DSEG SEGMENT 'DATA'
NUMBERS DB 01001111b, 00111000b, 01100110b, 00111110b, 00000110b
DSEG ENDS
SSEG SEGMENT STACK 'STACK... | 14.255814 | 65 | 0.5677 |
bfac673e46b5c69d873cbf31da56b74d175bce0c | 350 | asm | Assembly | programs/oeis/171/A171001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/171/A171001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/171/A171001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A171001: Binomial(n-k,k)^2 where k = ceiling(n/4).
; 1,0,1,4,9,9,36,100,225,400,1225,3136,7056,15876,44100,108900,245025,627264,1656369,4008004,9018009,25050025,64128064,153165376,344622096,1012766976,2538950544,6009350400,13521038400,41408180100,102252852900,240407818596
mov $2,$0
seq $0,57353 ; a(n) = floor(3n/4).... | 38.888889 | 221 | 0.745714 |
b9c24869558332be69e3f20e0597726cd419178f | 7,714 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1483.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_notsx.log_21829_1483.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_notsx.log_21829_1483.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 %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x4c62, %r12
nop
nop
nop
sub %rsi, %rsi
movl $0x61626364, (%r12)
nop
nop
nop
and %rax, %rax
lea addresses_A_ht+0x1ec03, %rbp
nop
add %rax, %rax
mov (%rbp), %r14
nop
and $15016... | 34.904977 | 2,999 | 0.655432 |
35ccb6bb27523e42298efa86e4f46f7136b7a2ba | 130 | asm | Assembly | src/main/fragment/mos6502-common/vdum1=vdum1_minus_vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vdum1=vdum1_minus_vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vdum1=vdum1_minus_vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {m1}
sec
sbc {m2}
sta {m1}
lda {m1}+1
sbc {m2}+1
sta {m1}+1
lda {m1}+2
sbc {m2}+2
sta {m1}+2
lda {m1}+3
sbc {m2}+3
sta {m1}+3
| 9.285714 | 10 | 0.553846 |
b7c7000746f99884b3ef1780fb2397857c3bdcdd | 399 | asm | Assembly | programs/oeis/193/A193661.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/193/A193661.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/193/A193661.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A193661: Q-residue of the triangle A193673, where Q is the triangular array (t(i,j)) given by t(i,j)=1. (See Comments.)
; 1,3,15,93,621,4263,29595,206433,1442841,10093323,70633575,494375973,3460454661,24222651183,169556963955,1186893964713,8308243404081,58157660781843,407103496332735,2849724086908653,199480674460991... | 33.25 | 199 | 0.759398 |
a4c151509b1caf95c3e92db8dec641f8bd69924c | 565 | asm | Assembly | test/utest_saved.asm | Fabian-Schneider01/Virtual-Piano | aa232b4fc4fa09fa43643db8ae10414406166df5 | [
"MIT"
] | 1 | 2021-10-30T19:03:41.000Z | 2021-10-30T19:03:41.000Z | test/utest_saved.asm | Fabian-Schneider01/Virtual-Piano | aa232b4fc4fa09fa43643db8ae10414406166df5 | [
"MIT"
] | null | null | null | test/utest_saved.asm | Fabian-Schneider01/Virtual-Piano | aa232b4fc4fa09fa43643db8ae10414406166df5 | [
"MIT"
] | null | null | null | #automatically generated code by pressing save button
#values will be compared in utest_tool to check wether buttons create the correct pitch
#checked if values of duration, volume and instrument are in range
#!this is not the test itself! will be called by utest_tool.asm!
.data
melody:
.word 60 62 64 65 67 69 71 70 68... | 16.617647 | 87 | 0.729204 |
3ee552f387b8f0d5b66e1e46222521ffbe2abe24 | 599 | asm | Assembly | SHAKIB KHAN 1711661642 - Lab Final CSE331 Fall 2020/Lab Final CSE331 Fall 2020/Solution/3.asm | Shakib-IO/CSE331L-Section-10-Fall20-NSU | ec2b944300f906f21500bd08c316a3d775f91477 | [
"MIT"
] | null | null | null | SHAKIB KHAN 1711661642 - Lab Final CSE331 Fall 2020/Lab Final CSE331 Fall 2020/Solution/3.asm | Shakib-IO/CSE331L-Section-10-Fall20-NSU | ec2b944300f906f21500bd08c316a3d775f91477 | [
"MIT"
] | null | null | null | SHAKIB KHAN 1711661642 - Lab Final CSE331 Fall 2020/Lab Final CSE331 Fall 2020/Solution/3.asm | Shakib-IO/CSE331L-Section-10-Fall20-NSU | ec2b944300f906f21500bd08c316a3d775f91477 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
VALUE_1 DB ?
VALUE_2 DB ?
TEMP DB 0
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
MOV AH, 9
INT 21H
MOV AH, 1
INT 21H
SUB AL, 30H
MOV VALUE_1,AL
MOV BL,AL
MOV AH, 2
MOV DL, 0DH
INT 21H
MOV DL, 0AH
INT 21H
... | 11.519231 | 18 | 0.492487 |
476313d81ba45afeddcdb2fcd9805627e3da10d8 | 55 | asm | Assembly | src/menuscreen.asm | iratahack/CastleEscape | da4456087af603dd80d65f5653a1931fb275635b | [
"BSD-3-Clause"
] | 2 | 2022-01-11T11:38:22.000Z | 2022-01-13T04:24:18.000Z | src/menuscreen.asm | iratahack/CastleEscape | da4456087af603dd80d65f5653a1931fb275635b | [
"BSD-3-Clause"
] | 4 | 2021-02-27T15:33:42.000Z | 2022-01-09T16:40:09.000Z | src/menuscreen.asm | iratahack/CastleEscape | da4456087af603dd80d65f5653a1931fb275635b | [
"BSD-3-Clause"
] | 1 | 2022-01-05T17:26:51.000Z | 2022-01-05T17:26:51.000Z | section BANK_7
binary "mainmenu.scr"
| 13.75 | 30 | 0.545455 |
299badf09b212e974f58b5101ea8f77ed9661ce7 | 1,192 | asm | Assembly | esercizio-19/_main.asm | mattiagualtieri/calcolatori | d4af32b529bf4e357517a89e571d7212d2b98169 | [
"MIT"
] | null | null | null | esercizio-19/_main.asm | mattiagualtieri/calcolatori | d4af32b529bf4e357517a89e571d7212d2b98169 | [
"MIT"
] | null | null | null | esercizio-19/_main.asm | mattiagualtieri/calcolatori | d4af32b529bf4e357517a89e571d7212d2b98169 | [
"MIT"
] | 1 | 2020-12-15T09:08:25.000Z | 2020-12-15T09:08:25.000Z | .586
.model flat
.code
_conta_occorrenze proc
push ebp
mov ebp,esp
push ebx
push esi
push edi
push 0
mov esi, 0 ; indice
mov ecx, dword ptr [ebp + 8] ; stringa1 qui
mov edx, dword ptr [ebp + 12] ; stringa2 qui
mov eax, 0
loop_here:
cmp byte ptr [ecx + esi * 1], 0
jz abbiam_finito
... | 12.040404 | 46 | 0.614094 |
15a3340699da319c77abf6e8947efed0235783e0 | 24,148 | asm | Assembly | Source/objects.asm | DW0RKiN/3D-Dungeon | 509d92007837beb8fd83cc447bea9f4e13c98bc0 | [
"MIT"
] | 8 | 2017-09-24T13:06:55.000Z | 2020-11-18T20:18:05.000Z | Source/objects.asm | DW0RKiN/3D-Dungeon | 509d92007837beb8fd83cc447bea9f4e13c98bc0 | [
"MIT"
] | null | null | null | Source/objects.asm | DW0RKiN/3D-Dungeon | 509d92007837beb8fd83cc447bea9f4e13c98bc0 | [
"MIT"
] | null | null | null | ; =====================================================
; VSTUP:
; L = hledana lokace
; VYSTUP:
; DE = &(TABLE_OBJECTS[?].prepinace+typ)
; clear carry flag
; zero flag = nalezen ( A = L = offset lokace )
; not zero flag = nenalezen ( A > L a je roven nasledujici nebo zarazce )
; NEMENI:
; HL, BC
D... | 34.252482 | 169 | 0.441113 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.