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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
05effe0ec096eed0e30f8a312b49e2ddb9e66da0 | 1,974 | asm | Assembly | Assignment6/prog2.asm | nikhilnayak98/CSE2011 | 5d5bdc32d2bbb05dc30e9d49e331eee461ecd14a | [
"MIT"
] | null | null | null | Assignment6/prog2.asm | nikhilnayak98/CSE2011 | 5d5bdc32d2bbb05dc30e9d49e331eee461ecd14a | [
"MIT"
] | null | null | null | Assignment6/prog2.asm | nikhilnayak98/CSE2011 | 5d5bdc32d2bbb05dc30e9d49e331eee461ecd14a | [
"MIT"
] | null | null | null | # Simple calculation using procedures
.data
mes : .asciiz "\n1 : Addition \n2 : Subtraction\n3 : Multiplication\n4 : Division\n5 : Power"
mes1 : .asciiz "\nEnter z : "
mes2 : .asciiz "\nOut of bound"
mes3 : .asciiz "\nEnter x : "
mes4 : .asciiz "\nEnter y : "
ans : .word 0
mes5 : .asciiz "\nResult : "
.text
.globl ma... | 10.612903 | 93 | 0.590172 |
b596a75ad450ebfae14c799b0d7f63208638580f | 1,275 | asm | Assembly | Engine Hacks/Skill System/Teq Skills/FE8-StealPlus/FE8-Rogue Robbery.asm | sme23/MekkahRestrictedHackComp1 | 1cc9d2fec557424f358b6bfa21f9f3bb6faf2978 | [
"CC0-1.0"
] | null | null | null | Engine Hacks/Skill System/Teq Skills/FE8-StealPlus/FE8-Rogue Robbery.asm | sme23/MekkahRestrictedHackComp1 | 1cc9d2fec557424f358b6bfa21f9f3bb6faf2978 | [
"CC0-1.0"
] | null | null | null | Engine Hacks/Skill System/Teq Skills/FE8-StealPlus/FE8-Rogue Robbery.asm | sme23/MekkahRestrictedHackComp1 | 1cc9d2fec557424f358b6bfa21f9f3bb6faf2978 | [
"CC0-1.0"
] | null | null | null | .thumb
@r0=unit data ptr of unit being stolen from, r1=slot number
.equ SkillTester, Con_Getter+4
.equ StealPlusID, SkillTester+4
push {r4-r7,r14}
mov r4,r0
mov r5,r1
lsl r6,r5,#1
add r6,#0x1E
ldrh r6,[r4,r6] @item id
cmp r6,#0
beq RetFalse
mov r0,r6
ldr r3,=#0x8017548 @get item type
mov r14,r3
.short 0xF8... | 18.75 | 179 | 0.716078 |
5160718b2de0d7b15c2c62bcd556cf2c6de94794 | 508 | asm | Assembly | programs/oeis/053/A053477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/053/A053477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/053/A053477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A053477: Sum of iterates of divisor number function A000005.
; 1,2,5,9,7,15,9,17,14,19,13,27,15,23,24,23,19,33,21,35,30,31,25,41,30,35,36,43,31,47,33,47,42,43,44,50,39,47,48,57,43,59,45,59,60,55,49,67,54,65,60,67,55,71,64,73,66,67,61,87,63,71,78,73,74,83,69,83,78,87,73,99,75,83,90,91,86,95,81,99,88,91,85,111,94,95,96... | 46.181818 | 307 | 0.661417 |
89a225eb55d276d4b1b25f2b42b87889de7c4f4e | 633 | asm | Assembly | programs/oeis/261/A261011.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/261/A261011.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/261/A261011.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A261011: Positive integers n such that ceiling(n^(1/3)) divides n.
; 1,2,4,6,8,9,12,15,18,21,24,27,28,32,36,40,44,48,52,56,60,64,65,70,75,80,85,90,95,100,105,110,115,120,125,126,132,138,144,150,156,162,168,174,180,186,192,198,204,210,216,217,224,231,238,245,252,259,266,273,280,287,294,301,308,315,322,329,336,343,344,... | 26.375 | 366 | 0.64613 |
d9765e79244ef8bf63f3a9c272f21d81451ec4d7 | 3,884 | asm | Assembly | savefile/maps/2276_GlitchlandMansion.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | null | null | null | savefile/maps/2276_GlitchlandMansion.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | null | null | null | savefile/maps/2276_GlitchlandMansion.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | null | null | null | SECTION "Map_2276", ROM0[$B800]
Map_2276_Header:
hdr_tileset 22
hdr_dimensions 12, 8
hdr_pointers_a Map_2276_Blocks, Map_2276_TextPointers
hdr_pointers_b Map_2276_Script, Map_2276_Objects
hdr_pointers_c Map_2276_InitScript, Map_2276_RAMScript
hdr_palette $08
... | 21.458564 | 63 | 0.605304 |
46caf75a9a1539fef2f3620561b8802ad5333145 | 1,634 | asm | Assembly | Source/stackak.asm | AAKMakes/ASM-projects | 43dcee38398c02f6c2b0ca91d7bfd72f166217ea | [
"CC0-1.0"
] | null | null | null | Source/stackak.asm | AAKMakes/ASM-projects | 43dcee38398c02f6c2b0ca91d7bfd72f166217ea | [
"CC0-1.0"
] | null | null | null | Source/stackak.asm | AAKMakes/ASM-projects | 43dcee38398c02f6c2b0ca91d7bfd72f166217ea | [
"CC0-1.0"
] | null | null | null | ;
; Comment
;
; === STACK SEGMENT ===
MyStack segment stack
DB 64 dup('12345678')
MyStack endS
; === DATA SEGMENT ===
MyData segment
; --- Declare your variables here ---
prompt1 DB "ENTER NUM>$"
MyData endS
MyCode segment
Assume CS:Mycode,DS:MyData
;Includes go here
include CONIO.inc
;End of includes
Main ... | 12.378788 | 39 | 0.589963 |
cc0ccbefd7db2c5157ac2a59a148cda2d4abb1d4 | 344 | asm | Assembly | programs/oeis/074/A074972.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/074/A074972.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/074/A074972.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A074972: a(n) == - prime(n) (modulo 20).
; 18,17,15,13,9,7,3,1,17,11,9,3,19,17,13,7,1,19,13,9,7,1,17,11,3,19,17,13,11,7,13,9,3,1,11,9,3,17,13,7,1,19,9,7,3,1,9,17,13,11,7,1,19,9,3,17,11,9,3,19,17,7,13,9,7,3,9,3,13,11,7,1,13,7,1,17,11,3,19,11,1,19,9,7,1
seq $0,40 ; The prime numbers.
mod $0,20
add $0,138150
mov $1,138... | 34.4 | 210 | 0.593023 |
62e2a30451ee24a1552ffd20691b3b93be0b3c4e | 596 | asm | Assembly | oeis/158/A158738.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158738.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158738.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158738: a(n) = 72*n^2 - 1.
; Submitted by Christian Krause
; 71,287,647,1151,1799,2591,3527,4607,5831,7199,8711,10367,12167,14111,16199,18431,20807,23327,25991,28799,31751,34847,38087,41471,44999,48671,52487,56447,60551,64799,69191,73727,78407,83231,88199,93311,98567,103967,109511,115199,121031,127007,133127,139391,... | 66.222222 | 495 | 0.800336 |
c14c98a1b257a962b06ef1e00840a20deccd35bd | 194 | asm | Assembly | v2.0/source/msdos/stdio.asm | neozeed/MS-DOS | 1cb8b96cd347b7eb150922eeb4924ec92911dc31 | [
"MIT"
] | 7 | 2018-09-29T16:03:48.000Z | 2021-04-06T20:08:57.000Z | v2.0/source/msdos/stdio.asm | neozeed/MS-DOS | 1cb8b96cd347b7eb150922eeb4924ec92911dc31 | [
"MIT"
] | null | null | null | v2.0/source/msdos/stdio.asm | neozeed/MS-DOS | 1cb8b96cd347b7eb150922eeb4924ec92911dc31 | [
"MIT"
] | null | null | null | ;
; Standard device IO for MSDOS (first 12 function calls)
;
.xlist
.xcref
INCLUDE STDSW.ASM
INCLUDE DOSSEG.ASM
.cref
.list
TITLE STDIO - device IO for MSDOS
NAME STDIO
INCLUDE IO.ASM
| 11.411765 | 56 | 0.721649 |
a28cc60f6a4c3c11748754551a05ce18a549c17b | 754 | asm | Assembly | oeis/050/A050455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/050/A050455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/050/A050455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A050455: a(n) = Sum_{d|n, d=3 mod 4} d^4.
; Submitted by Jamie Morken(s4)
; 0,0,81,0,0,81,2401,0,81,0,14641,81,0,2401,50706,0,0,81,130321,0,2482,14641,279841,81,0,0,531522,2401,0,50706,923521,0,14722,0,1503026,81,0,130321,2313522,0,0,2482,3418801,14641,50706,279841,4879681,81,2401,0,6765282,0,0,531522,9165266,2401,13... | 32.782609 | 493 | 0.697613 |
4b6bd63b88f4e9cab1b5485a6054480c02450222 | 613 | asm | Assembly | My OS/boot/gdt.asm | faeriemattins/Hydro-Traffic-Monitoring-System | 951e2bb72e4425d3a52c9e62282318756ec440e9 | [
"MIT"
] | null | null | null | My OS/boot/gdt.asm | faeriemattins/Hydro-Traffic-Monitoring-System | 951e2bb72e4425d3a52c9e62282318756ec440e9 | [
"MIT"
] | null | null | null | My OS/boot/gdt.asm | faeriemattins/Hydro-Traffic-Monitoring-System | 951e2bb72e4425d3a52c9e62282318756ec440e9 | [
"MIT"
] | 1 | 2021-05-10T06:08:45.000Z | 2021-05-10T06:08:45.000Z | gdt_start:
dd 0x0 ; 4 byte
dd 0x0 ; 4 byte
gdt_code:
dw 0xffff ; segment length, bits 0-15
dw 0x0 ; segment base, bits 0-15
db 0x0 ; segment base, bits 16-23
db 10011010b ; flags (8 bits)
db 11001111b ; flags (4 bits) + segment length, bits 16-19
db 0x0 ; segment... | 18.029412 | 62 | 0.626427 |
c368370e2592c5a81145bc8b58844b26c9e20ab8 | 3,644 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-8650U_0xd2_notsx.log_40_1455.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-8650U_0xd2_notsx.log_40_1455.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-8650U_0xd2_notsx.log_40_1455.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xc86f, %r11
nop
nop
nop
nop
nop
add $8024, %r14
mov $0x6162636465666768, %r12
movq %r12, (%r11)
nop
nop
nop
sub $385, %r14
lea addresses_normal_ht+0x306f, %r13
nop
dec %rdi
vm... | 19.697297 | 152 | 0.647091 |
12a3a4a9b560398bbad4091bed5409d787c44529 | 908 | asm | Assembly | oeis/267/A267588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/267/A267588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/267/A267588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A267588: Binary representation of the middle column of the "Rule 169" elementary cellular automaton starting with a single ON (black) cell.
; Submitted by Christian Krause
; 1,10,101,1010,10100,101001,1010011,10100111,101001111,1010011111,10100111111,101001111111,1010011111111,10100111111111,101001111111111,101001111... | 33.62963 | 496 | 0.78304 |
4ddca8c1ad7ef452f7ec182872a6e55b726e9cce | 951 | asm | Assembly | arr.asm | maritzae/8086 | e7787ee17dec6f418d1bda46cdac665a0b418ff1 | [
"Apache-2.0"
] | null | null | null | arr.asm | maritzae/8086 | e7787ee17dec6f418d1bda46cdac665a0b418ff1 | [
"Apache-2.0"
] | null | null | null | arr.asm | maritzae/8086 | e7787ee17dec6f418d1bda46cdac665a0b418ff1 | [
"Apache-2.0"
] | null | null | null | code segment
assume cs : code
assume ds : code
init :
mov si , offset str1
mov di , offset str2
compare :
mov al , cs :[ si ]
mov bl , cs :[ di ]
cmp al,bl
jg greater ;if al>bl then jump to the code labeled greater
je equal ;if al=bl then jump to the code labeled equal ... | 23.775 | 78 | 0.542587 |
4a0c52d0b2b07214d212a1f147f1cbaeb93e5b4c | 21,625 | asm | Assembly | game/data/menu_config/tileset.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 91 | 2017-08-06T18:30:13.000Z | 2022-02-17T00:26:45.000Z | game/data/menu_config/tileset.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 2 | 2018-10-12T04:34:13.000Z | 2021-12-25T17:01:18.000Z | game/data/menu_config/tileset.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 9 | 2016-10-08T21:24:37.000Z | 2022-02-05T00:13:31.000Z | MENU_CONFIG_TILESET_BANK_NUMBER = CURRENT_BANK_NUMBER
#include "game/data/menu_config/spriteset.asm"
tileset_menu_config:
; Tileset's size in tiles (zero means 256)
.byt (tileset_menu_config_end-tileset_menu_config_tiles)/16
tileset_menu_config_tiles:
.byt %00000000, %00000000, %00000000, %00000000, %00000000, %000... | 88.627049 | 91 | 0.72985 |
ef3b3dd2b893fd5489f6e13cc55c3e650ed23064 | 306 | asm | Assembly | WEEK-2/3.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-2/3.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-2/3.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | // Two numbers are stored in memory locations 9000H and 9001H Write an 8085 assembly language program to add them and store the result (including carry) in memory locations 9002H and 9003H
LDA 9000
MOV B,A
LDA 9001
ADD B
MOV L,A
MVI A,00
ADC A
MOV H,A
SHLD 9002
HLT
| 25.5 | 188 | 0.676471 |
67907616a2e063bafa57918a78b9a6fbc7b837f1 | 453 | asm | Assembly | oeis/093/A093415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/093/A093415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/093/A093415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A093415: Triangle read by rows: a(n, k) is the denominator of (n + (n-1) + ... + (n-k+1))/(1 + 2 + ... + k), 0 < k <= n.
; Submitted by Jamie Morken(w1)
; 1,1,1,1,3,1,1,3,2,1,1,1,1,5,1,1,3,2,5,3,1,1,3,1,5,3,7,1,1,1,2,5,1,7,4,1,1,3,1,1,3,7,2,9,1,1,3,2,5,3,7,4,9,5,1,1,1,1,5,1,7,1,3,5,11,1,1,3,2,5,3,7,4,9,5,11,6,1,1,3,1... | 56.625 | 205 | 0.558499 |
75446393d8ef383beb2c420c4b08f292910add4d | 655 | asm | Assembly | programs/oeis/239/A239090.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/239/A239090.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/239/A239090.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A239090: The sequence S = a(1), a(2), ... is defined by a(1)=1, if d,e,f are consecutive digits then we do not have d >= e < f, and S is always extended with the smallest integer not yet present in S.
; 1,2,3,4,5,6,7,8,9,11,111,1111,11111,111111,1111111,11111111,111111111,1111111111,11111111111,111111111111,111111111... | 24.259259 | 206 | 0.651908 |
97b6440abc66b93b45d55bc2c1bec2851d516bbf | 460 | asm | Assembly | programs/oeis/193/A193656.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/193/A193656.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/193/A193656.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A193656: Q-residue of the triangle p(n,k)=(2^(n - k))*5^k, 0<=k<=n, where Q is the triangular array (t(i,j)) given by t(i,j)=1. (See Comments.)
; 1,7,43,247,1363,7327,38683,201607,1040803,5335087,27199723,138095767,698867443,3527891647,17773675963,89405250727,449173737283,2254458621007,11306652843403,56670703170487,... | 27.058824 | 188 | 0.695652 |
1e978573fe208162552984847438146a628b7983 | 629 | asm | Assembly | programs/oeis/082/A082115.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/082/A082115.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/082/A082115.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A082115: Fibonacci sequence (mod 3).
; 0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0,1,1,2... | 44.928571 | 501 | 0.511924 |
150a5ebb90019abe03224a3269eb07c92743f6e9 | 80,278 | asm | Assembly | Driver/IFS/DOS/Common/dosFormat.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/IFS/DOS/Common/dosFormat.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/IFS/DOS/Common/dosFormat.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: DOS Common IFS Code
MODULE: Disk Formatting
FILE: dosFormat.asm
AUTHOR: Adam de Boor, Oct 31, 1991
ROUTINES:
Name Description
---- -----------
REVISIO... | 24.587443 | 81 | 0.608012 |
de8ab62c6c1f3df96b1df325650f4c70beb7be51 | 356 | asm | Assembly | bcdDivide.asm | skhasibulalam/asm-intro-8086 | d5252600e0f7487e59230e082833230794c803eb | [
"MIT"
] | null | null | null | bcdDivide.asm | skhasibulalam/asm-intro-8086 | d5252600e0f7487e59230e082833230794c803eb | [
"MIT"
] | null | null | null | bcdDivide.asm | skhasibulalam/asm-intro-8086 | d5252600e0f7487e59230e082833230794c803eb | [
"MIT"
] | null | null | null | CODE SEGMENT
ASSUME CS:CODE,DS:CODE
ORG 100H
MAIN: MOV AX,CS
MOV DS,AX
MOV AH,0
MOV AL,A
MOV BL,B
DIV BL
MOV C,AL
MOV AL,A+1
AAD
DIV BL
MOV C+1,AL
MOV D,AH
INT 3
ORG 500H
C DB ?,?; Quotient
D DB ?; Remainder
A DB 9,9; user input Dividend
B DB 2; us... | 14.833333 | 29 | 0.567416 |
47e4b2c6d3f213a09f2cdd0b6a5b203bd22aff99 | 363 | asm | Assembly | SOURCE ASM FILES/FPSHack_07_STControl_CheckTrigger_LowHz.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 14 | 2017-08-16T17:20:21.000Z | 2021-12-07T03:45:12.000Z | SOURCE ASM FILES/FPSHack_07_STControl_CheckTrigger_LowHz.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 1 | 2018-05-26T12:32:23.000Z | 2018-08-10T06:48:38.000Z | SOURCE ASM FILES/FPSHack_07_STControl_CheckTrigger_LowHz.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 6 | 2017-12-25T01:48:35.000Z | 2021-12-07T21:07:30.000Z | #To be inserted at 80058340
###########################################
##FPSHack_07_STControl_CheckTrigger_LowHz##
###########################################
lis r17, 0x817F
lwz r17, 0x0000 (r17) #Load LowHzFuncsRunThisFrame into r0
cmpwi r17, 1 #Check if LowHzFuncsRunThisFrame == true
#####
beq- 0x0008
##False
bl... | 21.352941 | 58 | 0.556474 |
732bfde7a9bac39e69ad5cea925d1f1d8b3dbf7e | 297 | asm | Assembly | programs/oeis/040/A040195.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040195.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040195.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A040195: Continued fraction for sqrt(210).
; 14,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28,2,28
mov $1,7
lpb $0
mod $0,2
mul $1,2
lpe
gcd $1,$0
mul $1,2
| 27 | 189 | 0.602694 |
fee8e8128fe629aea563f9be3dec2f9b008d116e | 141 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sf2/bank4.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sf2/bank4.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sf2/bank4.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: bank4.asm
Type: file
Size: 676
Last-Modified: '1993-01-07T04:42:26Z'
SHA-1: 92E75438C51EB1A0A9BED348CEEA311944930165
Description: null
| 20.142857 | 47 | 0.808511 |
ce57499a9303b0982a4137053286c150df1fe26a | 24,783 | asm | Assembly | src/patrick.asm | tobiasvl/pocket-patrick | 16f3a45fa41cedce77cfc149cb3b61b5e9285c42 | [
"MIT"
] | 2 | 2018-08-27T04:59:58.000Z | 2018-08-27T06:44:47.000Z | src/patrick.asm | tobiasvl/pocket-patrick | 16f3a45fa41cedce77cfc149cb3b61b5e9285c42 | [
"MIT"
] | null | null | null | src/patrick.asm | tobiasvl/pocket-patrick | 16f3a45fa41cedce77cfc149cb3b61b5e9285c42 | [
"MIT"
] | null | null | null | ; vi:syntax=rgbds
INCLUDE "hardware.inc" ; standard hardware definitions from devrs.com
; IRQs
; copy x-bytes to [de]
SECTION "Copy Data",ROM0[$28]
COPY_DATA:
; pop return address off stack into hl
pop hl
; here we get the number of bytes to copy
; hl contains the address of the bytes following the "rst $28" ... | 16.071984 | 89 | 0.524997 |
c2f7595bf2d651e34f7a73158ca394b9b9b9ae63 | 657 | asm | Assembly | oeis/074/A074548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/074/A074548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/074/A074548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A074548: a(n) = 3^n + 4^n + 6^n.
; Submitted by Jamie Morken(s1.)
; 3,13,61,307,1633,9043,51481,298507,1751713,10359523,61573801,367168507,2194090993,13129397203,78637382521,471273075307,2825447921473,16943968454083,101629063565641,609635780178907,3657261438475153,21941359147242163,131639327409371161,7898006859409593... | 54.75 | 491 | 0.824962 |
9a964d8e401ebb5adffd723acd38bc135efa0314 | 152 | asm | Assembly | engine/engine/interrupt/implementation/handler/colorburst/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | engine/engine/interrupt/implementation/handler/colorburst/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | 2 | 2021-04-17T09:31:24.000Z | 2021-04-17T09:31:53.000Z | engine/engine/interrupt/implementation/handler/colorburst/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | .include "engine/interrupt/implementation/handler/colorburst/wait-for-start.asm"
.include "engine/interrupt/implementation/handler/colorburst/emit.asm"
| 50.666667 | 80 | 0.842105 |
907965540da4eb4979d0c98d35dede48615d1440 | 90 | asm | Assembly | public/wintab/wintabx/ctxenum.asm | SmileyAG/cstrike15_src | 5315265785320e0f53ebd27c3486e6c7b826a227 | [
"Unlicense"
] | 2 | 2022-02-25T12:18:31.000Z | 2022-03-16T23:59:59.000Z | public/wintab/wintabx/ctxenum.asm | SmileyAG/cstrike15_src | 5315265785320e0f53ebd27c3486e6c7b826a227 | [
"Unlicense"
] | null | null | null | public/wintab/wintabx/ctxenum.asm | SmileyAG/cstrike15_src | 5315265785320e0f53ebd27c3486e6c7b826a227 | [
"Unlicense"
] | 7 | 2021-08-22T11:29:02.000Z | 2022-03-29T11:59:15.000Z | include xlibproc.inc
include Wintab.inc
PROC_TEMPLATE WTMgrContextEnum, 5, Wintab, -, 120
| 22.5 | 49 | 0.811111 |
f1b2dcfb777fbaf9599b4becc7c53b47192582df | 1,526 | asm | Assembly | EEL7030/Rep CAEE/Mic 8085/Mult.asm | GSimas/MicroC | ac9ef54bbeed027db532885407cc3e783fcb28eb | [
"MIT"
] | null | null | null | EEL7030/Rep CAEE/Mic 8085/Mult.asm | GSimas/MicroC | ac9ef54bbeed027db532885407cc3e783fcb28eb | [
"MIT"
] | null | null | null | EEL7030/Rep CAEE/Mic 8085/Mult.asm | GSimas/MicroC | ac9ef54bbeed027db532885407cc3e783fcb28eb | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Mult.asm - Multiplicacao de numeros de dois digitos
;Prof. Roberto M. Ziller - 04.01.2000
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
LETECLA EQU 02E7H ;
MOSTRAD EQU 0363H ; sinonimos para sub-rotinas em ROM
ORG 2000... | 41.243243 | 61 | 0.5 |
1b59a6cd43ab799c224d992c1d5993643c9677be | 40,538 | asm | Assembly | heinemannlib.asm | idoheinemann/Assembly-Data-Package | d5646ed2b7c2d060cf30f4e972d9039347020e62 | [
"Apache-2.0"
] | 2 | 2019-12-05T02:29:38.000Z | 2020-05-18T19:33:48.000Z | heinemannlib.asm | idoheinemann/Assembly-Data-Package | d5646ed2b7c2d060cf30f4e972d9039347020e62 | [
"Apache-2.0"
] | null | null | null | heinemannlib.asm | idoheinemann/Assembly-Data-Package | d5646ed2b7c2d060cf30f4e972d9039347020e62 | [
"Apache-2.0"
] | null | null | null | include \masm32\include\masm32rt.inc
.data
Node STRUCT
value DWORD ? ; value of the node
next DWORD ? ; pointer to the next node
Node ENDS
Queue STRUCT
head DWORD ? ; first out (Node*)
tail DWORD ? ; last in (Node*)
count DWORD ? ; guess (unsigned int)
Queue ENDS
Stack STRUCT
pointer DWORD ? ; Node*
count D... | 19.89107 | 154 | 0.704203 |
dca50947681d292b988e1f1fd6160fae4de9fe00 | 4,045 | asm | Assembly | engine/learn_move.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | engine/learn_move.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | engine/learn_move.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | LearnMove:
call SaveScreenTilesToBuffer1
ld a, [wWhichPokemon]
ld hl, wPartyMonNicks
call GetPartyMonName
ld hl, wcd6d
ld de, wLearnMoveMonName
ld bc, NAME_LENGTH
call CopyData
DontAbandonLearning:
ld hl, wPartyMon1Moves
ld bc, wPartyMon2Moves - wPartyMon1Moves
ld a, [wWhichPokemon]
call AddNTimes
ld d, h... | 16.24498 | 103 | 0.720148 |
a78954a027ff66f70f6125d4d8f5a1f70cb65b76 | 1,038 | asm | Assembly | samples/echovers.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | samples/echovers.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | samples/echovers.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | ; echovers.asm
; Sample RSX for CP/M Plus.
; Adapted from The CP/M Plus programmers guide.
; Changed the 8080 sintaxis to Z80.
; Assemble it with:
; pasmo --prl echovers.asm ECHOVERS.RSX
; Assemble the callvers program with:
; pasmo callvers.asm CALLVERS.COM
; To attach the RSX to the program excute in CP/M... | 18.535714 | 67 | 0.648362 |
c4aecd370c035e7de9edb75704af500be8d6edc7 | 530 | asm | Assembly | oeis/049/A049803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049803: a(n) = n mod 3 + n mod 9 + ... + n mod 3^k, where 3^k <= n < 3^(k+1).
; Submitted by Jamie Morken(w1)
; 0,0,0,1,2,0,1,2,0,2,4,3,5,7,6,8,10,0,2,4,3,5,7,6,8,10,0,3,6,6,9,12,12,15,18,9,12,15,15,18,21,21,24,27,18,21,24,24,27,30,30,33,36,0,3,6,6,9,12,12,15,18,9,12,15,15,18,21,21,24,27,18,21,24,24,27,30,30,33,36,0... | 26.5 | 261 | 0.550943 |
29bdd0f4408c80f7ac54dc8cb71ca5a0759b0ff3 | 31,685 | asm | Assembly | lib/am335x_sdk/ti/csl/arch/a15/V0/csl_a15Asm.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | 2 | 2021-12-27T10:19:01.000Z | 2022-03-15T07:09:06.000Z | lib/am335x_sdk/ti/csl/arch/a15/V0/csl_a15Asm.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | lib/am335x_sdk/ti/csl/arch/a15/V0/csl_a15Asm.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | @
@ Copyright (c) 2015-2017, Texas Instruments Incorporated
@ All rights reserved.
@
@ Redistribution and use in source and binary forms, with or without
@ modification, are permitted provided that the following conditions
@ are met:
@
@ * Redistributions of source code must retain the above copyright
@ noti... | 32.564234 | 87 | 0.529146 |
b2f40804b2b749ad2b51aa8f667967d4b47b7a4b | 1,413 | asm | Assembly | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/stackf.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 10 | 2016-10-27T20:46:02.000Z | 2021-11-01T15:49:13.000Z | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/stackf.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | null | null | null | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/stackf.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 2 | 2015-03-11T14:28:08.000Z | 2017-11-02T10:57:57.000Z | ; -------------------------------------------------------------
; Functions to manage FP-Stack of the ZX Spectrum ROM CALC
; -------------------------------------------------------------
__FPSTACK_PUSH EQU 2AB6h ; Stores an FP number into the ROM FP stack (A, ED CB)
__FPSTACK_POP EQU 2BF1h ; Pops an FP number out of... | 30.717391 | 98 | 0.597311 |
17345b962f69e2ab71312cc9758a5b07f7d5c37b | 777 | asm | Assembly | oeis/247/A247496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/247/A247496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/247/A247496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A247496: a(n) = n!*[x^n](exp(n*x)*BesselI_{1}(2*x)/x), n>=0, main diagonal of A247495.
; Submitted by Jon Maiga
; 1,1,5,36,354,4425,67181,1200745,24699662,574795035,14930563042,428235433978,13442267711940,458373150076335,16872717817840509,666835739823870900,28163028244810505622,1265837029802096365275,6033009887893373... | 32.375 | 470 | 0.778636 |
2403cf1bbec306827d9654440ae0e7e071e4d6d5 | 1,419 | asm | Assembly | programs/oeis/241/A241849.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/241/A241849.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/241/A241849.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A241849: a(n) = n^2 + 19.
; 19,20,23,28,35,44,55,68,83,100,119,140,163,188,215,244,275,308,343,380,419,460,503,548,595,644,695,748,803,860,919,980,1043,1108,1175,1244,1315,1388,1463,1540,1619,1700,1783,1868,1955,2044,2135,2228,2323,2420,2519,2620,2723,2828,2935,3044,3155,3268,3383,3500,3619,3740,3863,3988,4115,4244,4... | 202.714286 | 1,360 | 0.801973 |
f50fab62eedaf0f359ec8489a9215f5c60aabdc1 | 486 | asm | Assembly | k.asm | Ericles-Porty/Assembly-Lessons | 522d17dc1e929603c310b9c9d4d2e5fd5ba32a94 | [
"MIT"
] | 2 | 2022-03-19T01:53:43.000Z | 2022-03-19T01:54:13.000Z | k.asm | Ericles-Porty/Assembly-Lessons | 522d17dc1e929603c310b9c9d4d2e5fd5ba32a94 | [
"MIT"
] | null | null | null | k.asm | Ericles-Porty/Assembly-Lessons | 522d17dc1e929603c310b9c9d4d2e5fd5ba32a94 | [
"MIT"
] | null | null | null | .data
a: .word 15 5 4 6 12 15 26
.text
main:
lw $s0, a($zero)
li $t2, 6 #tamanho da lista
li $t3, 5 #numero a ser procurado
jal pertence
j exit
pertence:
li $t1, 0# posicao do vetor 4 em 4
for:
li $t0, 0 #indice da repeticao
bge $t0, $t2, saifor
addi $t0, $t0, 1
addi $t1, $t1,... | 13.885714 | 37 | 0.528807 |
04a9427c890b4958ef6454462329d9e6ffd59ed0 | 245 | asm | Assembly | data/mapHeaders/CeladonGym.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/CeladonGym.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/CeladonGym.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CeladonGym_h:
db GYM ; tileset
db CELADON_GYM_HEIGHT, CELADON_GYM_WIDTH ; dimensions (y, x)
dw CeladonGym_Blocks ; blocks
dw CeladonGym_TextPointers ; texts
dw CeladonGym_Script ; scripts
db 0 ; connections
dw CeladonGym_Object ; objects
| 27.222222 | 61 | 0.791837 |
9e604dd3a07f3d85bc568eec7c4e0dfb2ac268a4 | 309 | asm | Assembly | programs/oeis/021/A021035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021035: Decimal expansion of 1/31.
; 0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4
add $0,4
mov $1,10
pow $1,$0
mul $1,5
div $1,1240
mod $1,10
mov $0,$1
| 28.090909 | 199 | 0.540453 |
0288dd627b6a116bf84feb475710598565d8b904 | 6,831 | asm | Assembly | MIPS/array.asm | nhutnamhcmus/code | 22b528084ed234fcabca89cf1ba02a2c347007bc | [
"MIT"
] | 1 | 2020-10-12T18:33:22.000Z | 2020-10-12T18:33:22.000Z | MIPS/array.asm | nhutnamhcmus/code | 22b528084ed234fcabca89cf1ba02a2c347007bc | [
"MIT"
] | null | null | null | MIPS/array.asm | nhutnamhcmus/code | 22b528084ed234fcabca89cf1ba02a2c347007bc | [
"MIT"
] | null | null | null | .data
tb1: .asciiz "Nhap n: "
tb2: .asciiz "a["
tb3: .asciiz "]: "
tb4: .asciiz "\nMang vua nhap la: "
tb5: .asciiz "\nTong mang: "
tb6: .asciiz "\nMax: "
tb7: .asciiz "\nCac so nguyen to: "
tb8: .asciiz "\nMang da sap xep la: "
n: .word 0
arr: .space 1024 # 256 phan tu
.text
#truyen tham so
la $a0,n
la ... | 15.454751 | 46 | 0.545015 |
0367c68882e3bd0a9c1b7997f4bd69ab2e573f0b | 5,770 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_1876.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_1876.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_1876.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x11583, %rsi
lea addresses_A_ht+0x1b583, %rdi
clflush (%rsi)
sub $15762, %r12
mov $37, %rcx
rep movsw
nop
cmp $46543, %r14
lea addresses_UC_ht+0xa921, %rsi
lea addresses_A_ht+0x1b65b, %... | 42.426471 | 2,999 | 0.661179 |
30ba1d099c9ab495aa8feb88e552fea412db5102 | 1,363 | asm | Assembly | electronics/proteus/PIC Microcontroller/PIC ADC (mikroC folder)/MyProject.asm | m-ahmadi/exref | 1f76ea029995d2f60f19443b29c04c7628125ce3 | [
"MIT"
] | 9 | 2019-08-28T16:06:21.000Z | 2022-01-31T10:36:08.000Z | electronics/proteus/PIC Microcontroller/PIC ADC (mikroC folder)/MyProject.asm | m-ahmadi/exref | 1f76ea029995d2f60f19443b29c04c7628125ce3 | [
"MIT"
] | 1 | 2022-02-23T05:50:57.000Z | 2022-02-25T16:56:02.000Z | electronics/proteus/PIC Microcontroller/PIC ADC (mikroC folder)/MyProject.asm | m-ahmadi/exref | 1f76ea029995d2f60f19443b29c04c7628125ce3 | [
"MIT"
] | 5 | 2019-08-28T16:06:23.000Z | 2022-02-19T20:24:41.000Z |
_main:
;MyProject.c,2 :: void main() {
;MyProject.c,3 :: CMCON = 0x07; // Disable Comparators
MOVLW 7
MOVWF CMCON+0
;MyProject.c,4 :: ADCON1 = 0x80; // ADC module configuration
MOVLW 128
MOVWF ADCON1+0
;MyProject.c,6 :: TRISA = 0xFF; // PORTA a... | 27.26 | 88 | 0.515774 |
5734c877affd532f563963b4006f029fe72af746 | 772 | asm | Assembly | constants/thread2.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 53 | 2017-08-25T01:27:33.000Z | 2021-08-30T19:55:57.000Z | constants/thread2.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 6 | 2017-08-24T19:40:33.000Z | 2018-05-14T19:37:34.000Z | constants/thread2.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 10 | 2017-08-24T18:37:35.000Z | 2019-10-02T04:35:39.000Z |
enum_start
enum_elem THREAD2_DISABLED
enum_elem THREAD2_LOADINGWALK
enum_elem THREAD2_LOADINGWALKUP
enum_elem THREAD2_LOADINGWALKDOWN
enum_elem THREAD2_LOADINGWALKLEFT
enum_elem THREAD2_LOADINGWALKRIGHT
enum_elem THREAD2_AFTERLOADINGWALKUP
enum_elem THREAD2_AFTERLOADINGWALKDOWN
enum_elem T... | 25.733333 | 43 | 0.861399 |
28364fffc50cec1bd2b53ef3ade32b5d869b2c6a | 434 | asm | Assembly | programs/oeis/067/A067461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/067/A067461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/067/A067461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A067461: mu(prime(n)+1)+1.
; 0,1,2,1,1,2,1,1,1,0,1,2,0,1,1,1,1,2,1,1,2,1,1,1,1,0,1,1,0,0,1,1,0,1,1,1,2,1,1,0,1,0,1,2,1,1,1,1,1,0,1,1,1,1,0,1,1,1,2,0,1,1,1,1,2,0,1,1,1,1,0,1,1,0,1,1,2,2,0,0,1,2,1,0,1,1,1,2,2,1,1,1,1,1,1,1,2,1,1,2
seq $0,6005 ; The odd prime numbers together with 1.
seq $0,8683 ; Möbius (or Moebius) f... | 62 | 201 | 0.576037 |
72ac364dd73e2c99b239e5ae2b9648dedf25fd8b | 406 | asm | Assembly | oeis/212/A212762.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/212/A212762.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/212/A212762.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A212762: Number of (w,x,y,z) with all terms in {0,...,n}, w and x odd, y even.
; Submitted by Christian Krause
; 0,2,6,32,60,162,252,512,720,1250,1650,2592,3276,4802,5880,8192,9792,13122,15390,20000,23100,29282,33396,41472,46800,57122,63882,76832,85260,101250,111600,131072,143616,167042,182070,209952,227772
mov $1,$... | 27.066667 | 197 | 0.697044 |
b3ede1283c41be64673009f422518e5bc68f79a8 | 809 | asm | Assembly | data/pokemon/base_stats/phione.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/phione.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/phione.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 80, 80, 80, 80, 80, 80
; hp atk def spd sat sdf
db WATER, WATER ; type
db 30 ; catch rate
db 216 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_UNKNOWN ; gender ratio
db 40 ; step cycles to hatch
INCBIN "gfx/pokemon/phione/front.dimensions"
db GROWTH_SLOW ; g... | 40.45 | 396 | 0.736712 |
8692b5f965c33cf7522c18804c0d994281a1c909 | 890,339 | asm | Assembly | out/kernel.asm | harveydong/learning-xv6 | 6bfe152a45e87dcca0ee1932625d3fe6dd34a203 | [
"MIT-0"
] | null | null | null | out/kernel.asm | harveydong/learning-xv6 | 6bfe152a45e87dcca0ee1932625d3fe6dd34a203 | [
"MIT-0"
] | null | null | null | out/kernel.asm | harveydong/learning-xv6 | 6bfe152a45e87dcca0ee1932625d3fe6dd34a203 | [
"MIT-0"
] | null | null | null |
out/kernel.elf: file format elf64-x86-64
Disassembly of section .text:
ffffffff80100000 <begin>:
ffffffff80100000: 02 b0 ad 1b 00 00 add 0x1bad(%rax),%dh
ffffffff80100006: 01 00 add %eax,(%rax)
ffffffff80100008: fe 4f 51 decb 0x51(%rdi)
ffffffff8010000b: e4 00 ... | 44.846572 | 121 | 0.607725 |
ae4a758b6f18948682b6147320e1b9e921e86140 | 6,632 | asm | Assembly | libcpuid/masm-x64.asm | beltoforion/math-parser-benchmark-project | dcdb8cf290d580c564c9e57d21c6c4454e702363 | [
"Apache-2.0",
"Zlib",
"MIT"
] | 1 | 2021-03-07T13:17:37.000Z | 2021-03-07T13:17:37.000Z | libcpuid/masm-x64.asm | beltoforion/math-parser-benchmark-project | dcdb8cf290d580c564c9e57d21c6c4454e702363 | [
"Apache-2.0",
"Zlib",
"MIT"
] | null | null | null | libcpuid/masm-x64.asm | beltoforion/math-parser-benchmark-project | dcdb8cf290d580c564c9e57d21c6c4454e702363 | [
"Apache-2.0",
"Zlib",
"MIT"
] | null | null | null |
.code
; procedure exec_cpuid
; Signature: void exec_cpiud(uint32_t *regs)
exec_cpuid Proc
push rbx
push rcx
push rdx
push rdi
mov rdi, rcx
mov eax, [rdi]
mov ebx, [rdi+4]
mov ecx, [rdi+8]
mov edx, [rdi+12]
cpuid
mov [rdi], eax
mov [rdi+4], ebx
mov [... | 18.422222 | 62 | 0.61927 |
7cf1e321a581c8fe5c08198f491ce6b174135665 | 6,163 | asm | Assembly | parser.asm | kieranhj/stniccc-archie | d13365997b27a932e2b61c9de90e71edd7466d0b | [
"MIT"
] | 3 | 2020-01-10T13:45:26.000Z | 2021-04-07T18:34:29.000Z | parser.asm | kieranhj/stniccc-archie | d13365997b27a932e2b61c9de90e71edd7466d0b | [
"MIT"
] | null | null | null | parser.asm | kieranhj/stniccc-archie | d13365997b27a932e2b61c9de90e71edd7466d0b | [
"MIT"
] | 1 | 2020-07-12T15:05:08.000Z | 2020-07-12T15:05:08.000Z | ; ============================================================================
; STNICCC Parser
; ============================================================================
; R0 = clear screen flag
show_parser:
str lr, [sp, #-4]!
.if _NO_WINDOW_CLS
.else
cmp r0, #0
beq .1
; Wipe current (visible) screen ... | 18.789634 | 78 | 0.637027 |
503b19603c5f112273dc94fbef908900621dcfad | 442,444 | asm | Assembly | Debug/hibernate.asm | polamagdygeo/uWave | 88b5438735be6fc653deda1939ac978fd2aac740 | [
"MIT"
] | null | null | null | Debug/hibernate.asm | polamagdygeo/uWave | 88b5438735be6fc653deda1939ac978fd2aac740 | [
"MIT"
] | null | null | null | Debug/hibernate.asm | polamagdygeo/uWave | 88b5438735be6fc653deda1939ac978fd2aac740 | [
"MIT"
] | null | null | null | ;******************************************************************************
;* TI ARM C/C++ Codegen Unix v18.1.1.LTS *
;* Date/Time created: Fri Jul 3 20:08:24 2020 *
;******************************************************************************
... | 52.490687 | 278 | 0.46214 |
40eb69ae962fda0bc331c35f3b17499203207023 | 315 | asm | Assembly | programs/oeis/115/A115342.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/115/A115342.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/115/A115342.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A115342: 1 + (n-6)*2^(n-1).
; 1,65,257,769,2049,5121,12289,28673,65537,147457,327681,720897,1572865,3407873,7340033,15728641,33554433,71303169,150994945,318767105,671088641,1409286145,2952790017,6174015489,12884901889,26843545601,55834574849,115964116993
mov $1,2
pow $1,$0
mul $1,$0
div $1,2
mul $1,64
add $1,1
| 31.5 | 226 | 0.765079 |
b45cb4014782b33734f77ace3c2ba54314d09511 | 20,550 | asm | Assembly | Landlords/scene.asm | ThssSE/Landlords | e851758789e72b00b907b25d96cae4ee5c11469a | [
"MIT"
] | 2 | 2020-10-06T11:22:56.000Z | 2021-05-29T12:17:25.000Z | Landlords/scene.asm | JL-Cheng/Landlords | 819b84b053febb84b009fdba1226655cb558db02 | [
"MIT"
] | null | null | null | Landlords/scene.asm | JL-Cheng/Landlords | 819b84b053febb84b009fdba1226655cb558db02 | [
"MIT"
] | 1 | 2018-11-11T16:12:23.000Z | 2018-11-11T16:12:23.000Z | ; #########################################################################
; 文件:
; scene.asm
;
; 功能:
; 实现玩家界面的绘制与操作相应
;
; #########################################################################
TITLE SCENE (scene.asm)
.386
.model flat, stdcall
option casemap:none
INCLUDE client.inc
.code
;=====================... | 21.654373 | 123 | 0.629148 |
d478dff6772e30adce8e6ec1930be8062b16f1bc | 50 | asm | Assembly | audio/sfx/peck.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/sfx/peck.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/sfx/peck.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SFX_Peck_Ch8:
noise_note 2, 10, 1, 18
sound_ret
| 12.5 | 24 | 0.74 |
048cab7d22464cf5512de8dbe6c3db376974e2a2 | 569 | asm | Assembly | indec-outdec/convert minute to second and hour.asm | nasim-aust/AUST_CSE_2214_ASSEMBLY_LAB | c264a198aa6ba330105a1a78c8655461e8188ed8 | [
"MIT"
] | 2 | 2017-02-05T00:30:55.000Z | 2020-06-07T11:05:09.000Z | indec-outdec/convert minute to second and hour.asm | nasim-aust/AUST_CSE_2214_ASSEMBLY_LAB | c264a198aa6ba330105a1a78c8655461e8188ed8 | [
"MIT"
] | null | null | null | indec-outdec/convert minute to second and hour.asm | nasim-aust/AUST_CSE_2214_ASSEMBLY_LAB | c264a198aa6ba330105a1a78c8655461e8188ed8 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
CALL INDEC
MOV DX,0
MOV BX,60
MUL BX
PUSH AX
PUSH DX
POP DX
MOV AH,2
MOV DL,0DH
INT 21H ;newline
MOV DL,0AH
INT 21H
POP AX
CALL OUTDEC
;second finished
;hour
MOV DX,0... | 11.38 | 25 | 0.500879 |
ba3526b902d450a1aa7810cf5ffe75a8adf09523 | 340 | asm | Assembly | programs/oeis/119/A119692.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/119/A119692.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/119/A119692.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A119692: Binomial(2*n,n)*fib(n).
; 0,2,6,40,210,1260,7392,44616,270270,1653080,10161580,62783448,389398464,2423339800,15123958200,94621687200,593266344930,3726769133340,23450149615200,147778547947800,932531767467300
mov $1,$0
mul $0,2
bin $0,$1
seq $1,45 ; Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and ... | 37.777778 | 182 | 0.720588 |
dd15b7e2176765e7043fba464c9fd75256718b59 | 312 | asm | Assembly | programs/oeis/169/A169805.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/169/A169805.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/169/A169805.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A169805: Twice the sum of the digits of n.
; 0,2,4,6,8,10,12,14,16,18,2,4,6,8,10,12,14,16,18,20,4,6,8,10,12,14,16,18,20,22,6,8,10,12,14,16,18,20,22,24,8,10,12,14,16,18,20,22,24,26,10,12,14,16,18,20,22,24,26,28,12,14,16,18,20,22,24,26,28,30,14,16,18,20,22,24,26
mov $1,$0
mod $0,10
mul $0,9
add $1,$0
div $1,5
| 34.666667 | 217 | 0.63141 |
ddc3e1ed2b25aeaf3f3677e4e9734f6f30a0390a | 5,677 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_928.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_928.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_928.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x10e4, %r10
nop
nop
add $10430, %r8
mov $0x6162636465666768, %rax
movq %rax, %xmm1
vmovups %ymm1, (%r10)
nop
nop
nop
dec %r9
lea addresses_D_ht+0x17a32, %rcx
nop
... | 41.742647 | 2,999 | 0.659856 |
7fc83620bb742d6595163406ea6c8daf33d9922e | 3,697 | asm | Assembly | src/firmware/SunriseSunset/LookupInterpolationStates.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware/SunriseSunset/LookupInterpolationStates.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware/SunriseSunset/LookupInterpolationStates.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Arithmetic32.inc"
#include "SunriseSunset.inc"
#include "States.inc"
radix decimal
defineSunriseSunsetState SUN_STATE_INTERPOLATE_REFERENCE
call loadFirstLookupReferenceMinuteIntoB
fcall negateB32
call loadSecondLookupReferenceMinuteIntoA
fcall ... | 26.789855 | 72 | 0.879362 |
5f6eb4e4b81483b8e09ddfac8dbfc4bc9590b7a5 | 2,163 | asm | Assembly | programs/oeis/019/A019489.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/019/A019489.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/019/A019489.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A019489: Define the sequence T(a(0),a(1)) by a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n) for n >= 0. This is T(3,7).
; 3,7,16,36,80,177,391,863,1904,4200,9264,20433,45067,99399,219232,483532,1066464,2352161,5187855,11442175,25236512,55660880,122763936,270764385,597189651,1317143239,2905050864... | 180.25 | 1,904 | 0.904762 |
24f19919c7a9b0991f665e4da4a546e00bd40ea0 | 665 | asm | Assembly | src/functions.asm | Hacktix/strikethrough.gb | 7cd01bf91665b85809379b71e655da751809994e | [
"MIT"
] | 5 | 2021-03-05T18:22:10.000Z | 2021-03-05T23:09:05.000Z | src/functions.asm | Hacktix/strikethrough.gb | 7cd01bf91665b85809379b71e655da751809994e | [
"MIT"
] | null | null | null | src/functions.asm | Hacktix/strikethrough.gb | 7cd01bf91665b85809379b71e655da751809994e | [
"MIT"
] | null | null | null | SECTION "Functions", ROM0
; ------------------------------------------------------------------------------
; Copies a memory section of size BC pointed to by DE to HL.
; ------------------------------------------------------------------------------
Memcpy::
ld a, [de]
inc de
ld [hli], a
dec bc
ld a,... | 27.708333 | 80 | 0.293233 |
60ce19f8d43d1224f3fc341c678b8991697701ad | 3,343 | asm | Assembly | linux/contrib/libjpeg-turbo-dev/simd/x86_64/jquanti-avx2.asm | darthrake/openpnp-capture | 1b2153d4b8550120c5e58a30eb85e4f3a5529a73 | [
"MIT"
] | 76 | 2017-02-20T09:35:16.000Z | 2022-03-03T23:59:43.000Z | linux/contrib/libjpeg-turbo-dev/simd/x86_64/jquanti-avx2.asm | darthrake/openpnp-capture | 1b2153d4b8550120c5e58a30eb85e4f3a5529a73 | [
"MIT"
] | 39 | 2017-07-17T18:10:33.000Z | 2022-03-26T21:51:33.000Z | linux/contrib/libjpeg-turbo-dev/simd/x86_64/jquanti-avx2.asm | darthrake/openpnp-capture | 1b2153d4b8550120c5e58a30eb85e4f3a5529a73 | [
"MIT"
] | 35 | 2017-07-04T07:31:53.000Z | 2022-03-10T13:50:02.000Z | ;
; jquanti.asm - sample data conversion and quantization (64-bit AVX2)
;
; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
; Copyright (C) 2009, 2016, D. R. Commander.
; Copyright (C) 2016, Matthieu Darbois.
;
; Based on the x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masa... | 34.463918 | 79 | 0.632366 |
605e24475fa390af2999c3b0a82521c2afaaab92 | 298 | asm | Assembly | oeis/088/A088805.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/088/A088805.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/088/A088805.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A088805: 10^p + p for prime p.
; 102,1003,100005,10000007,100000000011,10000000000013,100000000000000017,10000000000000000019,100000000000000000000023,100000000000000000000000000029,10000000000000000000000000000031
seq $0,40 ; The prime numbers.
mov $2,10
pow $2,$0
div $2,2
add $0,$2
add $0,$2
| 29.8 | 183 | 0.798658 |
c78bec8d6d93bf6e99247b49793e4fe34e82a27b | 155,701 | asm | Assembly | game/res/huoying.asm | wkcn/OSLabs | 9f88f02dbeee8930e3dadac8b51e54dcaad5175f | [
"MIT"
] | 73 | 2017-10-02T01:24:19.000Z | 2021-12-17T08:50:03.000Z | game/res/huoying.asm | wkcn/OSLabs | 9f88f02dbeee8930e3dadac8b51e54dcaad5175f | [
"MIT"
] | 4 | 2018-03-21T02:24:19.000Z | 2020-02-15T04:19:34.000Z | game/res/huoying.asm | wkcn/OSLabs | 9f88f02dbeee8930e3dadac8b51e54dcaad5175f | [
"MIT"
] | 14 | 2016-12-22T23:24:48.000Z | 2021-10-13T08:27:42.000Z | db 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3,
db 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0xe3, 0... | 242.903276 | 243 | 0.662944 |
dff1d5c1f39e6e17286516f9685245bdb29ae634 | 2,620 | asm | Assembly | libsrc/gfx/wide/w_getsprite.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/gfx/wide/w_getsprite.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/gfx/wide/w_getsprite.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Getsprite - Picks up a sprite from display with the given size
; by Stefano Bodrato - 2019
;
; The original putsprite code is by Patrick Davidson (TI 85)
;
; Generic version (just a bit slow)
;
; THIS IS A QUICK PLACEHOLDER, WORKING ONLY ON THE PIXELS REGION (0,0)-(255,255)
;
;
; $Id: w_getsprite.asm $
;
IF !__CP... | 17.945205 | 92 | 0.532443 |
a9e0cdb5467b144ac075cf3b22d484c3b0379340 | 4,618 | asm | Assembly | Win32/Win32.Crash/Win32.Crash.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | Win32/Win32.Crash/Win32.Crash.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | Win32/Win32.Crash/Win32.Crash.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | comment *
Name: Crash OverWrite :-)
Coder: BeLiAL
Type: Companion
Anything else: NO
This is my first win32 virus.Its only a
companionvirus but it does his work very
well.Its perhaps coded not so fine but
im sure nobody will care.It infects all
files in the directory and renames
the v... | 20.524444 | 54 | 0.654829 |
23ed40fe6e4e96df559aae66ee918056101ceb5a | 317 | asm | Assembly | programs/oeis/083/A083088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/083/A083088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/083/A083088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A083088: First column of table A083087.
; 1,2,4,6,7,9,11,12,14,16,18,19,21,23,24,26,28,30,31,33,35,36,38,40,41,43,45,47,48,50,52,53,55,57,59,60,62,64,65,67,69,70,72,74,76,77,79,81,82,84,86,88,89,91,93,94,96,98,100,101,103,105,106,108,110,111,113,115
seq $0,83051 ; First column of table A083050.
add $0,1
div $0,2
| 45.285714 | 209 | 0.681388 |
0f5716df23464d49e4d8ce7235e245ea4c31377b | 507 | asm | Assembly | programs/oeis/097/A097731.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/097/A097731.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/097/A097731.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A097731: Chebyshev U(n,x) polynomial evaluated at x=99 = 2*7^2+1.
; 1,198,39203,7761996,1536836005,304285766994,60247045028807,11928610629936792,2361804657682456009,467625393610496352990,92587466130220595436011,18331850668390067399977188,3629613844875103124600047213,718645209434602028603409370986,14228812185420632656... | 28.166667 | 301 | 0.788955 |
c0222cb425375813e8531474137e19072f1142b3 | 7,014 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1266.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1266.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1266.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 %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x14675, %rsi
lea addresses_WC_ht+0x9b55, %rdi
nop
nop
inc %r9
mov $82, %rcx
rep movsq
nop
nop
xor $61817, %rax
lea addresses_WC_ht+0x5f95, %r15
nop
nop
inc %r10
movb (%r15), %a... | 35.424242 | 2,999 | 0.659253 |
a92b5d45941c65f3de0bf492a54510468843bdac | 882 | asm | Assembly | maps/OlivinePortPassage.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/OlivinePortPassage.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/OlivinePortPassage.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const OLIVINEPORTPASSAGE_POKEFAN_M
OlivinePortPassage_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
OlivinePortPassagePokefanMScript:
jumptextfaceplayer OlivinePortPassagePokefanMText
OlivinePortPassagePokefanMText:
text "FAST SHIP S.S.AQUA"
line "sails to KANTO ... | 24.5 | 179 | 0.781179 |
102fba1959dcfd7b49902360cb045d4dd67801b3 | 312 | asm | Assembly | src/intel/tools/tests/gen5/frc.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen5/frc.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen5/frc.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | frc.sat(8) m5<1>F g3<4>F { align16 };
frc(8) g7<1>.xF (abs)g1<0>.xF { align16 };
frc(8) g4<1>F g3<8,8,1>F { align1 };
frc(16) g4<1>F g6<8,8,1>F { align1 compr };
| 62.4 | 81 | 0.294872 |
b8b08b1e72ffe7cd6b2144a8692cc4229ea89ce8 | 363 | asm | Assembly | programs/oeis/102/A102860.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/102/A102860.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/102/A102860.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A102860: Number of ways to change three non-identical letters in the word aabbccdd..., where there are n types of letters.
; 0,16,64,160,320,560,896,1344,1920,2640,3520,4576,5824,7280,8960,10880,13056,15504,18240,21280,24640,28336,32384,36800,41600,46800,52416,58464,64960,71920,79360,87296,95744,104720,114240,124320,... | 51.857143 | 208 | 0.774105 |
5ff22bc1a51a58875e2c7ba2f5dc9aa0e0616872 | 461 | asm | Assembly | oeis/147/A147790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/147/A147790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/147/A147790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A147790: a(1) = 3, a(n) = round(a(n-1)*3/2) for n > 1, using round-to-even method.
; Submitted by Christian Krause
; 3,4,6,9,14,21,32,48,72,108,162,243,364,546,819,1228,1842,2763,4144,6216,9324,13986,20979,31468,47202,70803,106204,159306,238959,358438,537657,806486,1209729,1814594,2721891,4082836,6124254,9186381,1377... | 51.222222 | 207 | 0.709328 |
2c288ecbb0d1d834208f3145419935b2d5b0b414 | 497 | asm | Assembly | oeis/093/A093564.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/093/A093564.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/093/A093564.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A093564: (7,1) Pascal triangle.
; Submitted by Christian Krause
; 1,7,1,7,8,1,7,15,9,1,7,22,24,10,1,7,29,46,34,11,1,7,36,75,80,45,12,1,7,43,111,155,125,57,13,1,7,50,154,266,280,182,70,14,1,7,57,204,420,546,462,252,84,15,1,7,64,261,624,966,1008,714,336,99,16,1,7,71,325,885,1590,1974,1722,1050,435,115,17,1,7,78,396,121... | 33.133333 | 332 | 0.657948 |
8cf5814affdb511f2326be5ae09599ad5c3711d1 | 4,543 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2727.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2727.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2727.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x13513, %rdi
nop
xor %r11, %r11
mov (%rdi), %r8
nop
nop
nop
nop
xor $58321, %r8
lea addresses_WT_ht+0x16f5b, %rsi
lea addresses_UC_ht+0x975b, %rdi
nop
nop
nop
nop
cmp %r14, %r14
mov $46, %rcx
rep ... | 50.477778 | 2,999 | 0.660797 |
d8086963f5773106c61dbaf3125db908ad206992 | 4,017 | asm | Assembly | bin/JWASM/Samples/Win32DrvA.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | 3 | 2022-03-08T16:53:42.000Z | 2022-03-18T21:55:57.000Z | bin/JWASM/Samples/Win32DrvA.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | null | null | null | bin/JWASM/Samples/Win32DrvA.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | null | null | null |
;--- Win32DrvA - Service Control Program to load 32-bit driver Win32Drv.sys
;--- assemble: jwasm -coff Win32DrvA.asm
;--- link: link Win32DrvA.obj /out:Win32Drv.exe /subsystem:console /Libpath:\wininc\lib
.386
.model flat, stdcall
option casemap:none
.nolist
.nocref
WIN32_LEAN_AND_MEAN equ... | 32.395161 | 121 | 0.60941 |
fd99c0824521dbd688c09287012a64710feabcb6 | 179 | asm | Assembly | test/assembler/kcall_out_s/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | test/assembler/kcall_out_s/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | test/assembler/kcall_out_s/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | OUT_S: STRING "out_s"
OUT_B: STRING "out_b"
MESSAGE: STRING "Hello, world!"
MAIN: PUSH STRING @MESSAGE
PUSH STRING @OUT_S
KCALL
PUSH BYTE 10
PUSH STRING @OUT_B
KCALL
EXIT
| 14.916667 | 31 | 0.726257 |
1be69be73af0d8575cc5c73cdcf527d3562efd28 | 4,225 | asm | Assembly | Driver/Printer/DotMatrix/Nike56/nike56Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/DotMatrix/Nike56/nike56Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/DotMatrix/Nike56/nike56Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Brother NIKE 56-jet printer driver
FILE: nike56Manager.asm
AUTHOR: Dave Durran
REVISION HISTORY:
Name Date Description
---- ---- ----... | 35.805085 | 80 | 0.540828 |
07a925c9dc0f6e79dcb55631902a56addf117a0a | 78 | asm | Assembly | test/cge-cpw-cad.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | 1 | 2020-07-22T16:29:07.000Z | 2020-07-22T16:29:07.000Z | test/cge-cpw-cad.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | null | null | null | test/cge-cpw-cad.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | null | null | null | #!/bin/asmbf/bfmake
mov r1, 2
mov r2, 6
cge r1, 1
cpw r1, r2
cad r1, 1
out r1
| 9.75 | 19 | 0.641026 |
3cf3210af585b5722d13e5153bf32de11a16a960 | 698 | asm | Assembly | oeis/190/A190959.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/190/A190959.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/190/A190959.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A190959: a(n) = 3*a(n-1) - 5*a(n-2), with a(0)=0, a(1)=1.
; Submitted by Jamie Morken(s3)
; 0,1,3,4,-3,-29,-72,-71,147,796,1653,979,-5328,-20879,-35997,-3596,169197,525571,730728,-435671,-4960653,-12703604,-13307547,23595379,137323872,293994721,195364803,-883879196,-3628461603,-6465988829,-1255658472,28562968729,9196... | 41.058824 | 486 | 0.744986 |
c8de2cbaadf0073e13ff45523ab2eaa2920558b1 | 451 | asm | Assembly | juampi_os/src/desc.asm | svilerino/intel_multicore | 346d8946168a71e298dbfefa0f0923419dc80daf | [
"MIT"
] | 1 | 2015-12-15T20:41:01.000Z | 2015-12-15T20:41:01.000Z | juampi_os/src/desc.asm | svilerino/intel_multicore | 346d8946168a71e298dbfefa0f0923419dc80daf | [
"MIT"
] | null | null | null | juampi_os/src/desc.asm | svilerino/intel_multicore | 346d8946168a71e298dbfefa0f0923419dc80daf | [
"MIT"
] | null | null | null | section .text
%define CODE_SEGMENT 0x08
%define DATA_SEGMENT 0x10
;Funciones para cargar la GDT
global gdt_flush
extern GDT_DESC
gdt_flush:
push ebp
mov ebp, esp
lgdt [GDT_DESC]
mov ax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov es, ax
mov gs, ax
mov ss, ax
jmp 0x08:_do_gdt_flush
_do_gdt_flush:
pop ebp
re... | 13.264706 | 29 | 0.747228 |
6b3f13676a3a943a7ed1adf403e05166b5718ae3 | 724 | asm | Assembly | oeis/053/A053820.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053820.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053820.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053820: a(n) = Sum_{k=1..n, gcd(n,k) = 1} k^4.
; Submitted by Jon Maiga
; 1,1,17,82,354,626,2275,3108,7395,9044,25333,17668,60710,50470,88388,103496,243848,129750,432345,266088,497574,497178,1151403,539912,1541770,1153724,1900089,1516844,3756718,1246568,5273999,3344528,4945226,4446928,7496524,4061964,12948594,777491... | 38.105263 | 501 | 0.751381 |
990a7b606c93efe455e64312f35ab80edb1cbda9 | 768 | asm | Assembly | oeis/265/A265155.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/265/A265155.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/265/A265155.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A265155: Integers which are unique starting points for the algorithm described in A090566.
; Submitted by Jon Maiga
; 1,2,4,8,10,11,14,15,16,17,18,19,21,22,23
mov $4,$0
add $4,1
mov $7,$0
lpb $4
mov $0,$7
sub $4,1
sub $0,$4
mov $9,2
mov $10,0
mov $11,$0
lpb $9
mov $0,$11
mov $2,0
sub $9,1
... | 14.490566 | 92 | 0.46875 |
833d06ecc045a9fdeb697b7103f1be45bcd4efd6 | 255 | asm | Assembly | Examples/qt/qtwidgetnasm/asm/qchar.asm | agguro/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | 6 | 2020-07-19T18:34:43.000Z | 2022-03-26T10:21:09.000Z | Examples/qt/qtwidgetnasm/asm/qchar.asm | NrdyBhu1/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | null | null | null | Examples/qt/qtwidgetnasm/asm/qchar.asm | NrdyBhu1/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | 3 | 2020-07-19T18:35:10.000Z | 2021-07-25T17:34:50.000Z | ;name: qchar.asm
;
;description:
;
bits 64
global getunicode
global setunicode
section .text
getunicode:
xor rax,rax ; rax = 0
mov ax,word[rdi] ; get unicode in ax
ret
setunicode:
mov ax,0x0047
ret
| 11.590909 | 51 | 0.580392 |
6041f318f48f15198f7ce8417bdb3babf000cb1b | 6,588 | asm | Assembly | sbold.asm | dylancarlson/citplus | 90aedfc7047fe92bdd0d09f1eb1671d7ddcde8a3 | [
"Unlicense"
] | 1 | 2020-08-11T06:12:01.000Z | 2020-08-11T06:12:01.000Z | sbold.asm | dylancarlson/citplus | 90aedfc7047fe92bdd0d09f1eb1671d7ddcde8a3 | [
"Unlicense"
] | null | null | null | sbold.asm | dylancarlson/citplus | 90aedfc7047fe92bdd0d09f1eb1671d7ddcde8a3 | [
"Unlicense"
] | null | null | null | ; sound blaster sound driver for citadel
; -- sbsim is used for interface to hardware
ideal
model large, c
codeseg
org 0
desc db 'Citadel Soundblaster 1.00'
db 32 - ((offset $ - offset desc)) dup(0)
; filler for alignment
dw offset init_sound ; init driver
dw offset close_sound ; close driver
... | 18.249307 | 80 | 0.471767 |
96604fcc5e0a3eb7674e4754a2794ee20abb83fa | 487 | asm | Assembly | oeis/244/A244465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/244/A244465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/244/A244465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A244465: Expansion of f(-x^3, -x^5) in powers of x where f() is Ramanujan's two-variable theta function.
; Submitted by Jamie Morken(s4)
; 1,0,0,-1,0,-1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0... | 37.461538 | 206 | 0.577002 |
92692c0ab797b0118fecde6aa98209999b9d9518 | 594 | asm | Assembly | programs/oeis/138/A138229.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/138/A138229.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/138/A138229.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A138229: Expansion of (1-x)/(1-2x+6x^2).
; 1,1,-4,-14,-4,76,176,-104,-1264,-1904,3776,18976,15296,-83264,-258304,-17024,1515776,3133696,-2827264,-24456704,-31949824,82840576,357380096,217716736,-1708847104,-4723994624,805093376,29954154496,55077748736,-69569429504,-469605351424,-521794125824,1774043856896,66788524687... | 34.941176 | 426 | 0.755892 |
994ea8b728019a1d20878d8f5a48c9641e95df3e | 641 | asm | Assembly | tests/assembly/BVS_BVC.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | tests/assembly/BVS_BVC.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | tests/assembly/BVS_BVC.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | ; Verifies BVS and BVC
.segment "VECTORS"
.word $eaea
.word init
.word $eaea
.code
init:
bvs handleBVS ; Overflow flag will be false, no branch
bvs handleBVS ; Overflow flag will be true, branch
nop ; Padding in memory so the offset isn't zero
handleBVS:
lda #$42 ; Load something to prove... | 27.869565 | 61 | 0.695788 |
c343976a73deaded9de8321deee58bed93dafbcb | 2,333 | asm | Assembly | OpusEtAl/tools/src/makekeyn.asm | Computer-history-Museum/MS-Word-for-Windows-v1.1 | 549a2a32e930694df7b91e3273b886d735fa9151 | [
"MIT"
] | 2 | 2018-01-22T14:38:52.000Z | 2019-02-25T02:16:30.000Z | Microsoft DOS/Word 1.1a CHM Distribution/OpusEtAl/tools/src/makekeyn.asm | mindcont/Open-Source | 416917cbe3d4469cc036d05e7c858b05b8081ded | [
"CC0-1.0"
] | null | null | null | Microsoft DOS/Word 1.1a CHM Distribution/OpusEtAl/tools/src/makekeyn.asm | mindcont/Open-Source | 416917cbe3d4469cc036d05e7c858b05b8081ded | [
"CC0-1.0"
] | 1 | 2021-06-25T17:34:43.000Z | 2021-06-25T17:34:43.000Z | .xlist
memC = 1
?PLM = 0
?WIN = 0
INCLUDE CMACROS.INC
.list
;=============================================================================
; CODE SEGMENT
;=============================================================================
sBegin CODE
assumes cs,CODE
;=============================================... | 25.637363 | 78 | 0.477925 |
372b2bf4a615a6bfa132706602a7d5db69a93960 | 1,390 | asm | Assembly | hard/fire.asm | devxpy/masm32-programs | c0f824584ca05de32bc2f38a5a3241f08333e469 | [
"Xnet",
"X11"
] | null | null | null | hard/fire.asm | devxpy/masm32-programs | c0f824584ca05de32bc2f38a5a3241f08333e469 | [
"Xnet",
"X11"
] | 1 | 2019-05-30T06:00:15.000Z | 2019-05-30T08:02:14.000Z | hard/fire.asm | devxpy/masm32-programs | c0f824584ca05de32bc2f38a5a3241f08333e469 | [
"Xnet",
"X11"
] | null | null | null | initds macro
mov ax, @data
mov ds, ax
endm
init8255 macro
mov al, cw
mov dx, cwr
out dx, al
endm
dosfn macro val
mov ah, val
int 21h
endm
print macro msg
lea dx, msg
int 21h
endm
outpb macro msg
mov dx, pb
out dx, al
endm
outpc macro msg
mov dx, pc
out dx, al
end... | 12.752294 | 51 | 0.52518 |
8012e4790abbd06411c4ad967ef3f7cc4549a0c0 | 1,361 | asm | Assembly | programs/oeis/241/A241407.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/241/A241407.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/241/A241407.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A241407: Numbers n such that n^2 == -1 (mod 73).
; 27,46,100,119,173,192,246,265,319,338,392,411,465,484,538,557,611,630,684,703,757,776,830,849,903,922,976,995,1049,1068,1122,1141,1195,1214,1268,1287,1341,1360,1414,1433,1487,1506,1560,1579,1633,1652,1706,1725,1779,1798,1852,1871,1925,1944,1998,2017,2071,2090,2144,21... | 104.692308 | 1,221 | 0.770022 |
4fac08f6999c4fda0c617edde28a7ef99b2f00df | 8,698 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_15292_274.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_15292_274.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_15292_274.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x33cb, %rsi
lea addresses_WC_ht+0x1ee3e, %rdi
nop
nop
nop
nop
nop
xor $1993, %r8
mov $95, %rcx
rep movsq
nop
nop
cmp %r13, %r13
lea addresses_D_ht+0x188be, %rsi
lea addresses_n... | 30.30662 | 2,999 | 0.655668 |
b0426a532194a33ee889a0b05e5847014df66063 | 1,317 | asm | Assembly | programs/oeis/303/A303592.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/303/A303592.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/303/A303592.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A303592: Arises in study of A303589-A303591.
; 3,8,13,20,25,30,37,42,47,54,59,64,71,76,81,86,93,98,103,110,115,120,127,132,137,144,149,154,159,166,171,176,183,188,193,200,205,210,217,222,227,232,239,244,249,256,261,266,273,278,283,290,295,300,305,312,317,322,329,334,339,346,351,356,363,368,373,378,385,390,395,402,407... | 77.470588 | 1,053 | 0.731967 |
a9fe47e807c95c7bc23641110127e81e0d962983 | 684 | asm | Assembly | programs/oeis/011/A011379.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/011/A011379.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/011/A011379.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A011379: a(n) = n^2*(n+1).
; 0,2,12,36,80,150,252,392,576,810,1100,1452,1872,2366,2940,3600,4352,5202,6156,7220,8400,9702,11132,12696,14400,16250,18252,20412,22736,25230,27900,30752,33792,37026,40460,44100,47952,52022,56316,60840,65600,70602,75852,81356,87120,93150,99452,106032,112896,120050,127500,135252,143312,1516... | 85.5 | 615 | 0.799708 |
5fb7cc34be6b24be50b83a47a33f34f4612867f5 | 2,386 | asm | Assembly | game1/prompt.asm | w84death/arm-assembly | 6208bd02fa6843b698b646eaf018f13ccb13934c | [
"MIT"
] | 3 | 2018-01-26T12:06:36.000Z | 2020-12-08T14:41:18.000Z | game1/prompt.asm | w84death/arm-assembly | 6208bd02fa6843b698b646eaf018f13ccb13934c | [
"MIT"
] | null | null | null | game1/prompt.asm | w84death/arm-assembly | 6208bd02fa6843b698b646eaf018f13ccb13934c | [
"MIT"
] | null | null | null | @ ---------------------------------------------------
@
@ Raspberry Pi Assembly GAME#1 by KJ/P1X
@
@ http://p1x.in | http://krzysztofjankowski.com
@ https://github.com/w84death/arm-assembly
@
@ ---------------------------------------------------
.arm
.include "globals.asm"
.data
.align
commands: @ mem. mask
... | 15.906667 | 93 | 0.604778 |
8bee33aac337cf7ddc3d0d8edea01867a6645811 | 4,094 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_39.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_21829_39.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_21829_39.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x747d, %rsi
lea addresses_WT_ht+0x3d89, %rdi
nop
nop
nop
nop
nop
dec %r11
mov $10, %rcx
rep movsq
nop
nop
nop
nop
nop
add %rax, %rax
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r11
ret
.global s_faulty_... | 58.485714 | 2,999 | 0.665608 |
d8ef32505ec91d23330e069f8363c1f35d0ec5ce | 418 | asm | Assembly | assembly/08/digitsum2.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | assembly/08/digitsum2.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | assembly/08/digitsum2.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | section .data
number dw 1234
section .text
global _start
addeven:
add r12, rdx
jmp do
_start:
mov ax, [number]
xor r8, r8 ;result will be in r8
xor r9, r9
xor r12, r12
mov cx, 10
do:
inc r9
xor rdx, rdx
div cx ; smallest digit is in cx
and r9, 1
cmp r9, 0
je addeven
add r8, rdx
cmp ax, 0... | 11.297297 | 36 | 0.624402 |
6cff98b2d126286a62b6097a88577cd353739866 | 682 | asm | Assembly | Drivers/HDD/ATA_SIMPLE.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 5 | 2015-02-25T01:28:09.000Z | 2021-05-22T09:03:04.000Z | Drivers/HDD/ATA_SIMPLE.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 38 | 2015-02-10T18:37:11.000Z | 2017-10-03T03:08:50.000Z | Drivers/HDD/ATA_SIMPLE.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 2 | 2016-05-06T22:48:46.000Z | 2017-01-12T19:28:49.000Z | ATA_SIMPLE.read : ; ecx contains a buffer :)
pusha
mov dx, 0x1F1
mov al, 0x0
out dx, al
mov dx, 0x1F2
mov al, 0x01 ; sectorcount
out dx, al
mov dx, 0x1F3
mov al, 0x0 ; low byte
out dx, al
mov dx, 0x1F4
mov al, 0x0 ; mid byte
out dx, al
mov dx, 0x1F5
mov al, 0x0 ; high byte
out dx, al
mov dx, 0x1F6... | 13.64 | 44 | 0.639296 |
ba31fae08a554d382a9cccd97a35eafbf5b28d54 | 697 | asm | Assembly | programs/oeis/130/A130123.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/130/A130123.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/130/A130123.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A130123: Infinite lower triangular matrix with 2^k in the right diagonal and the rest zeros. Triangle, T(n,k), n zeros followed by the term 2^k. Triangle by columns, (2^k, 0, 0, 0, ...).
; 1,0,2,0,0,4,0,0,0,8,0,0,0,0,16,0,0,0,0,0,32,0,0,0,0,0,0,64,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,... | 21.78125 | 219 | 0.543759 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.