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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c61175d7c6acae095f913356c26d73ee85524b4e | 371 | asm | Assembly | samples/local.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | samples/local.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | samples/local.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | ; local.asm
; Test of LOCAL, PROC and ENDP under CP/M.
bdos equ 5
conout equ 2
org 100h
jp hola
exit db "Hello, local world\r\n", 0
showtext proc
local hola, exit
hola ld a, (hl)
cp 0
jp z, exit
push hl
ld e, a
ld c, conout
call bdos
pop hl
inc hl
jp hola
exit ret
endp
... | 10.305556 | 43 | 0.595687 |
8ee97652edbaaa83bb934f81e6bc1dacba0c85e6 | 706 | asm | Assembly | Wkst12plus1/Wkst12plus1.asm | wstern1234/COMSC-260 | e1bd1a88698f09fa27a2d563e53da20d0c9a361e | [
"MIT"
] | null | null | null | Wkst12plus1/Wkst12plus1.asm | wstern1234/COMSC-260 | e1bd1a88698f09fa27a2d563e53da20d0c9a361e | [
"MIT"
] | null | null | null | Wkst12plus1/Wkst12plus1.asm | wstern1234/COMSC-260 | e1bd1a88698f09fa27a2d563e53da20d0c9a361e | [
"MIT"
] | null | null | null | ; Wkst12plus1.asm - DifferentInputs returns EAX=1 if the values of its three input parameters are all different; otherwise, return with EAX=0
.386
.model flat, stdcall
.stack 4096
ExitProcess proto, dwExitCode:dword
DifferentInputs proto num1:dword, num2:dword, num3:dword
.data
val1 DWORD 20h
val2 DWO... | 14.708333 | 142 | 0.667139 |
87f1a6f6c05c8a1929b377dbdd170ed7bee49189 | 12,161 | asm | Assembly | source/scene/dialogScene.asm | evanbowman/Red | 85735269a46757305a81ad39f47034bc6cd97846 | [
"BSD-2-Clause"
] | 5 | 2021-08-30T16:18:55.000Z | 2021-10-30T20:23:32.000Z | source/scene/dialogScene.asm | evanbowman/gbc-project | 85735269a46757305a81ad39f47034bc6cd97846 | [
"BSD-2-Clause"
] | null | null | null | source/scene/dialogScene.asm | evanbowman/gbc-project | 85735269a46757305a81ad39f47034bc6cd97846 | [
"BSD-2-Clause"
] | null | null | null | ;;; $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
;;;
;;; ASM Source code for Red GBC, by Evan Bowman, 2021
;;;
;;;
;;; The following licence covers the source code included in this file. The
;;; game's characters and artwork belong to Evan Bowman, and should not be used
;;; without permi... | 23.476834 | 80 | 0.461146 |
7b0d5a85c59e91eb8d3ed2190270633f920d87fc | 538 | asm | Assembly | oeis/054/A054843.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054843.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054843.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054843: Number of sequences of consecutive nonnegative integers (including sequences of length 1) that sum to n.
; Submitted by Jon Maiga
; 1,2,1,3,1,2,3,2,1,3,3,2,2,2,2,5,1,2,3,2,2,5,2,2,2,3,2,4,3,2,4,2,1,4,2,4,4,2,2,4,2,2,4,2,2,7,2,2,2,3,3,4,2,2,4,5,2,4,2,2,4,2,2,6,1,4,5,2,2,4,4,2,3,2,2,6,2,4,5,2,2,5,2,2,4,4,2,4,2... | 25.619048 | 201 | 0.583643 |
af7e8ce0c074524f096763ed36b9b5523362f28e | 610 | asm | Assembly | oeis/309/A309336.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/309/A309336.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/309/A309336.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A309336: a(n) = n^4 if n odd, 15*n^4/16 if n even.
; 0,1,15,81,240,625,1215,2401,3840,6561,9375,14641,19440,28561,36015,50625,61440,83521,98415,130321,150000,194481,219615,279841,311040,390625,428415,531441,576240,707281,759375,923521,983040,1185921,1252815,1500625,1574640,1874161,1954815,2313441,2400000,2825761,2917... | 61 | 499 | 0.8 |
3ebcb3b070aedf884e819f6ba9bc6ed7c21008eb | 877 | asm | Assembly | codigo/capitulo 32/dowhile.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | 2 | 2020-03-19T19:10:21.000Z | 2021-04-10T16:01:21.000Z | codigo/capitulo 32/dowhile.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | null | null | null | codigo/capitulo 32/dowhile.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | null | null | null | segment .data
textosuma db 0xA,0xD,"El valor final de ebx es: "
lentextosuma equ $- textosuma
saltodelinea db 0xA,0xD
lensaltodelinea equ $- saltodelinea
segment .bss
valor resb 1
section .text
global _start
_start:
mov eax, 3 ; almacenamos en eax el valor tres (eax = 3)
do_while:
add ebx,... | 19.065217 | 59 | 0.641961 |
f9aca94b4c189cd97fa3e78d19b6fcbec40029df | 1,203 | asm | Assembly | desolcod0.asm | zxwanderer/spectrum-desolate | 463f7b7e23f5b5c5f25538cde37d11989a36ba06 | [
"MIT"
] | 18 | 2020-11-15T21:29:01.000Z | 2022-02-13T05:07:25.000Z | desolcod0.asm | zxwanderer/spectrum-desolate | 463f7b7e23f5b5c5f25538cde37d11989a36ba06 | [
"MIT"
] | null | null | null | desolcod0.asm | zxwanderer/spectrum-desolate | 463f7b7e23f5b5c5f25538cde37d11989a36ba06 | [
"MIT"
] | 3 | 2021-02-10T19:28:50.000Z | 2021-10-14T12:25:31.000Z |
; This code block placed at $B2F9
; LZSA encoded block starts at $B300
; $FFE0-$B300 = $4CE0 = 19680 bytes
ORG $B2F9 ; = 45817
di
ld sp,$5FB4
jp Decompress
lzsaStart:
INCBIN "desolcode.lzsa"
Decompress:
; Decompress the encoded block from $B300 to $5FB4
ld hl,lzsaStart
ld de,$5FB4
call unlzsa1
... | 14.152941 | 78 | 0.584372 |
fc3645934c46685074d7db50c96c10289b91a691 | 1,282 | asm | Assembly | programs/oeis/173/A173855.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/173/A173855.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/173/A173855.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A173855: a(n) = A173039(n+4) - A173039(n+1).
; 8,4,24,40,12,56,72,20,88,104,28,120,136,36,152,168,44,184,200,52,216,232,60,248,264,68,280,296,76,312,328,84,344,360,92,376,392,100,408,424,108,440,456,116,472,488,124,504,520,132,536,552,140,568,584,148,600,616,156,632,648,164,664,680,172,696,712,180,728,744,188,760,776... | 85.466667 | 1,086 | 0.735569 |
4858307e1bcdd61db2aa04b5b5bf359e9a94c7f8 | 1,237 | asm | Assembly | test/nop.asm | mlq/AssemblyLine | 91f54411280c3ef7e1b6166cc0cd482972e0dfa1 | [
"Apache-2.0"
] | null | null | null | test/nop.asm | mlq/AssemblyLine | 91f54411280c3ef7e1b6166cc0cd482972e0dfa1 | [
"Apache-2.0"
] | null | null | null | test/nop.asm | mlq/AssemblyLine | 91f54411280c3ef7e1b6166cc0cd482972e0dfa1 | [
"Apache-2.0"
] | null | null | null | SECTION .text
GLOBAL test
test:
%define nop2 db 0x66, 0x90 ; 66 nop
%define nop3 db 0x0f, 0x1f, 0x00 ; nop DWORD ptr [EAX]
%define nop4 db 0x0f, 0x1f, 0x40, 0x00 ; nop... | 56.227273 | 126 | 0.527082 |
89e6307ba99908f3b5251846a47e2356f2169c52 | 7,200 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_353.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_353.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_353.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1650e, %r12
and $62967, %r11
vmovups (%r12), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $0, %xmm3, %rsi
cmp $40586, %rdx
lea addresses_D_ht+0x1e00e, %r9
nop
nop
nop
nop
nop
c... | 38.502674 | 2,999 | 0.657778 |
2899622088d8f0d07f3d24a73d83f54f56776b70 | 248 | asm | Assembly | wp/resources/sample_binaries/dummy/hello_world.asm | DieracDelta/cbat_tools | df8edf34010b6ba4aa220997e3eb54bbac23d614 | [
"MIT"
] | null | null | null | wp/resources/sample_binaries/dummy/hello_world.asm | DieracDelta/cbat_tools | df8edf34010b6ba4aa220997e3eb54bbac23d614 | [
"MIT"
] | null | null | null | wp/resources/sample_binaries/dummy/hello_world.asm | DieracDelta/cbat_tools | df8edf34010b6ba4aa220997e3eb54bbac23d614 | [
"MIT"
] | null | null | null | section .text
global _start
_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
mov eax,1
int 0x80
section .data
msg db 'Hello, world!',0xa
len equ $ - msg
| 13.052632 | 31 | 0.483871 |
91010da603895c75498c5144f04fcc418991b83f | 15,532 | asm | Assembly | AMPS/code/smps2asm.asm | NatsumiFox/AMPS-Generator | f2f59827234f960e7567d5e6987c7ad87bb77ec3 | [
"Apache-2.0"
] | 1 | 2022-02-27T19:56:29.000Z | 2022-02-27T19:56:29.000Z | AMPS/code/smps2asm.asm | NatsumiFox/AMPS-Generator | f2f59827234f960e7567d5e6987c7ad87bb77ec3 | [
"Apache-2.0"
] | null | null | null | AMPS/code/smps2asm.asm | NatsumiFox/AMPS-Generator | f2f59827234f960e7567d5e6987c7ad87bb77ec3 | [
"Apache-2.0"
] | null | null | null | ;GEN-ASM
; ===========================================================================
; ---------------------------------------------------------------------------
; AMPS - SMPS2ASM macro & equate file
; ---------------------------------------------------------------------------
%ifasm% AS
; Note Equates
; -----------... | 26.060403 | 115 | 0.60121 |
bfc477f205a2458a0187560a00ed1a062e3c6d0d | 1,022 | asm | Assembly | smsq/kbd/keyrow.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/kbd/keyrow.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/kbd/keyrow.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; SMSQ KEYROW emulation 1988 Tony Tebby
section kbd
xdef kbd_keyrow
xdef hdop_keyr
include 'dev8_keys_sys'
include 'dev8_keys_err'
include 'dev8_smsq_kbd_keys'
;+++
; Internal keyrow call for pointer interface
; Called with d1 = row number
;---
kbd_keyrow
move.l a3,-(sp)
bra.s kbkr_do
;+++
; Internal k... | 19.283019 | 56 | 0.683953 |
595820c8887ba7585f89a7272630eb0039963d31 | 1,509 | asm | Assembly | programs/oeis/192/A192966.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/192/A192966.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/192/A192966.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A192966: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.
; 0,1,2,6,14,30,59,110,197,343,585,983,1634,2695,4420,7220,11760,19116,31029,50316,81535,132061,213827,346141,560244,906685,1467254,2374290,3841922,6216618,10058975,16276058,26335529,42612115,68948205,111560915,1805... | 27.436364 | 710 | 0.642147 |
d961527dd76c95426ae7cdaeea058cedc27bfc2a | 757 | asm | Assembly | libsrc/games/kjoystick.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/games/kjoystick.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/games/kjoystick.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
;
; uint8_t kjoystick(uint8_t keys[6]) __z88dk_fastcall
; Keys are ordered: RIGHT, LEFT, DOWN, UP, FIRE1, FIRE2, FIRE3, FIRE4
; Terminated by \0
MODULE kjoystick
SECTION code_clib
PUBLIC kjoystick
PUBLIC _kjoystick
EXTERN in_LookupKey
EXTERN in_KeyPressed
kjoystick:
_kjoystick:
ld b,8
ld de,$0001
loop:
... | 12.830508 | 69 | 0.715984 |
7abab7c6ed0d991f792edf1cfd9856279db80589 | 35 | asm | Assembly | zxpilot_he2bpp.asm | CityAceE/ZX-Pilot | 0b0cd4afdada98a6b5906df958c27c8fd5c7e0ac | [
"BSD-2-Clause"
] | 2 | 2021-01-17T17:44:47.000Z | 2021-09-23T20:08:48.000Z | zxpilot_he2bpp.asm | CityAceE/ZX-Pilot | 0b0cd4afdada98a6b5906df958c27c8fd5c7e0ac | [
"BSD-2-Clause"
] | null | null | null | zxpilot_he2bpp.asm | CityAceE/ZX-Pilot | 0b0cd4afdada98a6b5906df958c27c8fd5c7e0ac | [
"BSD-2-Clause"
] | null | null | null | scr_upd_he2bpp
rts | 17.5 | 19 | 0.485714 |
c20e3d42d97494c2d161c5c97f8cde3612e2fa66 | 113,521 | asm | Assembly | size_test/test.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 12 | 2020-02-17T09:07:02.000Z | 2022-02-09T22:15:34.000Z | size_test/test.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | null | null | null | size_test/test.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 1 | 2021-06-21T23:30:28.000Z | 2021-06-21T23:30:28.000Z | INCLUDE finit.asm
IF (true)
MANT_BITS EQU 0007
MANT_MASK EQU 007F
MANT_XOR EQU 0080
BIT_ALWAYS_ONE EQU 0007
SIGN_MASK EQU 0080
SIGN_XOR EQU 007F
SIGN_BIT EQU 0007
EXP_BITS EQU 0008
EXP_PLUS_ONE EQU 0001
BIAS EQU 007F
FM256 EQU 8780
FM255 EQU 86FF
FM254 EQU 86FE
FM253 EQU 86FD
FM252 EQU 86FC
FM251 EQU 86FB
FM... | 29.379141 | 162 | 0.52814 |
33c6e8e1416e49d2255bf5f0cb7b2607ddee48ef | 784 | asm | Assembly | programs/oeis/007/A007895.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/007/A007895.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/007/A007895.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A007895: Number of terms in Zeckendorf representation of n (write n as a sum of non-consecutive distinct Fibonacci numbers).
; 0,1,1,1,2,1,2,2,1,2,2,2,3,1,2,2,2,3,2,3,3,1,2,2,2,3,2,3,3,2,3,3,3,4,1,2,2,2,3,2,3,3,2,3,3,3,4,2,3,3,3,4,3,4,4,1,2,2,2,3,2,3,3,2,3,3,3,4,2,3,3,3,4,3,4,4,2,3,3,3,4,3,4,4,3,4,4,4,5,1,2,2,2,3,2,3... | 56 | 501 | 0.549745 |
217a7d10144b103c75c1bea11993915e080dcf2f | 1,216 | asm | Assembly | tests/listing/stderr_as_listing.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/listing/stderr_as_listing.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/listing/stderr_as_listing.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ORG $8000 ;; uncut align blocks
ALIGN 4
DB 1
ALIGN 4
DB 2, 3
ALIGN 4
DB 4, 5, 6
ALIGN 4
DB 7, 8, 9, 10
ALIGN 4
ORG $8100 ;; cut to 3 and "..." align blocks
ALIGN 16
DB 1
ALIGN 16
DB 2, 3
ALIGN 16
DB 4, 5, 6
ALIGN 16
DB 7, 8... | 18.149254 | 100 | 0.473684 |
ac1bffb1be44e1c2f6078b6bdb6b7c84b45bf165 | 728 | asm | Assembly | oeis/062/A062876.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062876.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062876.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062876: Numbers of lattice points corresponding to incrementally largest circle radii in A062875.
; Submitted by Jamie Morken(w4)
; 4,12,20,28,44,52,68,76,92,116,124,148,164,172,188,212,236,244,268,284,292,316,332,356,388,404,412,428,436,452,508,524,548,556,596,604,628,652,668,692,716,724,764,772,788,796,844,892,908... | 48.533333 | 438 | 0.747253 |
4bdc2c5fb87c23cdc9adfec6bfb6fb48fb7d1fde | 405 | asm | Assembly | oeis/273/A273676.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/273/A273676.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/273/A273676.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A273676: Number of active (ON,black) cells at stage 2^n-1 of the two-dimensional cellular automaton defined by "Rule 833", based on the 5-celled von Neumann neighborhood.
; Submitted by Christian Krause
; 1,4,33,161,705,2945,12033,48641,195585,784385,3141633,12574721,50315265,201293825,805240833,3221094401
mov $1,2
... | 27 | 172 | 0.735802 |
3a0de4cd51469bc32feec582cb525d988beb4b7e | 8,804 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_/i9-9900K_12_0xa0_notsx.log_21829_822.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_0xa0_notsx.log_21829_822.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_0xa0_notsx.log_21829_822.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 %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x192ae, %rbp
nop
nop
nop
nop
nop
add %r10, %r10
mov $0x6162636465666768, %r12
movq %r12, (%rbp)
nop
nop
nop
sub %r9, %r9
lea addresses_A_ht+0xb12e, %rsi
lea addresses_D_ht+0x19... | 31.783394 | 2,999 | 0.658451 |
bdfb34d8664ae5dc9aa0f44beceab12591c9e613 | 8,634 | asm | Assembly | Driver/Stream/IrCOMM/PortEmulator/portemulatorClose.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Stream/IrCOMM/PortEmulator/portemulatorClose.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Stream/IrCOMM/PortEmulator/portemulatorClose.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1996 -- All Rights Reserved
PROJECT: GEOS
MODULE: IrCOMM
FILE: portemulatorClose.asm
AUTHOR: Greg Grisco, Jan 11, 1996
ROUTINES:
Name Description
---- -----------
INT PortEmulatorDisconnect... | 23.983333 | 79 | 0.574589 |
5d2dcb162496ae4da476147c9a579df9356d44a8 | 310 | asm | Assembly | programs/oeis/087/A087445.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/087/A087445.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087445.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A087445: Numbers that are congruent to 1 or 5 mod 12.
; 1,5,13,17,25,29,37,41,49,53,61,65,73,77,85,89,97,101,109,113,121,125,133,137,145,149,157,161,169,173,181,185,193,197,205,209,217,221,229,233,241,245,253,257,265,269,277,281,289,293,301,305,313,317,325,329
mul $0,6
mov $1,$0
div $1,4
mul $1,4
add $1,1
| 34.444444 | 206 | 0.693548 |
41a7f4b9f769eeb1f87c4f1167a4a31e9b042532 | 50 | asm | Assembly | 8085_programming/8085 Programs/test7.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 8085_programming/8085 Programs/test7.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 8085_programming/8085 Programs/test7.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | .ORG 0000H
LDA 4000H
RLC
RLC
STA 4001H
HLT
| 6.25 | 11 | 0.66 |
039934e7c22b3f738825623e67b521d72e2196aa | 7,249 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1695.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1695.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1695.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x10f1e, %r15
nop
and %rsi, %rsi
movb (%r15), %r9b
nop
sub %rdx, %rdx
lea addresses_A_ht+0xa47e, %rsi
lea addresses_WT_ht+0x1ddbe, %rdi
nop
sub $52480, %r13
mov $49, %rcx
rep m... | 33.560185 | 2,999 | 0.653607 |
3b6f133f9be01ee3ef29cb8aa08179c235a6c857 | 41,473 | asm | Assembly | user/time.asm | harshitagupta1512/Tweaked-XV6 | 675c6e9ed50dc8f24d15b61ebba893bc73094e99 | [
"MIT-0"
] | null | null | null | user/time.asm | harshitagupta1512/Tweaked-XV6 | 675c6e9ed50dc8f24d15b61ebba893bc73094e99 | [
"MIT-0"
] | null | null | null | user/time.asm | harshitagupta1512/Tweaked-XV6 | 675c6e9ed50dc8f24d15b61ebba893bc73094e99 | [
"MIT-0"
] | null | null | null |
user/_time: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "user/user.h"
#include "kernel/fcntl.h"
int
main(int argc, char ** argv)
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022 sd s0,32(sp)
6: ec... | 29.623571 | 61 | 0.461192 |
28337e1c079fc671057797d3388575b42f434679 | 758 | asm | Assembly | oeis/215/A215695.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/215/A215695.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/215/A215695.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A215695: a(n) = 5*a(n-1) - 6*a(n-2) + a(n-3) with a(0)=1, a(1)=0, a(2)=-2.
; Submitted by Christian Krause
; 1,0,-2,-9,-33,-113,-376,-1235,-4032,-13126,-42673,-138641,-450293,-1462292,-4748343,-15418256,-50063514,-162556377,-527819057,-1713820537,-5564744720,-18068619435,-58668449392,-190495275070,-618534298433,-2008... | 39.894737 | 501 | 0.720317 |
519a790d45a66b92cb4bc9ed4b94bd2131d1ef46 | 888 | asm | Assembly | disasm-gcc.asm | Const-me/MemoryAccessCosts | d1d7d2ff3cd9c379644606bc9ae17762b3527a20 | [
"MIT"
] | 13 | 2018-08-10T18:53:58.000Z | 2021-04-28T07:16:57.000Z | disasm-gcc.asm | Const-me/MemoryAccessCosts | d1d7d2ff3cd9c379644606bc9ae17762b3527a20 | [
"MIT"
] | 1 | 2018-08-10T19:29:52.000Z | 2018-08-10T19:29:52.000Z | disasm-gcc.asm | Const-me/MemoryAccessCosts | d1d7d2ff3cd9c379644606bc9ae17762b3527a20 | [
"MIT"
] | null | null | null | loc_402758:
; Random number generation
mov edx, eax
shl edx, 10h
xor eax, edx
mov edx, eax
shr edx, 5
xor eax, edx
mov edx, eax
add eax, eax
xor edx, esi
xor edx, ebx
xor edx, eax
mov r12d, edx
and r12d, 0FFFFFFFh
shl r12, 5
; The inner loop adds 16 integer value... | 22.2 | 80 | 0.577703 |
19b4752c476ccb4d5bf5008505f5abad01f5184b | 6,828 | asm | Assembly | src/main/c/doc/assembly/x64/debug/org_bv_com_windows_jni_BVNativeJNI.asm | JackDMenendez/bvsystem | 9dafcaf862e85c9d5b27c83368067a68ef3f4eed | [
"Unlicense"
] | null | null | null | src/main/c/doc/assembly/x64/debug/org_bv_com_windows_jni_BVNativeJNI.asm | JackDMenendez/bvsystem | 9dafcaf862e85c9d5b27c83368067a68ef3f4eed | [
"Unlicense"
] | null | null | null | src/main/c/doc/assembly/x64/debug/org_bv_com_windows_jni_BVNativeJNI.asm | JackDMenendez/bvsystem | 9dafcaf862e85c9d5b27c83368067a68ef3f4eed | [
"Unlicense"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.28.29335.0
include listing.inc
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__D0D318F8_pch@h DB 01H
__BD00935D_windows@pch DB 01H
__8C81CA59_org_bv_com_windows_jni_BVNativeJNI@cpp DB 01H
__D916AFA8_jni@h DB 01H
__051DE99D_stdio@h DB 01H
_... | 27.312 | 103 | 0.781195 |
c855396e5305d9826b60747a5e53b2448f55eb1d | 401 | asm | Assembly | test/subsection.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | 3rdParties/src/nasm/nasm-2.15.02/test/subsection.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-03-26T19:58:54.000Z | 2020-04-24T08:58:04.000Z | test/subsection.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | null | null | null | ;
; subsection.asm
;
; Test of Mach-O subsection_by_symbol
;
%pragma macho subsections_via_symbols
%pragma macho gprefix _
%pragma macho lprefix L.
bits 32
global foo, bar
static quux
foo:
jmp foo
jmp bar
jmp baz
jmp quux
bar:
jmp foo
jmp bar
jmp baz
jmp quux
baz:
jmp foo
... | 10.282051 | 38 | 0.640898 |
1610543bc8609186853fdc95dcf9e045d433b738 | 7,914 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_un_/i7-8650U_0xd2.log_20423_237.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_zr_un_/i7-8650U_0xd2.log_20423_237.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_zr_un_/i7-8650U_0xd2.log_20423_237.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xfb2c, %rsi
lea addresses_normal_ht+0x472c, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
inc %rbp
mov $4, %rcx
rep movsw
nop
nop
nop
nop
cmp $3567, %rcx
lea addresses_D_ht+0x1... | 32.302041 | 2,999 | 0.654284 |
9a81dcfc5aa307ea570cc263582cb6b5f8f822b0 | 1,892 | asm | Assembly | engine/overworld/hidden_objects.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | engine/overworld/hidden_objects.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | engine/overworld/hidden_objects.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | ; if a hidden object was found, stores $00 in [hDidntFindAnyHiddenObject], else stores $ff
CheckForHiddenObject:
ld hl, hItemAlreadyFound
xor a
ld [hli], a
ld [hli], a
ld [hli], a
ld [hl], a
ld hl, HiddenObjectMaps
ld de, 3
ld a, [wCurMap]
call IsInArray
jr nc, .noMatch
inc hl
ld a, [hli]
ld h, [hl]
ld l... | 17.518519 | 90 | 0.710888 |
1a96c7a929ac1f8f100a35bb1d77511ac394e6ae | 1,012 | asm | Assembly | boot.asm | WaizungTaam/myos | a565a16146d6a260cc87a542bd6b56342c8d5819 | [
"Apache-2.0"
] | null | null | null | boot.asm | WaizungTaam/myos | a565a16146d6a260cc87a542bd6b56342c8d5819 | [
"Apache-2.0"
] | null | null | null | boot.asm | WaizungTaam/myos | a565a16146d6a260cc87a542bd6b56342c8d5819 | [
"Apache-2.0"
] | null | null | null | org 0x7c00
mov [drive_num], dl
mov sp, 0x9000
call load_kernel
jmp goto_pm
[bits 16]
load_kernel:
mov ax, 0
mov es, ax
mov ah, 0x02
mov al, 8
mov ch, 0
mov cl, 2
mov dh, 0
mov dl, [drive_num]
mov bx, kernel_offset
int 0x13
ret
goto_pm:
cli
... | 12.192771 | 33 | 0.560277 |
2151c348437844757048875e065c530a52d76263 | 210 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_shrink_to_fit.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_shrink_to_fit.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_shrink_to_fit.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int wv_stack_shrink_to_fit(wv_stack_t *s)
SECTION code_clib
SECTION code_adt_wv_stack
PUBLIC _wv_stack_shrink_to_fit
EXTERN _b_vector_shrink_to_fit
defc _wv_stack_shrink_to_fit = _b_vector_shrink_to_fit
| 17.5 | 54 | 0.87619 |
30875c5bcb9ffe4ad64d4e1ec9f7bd458ea74da1 | 1,851 | asm | Assembly | ace/assembly/src/exam.asm | ale-cci/Appunti | 9aa76eb46b7a984776f50260e598c9de1fa6317a | [
"MIT"
] | null | null | null | ace/assembly/src/exam.asm | ale-cci/Appunti | 9aa76eb46b7a984776f50260e598c9de1fa6317a | [
"MIT"
] | null | null | null | ace/assembly/src/exam.asm | ale-cci/Appunti | 9aa76eb46b7a984776f50260e598c9de1fa6317a | [
"MIT"
] | null | null | null | CPU 8086
; Chiedere iterativamente (fino alla pressione di esc) di inserire
; una cifra numerica (tra 0 e 7) e un singono carattere alfabetico\
; ESC può essere premuto tra stringa e carattere
SECTION data
String1: RESB 256
String2: RESB 256
Mask: DB 01101101b
SECTION text
..start:
mov ax, ... | 18.326733 | 67 | 0.468395 |
d67cd4443c7a9fcfbfa232f7f879774245d6ce1e | 674 | asm | Assembly | libsrc/target/zx/stdio/console_vars.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx/stdio/console_vars.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx/stdio/console_vars.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
MODULE console_vars
PUBLIC __zx_screenmode
PUBLIC __zx_32col_font
PUBLIC __zx_32col_udgs
PUBLIC __zx_64col_font
PUBLIC __zx_print_routine
EXTERN CRT_FONT
EXTERN CRT_FONT_64
SECTION data_clib
__zx_32col_font:
defw CRT_FONT
__zx_64col_font:
defw CRT_FONT_64
... | 16.439024 | 52 | 0.676558 |
fe773fc73c6ac3119d43337b55c42e578ca76bf3 | 429 | asm | Assembly | solutions/42 - Important Email Organization/size-14_speed-361.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 45 | 2018-09-05T04:56:59.000Z | 2021-11-22T08:57:26.000Z | solutions/42 - Important Email Organization/size-14_speed-361.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 36 | 2018-09-01T11:34:26.000Z | 2021-05-19T23:20:49.000Z | solutions/42 - Important Email Organization/size-14_speed-361.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 36 | 2018-09-01T07:44:19.000Z | 2021-09-10T19:07:35.000Z | -- 7 Billion Humans (2087) --
-- 42: Important Email Organization --
-- Author: landfillbaby
-- Size: 14
-- Speed: 361
-- Speed Tests: 353, 360, 383, 359, 360, 362, 364, 352, 356, 358
a:
step nw,w,sw,n,ne,e,se
if c == datacube and
s != shredder:
pickup c
mem1 = calc myitem / 10
mem2 = nearest shredder
step mem2
... | 14.3 | 64 | 0.629371 |
1e0a73b51ea86540cb997fe3db5020631f0bdffe | 6,808 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1327.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_1327.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_1327.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 %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1b4ae, %rsi
lea addresses_normal_ht+0xc75a, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
sub %rbp, %rbp
mov $23, %rcx
rep movsq
nop
nop
inc %r8
lea addresses_WC_ht+0x174ee, %rsi
lea addr... | 37.822222 | 2,999 | 0.661575 |
ac2dde05c4900b74729f3874cbe80d077571bbb2 | 4,243 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_708.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_708.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_708.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 %r9
lea addresses_normal_ht+0x7527, %r12
nop
inc %r11
mov $0x6162636465666768, %r9
movq %r9, (%r12)
nop
nop
xor %r15, %r15
pop %r9
pop %r15
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r15
push %r8
push %r... | 59.760563 | 2,999 | 0.660617 |
4b4794ebf82d9f0bc9c99b5768ec1c8e736d19a7 | 794 | asm | Assembly | unittests/ASM/H0F38/66_1D.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/H0F38/66_1D.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/H0F38/66_1D.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0x0", "0x0"],
"XMM1": ["0x0001000100010001", "0x0001000100010001"],
"XMM2": ["0x0001000100010001", "0x0001000100010001"],
"XMM3": ["0x0001000100000000", "0x0001000100010000"]
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x0000000000000000
mov [rdx + 8 * 0], rax
mo... | 18.045455 | 57 | 0.629723 |
254cfe144fd90133742ace07f7f34c5c135e59da | 5,693 | asm | Assembly | lib.asm | vivi90/snakg | 3eab5e22eec6448e75b863efc761a2780ad22f4a | [
"MIT"
] | null | null | null | lib.asm | vivi90/snakg | 3eab5e22eec6448e75b863efc761a2780ad22f4a | [
"MIT"
] | null | null | null | lib.asm | vivi90/snakg | 3eab5e22eec6448e75b863efc761a2780ad22f4a | [
"MIT"
] | null | null | null | ;============================
; Basic
;============================
sleep PROC
; Time: BX = OFFSET
PUSH AX CX DX
MOV AH, 86h
MOV DX, [BX] ; Lower us
MOV CX, [BX + 2h] ; Upper us
INT 15h
POP DX CX AX
RET
sleep ENDP
randomNumber PROC
; Inspired by... | 20.85348 | 131 | 0.487616 |
ffc584740deeb01baf6054d9df16268cef4c8312 | 555 | asm | Assembly | oeis/016/A016756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016756: a(n) = (2*n+1)^4.
; 1,81,625,2401,6561,14641,28561,50625,83521,130321,194481,279841,390625,531441,707281,923521,1185921,1500625,1874161,2313441,2825761,3418801,4100625,4879681,5764801,6765201,7890481,9150625,10556001,12117361,13845841,15752961,17850625,20151121,22667121,25411681,28398241,31640625,35153041,38... | 79.285714 | 497 | 0.834234 |
740356affe3d77e730cbd0cdbb0321f04697e407 | 702 | asm | Assembly | oeis/224/A224141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/224/A224141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/224/A224141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A224141: Number of n X 3 0..1 arrays with rows and antidiagonals unimodal and columns nondecreasing.
; 7,22,49,92,155,242,357,504,687,910,1177,1492,1859,2282,2765,3312,3927,4614,5377,6220,7147,8162,9269,10472,11775,13182,14697,16324,18067,19930,21917,24032,26279,28662,31185,33852,36667,39634,42757,46040,49487,53102,5... | 50.142857 | 499 | 0.77208 |
a244f69d6decc8a20b658d1f2e12857b2a19a36c | 633 | asm | Assembly | oeis/005/A005352.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005352.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005352.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005352: Base -2 representation of -n reinterpreted as binary.
; Submitted by Christian Krause
; 3,2,13,12,15,14,9,8,11,10,53,52,55,54,49,48,51,50,61,60,63,62,57,56,59,58,37,36,39,38,33,32,35,34,45,44,47,46,41,40,43,42,213,212,215,214,209,208,211,210,221,220,223,222,217,216,219,218,197,196,199,198,193,192,195,194,205... | 27.521739 | 355 | 0.660348 |
29da5b13e64d7b3cfe0328c5bf77c8dd7ffc65c1 | 379 | asm | Assembly | oeis/347/A347017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/347/A347017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/347/A347017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A347017: a(n) = floor(2^(n-1)) - binomial(n,3) + binomial(n,2) - n + 1.
; 1,1,2,4,7,12,22,44,93,200,428,904,1883,3876,7906,16020,32313,64976,130392,261328,523319,1047436,2095822,4192764,8386837,16775192,33552132,67106264,134214803,268432180,536867258,1073737764,2147479153,4294962336,8589929136,17179863200,34359731823... | 37.9 | 246 | 0.730871 |
5d099ac343b01d85d5f87fa2d2f12670c4f01cd5 | 2,371 | asm | Assembly | externals/mpir-3.0.0/mpn/powerpc32/divexact_by3c.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | externals/mpir-3.0.0/mpn/powerpc32/divexact_by3c.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/powerpc32/divexact_by3c.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | dnl PowerPC-32 mpn_divexact_by3 -- mpn by 3 exact division
dnl Copyright 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public... | 27.894118 | 79 | 0.698861 |
69a17ca7df0f68f9067a39b0bf91475e2e1330ba | 364 | asm | Assembly | programs/oeis/271/A271911.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/271/A271911.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/271/A271911.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A271911: Number of ways to choose three distinct points from a 2 X n grid so that they form an isosceles triangle.
; 0,4,10,16,24,32,42,52,64,76,90,104,120,136,154,172,192,212,234,256,280,304,330,356,384,412,442,472,504,536,570,604,640,676,714,752,792,832,874,916,960,1004,1050,1096,1144,1192,1242,1292,1344,1396,1450,... | 45.5 | 207 | 0.728022 |
169676f0884ab159611a78920620ad4c240237d3 | 63,681 | asm | Assembly | lib/ffmpeg/libavcodec/x86/vp9intrapred.asm | slwilliams/stegasis | 8f7c466231588d51f0af01b46092218324f5e6b1 | [
"MIT",
"Unlicense"
] | 2 | 2015-12-18T01:14:53.000Z | 2016-01-26T15:33:03.000Z | lib/ffmpeg/libavcodec/x86/vp9intrapred.asm | slwilliams/stegasis | 8f7c466231588d51f0af01b46092218324f5e6b1 | [
"MIT",
"Unlicense"
] | null | null | null | lib/ffmpeg/libavcodec/x86/vp9intrapred.asm | slwilliams/stegasis | 8f7c466231588d51f0af01b46092218324f5e6b1 | [
"MIT",
"Unlicense"
] | null | null | null | ;******************************************************************************
;* VP9 Intra prediction SIMD optimizations
;*
;* Copyright (c) 2013 Ronald S. Bultje <rsbultje gmail com>
;*
;* Parts based on:
;* H.264 intra prediction asm optimizations
;* Copyright (c) 2010 Fiona Glaser
;* Copyright (c) 2010 Holger Lubi... | 31.139853 | 85 | 0.430819 |
c4bffe89b0372c13f440e9727ff002ea5b42d68f | 4,836 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xca_notsx.log_21829_527.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xca_notsx.log_21829_527.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xca_notsx.log_21829_527.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 %r15
push %rax
push %rbx
push %rsi
lea addresses_D_ht+0xa30e, %r10
nop
nop
nop
nop
nop
dec %r11
mov $0x6162636465666768, %rbx
movq %rbx, (%r10)
nop
nop
nop
nop
and %r15, %r15
lea addresses_A_ht+0x128b1, %rsi
and %r12, %r12
movb $0x61, (%rsi... | 44.777778 | 2,999 | 0.658189 |
4b388ce54df7a47f4b33ce5cd269f214df15ffcd | 797 | asm | Assembly | oeis/110/A110558.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/110/A110558.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/110/A110558.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A110558: Numbers n such that (n^2-8)/8 is prime.
; Submitted by Christian Krause
; 8,12,16,24,28,32,40,44,52,60,68,72,84,88,96,100,112,136,144,152,156,164,168,172,180,184,196,200,208,224,236,248,252,256,276,292,304,320,324,340,348,364,368,380,392,408,432,436,448,452,460,472,500,504,508,528,536,548,560,564,572,612,616... | 26.566667 | 388 | 0.651192 |
e62e0cf09650a03fd5b95dd964dfbf75abac8e42 | 493 | asm | Assembly | programs/oeis/009/A009992.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/009/A009992.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/009/A009992.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A009992: Powers of 48: a(n) = 48^n.
; 1,48,2304,110592,5308416,254803968,12230590464,587068342272,28179280429056,1352605460594688,64925062108545024,3116402981210161152,149587343098087735296,7180192468708211294208,344649238497994142121984,16543163447903718821855232,794071845499378503449051136,3811544858397016816555445... | 70.428571 | 423 | 0.888438 |
7be0aa4eea51764c9850f597a100d7c562e5d242 | 7,289 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1453.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_1453.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_1453.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1bfb5, %rax
nop
nop
nop
and $33090, %rbp
movb (%rax), %dl
nop
nop
nop
nop
nop
inc %rbx
lea addresses_normal_ht+0xd1bb, %r12
nop
add %r15, %r15
mov $0x6162636465666... | 36.813131 | 2,999 | 0.657978 |
9f16cdc6d4f419b7218827df08c4b24c0f726908 | 709 | asm | Assembly | libsrc/stdio/ansi/nascom/f_ansi_char.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ansi/nascom/f_ansi_char.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ansi/nascom/f_ansi_char.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; ANSI Video handling for the NASCOM1/2
;
; set it up with:
; .text_cols = max columns
; .text_rows = max rows
;
; Display a char in location (ansi_ROW),(ansi_COLUMN)
; A=char to display
;
; Stefano Bodrato - Jul 2004
;
;
; $Id: f_ansi_char.asm,v 1.3 2015/01/19 01:33:18 pauloscustodio Exp $
;
PUBLIC ansi_CHAR
PUB... | 12.016949 | 69 | 0.679831 |
5c9f3b92efce792c5ab29b498cf7ce9a50e30a38 | 561 | asm | Assembly | programs/oeis/131/A131179.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/131/A131179.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/131/A131179.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A131179: a(n) = if n mod 2 == 0 then n*(n+1)/2, otherwise (n-1)*n/2 + 1.
; 0,1,3,4,10,11,21,22,36,37,55,56,78,79,105,106,136,137,171,172,210,211,253,254,300,301,351,352,406,407,465,466,528,529,595,596,666,667,741,742,820,821,903,904,990,991,1081,1082,1176,1177,1275,1276,1378,1379,1485,1486,1596,1597,1711,1712,1830,18... | 62.333333 | 437 | 0.713012 |
1a0486b51550a4cfc52400833e725a28ee2e9162 | 360 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dpush.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dpush.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dpush.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC cm48_sccz80p_dpush
EXTERN am48_dpush
; sccz80 float primitive
; Push float in AC' onto the stack.
;
; Float is in math48 format.
;
; enter : AC' = double (math48 format)
; stack = return
;
; exit : stack = double (math48 format)
;
; uses : A... | 17.142857 | 43 | 0.633333 |
ef256f1b6f4a60e80f304c6a078f99ad95f9ba54 | 876 | asm | Assembly | data/pokemon/base_stats/krabby.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/krabby.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/krabby.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 30, 105, 90, 50, 25, 25
; hp atk def spd sat sdf
db WATER, WATER ; type
db 225 ; catch rate
db 115 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/krabby/front.dimensions"
db GROWTH_MEDIUM_FAST... | 43.8 | 453 | 0.746575 |
c568832b27a9623000ab8c9d1d76625ac0df7dae | 3,053 | asm | Assembly | tp/libs/asmlib/stricmp64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | tp/libs/asmlib/stricmp64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | tp/libs/asmlib/stricmp64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | %include "defs.asm"
;************************* stricmpaz64.asm **********************************
; Author: Agner Fog
; Date created: 2008-12-05
; Last modified: 2011-07-01
; Source URL: www.agner.org/optimize
; Project: asmlib.zip
; Description:
; Faster version of the standar... | 35.091954 | 83 | 0.47396 |
3f7d8821c55223552d02c14f2ccaee0638927c4a | 365 | asm | Assembly | Breaks6502/BreaksDebug/Build/TestRora.asm | ogamespec/breaknes | b053afb6924ca661f71a129766e8945f64f6ec7b | [
"CC0-1.0"
] | 2 | 2022-03-10T16:56:33.000Z | 2022-03-20T13:28:20.000Z | Breaks6502/BreaksDebug/Build/TestRora.asm | ogamespec/breaknes | b053afb6924ca661f71a129766e8945f64f6ec7b | [
"CC0-1.0"
] | null | null | null | Breaks6502/BreaksDebug/Build/TestRora.asm | ogamespec/breaknes | b053afb6924ca661f71a129766e8945f64f6ec7b | [
"CC0-1.0"
] | 1 | 2022-03-10T12:06:25.000Z | 2022-03-10T12:06:25.000Z | ; A piece of the test for the `ROR A` instruction, ripped from nestest.
org $200
Reset:
sec
lda #$01
ror a
bcc BadRoar
beq BadRoar
bpl BadRoar
cmp #$80
bne BadRoar
clv
clc
lda #$55
ror a
bcc BadRoar
beq BadRoar
bmi BadRoar
bvs BadRoar
cmp #$2a
bne BadRoar
Good:
jmp Good
BadRoar:
; ROAR!!!1
brk... | 9.864865 | 71 | 0.687671 |
ffec126f5c84c89eaad92e38443ce0b1a31bcd70 | 399 | asm | Assembly | oeis/051/A051893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/051/A051893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/051/A051893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A051893: a(n) = Sum_{i=1..n-1} i^2*a(i), a(1) = 1.
; Submitted by Jon Maiga
; 1,1,5,50,850,22100,817700,40885000,2657525000,217917050000,22009622050000,2685173890100000,389350214064500000,66189536390965000000,13039338669020105000000,2946890539198543730000000,757350868574025738610000000,219631751886467464196900000000
... | 44.333333 | 241 | 0.766917 |
f2f23a8a478e8ea068625fa6c495d9c9a188769a | 71 | asm | Assembly | test/asm/equs-nest.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | null | null | null | test/asm/equs-nest.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | null | null | null | test/asm/equs-nest.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | null | null | null | X1 equs "Y1 equs \"\\\"Success!\\\\n\\\"\""
Y1 equs "Z1"
X1
PRINTT Z1
| 14.2 | 43 | 0.535211 |
0c2397acb2e7ea40dfa9c51ce4067f2ecc99e0a5 | 7,772 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xa0.log_5070_1267.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xa0.log_5070_1267.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xa0.log_5070_1267.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
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x66ed, %rsi
lea addresses_UC_ht+0x17d0d, %rdi
clflush (%rsi)
nop
xor $51850, %r9
mov $95, %rcx
rep movsq
nop
nop
nop
lfence
lea addresses_WT_ht+0xcb85, %r10
nop
nop
nop
nop
add... | 33.07234 | 2,999 | 0.652599 |
ccd83861a27f21188369d0acc3815c86acdf51c1 | 661 | asm | Assembly | oeis/159/A159514.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159514.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159514.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159514: Numerator of Hermite(n, 2/15).
; Submitted by Christian Krause
; 1,4,-434,-5336,564556,11863024,-1222798904,-36921360416,3704131105936,147733421921344,-14410797291355424,-722443587811469696,68443672240963470016,4174970063145790238464,-383695602357053138639744,-27837093807246691056882176,247859694068112192159... | 41.3125 | 472 | 0.826021 |
2f10b805b8defc57de877c1cfab6ebd008cfb63a | 50,307 | asm | Assembly | test_8.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null | test_8.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null | test_8.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null |
_test_8: file format elf32-i386
Disassembly of section .text:
00000000 <worker>:
free(p);
exit();
}
void
worker(void *arg1, void *arg2) {
0: f3 0f 1e fb endbr32
4: 55 push %ebp
5: 89 e5 mov %esp,%ebp
7: 83 ec 08 sub $0x8,%esp
... | 34.504115 | 82 | 0.43483 |
5e55bdd2d184683a89d542c6a1a8b0b590bbc82a | 2,077 | asm | Assembly | programs/oeis/014/A014477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014477: Expansion of (1 + 2*x)/(1 - 2*x)^3.
; 1,8,36,128,400,1152,3136,8192,20736,51200,123904,294912,692224,1605632,3686400,8388608,18939904,42467328,94633984,209715200,462422016,1015021568,2218786816,4831838208,10485760000,22682796032,48922361856,105226698752,225754218496,483183820800,1031865892864,2199023255552,4... | 173.083333 | 1,958 | 0.923929 |
da5fd07127694bcdb6731e8f1d0814d452ea0bdb | 506 | asm | Assembly | programs/oeis/201/A201472.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/201/A201472.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/201/A201472.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A201472: The Griesmer lower bound q_4(5,n) on the length of a linear code over GF(4) of dimension 5 and minimal distance n.
; 5,6,7,8,10,11,12,13,15,16,17,18,20,21,22,23,26,27,28,29,31,32,33,34,36,37,38,39,41,42,43,44,47,48,49,50,52,53,54,55,57,58,59,60,62,63,64,65,68,69,70,71,73,74,75,76,78,79,80,81,83,84,85,86,90,9... | 50.6 | 325 | 0.683794 |
3fb48430e224a136d4fb8e77398144429b933b44 | 109,161 | asm | Assembly | engine/battle/effect_commands.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | engine/battle/effect_commands.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | engine/battle/effect_commands.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | DoPlayerTurn:
call SetPlayerTurn
ld a, [wBattlePlayerAction]
and a ; BATTLEPLAYERACTION_USEMOVE?
ret nz
jr DoTurn
DoEnemyTurn:
call SetEnemyTurn
ld a, [wLinkMode]
and a
jr z, DoTurn
ld a, [wBattleAction]
cp BATTLEACTION_STRUGGLE
jr z, DoTurn
cp BATTLEACTION_SWITCH1
ret nc
; fallthrough
DoTurn:
; R... | 15.567741 | 122 | 0.732698 |
13fb02113fbc95f9aef8728bffdd3e6fd0446dee | 317 | asm | Assembly | programs/oeis/114/A114104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/114/A114104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/114/A114104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A114104: a(n) = A114103(n)/n.
; 1,1,2,3,3,1,4,1,4,2,5,5,5,5,1,3,6,1,6,3,2,7,7,7,7,7,7,1,8,4,8,1,8,4,8,2,9,9,3,9,9,3,9,9,1,5,10,5,10,1,10,5,10,5,2,11,11,11,11,11,11,11,11,11,11,1,12,3,4,6,12,1,12,6,4,3,12,2,13,13
mov $1,$0
seq $0,2024 ; n appears n times; a(n) = floor(sqrt(2n) + 1/2).
add $1,1
gcd $1,$0
div $0,$1
| 35.222222 | 181 | 0.55205 |
88413443502d005b0532fbd1e7542a1b55b7d2a9 | 1,052 | asm | Assembly | programs/oeis/066/A066804.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/066/A066804.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/066/A066804.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A066804: Sum of diagonal elements and those below it for a square matrix of integers, starting with 1.
; 1,8,34,100,235,476,868,1464,2325,3520,5126,7228,9919,13300,17480,22576,28713,36024,44650,54740,66451,79948,95404,113000,132925,155376,180558,208684,239975,274660,312976,355168,401489,452200,507570,567876,633403,70... | 42.08 | 739 | 0.778517 |
c8f051784b3475f314eaa7facfc11a10a23c7436 | 1,229 | asm | Assembly | HW9/HW9Problem2.asm | ewbrowntech/COMP-3350 | bf797f743aca9fea8e9026e0652090663406fa0c | [
"CC0-1.0"
] | null | null | null | HW9/HW9Problem2.asm | ewbrowntech/COMP-3350 | bf797f743aca9fea8e9026e0652090663406fa0c | [
"CC0-1.0"
] | null | null | null | HW9/HW9Problem2.asm | ewbrowntech/COMP-3350 | bf797f743aca9fea8e9026e0652090663406fa0c | [
"CC0-1.0"
] | null | null | null | .386
.model flat,stdcall
.stack 4096
ExitProcess proto,dwExitCode:dword
TITLE BCD Subtraction - Ethan Brown (HW9Problem2.asm)
INCLUDE Irvine32.inc
.data
Minuend byte "Minuend: ",0
Subtrahend byte "Subtrahend: ",0
PosDifference byte "Difference: ",0
NegDifference byte "Difference: -", 0
test_data DWO... | 17.557143 | 82 | 0.63629 |
32a9c5072aa42b5868e578bc20c85e5e17b4d8b3 | 54,256 | asm | Assembly | tplstsr3.asm | PluMGMK/rayman-tpls-tsr | b69544b6989af51f5f621ee8b5c9dc000a24e808 | [
"MIT"
] | 2 | 2021-05-17T06:04:21.000Z | 2021-05-17T21:20:35.000Z | tplstsr3.asm | PluMGMK/rayman-tpls-tsr | b69544b6989af51f5f621ee8b5c9dc000a24e808 | [
"MIT"
] | null | null | null | tplstsr3.asm | PluMGMK/rayman-tpls-tsr | b69544b6989af51f5f621ee8b5c9dc000a24e808 | [
"MIT"
] | 1 | 2021-10-18T07:19:01.000Z | 2021-10-18T07:19:01.000Z | ; PluM's TPLS TSR - DOS32 version - third time's a charm!
; MIT License
;
; Copyright (c) 2021 PluMGMK
;
; 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 with... | 25.258845 | 129 | 0.71111 |
f5ccc74b7fb38e3eea4aeaeea252886f62ddecbc | 51 | asm | Assembly | src/main/fragment/mos6502-common/vwsm1=vwsm2_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwsm1=vwsm2_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwsm1=vwsm2_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | clc
adc {m2}
sta {m1}
lda {m2}+1
adc #0
sta {m1}+1
| 7.285714 | 10 | 0.568627 |
0009fb7c0869fe16e5325c77cd425f74d0ba8f1b | 2,758 | asm | Assembly | programs/oeis/093/A093198.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/093/A093198.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/093/A093198.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A093198: Number of 4 X 4 symmetric magic squares with line sum 2n.
; 1,11,53,164,397,819,1513,2576,4121,6275,9181,12996,17893,24059,31697,41024,52273,65691,81541,100100,121661,146531,175033,207504,244297,285779,332333,384356,442261,506475,577441,655616,741473,835499,938197,1050084,1171693,1303571,1446281,1600400,1766... | 78.8 | 2,302 | 0.823785 |
8cd9f644842912eede9f25030b2be092b97f532b | 23,646 | asm | Assembly | bv2heatmon.asm | Repmov/GPUHeatMonitor | 03eccfed84dc3361e5d66ce78d5e679ff8ab8ecc | [
"MIT"
] | null | null | null | bv2heatmon.asm | Repmov/GPUHeatMonitor | 03eccfed84dc3361e5d66ce78d5e679ff8ab8ecc | [
"MIT"
] | 1 | 2016-07-26T12:22:58.000Z | 2016-07-26T12:22:58.000Z | bv2heatmon.asm | Repmov/GPUHeatMonitor | 03eccfed84dc3361e5d66ce78d5e679ff8ab8ecc | [
"MIT"
] | null | null | null |
.586
.model flat,stdcall
option casemap:none
include \MASM32\INCLUDE\windows.inc
include \MASM32\INCLUDE\masm32.inc
include \MASM32\INCLUDE\gdi32.inc
include \MASM32\INCLUDE\user32.inc
include \MASM32\INCLUDE\kernel32.inc
include \MASM32\INCLUDE\Comctl... | 27.463415 | 95 | 0.51958 |
f293849654b25d02583ca3347af4be24f7ff3cf5 | 336 | asm | Assembly | libsrc/stdio/bee/getk.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/bee/getk.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/bee/getk.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; MicroBEE Stdio
;
; getk() Read key status
;
; Stefano Bodrato - 2016
;
;
; $Id: getk.asm,v 1.1 2016-11-15 08:11:11 stefano Exp $
;
SECTION code_clib
PUBLIC getk
PUBLIC _getk
.getk
._getk
call $803F
jr z,got
xor a
.got
IF STANDARDESCAPECHARS
cp 13
jr nz,not_return
ld a,10
.not_return
ENDIF
ld h... | 9.882353 | 55 | 0.657738 |
c21036b43bdec5cd41bd5b2d4938e919f44ee5a1 | 847 | asm | Assembly | oeis/142/A142225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142225: Primes congruent to 28 mod 41.
; Submitted by Simon Strandgaard
; 151,233,397,479,643,971,1217,1381,1627,1709,1873,2447,2693,2857,2939,3677,3923,5153,5399,5563,6301,6547,6793,7039,7121,8269,8597,8761,9007,10729,11057,11467,11549,11959,12041,12451,12697,13681,13763,14009,14173,14419,14747,15649,15731,16141,16... | 33.88 | 500 | 0.730815 |
266c261485bf96aaea8c23b60b0da3bf54162db0 | 3,505 | asm | Assembly | libsrc/_DEVELOPMENT/fcntl/z80/asm_close.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/fcntl/z80/asm_close.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/fcntl/z80/asm_close.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; October 2014
; ===============================================================
;
; int close(int fd)
;
; Flush and then close the file.
;
; ===============================================================
INCLUDE "config_private.inc"
SECTION code_cl... | 21.371951 | 73 | 0.501284 |
64096d4520a1b070f968ca1fe0722bb8a703f5ba | 579 | asm | Assembly | oeis/094/A094982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/094/A094982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/094/A094982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A094982: a(n) = floor(11^n/4^n).
; 1,2,7,20,57,157,432,1189,3270,8994,24735,68023,187064,514428,1414678,3890365,10698505,29420889,80907445,222495474,611862556,1682622029,4627210579,12724829094,34993280009,96231520027,264636680074,727750870205,2001314893064,5503615955927,15134943878800,41621095666700,114458013083425,3... | 57.9 | 483 | 0.842832 |
0ac21e31502b31eef5e6c42bb4565a6d9ec60c11 | 567 | asm | Assembly | oeis/171/A171748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/171/A171748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/171/A171748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A171748: Primes of the form (2+n)*(1+2*n)+(1+n)*(2+2*n).
; Submitted by Simon Strandgaard
; 17,67,149,263,409,587,797,1039,1619,2729,3163,4127,4657,5813,10867,11717,13513,16447,17489,20807,21977,24413,25679,28307,29669,31063,35437,40099,50287,53939,55813,57719,61627,63629,69827,78539,90149
mov $2,332202
lpb $2
mov... | 23.625 | 200 | 0.650794 |
b2c4023cd90142b1f9098e64700e886cfce394f0 | 759 | asm | Assembly | A1/A4.asm | abphilip-vit/College3 | 6dda385462d995d5d98b64b8b981a5b639c64b91 | [
"MIT"
] | 2 | 2021-05-03T00:41:14.000Z | 2021-05-08T06:06:51.000Z | A1/A4.asm | abphilip-vit/College3 | 6dda385462d995d5d98b64b8b981a5b639c64b91 | [
"MIT"
] | 1 | 2021-04-29T23:48:19.000Z | 2021-04-30T00:02:10.000Z | A1/A4.asm | allenalvin333/College3 | 6dda385462d995d5d98b64b8b981a5b639c64b91 | [
"MIT"
] | null | null | null | ORG 0000H
SETB P3.5
CLR P1.2
MOV P2, #00H
; Clear P2
MOV TMOD, #01100001B
; Counter-1 Mode-2 & Timer-0 Mode-1
MOV TH1, #00H
SETB TR1
HERE:
MOV A, TL1
MOV P2, A
; Gives the value of TL1 to P2
CPL P3.5
MOV R7, #07H
MOV R6, #0FFH
MOV R5, #0FFH
ACALL DELAY
CJNE A, #0AH, HERE
; 10 number of counts ... | 13.315789 | 57 | 0.613966 |
4c4cabebd8c2ff9bab8897d5791db8409fa5cc8b | 265 | asm | Assembly | programs/oeis/033/A033409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033409: a(n) = floor(89/n).
; 89,44,29,22,17,14,12,11,9,8,8,7,6,6,5,5,5,4,4,4,4,4,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0
add $0,1
mov $1,89
div $1,$0
mov $0,$1
| 33.125 | 193 | 0.520755 |
92ca402ed95b1eca026b505b5111d2fec2822dd7 | 759 | asm | Assembly | programs/oeis/139/A139740.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/139/A139740.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/139/A139740.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A139740: 11^n - 2^n.
; 0,9,117,1323,14625,161019,1771497,19487043,214358625,2357947179,25937423577,285311668563,3138428372625,34522712135739,379749833566857,4177248169382883,45949729863506625,505447028499162699,5559917313491969337,61159090448414022003,672749994932558960625,7400249944258158004059,814027493868397569190... | 75.9 | 675 | 0.898551 |
0c681a8a5af6a736f7d6be8af7858d5ad85c89b7 | 1,865 | asm | Assembly | programs/oeis/303/A303304.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/303/A303304.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/303/A303304.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A303304: Generalized 25-gonal (or icosipentagonal) numbers: m*(23*m - 21)/2 with m = 0, +1, -1, +2, -2, +3, -3, ...
; 0,1,22,25,67,72,135,142,226,235,340,351,477,490,637,652,820,837,1026,1045,1255,1276,1507,1530,1782,1807,2080,2107,2401,2430,2745,2776,3112,3145,3502,3537,3915,3952,4351,4390,4810,4851,5292,5335,5797,5... | 66.607143 | 1,480 | 0.759786 |
6f5475288a24d6c7a7d4e33b9571fbd59827d8f2 | 751 | asm | Assembly | oeis/100/A100069.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100069.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100069.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100069: Sum(k=0..floor(n/2) binomial(n,k)*4^(n-2*k) ).
; Submitted by Jon Maiga
; 1,4,18,76,326,1384,5892,25036,106438,452344,1922588,8170936,34726940,147589264,627256088,2665837516,11329815878,48151714264,204644809932,869740430056,3696396920116,15709686864304,66766169526008,283756220309176,1205963937666076,51253467... | 35.761905 | 500 | 0.785619 |
194a8ede6f598b3dcb8f8638c6985d643278799e | 209 | asm | Assembly | Source/Assembly/simple.63c02.asm | neilpate/6502-Sandbox | b883d80d185dc934e1bc762b3d4ba53882089118 | [
"MIT"
] | null | null | null | Source/Assembly/simple.63c02.asm | neilpate/6502-Sandbox | b883d80d185dc934e1bc762b3d4ba53882089118 | [
"MIT"
] | null | null | null | Source/Assembly/simple.63c02.asm | neilpate/6502-Sandbox | b883d80d185dc934e1bc762b3d4ba53882089118 | [
"MIT"
] | null | null | null | .target "6502"
EEPROM .equ $2000
.org $8000
reset:
lda EEPROM
lda EEPROM + 1
lda EEPROM + 2
lda EEPROM + 3
lda EEPROM + 4
jmp reset
.org $fffc
.word reset
.word $0000
| 10.45 | 21 | 0.555024 |
cb9521ca62bb5bac1e96dd67b0a4336826a8fd63 | 349 | asm | Assembly | oeis/083/A083070.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083070.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083070.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083070: First super-diagonal of number array A083064.
; Submitted by Jon Maiga
; 1,5,43,469,6221,98041,1797559,37665881,888888889,23343682141,675462155171,21356578028941,732659790696133,27107717023577009,1076060070966390511,45619867383437689201,2057328526812890853617
mov $1,$0
add $1,2
mov $2,$0
add $2,1
pow $1,$2
... | 26.846154 | 188 | 0.7851 |
943b2d45d576c29a2545b38eba94c5e6b8dd4279 | 366 | asm | Assembly | oeis/227/A227683.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/227/A227683.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/227/A227683.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A227683: Number of digits in n-th Mersenne number.
; 1,1,2,3,4,4,6,6,7,9,10,12,13,13,15,16,18,19,21,22,22,24,25,27,30,31,32,33,33,35,39,40,42,42,45,46,48,50,51,53,54,55,58,59,60,60,64,68,69,69,71,72,73,76,78,80,81,82,84,85,86,89,93,94,95,96,100
seq $0,1348 ; Mersenne numbers: 2^p - 1, where p is prime.
seq $0,55642 ... | 61 | 193 | 0.677596 |
2008eb596189c1b719365acf72a37bfc3431f6f3 | 532 | asm | Assembly | programs/oeis/097/A097819.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/097/A097819.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/097/A097819.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A097819: E.g.f. exp(3x)/(1-4x).
; 1,7,65,807,12993,260103,6243201,174811815,5593984641,201383466759,8055338729409,354434904271143,17012875405546305,884669521090002183,49541493181044905217,2972489590862708661927,190239333815213397410049,12936274699434511153023495,931411778359284803405112129,707872951553056450599507832... | 35.466667 | 390 | 0.821429 |
233a523605c29418d7353b0d2f699f2d7c99ddf8 | 547 | asm | Assembly | oeis/187/A187164.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/187/A187164.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/187/A187164.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A187164: Number of 3-step self-avoiding walks on a n X n X n cube summed over all starting positions.
; Submitted by Jon Maiga
; 0,48,342,1056,2370,4464,7518,11712,17226,24240,32934,43488,56082,70896,88110,107904,130458,155952,184566,216480,251874,290928,333822,380736,431850,487344,547398,612192,681906,756720,836814,... | 42.076923 | 341 | 0.78245 |
cc61d346c38c3dc739a1c3bbadeb409362698b11 | 3,548 | asm | Assembly | 8088/mintimer/mintimer.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/mintimer/mintimer.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/mintimer/mintimer.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | %include "../defaults_bin.asm"
mov ax,cs
mov ds,ax
mov es,ax
mov cx,256
majorLoop:
mov bx,256
sub bx,cx
; add bx,bx
; mov ax,[tests+bx]
mov [experimentInit + 1],bl
mov dl,bl
push cx
mov cx,256
minorLoop:
mov bx,256
sub bx,cx
; add bx,bx
; mov ax,[tests+bx]
mov al,bl
mul byte[experim... | 14.600823 | 139 | 0.683484 |
0ca7af15d4eec9a405cfa04848ab0c5e9b245eef | 268 | asm | Assembly | pwnlib/shellcraft/templates/i386/getpc.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 8,966 | 2015-01-02T11:58:14.000Z | 2022-03-31T21:19:56.000Z | pwnlib/shellcraft/templates/i386/getpc.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,401 | 2015-01-01T00:56:22.000Z | 2022-03-31T16:19:53.000Z | pwnlib/shellcraft/templates/i386/getpc.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,844 | 2015-01-07T04:38:06.000Z | 2022-03-30T03:54:46.000Z | <% from pwnlib.shellcraft import i386 %>
<%docstring>Retrieves the value of EIP, stores it in the desired register.
Args:
return_value: Value to return
</%docstring>
<%page args="register = 'ecx'"/>
call INC_EBX
.equ INC_EBX, $-1
ret
pop ${register}
| 20.615385 | 74 | 0.679104 |
3f9d631077746f7ca30766f322db2c78f1ac79c3 | 77 | asm | Assembly | lab3_test_harness/test/state_data_in/dep14.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | 2 | 2017-03-05T17:40:26.000Z | 2017-03-15T01:41:25.000Z | lab3_test_harness/test/state_data_in/dep14.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | null | null | null | lab3_test_harness/test/state_data_in/dep14.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | null | null | null | .ORIG x1234
ADD R0, R0, R0
ADD R1, R1, R1
ADD R2, R1, R1
ADD R3, R2, R2
.END
| 11 | 14 | 0.623377 |
c20b8261d92107ff4385ae0eb575010398b07595 | 807 | asm | Assembly | oeis/142/A142189.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142189.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142189.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142189: Primes congruent to 17 mod 40.
; Submitted by Jon Maiga
; 17,97,137,257,337,457,577,617,857,937,977,1097,1217,1297,1657,1697,1777,2017,2137,2297,2377,2417,2617,2657,2777,2857,2897,3137,3217,3257,3457,3617,3697,4057,4177,4217,4297,4337,4457,4657,4817,4937,5297,5417,5657,5737,5857,5897,6217,6257,6337,6577,6737... | 36.681818 | 499 | 0.723668 |
bccca5e6dd512f024ae1881a01c654a85e819e5a | 1,542 | asm | Assembly | programs/oeis/168/A168610.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168610.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168610.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168610: a(n) = 3^n + 5.
; 6,8,14,32,86,248,734,2192,6566,19688,59054,177152,531446,1594328,4782974,14348912,43046726,129140168,387420494,1162261472,3486784406,10460353208,31381059614,94143178832,282429536486,847288609448,2541865828334,7625597484992,22876792454966,68630377364888,205891132094654,617673396283952,185302... | 192.75 | 1,475 | 0.927367 |
36402455aa5c9186dddb18a0b1eab179368e6c5e | 384 | asm | Assembly | oeis/012/A012023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/012/A012023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/012/A012023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A012023: Expansion of e.g.f. cos(sin(arctan(x))) (even powers).
; Submitted by Christian Krause
; 1,-1,13,-421,25369,-2449801,346065061,-67243537453,17192488230961,-5593309059948049,2255588021494237501,-1103994926592923677621,644587811150505183179593,-442516027690815793746696601
mov $2,-1
pow $2,$0
seq $0,81442 ; Ex... | 42.666667 | 183 | 0.757813 |
a24af0638758e2866b54a2f70189ea4d2b008026 | 2,563 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_78_1069.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_0xca.log_78_1069.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_0xca.log_78_1069.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 %rbp
push %rcx
push %rdi
lea addresses_A_ht+0x1a94c, %r10
xor %rbp, %rbp
mov $0x6162636465666768, %rcx
movq %rcx, %xmm5
vmovups %ymm5, (%r10)
nop
cmp %r11, %r11
lea addresses_A_ht+0x85fb, %r8
dec %r12
mov (%r8), %di
nop
add %r8, %r... | 20.837398 | 233 | 0.642996 |
15763dac0ea1739254b5226839872a6128c5fd0f | 18,864 | asm | Assembly | Library/Breadbox/X10DRVR/x10ser.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Breadbox/X10DRVR/x10ser.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Breadbox/X10DRVR/x10ser.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Breadbox Computer 1999 -- All Rights Reserved
PROJECT: Breadbox Home Automation
MODULE: X-10 Power Code Driver
FILE: x10Send.asm
AUTHOR: David Hunter
DESCRIPTION:
This file contains the routines to setup an... | 27.181556 | 79 | 0.613656 |
af5116120a9d0cdc08dc1abb1aad7ebd2b1e92f6 | 15,479 | asm | Assembly | onnxruntime/core/mlas/lib/amd64/SgemmKernelSse2.asm | hqucms/onnxruntime | 6e4e76414639f50836a64546603c8957227857b0 | [
"MIT"
] | 1 | 2020-11-27T17:41:25.000Z | 2020-11-27T17:41:25.000Z | onnxruntime/core/mlas/lib/amd64/SgemmKernelSse2.asm | hqucms/onnxruntime | 6e4e76414639f50836a64546603c8957227857b0 | [
"MIT"
] | 1 | 2019-12-24T00:27:00.000Z | 2019-12-24T00:27:00.000Z | onnxruntime/core/mlas/lib/amd64/SgemmKernelSse2.asm | hqucms/onnxruntime | 6e4e76414639f50836a64546603c8957227857b0 | [
"MIT"
] | null | null | null | ;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; Licensed under the MIT License.
;
; Module Name:
;
; SgemmKernelSse2.asm
;
; Abstract:
;
; This module implements the kernels for the single precision matrix/matrix
; multiply operation (SGEMM).
;
; This implementation uses SSE2 instructions.... | 34.862613 | 91 | 0.63822 |
c24a5b5746ce3f7da4dad6779a56b188fb973d2c | 1,991 | asm | Assembly | engine/phone/scripts/irwin_gossip.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | engine/phone/scripts/irwin_gossip.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | engine/phone/scripts/irwin_gossip.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | IrwinRumorScript:
checkevent EVENT_OPENED_MT_SILVER
iftrue .MtSilver
checkevent EVENT_FOUGHT_SNORLAX
iftrue .Snorlax
checkevent EVENT_GOT_PASS_FROM_COPYCAT
iftrue .TrainPass
checkflag ENGINE_MARSHBADGE
iftrue .MarshBadge
; TODO: Change this flypoint and the various other dialog conditions.
checkflag ENGINE_FLY... | 22.122222 | 69 | 0.871421 |
5d73ab690629fea41d6d4f5aecede97cdbf0e81f | 4,767 | asm | Assembly | src/control_codes.asm | kieranhj/nova-invite | 937bb6530f36bd87be2e79ce78c310be5cece9be | [
"MIT"
] | 1 | 2021-01-26T16:52:31.000Z | 2021-01-26T16:52:31.000Z | src/control_codes.asm | kieranhj/nova-invite | 937bb6530f36bd87be2e79ce78c310be5cece9be | [
"MIT"
] | null | null | null | src/control_codes.asm | kieranhj/nova-invite | 937bb6530f36bd87be2e79ce78c310be5cece9be | [
"MIT"
] | null | null | null | \ -*- mode:beebasm -*-
\ ******************************************************************
\ * ASSET TABLES
\ ******************************************************************
.screen_ctrl_table
{
EQUW hide_screen ; c000
EQUW show_screen ; c001
EQUW swap_to_prev_screen_image... | 38.443548 | 75 | 0.500734 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.