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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd2e3e8b92bc0e039eb5e79dd659f1e011e15773 | 146 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Blackadder/_ff_ao_Blackadder.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Blackadder/_ff_ao_Blackadder.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Blackadder/_ff_ao_Blackadder.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION rodata_font
SECTION rodata_font_fzx
PUBLIC _ff_ao_Blackadder
_ff_ao_Blackadder:
BINARY "font/fzx/fonts/ao/Blackadder/Blackadder.fzx"
| 13.272727 | 52 | 0.842466 |
272c8e7d5a0e90d5fe9854a3ee5438ba1115bdb2 | 1,736 | asm | Assembly | code/editor/gui/gui.asm | abekermsx/skooted | ea0eb5c0c2703c45807477bfdcda0ad1ad9119d8 | [
"MIT"
] | 3 | 2021-10-06T20:52:11.000Z | 2021-11-29T11:31:55.000Z | code/editor/gui/gui.asm | abekermsx/skooted | ea0eb5c0c2703c45807477bfdcda0ad1ad9119d8 | [
"MIT"
] | null | null | null | code/editor/gui/gui.asm | abekermsx/skooted | ea0eb5c0c2703c45807477bfdcda0ad1ad9119d8 | [
"MIT"
] | null | null | null |
gui:
ld hl,wait_release_dummy
call wait_release
ld a,(current_gui)
ld hl,gui_parts
call jump_to_function
gui_events:
cp GUI.CLEAR
jr z,gui_event_clear
cp GUI.PLAY
jr z,gui_event_play
cp GUI.TEXT
jp z,gui_event_text
cp ... | 17.019608 | 48 | 0.586406 |
bdb415f06eab19acb0e5c9740338f8502538c06b | 214 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/memory/c/sccz80/zxn_mangle_bank_state.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/arch/zxn/memory/c/sccz80/zxn_mangle_bank_state.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/arch/zxn/memory/c/sccz80/zxn_mangle_bank_state.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; unsigned int zxn_mangle_bank_state(unsigned int state)
SECTION code_clib
SECTION code_arch
PUBLIC zxn_mangle_bank_state
EXTERN asm_zxn_mangle_bank_state
defc zxn_mangle_bank_state = asm_zxn_mangle_bank_state
| 19.454545 | 56 | 0.878505 |
b9049d0ea26adb4fdc43f1619d839b3005586552 | 1,018 | asm | Assembly | unordnung_auch_assembler/asm/attiny13/4x4display/allOn.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/4x4display/allOn.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/4x4display/allOn.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | .include "myTiny13.h"
; 0 1 2 3 up = minus
; 4 5 6 7
; 4 5 6 7 down = minus
; 0 1 2 3
Main:
;initial values
; down up
; \/
ldi A, 0b00011111 ; up- , down- / 7 6 5 4 / 3 2 1 0
out DDRB, A
Loop:
; down up
; \/
ldi A, 0b00001000
out PORTB, A
ldi A, 0b00001001
out PORTB, A
l... | 16.419355 | 54 | 0.501965 |
dd826e8a23f25f08fbe11c21ab2b2882e9adef50 | 998 | asm | Assembly | dos/test_3da.asm | spaceflint7/daedgaem | 8f54b1c2daa91661bd42d29e6e875b06581f1496 | [
"MIT"
] | null | null | null | dos/test_3da.asm | spaceflint7/daedgaem | 8f54b1c2daa91661bd42d29e6e875b06581f1496 | [
"MIT"
] | null | null | null | dos/test_3da.asm | spaceflint7/daedgaem | 8f54b1c2daa91661bd42d29e6e875b06581f1496 | [
"MIT"
] | null | null | null |
; print value in port 03DA as it changes over time
bits 16
org 100h
xor ax,ax
mov es,ax
mov cx, 9999h
L0:
mov dx,3DAh
in al, dx
mov bl, al
L1:
mov dx,3DAh
in al, dx
cmp al, bl
je L1
xor ah, ah
push ax
mov dx, ax
mov bp, STRING+0
call N2H
mov... | 13.131579 | 50 | 0.50501 |
bc0b78b875521984b4a2dbbcf8bd12742232273d | 458 | asm | Assembly | programs/oeis/095/A095792.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/095/A095792.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/095/A095792.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A095792: a(n) = Z(n) - L(n), where Z=A072649 and L=A095791 are lengths of Zeckendorf and lazy Fibonacci representations in binary notation.
; 0,0,0,1,0,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,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,... | 57.25 | 201 | 0.611354 |
c36768cef478ff4db87dcc247ebf4d524d0cd2e8 | 287 | asm | Assembly | programs/oeis/300/A300067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/300/A300067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/300/A300067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A300067: Period 6: repeat [0, 0, 0, 1, 2, 2].
; 0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1,2,2,0,0,0,1
mod $0,6
mul $0,2
sub $0,2
div $0,3
| 35.875 | 201 | 0.508711 |
27bc2b20199760b90a4c45174ae2034dfde0256b | 727 | asm | Assembly | oeis/070/A070198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/070/A070198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/070/A070198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A070198: Smallest nonnegative number m such that m == i (mod i+1) for all 1 <= i <= n.
; Submitted by Jon Maiga
; 0,1,5,11,59,59,419,839,2519,2519,27719,27719,360359,360359,360359,720719,12252239,12252239,232792559,232792559,232792559,232792559,5354228879,5354228879,26771144399,26771144399,80313433199,80313433199,232... | 42.764706 | 491 | 0.795048 |
be34af3ae9549136e41b861ec0be5e44767b2885 | 23,190 | asm | Assembly | eval.asm | vipoo/bbcbasic-z80 | 793c16b76059edc6917e60c12281fb009d529ead | [
"Zlib"
] | 2 | 2020-06-30T15:43:19.000Z | 2021-01-05T17:07:27.000Z | eval.asm | vipoo/bbcbasic-z80 | 793c16b76059edc6917e60c12281fb009d529ead | [
"Zlib"
] | 6 | 2020-05-30T04:26:34.000Z | 2020-07-21T02:43:24.000Z | eval.asm | vipoo/bbcbasic-z80 | 793c16b76059edc6917e60c12281fb009d529ead | [
"Zlib"
] | null | null | null | ; TITLE BBC BASIC (C) R.T.RUSSELL 1987
;
;BBC BASIC INTERPRETER - Z80 VERSION
;EXPRESSION EVALUATION & ARITHMETIC MODULE - "EVAL"
;(C) COPYRIGHT R.T.RUSSELL 1984
;VERSION 2.3, 07-05-1984
;Modified to use external FPP, 01-03-1987
;VERSION 3.0, 08-03-1987
;INSTR bug fixed, 30-09-1992
;
;BINARY FLOATING POINT REPRESENTA... | 14.770701 | 93 | 0.660112 |
2ec5dd9672affcd3cfb90fe641f975f59da31f60 | 5,677 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_16706_422.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_16706_422.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_16706_422.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 %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x2597, %r8
nop
nop
nop
nop
add $54867, %r12
mov (%r8), %r10d
cmp %r11, %r11
lea addresses_WC_ht+0x11b97, %rdx
clflush (%rdx)
nop
nop
and $48740, %rax
mov $0x61626364... | 40.841727 | 2,999 | 0.660032 |
c735728b5e435a109ad8e99f8d9ffc72f1e888dd | 22 | asm | Assembly | env/linux/app/meditations.asm | lancejpollard/meditations | 0867e87f645fcf42525d2858108c869b3b34b5fc | [
"AML",
"Linux-OpenIB"
] | 2 | 2020-06-11T09:28:45.000Z | 2022-01-10T16:42:59.000Z | env/linux/app/meditations.asm | lancejpollard/meditations | 0867e87f645fcf42525d2858108c869b3b34b5fc | [
"AML",
"Linux-OpenIB"
] | null | null | null | env/linux/app/meditations.asm | lancejpollard/meditations | 0867e87f645fcf42525d2858108c869b3b34b5fc | [
"AML",
"Linux-OpenIB"
] | null | null | null |
%include "lib/m.asm"
| 7.333333 | 20 | 0.636364 |
371b0364fa217b748a03634c93f28d129eac4ced | 318 | asm | Assembly | src/str/cpy.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | 1 | 2019-07-21T20:51:38.000Z | 2019-07-21T20:51:38.000Z | src/str/cpy.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | null | null | null | src/str/cpy.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | null | null | null | ;@DOES copy null-terminated string
;@INPUT HL pointer to null-terminated string
;@INPUT DE pointer to destination
;@OUTPUT HL pointer to null-terminated string
;@OUTPUT DE DE+HL+strlen(HL)
;@OUTPUT BC BC-strlen(HL)
;@DESTROYS AF
strcpy:
xor a,a
ld bc,0
.loop:
cp a,(hl)
ldi
jr nz,.loop
ex hl,de
add hl,bc
ret
| 16.736842 | 45 | 0.716981 |
8c916d9c632e2d90f5980489d418ceea7342911b | 574 | asm | Assembly | ch01/boot.asm | ZhiqinYang/orangos | c0dd01bf70053b4b7eca3782fe921a71a6c7b09f | [
"Apache-2.0"
] | 1 | 2015-12-16T02:58:19.000Z | 2015-12-16T02:58:19.000Z | ch01/boot.asm | ZhiqinYang/orangos | c0dd01bf70053b4b7eca3782fe921a71a6c7b09f | [
"Apache-2.0"
] | null | null | null | ch01/boot.asm | ZhiqinYang/orangos | c0dd01bf70053b4b7eca3782fe921a71a6c7b09f | [
"Apache-2.0"
] | null | null | null | ; nasm boot.asm -o boot.bin
; dd if=boot.bin of=boot.img bs=512 conv=notrunc
org 07c00h
mov ax, cs ;使 cs, ds, es 指向同一段内
mov ds, ax
mov es, ax
call DispStR
jmp $ ; 死循环,不停的在此处跳转 '$'当前地址
DispStr:
mov ax, BootMessage
mov bp, ax ; ES:BP = 字符串地址
mov cx, 16 ; 字符串长度
mov ax, 01301h ; AH = 13,... | 22.96 | 48 | 0.56446 |
5cd45606cadb1349eee1ab7156d7576444b9dda7 | 302 | asm | Assembly | libsrc/_DEVELOPMENT/z80/c/sccz80/im2_append_generic_callback.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/z80/c/sccz80/im2_append_generic_callback.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/z80/c/sccz80/im2_append_generic_callback.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void im2_append_generic_callback(uint8_t vector, void *callback)
SECTION code_z80
PUBLIC im2_append_generic_callback
EXTERN asm_im2_append_generic_callback
im2_append_generic_callback:
pop af
pop de
pop hl
push hl
push de
push af
jp asm_im2_append_generic_callback
| 14.380952 | 66 | 0.774834 |
042e8606f100f35d943b0244eaf20899bed0d233 | 6,837 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1280.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1280.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1280.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 %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1203e, %rsi
lea addresses_UC_ht+0x2bda, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
dec %r10
mov $79, %rcx
rep movsq
nop
nop
nop
nop
xor %rbx, %rbx
lea addresses_WC_ht+0x47f2, %r... | 34.705584 | 2,999 | 0.659061 |
45ff573abb50c02e5f9ac9625d3cd5749f5afdbb | 837 | asm | Assembly | src/test/ref/inline-kasm-clobber.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/inline-kasm-clobber.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/inline-kasm-clobber.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests that inline kickasm supports the clobbering directive
// Commodore 64 PRG executable file
.file [name="inline-kasm-clobber.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"... | 19.022727 | 70 | 0.549582 |
f6013ccf60f4e3803e190d317fbe3370c344da5a | 2,198 | asm | Assembly | programs/oeis/024/A024010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024010: a(n) = 1 - n^12.
; 1,0,-4095,-531440,-16777215,-244140624,-2176782335,-13841287200,-68719476735,-282429536480,-999999999999,-3138428376720,-8916100448255,-23298085122480,-56693912375295,-129746337890624,-281474976710655,-582622237229760,-1156831381426175,-2213314919066160,-4095999999999999,-7355827511386640,... | 244.222222 | 2,119 | 0.891265 |
58bf8d497b7c475f8b1665b1822cf4c605cc43f7 | 312 | asm | Assembly | oeis/157/A157795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/157/A157795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/157/A157795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A157795: Largest subset of the discrete triangular grid { (a,b,c): a+b+c = n, a,b,c >= 0 } that does not contain any upward-pointing triangles (i.e., triples (a+r,b,c), (a,b+r,c), (a,b,c+r) with r positive).
; 1,2,4,6,9,12,15,18,22,26,31,35,40
add $0,8
mov $2,4
add $2,$0
bin $0,3
add $2,2
div $0,$2
sub $0,3
| 28.363636 | 209 | 0.615385 |
befadbe537410dd7a1316b54efed99b0fc5f38e9 | 802 | asm | Assembly | oeis/142/A142186.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142186.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142186.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142186: Primes congruent to 9 mod 40.
; Submitted by Jon Maiga
; 89,409,449,569,769,809,929,1009,1049,1129,1249,1289,1409,1489,1609,1889,2089,2129,2609,2689,2729,2969,3049,3089,3169,3209,3329,3449,3529,3769,3889,3929,4049,4129,4289,4409,4649,4729,4889,4969,5009,5209,5449,5569,5689,5849,6089,6329,6449,6529,6569,6689,... | 36.454545 | 496 | 0.724439 |
329111cd0225fe0fec3200f8bd67e4926260adf5 | 76 | asm | Assembly | src/test/resources/data/generationtests/sjasm-macro.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/generationtests/sjasm-macro.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/generationtests/sjasm-macro.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | ; Test case:
macro mymacro n
and n
endmacro
mymacro 1
loop:
jp loop
| 7.6 | 16 | 0.671053 |
a912c217cc8d4cb4ab4aa5ae112b7198de503243 | 914 | asm | Assembly | kernel/mykernel.asm | RudraSwat/rudraOS-2018-src | 6bd2088c3aaac52507ff49de024f93316efbc550 | [
"BSD-3-Clause"
] | 11 | 2020-04-07T08:46:50.000Z | 2022-02-13T11:04:13.000Z | kernel/mykernel.asm | RudraSwat/rudraOS | 6bd2088c3aaac52507ff49de024f93316efbc550 | [
"BSD-3-Clause"
] | null | null | null | kernel/mykernel.asm | RudraSwat/rudraOS | 6bd2088c3aaac52507ff49de024f93316efbc550 | [
"BSD-3-Clause"
] | null | null | null | mov ah, 09h
mov cx, 1000h
mov al, 20h
mov bl, 70
mov ax, 2000h
mov ds, ax
mov es, ax
mov si, start
call lib_print_string
mov si, os_name
call lib_print_string
mov si, os_kernelversion
call lib_print_string
loop:
mov si, prompt
call lib_print_string
mov si, user_input
call lib_input_string
cmp byte [... | 16.925926 | 66 | 0.71663 |
bc257a2fe5a966c73f749d2fb36628cb44557f6d | 213 | asm | Assembly | test/ror.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 147 | 2021-09-01T03:52:49.000Z | 2022-03-30T16:59:58.000Z | test/ror.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 9 | 2021-09-15T18:04:36.000Z | 2021-09-28T01:22:15.000Z | test/ror.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:
ror r12, 0x3f
ror rcx, 0x1
ror r12, 0x4f
ror rsp, 0x7c
ror rsi, 0x7b
ror rax, 0x3f
ror rbp, 0x49
ror r11, 0x2f
ror r13, 0x7c
ror rdx, 0x7b
ror rax, 0x01
ror rcx, 0x10
ror rcx, 0x3f
| 12.529412 | 13 | 0.723005 |
e1bf78096205438dd92c4d203d7753a5773ef716 | 559 | asm | Assembly | oeis/017/A017814.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017814.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017814.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017814: Binomial coefficients C(98,n).
; 1,98,4753,152096,3612280,67910864,1052618392,13834413152,157366449604,1573664496040,14005614014756,112044912118048,812325612855848,5373846361969456,32626924340528840,182710776306961504,947812152092362802,4571799792445514692,20573099066004816114,86623575014757120480,3421631213... | 79.857143 | 485 | 0.898032 |
a365e86713f156cb2f87e5d072a716264194166d | 4,281 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_281.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_281.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_281.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 %r15
push %rdi
lea addresses_WT_ht+0x156d, %r15
xor $59334, %r11
mov (%r15), %rdi
nop
nop
nop
and $52254, %r14
pop %rdi
pop %r15
pop %r14
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r15
push %r8
push %rax
push %rb... | 57.851351 | 2,999 | 0.659659 |
88a86101fb358f0dbb258c4c46c0e59b2125e57c | 5,918 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_54_440.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_54_440.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_54_440.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 %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1eb8e, %rbx
nop
nop
nop
xor %r15, %r15
and $0xffffffffffffffc0, %rbx
vmovaps (%rbx), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %r14
nop
nop
nop
nop
nop
add $3204... | 21.677656 | 161 | 0.654782 |
0ba4af440ba9aecee95179ea546ce4886b5be7a3 | 986 | asm | Assembly | programs/oeis/217/A217330.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/217/A217330.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/217/A217330.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A217330: The number of integer solutions to the equation x1 + x2 + x3 + x4 = n, with xi >= 0, and with x2 + x3 divisible by 3.
; 1,2,3,8,13,18,30,42,54,76,98,120,155,190,225,276,327,378,448,518,588,680,772,864,981,1098,1215,1360,1505,1650,1826,2002,2178,2388,2598,2808,3055,3302,3549,3836,4123,4410,4740,5070,5400,5776... | 29 | 506 | 0.640974 |
c3c07de431a076941ad7541c192914593cbff785 | 1,129 | asm | Assembly | programs/oeis/071/A071816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/071/A071816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/071/A071816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A071816: Number of ordered solutions to x+y+z = u+v+w, 0 <= x, y, z, u, v, w < n.
; 1,20,141,580,1751,4332,9331,18152,32661,55252,88913,137292,204763,296492,418503,577744,782153,1040724,1363573,1762004,2248575,2837164,3543035,4382904,5375005,6539156,7896825,9471196,11287235,13371756,15753487,18463136,21533457,2499931... | 94.083333 | 916 | 0.828167 |
faab6cea7bb758d10c269c37a41e54ae3b933fce | 2,925 | asm | Assembly | test_programs/hello.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 53 | 2016-04-12T07:22:49.000Z | 2022-03-25T09:24:48.000Z | test_programs/hello.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 196 | 2020-06-05T04:59:50.000Z | 2021-03-13T21:27:11.000Z | test_programs/hello.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 15 | 2017-07-31T11:26:56.000Z | 2022-02-22T14:22:46.000Z | ; Classical "Hello World!" example for getting started coding
; QNICE assembler using the native toolchain: First, it prints "Hello World!"
; and then it counts from 1 to 10 and prints "Count #x", where x is decimal
; and goes from 1 to 10. So besides the simple "Hello World!" printing, this
; example also shows how to... | 52.232143 | 92 | 0.512821 |
c049b5f36be6f9d5c52d563b7ac3af54e24dde51 | 1,675 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21_1668.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_21_1668.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_21_1668.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 %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1ed0c, %rdi
xor %r9, %r9
vmovups (%rdi), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $1, %xmm5, %rbx
nop
nop
nop
nop
cmp %rdx, %rdx
lea addresses_UC_ht+0x15cde, %rsi
lea addresses_UC_ht+0x7a0c, %... | 17.819149 | 147 | 0.646567 |
6604a422c2040b635fda90d964bacc90f2336a7f | 672 | asm | Assembly | oeis/156/A156270.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156270.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156270.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156270: a(n) = 8^n*Catalan(n).
; Submitted by Jamie Morken(s1)
; 1,8,128,2560,57344,1376256,34603008,899678208,23991418880,652566593536,18034567675904,504967894925312,14294475794808832,408413594137395200,11762311511156981760,341107033823552471040,9952299339793060331520,291934113967263103057920,8604373885350912511180... | 61.090909 | 483 | 0.83631 |
e3431117e735782dfa6b886e5ae6659efd518a06 | 719 | asm | Assembly | oeis/334/A334716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/334/A334716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/334/A334716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A334716: a(n) = !n + n * n!, where !n = A000166(n) is subfactorial of n.
; Submitted by Jon Maiga
; 1,1,5,20,105,644,4585,37134,337393,3399416,37622961,453769370,5924234041,83242063332,1252567177849,20096182035734,342461702459745,6177536369911664,117598028364137953,2356007639327453106,49553054794725702121,10917050928... | 42.294118 | 497 | 0.812239 |
11f902724ba7641e761a3aee8f78c99715df03f6 | 8,771 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_606.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_606.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_606.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 %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x291d, %r10
nop
nop
cmp %rax, %rax
and $0xffffffffffffffc0, %r10
vmovntdqa (%r10), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $1, %xmm4, %rcx
nop
xor $22069, %r8
lea addresses... | 30.883803 | 2,999 | 0.656938 |
5f9384f8b4004d1794419d968ba20c1f46dbe56f | 13,997 | asm | Assembly | Driver/Socket/EtherODI/ethodiInit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Socket/EtherODI/ethodiInit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Socket/EtherODI/ethodiInit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1999. All rights reserved.
GLOBALPC CONFIDENTIAL
PROJECT: Native Ethernet Support
MODULE: ODI Ethernet driver
FILE: ethodiInit.asm
AUTHOR: Allen Yuen, Dec 07, 1999
ROUTINES:
Name Description
... | 23.328333 | 79 | 0.59227 |
a1de63cf08421854c62bab03d5bbbcbb5d8fe7d2 | 1,067 | asm | Assembly | ni.asm | pkali/no_internet | 3fb32a966e0d8c34a87d06fcd082eeaf64dff2b7 | [
"Unlicense"
] | null | null | null | ni.asm | pkali/no_internet | 3fb32a966e0d8c34a87d06fcd082eeaf64dff2b7 | [
"Unlicense"
] | null | null | null | ni.asm | pkali/no_internet | 3fb32a966e0d8c34a87d06fcd082eeaf64dff2b7 | [
"Unlicense"
] | null | null | null | ; @com.wudsn.ide.asm.mainsourcefile=ni.asm
icl 'atari.asm'
icl 'macro.asm'
.zpvar tmp, tmp0, tmp1, tmp2, tmp3 .word
sw = $80 ;physical screen width in bytes (distance between beginnings of consecutive lines)
sw_log = $40 ;logical screen width
sh = 128 ;screen height in lines
screen = $4000
pmgraph = $9000
org $200... | 13.506329 | 91 | 0.68135 |
7785994285a47631b96161d90dd2e84b8d3b47e1 | 8,001 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_267.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_267.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_267.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 %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x19b3d, %r12
nop
nop
nop
cmp $51711, %r8
movups (%r12), %xmm4
vpextrq $1, %xmm4, %r10
nop
nop
nop
nop
and %r14, %r14
lea addresses_A_ht+0x15edd, %rbx
nop
add %rdx, %r... | 32.004 | 2,999 | 0.653668 |
c7631f2062da54c66eddcf22267fd2fcc5fd4018 | 548 | asm | Assembly | oeis/016/A016802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016802: a(n) = (4*n)^2.
; 0,16,64,144,256,400,576,784,1024,1296,1600,1936,2304,2704,3136,3600,4096,4624,5184,5776,6400,7056,7744,8464,9216,10000,10816,11664,12544,13456,14400,15376,16384,17424,18496,19600,20736,21904,23104,24336,25600,26896,28224,29584,30976,32400,33856,35344,36864,38416,40000,41616,43264,44944,4665... | 91.333333 | 500 | 0.791971 |
2a52717ba9a706c8c364a1f832ee818dfe6a14e0 | 281 | asm | Assembly | Lab Assessment Submission/Lab Assessment 2/2.asm | TasneemMahmud1731893642/CSE331L-Section-1-Fall20-NSU | 078bcdf0f24423f72a782e6e579d3f031b46b1a5 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab Assessment 2/2.asm | TasneemMahmud1731893642/CSE331L-Section-1-Fall20-NSU | 078bcdf0f24423f72a782e6e579d3f031b46b1a5 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab Assessment 2/2.asm | TasneemMahmud1731893642/CSE331L-Section-1-Fall20-NSU | 078bcdf0f24423f72a782e6e579d3f031b46b1a5 | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
A EQU 1;
B EQU 1;
C EQU 1;
D EQU 1;
MOV AX,0;
ADD AX,A;
ADD AX,B;
ADD AX,C;
ADD AX,D;
MOV BX,AX;
ret
| 11.24 | 69 | 0.587189 |
a788feb097e2209d9e36a05939280b298b6a5667 | 937 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_70_980.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_70_980.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_70_980.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 %r14
push %rbp
push %rbx
push %rsi
// Faulty Load
lea addresses_WC+0xd81b, %rbx
nop
and $28548, %r14
vmovups (%rbx), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $1, %xmm7, %rbp
lea oracles, %r14
and $0xff, %rbp
sh... | 22.853659 | 209 | 0.655283 |
9bff412cbd82a93c60e260a1b183fb3b33ee8e54 | 45,055 | asm | Assembly | P6/P6Judger - 100 testpoints/testpoint/testpoint69.asm | flyinglandlord/BUAA-CO-2021 | 1aa28b09762dfb2376ed2aac4126839f0e6fcf93 | [
"MIT"
] | 5 | 2021-12-05T12:58:26.000Z | 2022-03-31T02:05:13.000Z | P6/P6Judger - 100 testpoints/testpoint/testpoint69.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | null | null | null | P6/P6Judger - 100 testpoints/testpoint/testpoint69.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | 2 | 2021-12-19T11:49:48.000Z | 2021-12-22T10:25:38.000Z | ori $1, $0, 3
ori $2, $0, 4
ori $3, $0, 2
ori $4, $0, 11
sw $1, 0($0)
sw $4, 4($0)
sw $2, 8($0)
sw $2, 12($0)
sw $3, 16($0)
sw $4, 20($0)
sw $4, 24($0)
sw $1, 28($0)
sw $2, 32($0)
sw $3, 36($0)
sw $2, 40($0)
sw $4, 44($0)
sw $4, 48($0)
sw $1, 52($0)
sw $1, 56($0)
sw $3, 60($0)
sw $3, 64($0)
sw $1, 68($0)
sw $2, 72($0)
... | 11.884727 | 21 | 0.544335 |
6e53df74852299ddbdc215eb9d692a13579cd619 | 433 | asm | Assembly | oeis/090/A090598.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/090/A090598.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/090/A090598.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | ; A090598: Numerator of ((integral_{x = 0..1/2} 1/(1+x^2)^(n + 1/2) dx) * sqrt(1/5)).
; Submitted by Jamie Morken(w1)
; 1,14,328,10800,458880,23911680,1477278720,105623562240,8582728089600,781478859571200,78834419151667200,8729454895025356800,1052840115930503577600,137399767923711541248000
mul $0,2
mov $1,1
lpb $0
m... | 22.789474 | 172 | 0.678984 |
6e68638da83f89cdc4744b452956b5616aa953a6 | 706 | asm | Assembly | Working Disassembly/Levels/HPZ/Misc Object Data/Map - Chaos Emeralds.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/Levels/HPZ/Misc Object Data/Map - Chaos Emeralds.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/HPZ/Misc Object Data/Map - Chaos Emeralds.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_9147E: dc.w word_9148E-Map_9147E
dc.w word_91496-Map_9147E
dc.w word_9149E-Map_9147E
dc.w word_914A6-Map_9147E
dc.w word_914AE-Map_9147E
dc.w word_914B6-Map_9147E
dc.w word_914BE-Map_9147E
dc.w word_914C6-Map_9147E
word_9148E: dc.w 1
dc.b $FC, 0, 0, 6, $FF, $FC
word_91496: dc.w 1
dc.... | 28.24 | 37 | 0.556657 |
92f684713ee79a9d2831fbbb1ce5dfa1aa308b34 | 312 | asm | Assembly | libsrc/math/mbf32/c/sccz80/l_f32_ne.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/mbf32/c/sccz80/l_f32_ne.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/mbf32/c/sccz80/l_f32_ne.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_mbf32
PUBLIC l_f32_ne
EXTERN l_f32_yes
EXTERN l_f32_no
EXTERN ___mbf32_setup_comparison
; Stack == registers
l_f32_ne:
call ___mbf32_setup_comparison
; 0b00000000 = stack == register
; 0b00000001 = stack < register
; 0b11111111 = stack > register
and a
jp nz,l_f32_yes
jp l_f32_no
| 17.333333 | 33 | 0.772436 |
1158bfe15d9535f541f1d75b586cc197028c658c | 581 | asm | Assembly | oeis/350/A350094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/350/A350094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/350/A350094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A350094: a(n) = Sum_{k=0..n} n CNIMPL k where CNIMPL = NOT(n) AND k is the bitwise logical converse non-implication operator (A102037).
; Submitted by Jon Maiga
; 0,0,1,0,6,4,3,0,28,24,21,16,18,12,7,0,120,112,105,96,94,84,75,64,84,72,61,48,42,28,15,0,496,480,465,448,438,420,403,384,396,376,357,336,322,300,279,256,360... | 23.24 | 201 | 0.607573 |
78c774739be11b05e8f64b64e24cd68738899b80 | 6,992 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_947.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_947.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_947.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 %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1087d, %r8
inc %r14
movb $0x61, (%r8)
nop
nop
nop
nop
nop
cmp %r14, %r14
lea addresses_D_ht+0x1e0fd, %rdx
nop
sub $64420, %rbx
movb $0x61, (%rdx)
nop
nop
nop
nop
cmp ... | 35.313131 | 2,999 | 0.659039 |
995d21ffcf22f03d005151e296157c53c09d3750 | 367 | asm | Assembly | programs/oeis/146/A146523.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/146/A146523.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/146/A146523.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A146523: Binomial transform of A010685.
; 1,5,10,20,40,80,160,320,640,1280,2560,5120,10240,20480,40960,81920,163840,327680,655360,1310720,2621440,5242880,10485760,20971520,41943040,83886080,167772160,335544320,671088640,1342177280,2684354560,5368709120,10737418240
mov $1,2
pow $1,$0
lpb $0
mov $0,0
mul $1,5
lpe
... | 24.466667 | 224 | 0.749319 |
32197b9810f66ec38cc33f9161ebeb4042559734 | 54,446 | asm | Assembly | grep.asm | RodrigoVgt/xv6-lottery-schedule | 49d1f8b85ab21f61df46730fa4371ee13fd335aa | [
"MIT-0"
] | null | null | null | grep.asm | RodrigoVgt/xv6-lottery-schedule | 49d1f8b85ab21f61df46730fa4371ee13fd335aa | [
"MIT-0"
] | null | null | null | grep.asm | RodrigoVgt/xv6-lottery-schedule | 49d1f8b85ab21f61df46730fa4371ee13fd335aa | [
"MIT-0"
] | null | null | null |
_grep: file format elf32-i386
Disassembly of section .text:
00000000 <grep>:
char buf[1024];
int match(char*, char*);
void
grep(char *pattern, int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
int n, m;
char *p, *q;
... | 35.081186 | 60 | 0.422768 |
96cfcb251a6e51c7237ca91f4b19e9c92be756f3 | 383,415 | asm | Assembly | Palmtree.Math.Core.Implements/vs_build/x86_Debug/pmc_divrem.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Debug/pmc_divrem.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Debug/pmc_divrem.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\pmc_divrem.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__7B7A869E_ctype@h... | 22.926034 | 308 | 0.605568 |
3ce0015b1e85081ddbe4362b9cf0222dc617c31b | 5,950 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_3141_6.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_3141_6.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_3141_6.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 %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x12238, %rax
clflush (%rax)
sub %r12, %r12
mov $0x6162636465666768, %rbp
movq %rbp, %xmm3
movups %xmm3, (%rax)
nop
cmp %rcx, %rcx
lea addresses_WT_ht+0x12238, %r... | 41.901408 | 2,999 | 0.660672 |
7c3b46594773abe75382cf57c0767cf660426cf3 | 8,236 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1707.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1707.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1707.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 %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x6750, %rsi
xor $60024, %r12
movb (%rsi), %r11b
xor %r8, %r8
lea addresses_normal_ht+0x1430a, %r15
nop
nop
nop
nop
sub %rbp, %rbp
movw $0x6162, (%r15)
xor %r11, %r11... | 34.033058 | 2,999 | 0.656022 |
54c5952bbd1b25914eb74f2f567ba43f1708113a | 404 | asm | Assembly | data/maps/objects/FuchsiaPokecenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/FuchsiaPokecenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/FuchsiaPokecenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | FuchsiaPokecenter_Object:
db $0 ; border block
def_warps
warp 3, 7, 2, LAST_MAP
warp 4, 7, 2, LAST_MAP
def_signs
def_objects
object SPRITE_NURSE, 3, 1, STAY, DOWN, 1 ; person
object SPRITE_ROCKER, 2, 3, STAY, NONE, 2 ; person
object SPRITE_COOLTRAINER_F, 6, 5, WALK, LEFT_RIGHT, 3 ; person
object SPRITE... | 23.764706 | 64 | 0.730198 |
130f2ca7cc411edb5e93ab2a3ebe8e22059c236b | 54,413 | asm | Assembly | halt.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null | halt.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null | halt.asm | adrianna157/CS444-Lab5-Mutexes | a6d4d67cae45b5f37ce4b26d17636659d9e5b58b | [
"MIT-0"
] | null | null | null |
_halt: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "types.h"
#include "user.h"
int main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
#ifdef HALT
halt();
6: e8 d7 02 00 0... | 33.62979 | 76 | 0.436587 |
67c51847c1d03c6f720d5348f0a21996672ba821 | 650 | asm | Assembly | oeis/310/A310458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/310/A310458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/310/A310458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A310458: Coordination sequence Gal.4.78.1 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.
; Submitted by Jon Maiga
; 1,4,10,15,20,25,30,36,40,44,50,55,60,65,70,76,80,84,90,95,100,105,110,116,120,124,130,135,140,145,150,156,160,164,17... | 43.333333 | 181 | 0.727692 |
43fb81529488a662e280fb4ada257b003a7fcfbc | 739 | asm | Assembly | programs/oeis/218/A218828.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/218/A218828.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/218/A218828.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A218828: Reluctant sequence of reverse reluctant sequence A004736.
; 1,1,2,1,2,1,1,2,1,3,1,2,1,3,2,1,2,1,3,2,1,1,2,1,3,2,1,4,1,2,1,3,2,1,4,3,1,2,1,3,2,1,4,3,2,1,2,1,3,2,1,4,3,2,1,1,2,1,3,2,1,4,3,2,1,5,1,2,1,3,2,1,4,3,2,1,5,4,1,2,1,3,2,1,4,3,2,1,5,4,3,1,2,1,3,2,1,4,3,2,1,5,4,3,2,1,2,1,3,2,1,4,3,2,1,5,4,3,2,1,1,2,1,3,2... | 92.375 | 501 | 0.56157 |
ae395d1ffd6bd72184516dda506292aad8b7df41 | 3,926 | asm | Assembly | third-party/gmp/gmp-src/mpn/arm/bdiv_q_1.asm | jhh67/chapel | f041470e9b88b5fc4914c75aa5a37efcb46aa08f | [
"ECL-2.0",
"Apache-2.0"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | third-party/gmp/gmp-src/mpn/arm/bdiv_q_1.asm | jhh67/chapel | f041470e9b88b5fc4914c75aa5a37efcb46aa08f | [
"ECL-2.0",
"Apache-2.0"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | third-party/gmp/gmp-src/mpn/arm/bdiv_q_1.asm | jhh67/chapel | f041470e9b88b5fc4914c75aa5a37efcb46aa08f | [
"ECL-2.0",
"Apache-2.0"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl ARM v4 mpn_bdiv_q_1, mpn_pi1_bdiv_q_1 -- Hensel division by 1-limb divisor.
dnl Contributed to the GNU project by Torbjörn Granlund.
dnl Copyright 2012, 2017 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/o... | 24.08589 | 80 | 0.639073 |
0dcd96cf2a5e5e819477a411ca9d77d1a74e5123 | 315 | asm | Assembly | MIPS_CPU/P8/test/timer/test_for_timer.asm | CPUmaker/ComputerOrganizationDesign | 30c078a4f284845c68899be417028d704293a52b | [
"MIT"
] | 1 | 2021-01-13T09:21:45.000Z | 2021-01-13T09:21:45.000Z | MIPS_CPU/P8/test/timer/test_for_timer.asm | CPUmaker/ComputerOrganizationDesign | 30c078a4f284845c68899be417028d704293a52b | [
"MIT"
] | null | null | null | MIPS_CPU/P8/test/timer/test_for_timer.asm | CPUmaker/ComputerOrganizationDesign | 30c078a4f284845c68899be417028d704293a52b | [
"MIT"
] | null | null | null | .text
ori $s0, $0, 0x1c01
mtc0 $s0, $12
lui $s0, 0x0131
ori $s0, $s0, 0x2d00
sw $s0, 0x7f04($0)
ori $s0, $0, 11
sw $s0, 0x7f00($0)
go:
lw $t0, 0x7f2c($0)
beq $t0, $t1, pass
nop
move $k0, $t0
pass:
move $t1, $t0
j go
nop
.ktext 0x00004180
beq $k0, $0, return
nop
addiu $k0, $k0, -1
sw $k0, 0x7f38
return:
eret
| 10.5 | 20 | 0.606349 |
5373c9516607f114f29a50d6694c19e6ac04362f | 5,241 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_4752_469.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_4752_469.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_4752_469.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 %r8
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x13e87, %rsi
lea addresses_WT_ht+0xf07, %rdi
cmp $56106, %r15
mov $82, %rcx
rep movsw
cmp $8715, %r12
lea addresses_UC_ht+0x1c3f3, %rsi
lea addresses_A_ht+0x1c507, %rdi
clflush (%rsi)
nop
nop
nop
... | 44.415254 | 2,999 | 0.659798 |
149415770e079d470f52481dcd1bc962a024c668 | 8,013 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1305.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1305.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1305.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 %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xfb6, %r8
nop
nop
nop
nop
nop
xor $20387, %r12
vmovups (%r8), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $0, %xmm0, %rdx
sub $60545, %r10
lea addresses_UC_ht+0xffb6,... | 32.573171 | 2,999 | 0.654437 |
6889bf8ca2b5786c2e84892ef255c24f4b87081c | 1,244 | asm | Assembly | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/i2c_interrupt_enable.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/i2c_interrupt_enable.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/i2c_interrupt_enable.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | ;==============================================================================
; Contents of this file are copyright Phillip Stevens
;
; You have permission to use this for NON COMMERCIAL USE ONLY
; If you wish to use it elsewhere, please include an acknowledgement to myself.
;
; https://github.com/feilipu/
;
; https:... | 27.043478 | 79 | 0.655949 |
489676a8e7c02c7a322c160d9a01537e79c17b7b | 261 | asm | Assembly | libsrc/stdio/ansi/osca/f_ansi_cls.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ansi/osca/f_ansi_cls.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ansi/osca/f_ansi_cls.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; OSCA C Library
;
; ANSI Video handling
;
; CLS - Clear the screen
;
;
; Stefano Bodrato - June 2012
;
;
; $Id: f_ansi_cls.asm,v 1.2 2015/01/19 01:33:18 pauloscustodio Exp $
;
PUBLIC ansi_cls
INCLUDE "flos.def"
.ansi_cls
jp kjt_clear_screen
| 13.05 | 68 | 0.655172 |
6ac53c0e43d015afd82156b38362731a33a14aed | 7,492 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_797.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_797.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_797.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1631, %rsi
lea addresses_WT_ht+0x1c3f1, %rdi
nop
nop
nop
sub $62384, %r12
mov $119, %rcx
rep movsb
nop
nop
and $55242, %r12
lea addresses_D_ht+0x12031, %rsi
lea addresses_UC... | 34.054545 | 2,999 | 0.657368 |
1e5c4e0ff76b56335598b56b1af0610a219f00c9 | 554 | asm | Assembly | programs/oeis/132/A132737.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132737.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132737.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132737: Triangle T(n,k) = 2*binomial(n,k) + 1, read by rows.
; 1,1,1,1,5,1,1,7,7,1,1,9,13,9,1,1,11,21,21,11,1,1,13,31,41,31,13,1,1,15,43,71,71,43,15,1,1,17,57,113,141,113,57,17,1,1,19,73,169,253,253,169,73,19,1,1,21,91,241,421,505,421,241,91,21,1,1,23,111,331,661,925,925,661,331,111,23,1
cal $0,206735 ; Triangle T(... | 46.166667 | 227 | 0.593863 |
76f2a8bd0b00ac222069cda1e2941d8e2ad5c9fa | 7,642 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1897.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_1897.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_1897.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 %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x2a4c, %rsi
lea addresses_UC_ht+0x1aeac, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
xor %r15, %r15
mov $61, %rcx
rep movsl
nop
nop
nop
and %r14, %r14
lea addresses_WT_ht+0x1946c,... | 33.226087 | 2,999 | 0.66056 |
aa50beef3d802c4956034e224d6ed8a2b4dfb666 | 22,181 | asm | Assembly | NEWPT.asm | LutzGrosshennig/amiga-drunken-coder-intro | ab222e32d9fee8399a238b41221529134dc155b6 | [
"MIT"
] | null | null | null | NEWPT.asm | LutzGrosshennig/amiga-drunken-coder-intro | ab222e32d9fee8399a238b41221529134dc155b6 | [
"MIT"
] | null | null | null | NEWPT.asm | LutzGrosshennig/amiga-drunken-coder-intro | ab222e32d9fee8399a238b41221529134dc155b6 | [
"MIT"
] | null | null | null | ;**************************************************
;* ----- Protracker V2.3A Playroutine ----- *
;**************************************************
; VBlank Version 2:
; Call mt_init to initialize the routine, then call mt_music on
; each vertical blank (50 Hz). To end the song and turn off all
; voices, call ... | 19.751558 | 69 | 0.708399 |
62afe40cc0b80327a9ffc8310070e1b7fe7c9f92 | 15,515 | asm | Assembly | test/roms/clock.asm | zeh/dasmjs | 8af59ccbba4fd1f4c9404e6078dca6770e0b251b | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 16 | 2017-01-08T18:10:59.000Z | 2021-02-16T17:46:35.000Z | test/roms/clock.asm | paul80nd/dasmjs | 3530f5cfd0761a83bb4d2cb5ae0612fef44b9291 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | test/roms/clock.asm | paul80nd/dasmjs | 3530f5cfd0761a83bb4d2cb5ae0612fef44b9291 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 4 | 2019-08-17T21:03:29.000Z | 2020-12-04T14:48:13.000Z | ; http://everything2.com/title/An+example+of+Atari+2600+source+code
; --------------------------------------------
processor 6502
VSYNC = $00
VBLANK = $01
WSYNC = $02
NUSIZ0 = $04
NUSIZ1 = $05
COLUPF = $08
COLUBK = $09
PF0 = $0D
PF1 = $0E
P... | 30.243665 | 76 | 0.514857 |
b359b8ada229feeac8fa7ed53bf7c887709f5be5 | 1,786 | asm | Assembly | programs/oeis/106/A106542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/106/A106542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/106/A106542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A106542: a(n) = a(n-1) - 2*a(n-2) - 3*a(n-3) - ... - (n-1)*a(1), beginning with 3.
; 3,3,-3,-18,-33,-15,84,261,333,-138,-1557,-3315,-2436,6153,24009,36390,1431,-129639,-323292,-318819,400725,2149686,3807795,1476405,-10310388,-30697599,-37588047,20103078,186854271,384871329,260548788,-769001739,-2840006499,-4153913226... | 297.666667 | 1,609 | 0.863382 |
ff98a3cecf4e707f6ef0adabf7c8ac6f37490cd6 | 690 | asm | Assembly | oeis/041/A041084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041084: Numerators of continued fraction convergents to sqrt(50).
; Submitted by Jon Maiga
; 7,99,1393,19601,275807,3880899,54608393,768398401,10812186007,152139002499,2140758220993,30122754096401,423859315570607,5964153172084899,83922003724759193,1180872205318713601,16616132878186749607,233806732499933208099,328991... | 76.666667 | 500 | 0.85942 |
7bfddec2b809dca6ff5eecb4974a29b3d92a4677 | 478 | asm | Assembly | oeis/171/A171536.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/171/A171536.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/171/A171536.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A171536: Decimal expansion of 2/sqrt(7).
; Submitted by Stefano Spezia
; 7,5,5,9,2,8,9,4,6,0,1,8,4,5,4,4,5,4,4,2,9,0,3,3,0,7,2,4,6,8,3,6,0,1,2,1,6,3,1,5,0,2,6,2,3,7,3,7,8,4,2,9,0,8,6,7,6,6,6,6,9,8,8,3,4,3,1,6,2,5,2,0,9,2,2,9,3,8,1,7,9,3,6,0,1,1,2,2,5,3,2,7,8,4,4,1,0,3,1,6
add $0,1
mov $3,$0
mul $3,4
lpb $3
add $1,... | 19.12 | 201 | 0.531381 |
26d569c26d013da379e2773ebca235a27d3935a5 | 750 | asm | Assembly | oeis/037/A037624.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037624.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037624.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037624: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 2,0,3.
; Submitted by Jon Maiga
; 2,20,203,2032,20320,203203,2032032,20320320,203203203,2032032032,20320320320,203203203203,2032032032032,20320320320320,203203203203203,2032032032032032,20320320320320320,2032... | 46.875 | 496 | 0.837333 |
19b71276b1752e332899ad255c0534e4c7b5b4ee | 436 | asm | Assembly | 26-float-int/float-int.asm | gashev/assembly-examples | 3e7e5d37af00e6d6202a589ffa36a888edb5be16 | [
"Unlicense"
] | 1 | 2021-01-06T01:45:37.000Z | 2021-01-06T01:45:37.000Z | 26-float-int/float-int.asm | gashev/assembly-examples | 3e7e5d37af00e6d6202a589ffa36a888edb5be16 | [
"Unlicense"
] | null | null | null | 26-float-int/float-int.asm | gashev/assembly-examples | 3e7e5d37af00e6d6202a589ffa36a888edb5be16 | [
"Unlicense"
] | null | null | null | extern exit
extern printf
SECTION .data
number: dq 123456.789
str: db "%d",10,0 ; format string for printf
SECTION .bss
result: resq 1 ; Reserve 1 quad word for result
SECTION .text
GLOBAL _start
_start:
fld qword [number]
fisttp qword [result]
; Call printf.
mov ... | 16.148148 | 60 | 0.605505 |
afeb0f90fd833ec83b7e7d787262369cacf20cf9 | 8,272 | nasm | Assembly | Override/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.nasm | LeeLeahy/quarkfsp | 9ecfcb26fca38eddcbb7c947edac937507051fb6 | [
"BSD-2-Clause"
] | 2 | 2016-09-20T11:05:41.000Z | 2020-12-10T05:33:09.000Z | Override/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.nasm | LeeLeahy/quarkfsp | 9ecfcb26fca38eddcbb7c947edac937507051fb6 | [
"BSD-2-Clause"
] | null | null | null | Override/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.nasm | LeeLeahy/quarkfsp | 9ecfcb26fca38eddcbb7c947edac937507051fb6 | [
"BSD-2-Clause"
] | 2 | 2019-02-20T07:32:20.000Z | 2019-07-31T03:21:53.000Z | ;------------------------------------------------------------------------------
;
; Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distributi... | 25.689441 | 84 | 0.583777 |
01cac24daca1393b28571990292bff3c8738cdc1 | 328 | asm | Assembly | libsrc/target/zx/display/zx_saddr2py.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/target/zx/display/zx_saddr2py.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/target/zx/display/zx_saddr2py.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; uint __FASTCALL__ zx_saddr2py(void *pixeladdr)
; aralbrec 06.2007
SECTION code_clib
PUBLIC zx_saddr2py
PUBLIC _zx_saddr2py
.zx_saddr2py
._zx_saddr2py
ld a,l
rra
rra
and $38
ld l,a
ld a,h
rla
rla
rla
and $c0
or l
ld l,a
ld a,h
and $07
or l
ld l,a
ld h,0... | 10.25 | 48 | 0.594512 |
0a53ea5ca52dfaff483fbcfb64b71b834e8cc9c0 | 740 | asm | Assembly | examples/scrload/loader.asm | mahlemiut/cpcbuilder | 8ca4e6b086567aa71b57ac9960757cc29356161a | [
"MIT"
] | 4 | 2015-03-21T11:49:33.000Z | 2021-07-12T04:10:17.000Z | examples/scrload/loader.asm | mahlemiut/cpcbuilder | 8ca4e6b086567aa71b57ac9960757cc29356161a | [
"MIT"
] | null | null | null | examples/scrload/loader.asm | mahlemiut/cpcbuilder | 8ca4e6b086567aa71b57ac9960757cc29356161a | [
"MIT"
] | null | null | null | ; Screen loading test app.
include "firmware.inc"
org &8000
.start:
; enter mode 2 (640x200)
ld a,2
call scr_set_mode
; open file
ld b,10 ; filename length
ld hl,.filename ; filename
ld de,.buffer ; buffer
call cas_in_open
call z,.openfail ; display fail message if open fails
; load file contents i... | 13.962264 | 55 | 0.690541 |
90606731cb5dab30bbba1b6d3081f3637111b3a6 | 3,674 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_930.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_930.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_930.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 %r11
push %r13
push %r8
push %rcx
push %rdi
// Faulty Load
lea addresses_A+0x1e62a, %r13
nop
nop
nop
nop
xor $46943, %rdi
mov (%r13), %r8w
lea oracles, %r11
and $0xff, %r8
shlq $12, %r8
mov (%r11,%r8,1), %r8
pop %rdi
pop %r... | 87.47619 | 2,999 | 0.663038 |
65719438b76a76a2f984fb4e586043a88859f579 | 6,196 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_521.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_521.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_521.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 %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15600, %r11
clflush (%r11)
nop
nop
nop
nop
nop
add %rbp, %rbp
mov (%r11), %rbx
nop
xor %r13, %r13
lea addresses_D_ht+0x92a8, %rsi
lea addresses_normal_ht+0x8328, %rdi
nop
no... | 37.780488 | 2,999 | 0.657037 |
4d0d920f20ccc99eaee997bf677482db535c2668 | 483 | asm | Assembly | programs/oeis/289/A289615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/289/A289615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/289/A289615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A289615: A246604 (Catalan(n)-n) with initial terms 1,0,0,2 changed to 1,1,1,3.
; 1,1,1,3,10,37,126,422,1422,4853,16786,58775,208000,742887,2674426,9694830,35357654,129644773,477638682,1767263171,6564120400,24466266999,91482563618,343059613627,1289904147300,4861946401427,18367353072126,69533550915977,263747951750332,1... | 43.909091 | 254 | 0.770186 |
38e80428cae5b4fb5a47e9d7f8673b79190c4ad5 | 695 | asm | Assembly | oeis/067/A067318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/067/A067318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/067/A067318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A067318: Total number of transpositions in all permutations of n letters.
; Submitted by Jamie Morken(s4)
; 0,1,7,46,326,2556,22212,212976,2239344,25659360,318540960,4261576320,61148511360,937030429440,15275952518400,264030355814400,4823280687052800,92865738644582400,1879691760950169600,39905092126771200000,886664974... | 46.333333 | 489 | 0.848921 |
0928ab4e7ecdb29a80ecaaedd81c50f1abc5a123 | 464 | asm | Assembly | programs/oeis/027/A027001.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/027/A027001.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027001.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A027001: a(n) = T(2*n, n+2), T given by A026998.
; 1,26,174,743,2552,7784,22193,60882,163430,433495,1142496,3001056,7869649,20619098,54001422,141401879,370224248,969294632,2537687585,6643800690,17393752166,45537499111,119218794624,312118940928,817138091617,2139295405274,5600748204078,14662949296007,38388099782840,100... | 66.285714 | 347 | 0.81681 |
b7fefe50ad137685b49351b4bc31ee40a83c868e | 4,561 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_/i9-9900K_12_0xca_notsx.log_21829_623.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_/i9-9900K_12_0xca_notsx.log_21829_623.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_/i9-9900K_12_0xca_notsx.log_21829_623.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 %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_normal+0x9388, %rsi
lea addresses_UC+0x13988, %rdi
clflush (%rdi)
nop
xor $61539, %rdx
mov $115, %rcx
rep movsw
nop
nop
nop
and %r12, ... | 55.621951 | 2,999 | 0.657312 |
1fd9956a23dddc4ea75e98dbfdef3893e4ff1ade | 1,279 | asm | Assembly | programs/oeis/281/A281481.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/281/A281481.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/281/A281481.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A281481: a(n) = 2^(n - 1) * (2^n + 1) + 1.
; 2,4,11,37,137,529,2081,8257,32897,131329,524801,2098177,8390657,33558529,134225921,536887297,2147516417,8590000129,34359869441,137439215617,549756338177,2199024304129,8796095119361,35184376283137,140737496743937,562949970198529,2251799847239681,9007199321849857,36028797153... | 127.9 | 1,176 | 0.906959 |
95100fcb75318c736403d692f61586477b75dc67 | 1,083 | asm | Assembly | boot/paging.asm | theaarushgupta/smolOS | b032082fa4dd24f73e4809c510f9e6430c8ceb1b | [
"MIT"
] | 1 | 2021-12-19T21:29:02.000Z | 2021-12-19T21:29:02.000Z | boot/paging.asm | theaarushgupta/smolOS | b032082fa4dd24f73e4809c510f9e6430c8ceb1b | [
"MIT"
] | null | null | null | boot/paging.asm | theaarushgupta/smolOS | b032082fa4dd24f73e4809c510f9e6430c8ceb1b | [
"MIT"
] | null | null | null | global setupPageTables, enablePaging, stackTop
section .text
bits 32
setupPageTables:
mov eax, pageTableL3
or eax, 0b11 ; writeable entries
mov [pageTableL4], eax ; move flags to first entry in L4
mov eax, pageTableL2
or eax, 0b11
mov [pageTableL3], eax
mov ecx, 0 ; counter
.loop:
mov eax, 0x200000 ; map 2MB ... | 19.339286 | 63 | 0.717452 |
f9acd768a1aac815eabd0f9cff0f8b35a598afd1 | 192 | asm | Assembly | school2/8B/mid2.asm | momomeomo/School | d004bf6ed6fa3a5cec4fa067b61e5842acbaa3f6 | [
"Unlicense"
] | null | null | null | school2/8B/mid2.asm | momomeomo/School | d004bf6ed6fa3a5cec4fa067b61e5842acbaa3f6 | [
"Unlicense"
] | null | null | null | school2/8B/mid2.asm | momomeomo/School | d004bf6ed6fa3a5cec4fa067b61e5842acbaa3f6 | [
"Unlicense"
] | null | null | null | ;This is the template file for creating
; new projects
INCLUDE asmlib.inc
.data
msg BYTE "Hello World", 0
.code
main PROC
mov edx, OFFSET msg
call writeLine
exit
main ENDP
END main | 10.666667 | 39 | 0.729167 |
1943b96907f1506f74e52bbd841c67cfe01292b3 | 8,725 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0xca_notsx.log_21829_926.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0xca_notsx.log_21829_926.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0xca_notsx.log_21829_926.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1939, %rsi
lea addresses_UC_ht+0x8889, %rdi
clflush (%rsi)
dec %r13
mov $55, %rcx
rep movsl
nop
nop
nop
nop
nop
xor $42669, %rdi
lea addresses_normal_ht+0x14339, %rbx
nop
cm... | 31.498195 | 2,999 | 0.655817 |
3e0f38f0dc6b4e6251432d9eee25f348e3bcb457 | 1,784 | asm | Assembly | src/arch/risc-v/include/interrupt.asm | QRWells/Hammer-OS | bdb4e7c5fdaa60b62ff8a7ab4d50d1549205b613 | [
"MIT"
] | null | null | null | src/arch/risc-v/include/interrupt.asm | QRWells/Hammer-OS | bdb4e7c5fdaa60b62ff8a7ab4d50d1549205b613 | [
"MIT"
] | null | null | null | src/arch/risc-v/include/interrupt.asm | QRWells/Hammer-OS | bdb4e7c5fdaa60b62ff8a7ab4d50d1549205b613 | [
"MIT"
] | null | null | null | .altmacro
# register has 8 bytes length
.set REG_SIZE, 8
# context size is 34 * 8 bytes
.set CONTEXT_SIZE, 34
# macros for saving registers
.macro SAVE reg, offset
sd \reg, \offset*8(sp)
.endm
.macro SAVE_N n
SAVE x\n, \n
.endm
# macros for restoring registers
.macro LOAD reg, offset
ld \reg, \o... | 18.978723 | 75 | 0.579596 |
3e13e718f7c2e26149c2b382f48eb566ee3c431a | 619 | asm | Assembly | code/non1996/6.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/non1996/6.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/non1996/6.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | DATA SEGMENT
DATA_LEN DB 5
DATA_LIST DW -1, 0, 2, 5, 4, 0, 0, 0, 0, 0
MAX DW 0
MIN DW 00FFH
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE DS:DATA
START:
MOV AX, DATA
MOV DS, AX
MOV CL, DATA_LEN
MOV BX, 0
CMPLOOP:
MOV AX, DATA_LI... | 17.685714 | 48 | 0.455574 |
a4a9354e922dcf4d141cdf208a5735de9c9f6e5f | 112 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_atan.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_atan.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_atan.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC cam32_sdcc_atan
EXTERN asm_am9511_atan
defc cam32_sdcc_atan = asm_am9511_atan
| 12.444444 | 38 | 0.866071 |
aacd582c5a4efe771285bc6928b6b6dbb4688e61 | 2,445 | asm | Assembly | external/source/shellcode/windows/stage_upexec.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/windows/stage_upexec.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/windows/stage_upexec.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 | ;
; Metasploit Framework
; http://www.metasploit.com
;
; Source for upexec (stage)
;
; Authors: vlad902 <vlad902@gmail.com>
; Size : 396
;
sub esp,0x40
cld
mov ebx,edi
call 0x56
pusha
mov ebp,[esp+0x24]
mov eax,[ebp+0x3c]
mov edi,[ebp+eax+0x78]
add edi,ebp
mov ecx,[edi+0x18]
mov ebx,[edi+0x20]
add ebx,ebp
dec ecx
mo... | 14.467456 | 38 | 0.735787 |
c672e8a79457e044f0c62fdff27ea9f500c56898 | 16,765 | asm | Assembly | 45/runtime/rt/inptty.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/inptty.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/inptty.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE INPTTY - console input
page ,132
;***
;inptty - console input
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
;BASIC Syntax mapping to included runtime entry points
;
;i) INPUT[;]["prompt";|,]variable[,variable]...
;
; BASCOM 2.0 generates calls to IN0A, IPUA, and a call to IPUB for
; each variable.... | 27.438625 | 80 | 0.661497 |
2898ea8421be8f2715616a387c56dc72fa4b115a | 56 | asm | Assembly | src/state_handlers/menu.asm | Xeyler/gb-hello-world | f8a10a3589caab9d3d183d459cdfd070c1d73070 | [
"MIT"
] | null | null | null | src/state_handlers/menu.asm | Xeyler/gb-hello-world | f8a10a3589caab9d3d183d459cdfd070c1d73070 | [
"MIT"
] | null | null | null | src/state_handlers/menu.asm | Xeyler/gb-hello-world | f8a10a3589caab9d3d183d459cdfd070c1d73070 | [
"MIT"
] | null | null | null | SECTION "menu state handler", ROM0
state_menu:
jp main
| 14 | 34 | 0.767857 |
59b6c2e5400ccf6f7e160baed2cfe4bab24db1ed | 710 | asm | Assembly | oeis/106/A106836.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/106/A106836.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/106/A106836.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A106836: First differences of A060833 and (from a(2) onward) also of A091067 and A255068.
; Submitted by Jon Maiga
; 3,3,1,4,1,2,1,4,3,1,1,3,1,2,1,4,3,1,4,1,2,1,1,3,3,1,1,3,1,2,1,4,3,1,4,1,2,1,4,3,1,1,3,1,2,1,1,3,3,1,4,1,2,1,1,3,3,1,1,3,1,2,1,4,3,1,4,1,2,1,4,3,1,1,3,1,2,1,4,3,1,4,1,2,1,1,3,3,1,1,3,1,2,1,1,3,3,1,4,1
... | 19.189189 | 201 | 0.509859 |
bd5461d2569376a3853e041d2ccb16d1953900f3 | 724 | asm | Assembly | oeis/227/A227036.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/227/A227036.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/227/A227036.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A227036: Expansion of 2*(1+x^2)/((1-x)*(1-x-2*x^3)).
; Submitted by Jamie Morken(s2)
; 2,4,8,16,28,48,84,144,244,416,708,1200,2036,3456,5860,9936,16852,28576,48452,82160,139316,236224,400548,679184,1151636,1952736,3311108,5614384,9519860,16142080,27370852,46410576,78694740,133436448,226257604,383647088,650519988,1103... | 38.105263 | 498 | 0.772099 |
7b1b63e17ae7279e9e54c33aa333ea3525b2cd6c | 1,759 | asm | Assembly | loader.asm | jakiki6/simpleOS | d252b6e9eb49130ed0b758fcfec75eede0f0fcbb | [
"MIT"
] | 5 | 2021-01-06T10:22:04.000Z | 2021-04-21T17:18:09.000Z | loader.asm | jakiki6/simpleOS | d252b6e9eb49130ed0b758fcfec75eede0f0fcbb | [
"MIT"
] | 1 | 2021-06-27T23:36:50.000Z | 2021-06-27T23:37:41.000Z | loader.asm | jakiki6/simpleOS | d252b6e9eb49130ed0b758fcfec75eede0f0fcbb | [
"MIT"
] | null | null | null | org 0x7c00
bits 16
conf: equ 0xa000
conf.start: equ conf
conf.lba_offset: equ conf.start - 8
conf.drive: equ conf.lba_offset - 1
stage1:
xor ax, ax
xor bx, bx
xor cx, cx
mov byte [conf.drive], dl
xor dx, dx
xor si, si
xor di, di
push 0x2000
pop ss
mov esp, 0xffff
push cs
pop ds
push cs
pop es
sti... | 13.635659 | 55 | 0.560546 |
64867ea87200b6d4068727bec31992336cbfbe44 | 5,349 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_11_573.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_11_573.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_11_573.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x15d73, %rdx
nop
nop
nop
cmp $54510, %r13
mov (%rdx), %r10
nop
and %r10, %r10
lea addresses_WT_ht+0x7372, %r11
nop
nop
nop
nop
nop
sub $56745, %rbp
mov (%r11), %r9w
... | 19.521898 | 152 | 0.646476 |
8a82deab7d7fcdf15fc7fed2362443af611fbea8 | 672 | asm | Assembly | oeis/089/A089433.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089433.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089433.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089433: Number of noncrossing connected graphs on n nodes having exactly two interior faces.
; Submitted by Jamie Morken(s4)
; 2,30,315,2856,23940,191268,1480050,11196900,83304936,611931320,4450217772,32104210320,230080173960,1639890119016,11634355574100,82216112723640,579022013389050,4065827626164150,28475852003986... | 56 | 476 | 0.864583 |
bd523730e65828f6e7b7090603d8ab9b27963766 | 1,301 | asm | Assembly | _build/dispatcher/jmp_ippsECCPBindGxyTblStd384r1_1f1aa1a4.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsECCPBindGxyTblStd384r1_1f1aa1a4.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsECCPBindGxyTblStd384r1_1f1aa1a4.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsECCPBindGxyTblStd384r1:function
extern n8_ippsECCPBindGxyTblStd384r1:function
extern y8_ippsECCPBindGxyTblStd384r1:function
extern e9_ippsECCPBindGxyTblStd384r1:function
extern l9_ippsECCPBindGxyTblStd384r1:function
extern n0_ippsECCPBindGxyTblStd384r1:function
extern k0_ippsECCPBindGxyTblStd384r1:functio... | 33.358974 | 131 | 0.830899 |
646ae1c134ba064fa3d3a2c44695f873e866375e | 332 | asm | Assembly | kernel/src/lkm/symbol_table.asm | Loremkang/rCore | ed5471ff3dbd8f14b63a062b06e18e2873e642ff | [
"MIT"
] | 2,330 | 2019-03-18T00:21:57.000Z | 2022-03-31T15:56:40.000Z | kernel/src/lkm/symbol_table.asm | Loremkang/rCore | ed5471ff3dbd8f14b63a062b06e18e2873e642ff | [
"MIT"
] | 55 | 2019-01-11T03:37:20.000Z | 2021-05-04T17:32:20.000Z | kernel/src/lkm/symbol_table.asm | Loremkang/rCore | ed5471ff3dbd8f14b63a062b06e18e2873e642ff | [
"MIT"
] | 288 | 2019-03-30T16:08:59.000Z | 2022-03-27T05:08:37.000Z | # this reserves space for storing symbol table.
# We just put zero here, and link it in the last.
# 1M is enough. (But too large for Thinpad, so for Thinpad we need better approach.)
.section .data
.global rcore_symbol_table
.global rcore_symbol_table_size
rcore_symbol_table:
.zero 1048576
rcore_symbol_table_size:
... | 33.2 | 84 | 0.777108 |
978c67e5e545562a52e50c1f66e282af5b3b7d6c | 14,297 | asm | Assembly | enduser/netmeeting/av/codecs/intel/h263/i386/cxm12y2.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/cxm12y2.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/cxm12y2.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | OPTION PROLOGUE: None
OPTION EPILOGUE: ReturnAndRelieveEpilogueMacro
.xlist
include iammx.inc
include memmodel.inc
.list
MMXCODE1 SEGMENT PARA USE32 PUBLIC 'CODE'
MMXCODE1 ENDS
MMXDATA1 SEGMENT PARA USE32 PUBLIC 'DATA'
MMXDATA1 ENDS
MMXCODE1 SEGMENT
MMX_YUV12ToYUY2 proc DIST LANG PUBLIC,
AuYPlane:... | 33.482436 | 96 | 0.539134 |
3ff490057ea7bb863ec4b4b884728e772914a432 | 332 | asm | Assembly | oeis/021/A021845.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021845.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021845.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021845: Decimal expansion of 1/841.
; Submitted by Christian Krause
; 0,0,1,1,8,9,0,6,0,6,4,2,0,9,2,7,4,6,7,3,0,0,8,3,2,3,4,2,4,4,9,4,6,4,9,2,2,7,1,1,0,5,8,2,6,3,9,7,1,4,6,2,5,4,4,5,8,9,7,7,4,0,7,8,4,7,8,0,0,2,3,7,8,1,2,1,2,8,4,1,8,5,4,9,3,4,6,0,1,6,6,4,6,8,4,8,9,8,9
add $0,1
mov $2,10
pow $2,$0
div $2,841
mov $0,$... | 30.181818 | 199 | 0.566265 |
2971315c435d4e5dc6eb7bc35eff2b5ec4af4bf3 | 412 | asm | Assembly | oeis/065/A065344.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/065/A065344.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/065/A065344.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A065344: a(n) = Mod( binomial(2*n,n), (n+1)*(n+2) ).
; Submitted by Jon Maiga
; 2,6,0,10,0,28,48,0,0,88,0,0,140,120,0,0,0,0,0,0,0,0,0,0,468,0,0,580,0,496,704,0,0,420,0,0,494,0,0,574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4320,0,0,4648,0,0,4988,0,0,2670,0,0,2852,0,0,3040,0,0,0,0... | 29.428571 | 244 | 0.567961 |
4bc65575e561d7f740b510a648b37902eedc9afa | 245 | asm | Assembly | 3/HelloWorld.asm | 91fc7b/SLAE64 | 0a3fe1ec3c963a46b911d90cae3c8cc4af006d18 | [
"Unlicense"
] | null | null | null | 3/HelloWorld.asm | 91fc7b/SLAE64 | 0a3fe1ec3c963a46b911d90cae3c8cc4af006d18 | [
"Unlicense"
] | null | null | null | 3/HelloWorld.asm | 91fc7b/SLAE64 | 0a3fe1ec3c963a46b911d90cae3c8cc4af006d18 | [
"Unlicense"
] | null | null | null | global _start
section .text
_start:
xor rax, rax
add rax, 1
mov rdi, rax
push 0x0a646c72
mov rbx, 0x6f57206f6c6c6548
push rbx
mov rsi, rsp
xor rdx, rdx
add rdx, 12
syscall
xor rax, rax
add rax, 60
xor rdi, rdi
syscall
| 9.074074 | 28 | 0.673469 |
c512da5ab638aa1fa6e4476409248c0c8c36a13a | 1,197 | asm | Assembly | src/framework/z80.asm | Scorpion-Illuminati/ControllerTest | c2c2edef9b14a8f6bee6eacda8f2d6335a49fe80 | [
"Artistic-2.0"
] | 1 | 2018-02-16T23:24:55.000Z | 2018-02-16T23:24:55.000Z | src/framework/z80.asm | Scorpion-Illuminati/ControllerTest | c2c2edef9b14a8f6bee6eacda8f2d6335a49fe80 | [
"Artistic-2.0"
] | null | null | null | src/framework/z80.asm | Scorpion-Illuminati/ControllerTest | c2c2edef9b14a8f6bee6eacda8f2d6335a49fe80 | [
"Artistic-2.0"
] | null | null | null | ;==============================================================
; BIG EVIL CORPORATION .co.uk
;==============================================================
; SEGA Genesis Framework (c) Matt Phillips 2014
;==============================================================
; z80.asm - Z80 initialisation and control
;... | 42.75 | 104 | 0.546366 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.