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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
166281afeee04eb2b11f28f1a791b520159b0bc4 | 10,042 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0x48_notsx.log_21829_658.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0x48_notsx.log_21829_658.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0x48_notsx.log_21829_658.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 %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x5629, %rbx
nop
nop
and %r8, %r8
mov (%rbx), %di
nop
nop
inc %r13
lea addresses_WC_ht+0x12b2b, %r10
and %rbp, %rbp
movups (%r10), %xmm6
vpextrq $1, %xmm6, %rdx
nop
n... | 29.19186 | 2,999 | 0.649173 |
79e57ca72555dbcf43ff3debe6ed94b259b5769c | 605 | asm | Assembly | oeis/315/A315725.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/315/A315725.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/315/A315725.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A315725: Coordination sequence Gal.6.158.6 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Simon Strandgaard
; 1,6,12,18,22,26,30,34,38,44,50,56,62,68,74,78,82,86,90,94,100,106,112,118,124,130,134,138,142,146,150,156,1... | 22.407407 | 179 | 0.659504 |
18d6af29bfaca4649b1e9d76c1872f5b789acab7 | 3,776 | asm | Assembly | ide/editor.asm | shikhin/wodscipe | 4d04a71067fb9999bffb28facc0cc4cae5a3122a | [
"Unlicense"
] | 5 | 2017-12-15T13:40:30.000Z | 2020-02-01T15:00:30.000Z | ide/editor.asm | shikhin/wodscipe | 4d04a71067fb9999bffb28facc0cc4cae5a3122a | [
"Unlicense"
] | null | null | null | ide/editor.asm | shikhin/wodscipe | 4d04a71067fb9999bffb28facc0cc4cae5a3122a | [
"Unlicense"
] | null | null | null | ; The editor.
; IN:
; BX -> 0x8000.
; AX -> 2
; DI -> 0
editor:
.loadsource:
lea bp, [bx + 2] ; Current start-of-line
mov dx, bp
add dx, [bx]
.rw_source:
push bx
.writeloop:
call rwsector
inc ax
add bx, 0x200
cmp bx, dx
jb .writeloop
pop bx
.mainloop:
; Input buffer.
mov di, 0x504
... | 13.53405 | 71 | 0.558263 |
b9569db03c231a22e2ada3de1940cb49c95b7a80 | 2,191 | asm | Assembly | base/mvdm/dos/v86/dev/hbios/debug.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/dos/v86/dev/hbios/debug.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/dos/v86/dev/hbios/debug.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z |
code SEGMENT Public byte 'CODE'
ASSUME Cs:code, Ds:code
buffer DB 6 DUP (?)
_DebugChar PROC Near
;
; AL < Character To Be Shown
;
push ax
push dx
mov ah, 1
mov dx, 0
int 14h
pop dx
pop ax
... | 18.411765 | 55 | 0.385212 |
fb57bcb19590530e7b174dbbcea1f8f4dbdab316 | 4,289 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1832_1107.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_1832_1107.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_1832_1107.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rbp
push %rdi
lea addresses_A_ht+0x54e, %r14
nop
and %r13, %r13
movb (%r14), %al
nop
and %rbp, %rbp
lea addresses_WT_ht+0x4d44, %r8
clflush (%r8)
nop
nop
nop
sub %rdi, %rdi
vmovups (%r8), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextr... | 58.753425 | 2,999 | 0.660061 |
a2d0832dc215bf2b1d5c2b30892852d2f6d8c99e | 2,060 | asm | Assembly | raytracing/trs80-m4.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | raytracing/trs80-m4.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | raytracing/trs80-m4.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | ; Version for the TRS-80 Model 4 with hires graphics board.
;
; With the hires board the Model 4 is capable of 640 x 240 but this largely
; copies the Spectrum routine rendering at 256 x 240 and then doubling
; the pixels horizontally to correct the pixel aspect ratio.
;
; Need to do the full 640 pixels across and adju... | 20.808081 | 75 | 0.668447 |
3851bbc8b61821896f7cd9300bf26b785f88120b | 167 | asm | Assembly | Working Disassembly/General/Blue Sphere/Map - Tails Pose.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/General/Blue Sphere/Map - Tails Pose.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Blue Sphere/Map - Tails Pose.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_4E2A2: dc.w word_4E2A4-Map_4E2A2
word_4E2A4: dc.w 3
dc.b $EC, $E, 0, 0, $FF, $F4
dc.b 4, $D, 0, $C, $FF, $EC
dc.b $C, 0, 0, $14, 0, $C
| 27.833333 | 37 | 0.467066 |
cc575f7a3398f6bdbcab71a987a1b6392f44c3f1 | 299 | asm | Assembly | Scratch/print_string_pm.asm | SwordYork/slef | 21c54ad083b1cc178b5936cf2b4c97182a153ed3 | [
"Apache-2.0"
] | 8 | 2015-11-09T16:55:42.000Z | 2021-08-23T04:11:23.000Z | Scratch/print_string_pm.asm | ly2199/slef | 21c54ad083b1cc178b5936cf2b4c97182a153ed3 | [
"Apache-2.0"
] | null | null | null | Scratch/print_string_pm.asm | ly2199/slef | 21c54ad083b1cc178b5936cf2b4c97182a153ed3 | [
"Apache-2.0"
] | 5 | 2016-03-19T01:25:37.000Z | 2020-11-29T04:42:28.000Z | [bits 32]
VIDEO_MEMORY equ 0xa0000
WHITE_ON_BLACK equ 0x0f
print_string_pm:
pusha
mov edx,VIDEO_MEMORY
print_string_pm_loop:
mov al,[ebx]
mov ah, WHITE_ON_BLACK
cmp al,0
je print_string_pm_done
mov [edx],ax
add ebx, 1
add edx,2
jmp print_string_pm_loop
print_string_pm_done:
popa
ret
| 13.590909 | 25 | 0.782609 |
e566c5445e9678fea9b5f4b33d32b972ee9b85c9 | 396 | asm | Assembly | src/research/ivt.asm | MijnOS/MijnOS | faf73edc0e506cc6c8ceb16faafbb29f225c1eb0 | [
"MIT"
] | null | null | null | src/research/ivt.asm | MijnOS/MijnOS | faf73edc0e506cc6c8ceb16faafbb29f225c1eb0 | [
"MIT"
] | null | null | null | src/research/ivt.asm | MijnOS/MijnOS | faf73edc0e506cc6c8ceb16faafbb29f225c1eb0 | [
"MIT"
] | null | null | null | BITS 16
struc gdt_entry_struct
limit_low: resb 2
base_low: resb 2
base_middle: resb 1
access: resb 1
granularity: resb 1
base_high: resb 1
endstruc
ptr_gdtr db 0,0,0, 0,0,0
flush_gdt:
lgdt [ptr_gdtr]
jmp 0x08:complete_flush
complete_flush:
mov ax, 0x10
mov d... | 13.2 | 27 | 0.60101 |
2f94e412ca7b380ebc1171cd226764eda3cb8bc8 | 1,632 | asm | Assembly | Source/Levels/L0805.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0805.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0805.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | ; L0805.asm
; Generated 10.27.2000 by mlevel
; Modified 10.27.2000 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level0805Section",ROMX
;---------------------------------------------------------------------
L0805_C... | 27.2 | 70 | 0.400123 |
c19ea7628840cfe931412f57f8d9ea94a77c2444 | 15 | asm | Assembly | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/dup.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/dup.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/dup.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | a db 10 dup(1)
| 7.5 | 14 | 0.6 |
41bce07ffb162ad37de6d9c941056408c7792d02 | 185 | asm | Assembly | data/pokemon/dex_entries/magby.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/magby.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/magby.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "LIVE COAL@" ; species name
db "It naturally spits"
next "an 1100-degree"
next "flame. It is said"
page "when many appear,"
next "it heralds a"
next "volcanic eruption.@"
| 18.5 | 31 | 0.67027 |
59a5d5daf006225847b3d675822b41fb123d8334 | 112 | asm | Assembly | gfx/pokemon/weedle/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/weedle/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/weedle/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 0, 06
frame 1, 18
setrepeat 2
frame 0, 06
frame 3, 06
frame 4, 06
frame 3, 06
dorepeat 3
endanim
| 11.2 | 12 | 0.660714 |
1f83a0cdb5be46ec36ad8623654eac2bc0e54c32 | 8,288 | asm | Assembly | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0x84_notsx.log_834_1578.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0x84_notsx.log_834_1578.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0x84_notsx.log_834_1578.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9c0b, %rsi
lea addresses_WT_ht+0xeb8b, %rdi
nop
nop
nop
sub %r13, %r13
mov $1, %rcx
rep movsq
nop
nop
nop
nop
cmp $12961, %rbp
lea addresses_WT_ht+0xbb8b, %r14
nop
nop
nop
nop... | 27.263158 | 2,501 | 0.651182 |
94c58c076e2429ba1d9ab3e9bbad53e6f29d86b7 | 52 | asm | Assembly | src/core/asm/arm/thumb/inst_0x80.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null | src/core/asm/arm/thumb/inst_0x80.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | 4 | 2019-02-27T05:41:26.000Z | 2020-07-16T00:24:24.000Z | src/core/asm/arm/thumb/inst_0x80.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null |
;;; load/store halfword immediate
;;; 1 0 0 0
| 7.428571 | 33 | 0.576923 |
2ff9e80d48ffdcaa0b1cb15562158e6815c4b43c | 646 | asm | Assembly | oeis/144/A144327.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/144/A144327.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/144/A144327.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A144327: Prime numbers p such that p - 1 is the fourth a-figurate number and nineteenth b-figurate number for some a and b.
; Submitted by Christian Krause
; 191,1217,1559,1901,2243,2927,4637,6689,8741,9767,12161,12503,13187,14897,15581,15923,16607,17291,19001,20369,21737,22079,23447,23789,24473,25841,26183,27551,278... | 24.846154 | 200 | 0.685759 |
19c7d6137f33cc0cb1e351465c26b459b71dd11f | 3,510 | asm | Assembly | examples/tests/expected/07_fizzbuzz.asm | aidnem/jenga-lang | c46ca79a85b9a5e19c621fa7cc68af5db8c10ddc | [
"MIT"
] | null | null | null | examples/tests/expected/07_fizzbuzz.asm | aidnem/jenga-lang | c46ca79a85b9a5e19c621fa7cc68af5db8c10ddc | [
"MIT"
] | null | null | null | examples/tests/expected/07_fizzbuzz.asm | aidnem/jenga-lang | c46ca79a85b9a5e19c621fa7cc68af5db8c10ddc | [
"MIT"
] | null | null | null | section .text
extern _printf
extern _exit
global _main
_main:
word_0:
;; -- push 1 --
push 1
word_1:
word_2:
;; -- dup --
pop rax
push rax
push rax
word_3:
;; -- push 31 --
push 31
word_4:
;; -- less than --
mov rcx, 0
mov rdx, 1
pop rax
pop rbx
cmp rbx, rax
... | 11.7 | 22 | 0.480627 |
a2324ff32e9dbaee6dd98b780c29a76f057ea06f | 7,138 | asm | Assembly | sources/isal/crc/crc_multibinary.asm | intel/qpl | cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d | [
"MIT"
] | 11 | 2022-02-25T08:20:23.000Z | 2022-03-25T08:36:19.000Z | sources/isal/crc/crc_multibinary.asm | intel/qpl | cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d | [
"MIT"
] | null | null | null | sources/isal/crc/crc_multibinary.asm | intel/qpl | cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright (C) 2022 Intel Corporation
;
; SPDX-License-Identifier: MIT
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
default rel
[bits 64]
%include "reg_sizes.asm"
extern crc32_iscsi_00
extern crc32_iscsi_01
extern c... | 23.480263 | 141 | 0.758055 |
38e9a12c6251d39857f707c3e8d5118445307adf | 404 | asm | Assembly | data/battle/wobble_probabilities.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/battle/wobble_probabilities.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/battle/wobble_probabilities.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | WobbleProbabilities:
; catch rate, chance of wobbling / 255
; nLeft/255 = (nRight/255) ** 4
db 1, 63
db 2, 75
db 3, 84
db 4, 90
db 5, 95
db 7, 103
db 10, 113
db 15, 126
db 20, 134
db 30, 149
db 40, 160
db 50, 169
db 60, 177
db 80, 191
db 100, 201
db 120, 211
db 140, 220
db 160... | 14.428571 | 38 | 0.574257 |
c4ebc182c84c8ea6b0760dabe969faf2c0004912 | 2,756 | asm | Assembly | testsuite/ubivm/output/expr9.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/output/expr9.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/output/expr9.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | .constant_pool
.const 0 string [start]
.const 1 string [constructor]
.const 2 string [2 - 1=]
.const 3 int [2]
.const 4 int [1]
.const 5 string [io.writeln]
.const 6 string [2 * 7=]
.const 7 int [7]
.const 8 string [2 * 8 - 5=]
.const 9 int [8]
.const 10 i... | 29.634409 | 91 | 0.322932 |
742ce25696611303ba7497218f69c117f5161553 | 757 | asm | Assembly | oeis/191/A191108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/191/A191108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/191/A191108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A191108: Increasing sequence generated by these rules: a(1)=1, and if x is in a then 3x-2 and 3x+2 are in a.
; Submitted by Jamie Morken(s1)
; 1,5,13,17,37,41,49,53,109,113,121,125,145,149,157,161,325,329,337,341,361,365,373,377,433,437,445,449,469,473,481,485,973,977,985,989,1009,1013,1021,1025,1081,1085,1093,1097,... | 54.071429 | 455 | 0.73712 |
1a38ed0ebbc7c98dabe89cc0eed48c023c053f55 | 2,107 | asm | Assembly | cga160x200/ludicrous/hline.asm | bocke/CGAGraphics | 712013b817ccc46a872ce70bb386855c010714ad | [
"BSD-2-Clause"
] | 17 | 2019-07-31T22:31:57.000Z | 2021-12-18T04:32:11.000Z | cga160x200/ludicrous/hline.asm | bocke/CGAGraphics | 712013b817ccc46a872ce70bb386855c010714ad | [
"BSD-2-Clause"
] | null | null | null | cga160x200/ludicrous/hline.asm | bocke/CGAGraphics | 712013b817ccc46a872ce70bb386855c010714ad | [
"BSD-2-Clause"
] | 4 | 2020-01-08T09:48:51.000Z | 2021-12-27T22:28:18.000Z | DOSSEG
.MODEL small
.CODE
salc macro
db 0d6h
endm
PUBLIC _cga_draw_hline
_cga_draw_hline PROC
ARG buff:DWORD, x0:WORD, x1:WORD, y:WORD, colour:BYTE
; draw a line from (x0, y) - (x1, y) including endpoints in the given colour (0-3)
push bp
mov bp, sp
push di
les... | 20.066667 | 86 | 0.534884 |
79da5cc4d0ba6e965c1bc78f945d5337d63bfc58 | 781 | asm | Assembly | programs/oeis/211/A211958.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/211/A211958.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/211/A211958.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A211958: Number of lower triangular n X n arrays colored with integers 0 upwards introduced in row major order, with no element equal to any diagonal or antidiagonal neighbor, and containing the value n(n+1)/2-2.
; 0,3,12,37,90,186,343,582,927,1405,2046,2883,3952,5292,6945,8956,11373,14247,17632,21585,26166,31438,374... | 60.076923 | 480 | 0.793854 |
647b07dfb51adc71cb330e91bd14a09da0e11e7c | 5,304 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_372_304.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_372_304.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_372_304.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1b23, %r8
clflush (%r8)
cmp $47950, %rsi
mov $0x6162636465666768, %rax
movq %rax, %xmm7
vmovups %ymm7, (%r8)
nop
nop
nop
nop
nop
cmp %r14, %r14
lea addresses_D_ht+0x8123, %rs... | 24.669767 | 1,115 | 0.654412 |
7b3f77fdc6275c6891bd4c4c6be304c47d9cc982 | 2,128 | asm | Assembly | programs/oeis/215/A215543.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/215/A215543.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/215/A215543.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A215543: Number of standard Young tableaux of shape [3n,3].
; 0,5,48,154,350,663,1120,1748,2574,3625,4928,6510,8398,10619,13200,16168,19550,23373,27664,32450,37758,43615,50048,57084,64750,73073,82080,91798,102254,113475,125488,138320,151998,166549,182000,198378,215710,234023,253344,273700,295118,317625,341248,366014,... | 212.8 | 2,007 | 0.860902 |
cca43de080bfd4e33e179512717bcc39f70bc733 | 658 | asm | Assembly | oeis/041/A041031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041031: Denominators of continued fraction convergents to sqrt(20).
; 1,2,17,36,305,646,5473,11592,98209,208010,1762289,3732588,31622993,66978574,567451585,1201881744,10182505537,21566892818,182717648081,387002188980,3278735159921,6944472508822,58834515230497,124613502969816,1055742538989025,2236098580947866,1894453... | 94 | 494 | 0.879939 |
753edda664db150c20cf477ac81e3e8996b020b4 | 936 | asm | Assembly | AssemblyExamples/03_libc_functions/libc.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | 1 | 2019-03-09T23:55:01.000Z | 2019-03-09T23:55:01.000Z | AssemblyExamples/03_libc_functions/libc.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | null | null | null | AssemblyExamples/03_libc_functions/libc.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | 2 | 2019-04-01T23:57:18.000Z | 2019-04-02T16:59:14.000Z | extern printf
extern scanf
global main
section .text
main:
; print the prompt
mov rdi, prompt ; argument #1 (format string/message)
mov rax, 0
call printf ; call printf
; input the number
sub rsp, 8 ; 16b-align the stack
mov rdi, inputFormat ; argument #1 (format stri... | 19.914894 | 71 | 0.594017 |
729e19d76cfb3fc8c80711eca3b12315de8f5424 | 513 | asm | Assembly | oeis/188/A188655.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/188/A188655.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/188/A188655.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A188655: Decimal expansion of (2+sqrt(13))/3.
; Submitted by Jon Maiga
; 1,8,6,8,5,1,7,0,9,1,8,2,1,3,2,9,7,6,4,3,7,3,0,7,3,7,5,5,8,2,3,4,9,8,6,4,8,7,5,0,4,3,2,1,9,1,2,8,1,7,4,8,7,3,7,5,7,0,1,5,1,0,1,8,7,4,2,3,8,8,9,8,2,7,6,4,3,3,6,8,1,5,0,6,8,2,0,6,3,6,0,6,7,2,8,3,0,2,3,9
mov $1,1
mov $2,1
mov $3,$0
mul $3,4
lpb $3
... | 18.321429 | 201 | 0.518519 |
93a54afc4fba66574d61dd6f371b11babca53c51 | 513 | asm | Assembly | programs/oeis/047/A047619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047619: Numbers that are congruent to {1, 2, 5} mod 8.
; 1,2,5,9,10,13,17,18,21,25,26,29,33,34,37,41,42,45,49,50,53,57,58,61,65,66,69,73,74,77,81,82,85,89,90,93,97,98,101,105,106,109,113,114,117,121,122,125,129,130,133,137,138,141,145,146,149,153,154,157,161,162,165,169,170,173,177,178,181,185,186,189,193,194,197,20... | 36.642857 | 359 | 0.676413 |
751ff2f5afd844b5e3ef4fb1fc8184d46883b979 | 6,685 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1750.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1750.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_1750.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 %r9
push %rax
push %rbp
push %rbx
push %rdi
lea addresses_UC_ht+0x1871, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
and $8705, %rbx
mov $0x6162636465666768, %r9
movq %r9, (%rdi)
nop
nop
nop
and %rax, %rax
lea addresses_WC_ht+0xcfb7, %r12
dec %rbp
and $0x... | 37.982955 | 2,999 | 0.650262 |
4a55e5426163f30d16b19a39b230018e5dad236f | 4,091 | asm | Assembly | Win32/Win32.Beagle/Stream.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | Win32/Win32.Beagle/Stream.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | Win32/Win32.Beagle/Stream.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ; IStream Helper Funcions
; #########################################################################
.const
sIID_IStream textequ <{00000000cH, 00000H, 00000H, \
{0C0H, 000H, 000H, 000H, 000H, 000H, 000H, 046H}}>
comethodQProto5 typedef proto :DWORD, :DWORD, :QWORD, :DWORD, :DWORD... | 27.829932 | 97 | 0.578587 |
5d1baec51ad9b5c81665d00a65d3794c9ed66b5d | 695 | asm | Assembly | oeis/279/A279543.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279543.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279543.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279543: a(n) = a(n-1) + 3^n * a(n-2) with a(0) = 1 and a(1) = 1.
; Submitted by Christian Krause
; 1,1,10,37,847,9838,627301,22143007,4137864868,439978671649,244776761262181,78185678507867584,130162592460442600405,124783388108159412726037,622688428086038843429228482,1791127919536971393223950620041,268064861616678150... | 43.4375 | 484 | 0.818705 |
2839a8cd218f8650bb3334d4ec3dda76287aa1e9 | 154 | asm | Assembly | unit_tests/operators.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | unit_tests/operators.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | unit_tests/operators.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | .class Sample:Obj
.method $constructor
const 10
const 5
call Int:minus
const 6
call Int:times
const 2
call Int:divide
call String:print
pop
return 0
| 11 | 20 | 0.766234 |
8989819f1e431cc20852a48a7206a01d1ec94474 | 14,763 | asm | Assembly | Appl/BigCalc/bigcalcFiniteState.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/BigCalc/bigcalcFiniteState.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/BigCalc/bigcalcFiniteState.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: bigcalcFiniteState.asm
AUTHOR: Christian Puscasiu, May 15, 1992
ROUTINES:
Name Description
---- -----------
InputFieldCheckIfValid... | 22.067265 | 79 | 0.579896 |
f803c0ebb06bf66702eb9929d2474c1c023391a4 | 1,712 | asm | Assembly | programs/oeis/027/A027808.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/027/A027808.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/027/A027808.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A027808: 55*(n+1)*C(n+4,12).
; 495,7150,55055,300300,1301300,4764760,15315300,44341440,117781950,290990700,675745070,1487285800,3123300180,6292363000,12216990500,22946695200,41829913125,74211187050,128442439125,217325608500,360139579800,585448578000,934943638200,1468635168000,2271795025500,3464143202520,5211889659900... | 171.2 | 1,620 | 0.915304 |
a7d7c091fcc42171fabd343afc60d53a806a3228 | 10,508 | asm | Assembly | Ano1/LSDI/AL/Lab7_2.asm | ivzvvv/FEUP | 673a400c71f0a92510a30d864d6911902ecbd684 | [
"Unlicense"
] | 9 | 2017-05-31T09:18:42.000Z | 2020-03-29T12:15:35.000Z | Ano1/LSDI/AL/Lab7_2.asm | rodzzyx/FEUP | 6668806a37b0e83810929d59de2e9af332f31842 | [
"Unlicense"
] | null | null | null | Ano1/LSDI/AL/Lab7_2.asm | rodzzyx/FEUP | 6668806a37b0e83810929d59de2e9af332f31842 | [
"Unlicense"
] | 17 | 2017-03-14T13:11:29.000Z | 2021-04-22T23:37:38.000Z | #---------------------------------------------------------------------
# LSDI 2016/17 - FEUP
# Lab 7 (Dez. 2016) - parte II (operações com 2 vetores)
# Ver. 2.3
#---------------------------------------------------------------------
.data
Nmax: .word 100
N: .word 10
array1: .word 0 : 100
array2: .word 0 : 100... | 19.604478 | 100 | 0.465645 |
ff3e804fde761a346df8dfc17ce09266412019db | 6,178 | asm | Assembly | Library/Config/Pref/prefVideo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Config/Pref/prefVideo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Config/Pref/prefVideo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: prefUtils.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- ---... | 21.753521 | 78 | 0.57122 |
c450744e82ad8123a7ff52c62d6a92e77d98e408 | 179 | asm | Assembly | Lab 2/Q2-2.asm | ipsitmantri/EE-337-Microprocessors-Laboratory | 47aef5481969bc2c863d01ae22a5a8000e78a6bd | [
"MIT"
] | null | null | null | Lab 2/Q2-2.asm | ipsitmantri/EE-337-Microprocessors-Laboratory | 47aef5481969bc2c863d01ae22a5a8000e78a6bd | [
"MIT"
] | null | null | null | Lab 2/Q2-2.asm | ipsitmantri/EE-337-Microprocessors-Laboratory | 47aef5481969bc2c863d01ae22a5a8000e78a6bd | [
"MIT"
] | null | null | null | ORG 0H;
LJMP MAIN;
MAIN:
MOV 60H, #81H;
MOV 61H, #7FH;
MOV A, 60H;
ADD A, 61H;
JB OV, WRONG;
SETB PSW.5;
SJMP HERE;
WRONG: CLR PSW.5;
MOV 62H, A;
HERE: SJMP HERE;
END; | 12.785714 | 18 | 0.603352 |
c4e41ec199207bf7ac89f032b6e6e4221d01c5e3 | 353 | asm | Assembly | oeis/052/A052579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052579: E.g.f. (2+x+x^2)/((1-x)(1+x+x^2)).
; Submitted by Jamie Morken(s1)
; 2,1,2,12,24,120,1440,5040,40320,725760,3628800,39916800,958003200,6227020800,87178291200,2615348736000,20922789888000,355687428096000,12804747411456000,121645100408832000,2432902008176640000
mov $2,$0
gcd $2,3
add $2,1
lpb $0
mul $2,$0
... | 25.214286 | 192 | 0.725212 |
1da1f70606e32e291f77e7ac4a3500c9c10d6166 | 142 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Coin.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Coin.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Coin.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: Coin.asm
Type: file
Size: 13221
Last-Modified: '1992-11-18T01:48:22Z'
SHA-1: CB800FA561994F030B2B63698B85DEA406421656
Description: null
| 20.285714 | 47 | 0.809859 |
25ee6402471b04898133c0f077a0c420d21116c4 | 420 | asm | Assembly | oeis/026/A026241.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026241.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026241.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026241: Expansion of 1/((1-2x)(1-5x)(1-10x)(1-12x)).
; Submitted by Jon Maiga
; 1,29,557,8977,131685,1825017,24374173,317359889,4057667669,51188756905,639248806989,7920904304001,97550444747653,1195603302467993,14597229457092605,177666702622486513
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
sub $0,$... | 24.705882 | 168 | 0.683333 |
7b6176d5083686b94fce10699a2e180dddfa5d7f | 639 | asm | Assembly | oeis/309/A309000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/309/A309000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/309/A309000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A309000: Number of strings of length n from a 3-symbol alphabet (A,B,C, say) containing at least one "A" and at least two "B"s.
; Submitted by Simon Strandgaard
; 3,22,105,416,1491,5034,16365,51892,161799,498686,1524705,4635528,14037627,42391378,127763925,384536924,1156232175,3474201510,10434138825,31326533680,940299... | 30.428571 | 231 | 0.7277 |
85eb0491a7d5bc5eb7338469bc452e183a65ea81 | 34 | asm | Assembly | pkgs/tools/yasm/src/modules/arch/x86/tests/nomem64-err2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/nomem64-err2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/nomem64-err2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | [bits 64]
mov bh, r8b
mov r8b, ch
| 8.5 | 11 | 0.647059 |
46327e986b72374107f233935b48d951e5d22d58 | 787 | asm | Assembly | oeis/275/A275465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/275/A275465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/275/A275465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A275465: a(n) = f^(n/f), where f is the smallest prime factor of n.
; Submitted by Jamie Morken(s2)
; 2,3,4,5,8,7,16,27,32,11,64,13,128,243,256,17,512,19,1024,2187,2048,23,4096,3125,8192,19683,16384,29,32768,31,65536,177147,131072,78125,262144,37,524288,1594323,1048576,41,2097152,43,4194304,14348907,8388608,47,167772... | 71.545455 | 501 | 0.771283 |
620c5943c46a067b2720edd83ca9175092393220 | 2,507 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_49_1179.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_49_1179.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_49_1179.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 %r15
push %r9
push %rax
push %rcx
push %rdx
lea addresses_WC_ht+0xbd13, %r10
nop
nop
nop
dec %r11
and $0xffffffffffffffc0, %r10
movaps (%r10), %xmm1
vpextrq $1, %xmm1, %rdx
add %r9, %r9
lea addresses_normal_ht+0xaf13, %r10
nop
nop
nop
nop
nop
add $24... | 19.284615 | 146 | 0.643398 |
5ecadcd6a090c8d13a157c68ef4a4d847f4cf346 | 220 | asm | Assembly | basics/hello-world/main.asm | rodrigocam/assembly-mips | 1896428abe7c2a97d4ea6085b95cd58d6e2b93a6 | [
"MIT"
] | null | null | null | basics/hello-world/main.asm | rodrigocam/assembly-mips | 1896428abe7c2a97d4ea6085b95cd58d6e2b93a6 | [
"MIT"
] | null | null | null | basics/hello-world/main.asm | rodrigocam/assembly-mips | 1896428abe7c2a97d4ea6085b95cd58d6e2b93a6 | [
"MIT"
] | null | null | null | .data
message: .asciiz "Hello World"
.text
main:
li $v0 4 # four is the instruction to print a string
la $a0 message # load the address of the variable 'message' to the register that syscall use to print
syscall | 31.428571 | 103 | 0.727273 |
563af1d7f29e112c67d54d45e060143272d80e71 | 2,665 | asm | Assembly | src/setupscreen.asm | jardafis/CastleEscape | 3deb573938109a8ea84277d83dd7a163588747a4 | [
"BSD-3-Clause"
] | 1 | 2022-01-07T07:10:55.000Z | 2022-01-07T07:10:55.000Z | src/setupscreen.asm | jardafis/CastleEscape | 3deb573938109a8ea84277d83dd7a163588747a4 | [
"BSD-3-Clause"
] | null | null | null | src/setupscreen.asm | jardafis/CastleEscape | 3deb573938109a8ea84277d83dd7a163588747a4 | [
"BSD-3-Clause"
] | null | null | null | extern _cls
extern _coinTables
extern _currentTileMap
extern _scrollReset
extern _setCurrentTileMap
extern currentCoinTable
extern currentEggTable
extern currentHeartTable
extern currentSpiderTable
extern display2BCD
exter... | 24.227273 | 73 | 0.556848 |
3201bf54dfa46447f8e289651c388dcda945a653 | 2,204 | asm | Assembly | Platform/C64/src/includes/drawText.asm | martinhaye/lawless-legends | 8e2b695f0fedc6e780e00c2d6c1369699771cd52 | [
"Apache-2.0"
] | 51 | 2015-03-16T20:27:53.000Z | 2022-03-17T17:08:41.000Z | Platform/C64/src/includes/drawText.asm | martinhaye/lawless-legends | 8e2b695f0fedc6e780e00c2d6c1369699771cd52 | [
"Apache-2.0"
] | 33 | 2015-05-22T18:29:28.000Z | 2021-12-21T02:24:00.000Z | Platform/C64/src/includes/drawText.asm | martinhaye/lawless-legends | 8e2b695f0fedc6e780e00c2d6c1369699771cd52 | [
"Apache-2.0"
] | 11 | 2016-01-09T07:28:36.000Z | 2021-04-12T15:36:59.000Z | drawText
stx textPointer+1
sty textPointer+2
stx preTextPointer+1
sty preTextPointer+2
lda #$FF
sta textCursor
sta outputCursor
ldx #0 ;x is for pre-drawing calculation if each word will fit in currently drawn line
stx ignoreNextCharacterFlag
;Check if the next word fits in current line
preDrawTextInit
s... | 13.521472 | 89 | 0.738657 |
2ee458033d834be9f830481735adf269cd8d6411 | 350 | asm | Assembly | source/romberg.asm | duducosmos/nuams | b4c464918d5d2321e48faca1c21c3f488cfd6a3e | [
"Apache-2.0"
] | null | null | null | source/romberg.asm | duducosmos/nuams | b4c464918d5d2321e48faca1c21c3f488cfd6a3e | [
"Apache-2.0"
] | null | null | null | source/romberg.asm | duducosmos/nuams | b4c464918d5d2321e48faca1c21c3f488cfd6a3e | [
"Apache-2.0"
] | null | null | null |
%ifndef ROMBERG_S
%define ROMBERG_S
section .text
global romberg:function
extern df_dx
extern printf
extern powi
extern trapezoid
romberg:
ret
section .data
rombg: dd 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
dd 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
... | 16.666667 | 61 | 0.565714 |
9684a2f67ed077e9e7498eb344cb2c7e86817ac9 | 328 | asm | Assembly | programs/oeis/173/A173135.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/173/A173135.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/173/A173135.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A173135: Primes other than 3 and 5.
; 2,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271
lpb $0
mov $2,$0
mov $0,0
add $2,2
mov $1,$2
lpe
cal $1,40 ; The prime n... | 29.818182 | 200 | 0.664634 |
9398bc8f65d1a27b7197bb7038c72c3e109490b3 | 415 | asm | Assembly | oeis/202/A202208.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/202/A202208.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/202/A202208.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A202208: Smallest square (>4n) == 1 mod 4n.
; Submitted by Jon Maiga
; 9,9,25,49,81,25,169,225,289,81,441,49,625,169,121,961,1089,289,1369,81,169,441,2025,289,2401,625,2809,225,3249,121,3721,3969,529,1089,841,289,5329,1369,625,961,6561,169,7225,529,361,2025,8649,961,9409,2401
seq $0,344005 ; a(n) = smallest positive... | 37.727273 | 207 | 0.703614 |
88500b7d885611474f8758024274df5fa2a6c12d | 859 | asm | Assembly | oeis/258/A258664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/258/A258664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/258/A258664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A258664: A total of n married couples, including a mathematician M and his wife, are to be seated at the 2n chairs around a circular table, with no man seated next to his wife. After the ladies are seated at every other chair, M is the first man allowed to choose one of the remaining chairs. The sequence gives the nu... | 50.529412 | 467 | 0.762515 |
d7fcc761b90fbe96ba81807883cb01cfbe4f956d | 181 | asm | Assembly | libsrc/_DEVELOPMENT/z180/c/sccz80/z180_delay_tstate.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/z180/c/sccz80/z180_delay_tstate.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/z180/c/sccz80/z180_delay_tstate.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void z180_delay_tstate(uint tstates)
SECTION code_clib
SECTION code_z180
PUBLIC z180_delay_tstate
EXTERN asm_z180_delay_tstate
defc z180_delay_tstate = asm_z180_delay_tstate
| 15.083333 | 46 | 0.861878 |
d6bf85b403dd78d1a49aceb77fb63d56b22ed4b4 | 1,071 | asm | Assembly | programs/oeis/225/A225530.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/225/A225530.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/225/A225530.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A225530: Number of ordered pairs (i,j) with i,j >= 0, i + j = n and gcd(i,j) <= 1.
; 1,2,1,2,2,4,2,6,4,6,4,10,4,12,6,8,8,16,6,18,8,12,10,22,8,20,12,18,12,28,8,30,16,20,16,24,12,36,18,24,16,40,12,42,20,24,22,46,16,42,20,32,24,52,18,40,24,36,28,58,16,60,30,36,32,48,20,66,32,44,24,70,24,72,36,40,36,60,24,78,32,54,40,82,... | 71.4 | 805 | 0.656396 |
5e904cba6b28ff2d82832131b62e90ee58844c2e | 465 | asm | Assembly | oeis/064/A064734.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064734.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064734.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064734: Final digits of A005165(2n+1) for large n, read from right.
; Submitted by Christian Krause
; 1,8,9,2,2,4,4,6,3,8,3,8,7,3,6,0,6,4,3,5,5,8,7,1,1,4,2,3,6,7,3,1,3,4,4,9,8,3,9,5,1,4,0,8,3,0,5,3,6,5,9,2,6,1,8,2,3,1,8,6,8,3,1,1,8,8,0,1,0,7,1,1,1,3,9,7,0,4,6,0,0,3,3,6,7,0,0,6,3,6,5,7,5,2,0,9,2,2,5,4
mov $3,$0
add ... | 22.142857 | 201 | 0.552688 |
b22a318750d8589e6d152028efc40234ecc8efc4 | 316 | asm | Assembly | libsrc/strings/strncasecmp.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/strings/strncasecmp.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/strings/strncasecmp.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; CALLER linkage for function pointers
SECTION code_clib
PUBLIC strncasecmp
PUBLIC _strncasecmp
EXTERN strnicmp_callee
EXTERN ASMDISP_STRNICMP_CALLEE
.strncasecmp
._strncasecmp
pop af
pop bc
pop de
pop hl
push hl
push de
push bc
push af
jp strnicmp_callee + ASMDISP_STRNICMP_CALLEE
| 14.363636 | 47 | 0.759494 |
4f4382a391b38a762e0a55d9f9a4e41b6203cb3d | 6,954 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1766.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1766.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1766.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x182b1, %r15
nop
nop
and $7145, %r9
movb (%r15), %dl
nop
nop
nop
nop
cmp %r8, %r8
lea addresses_WT_ht+0x17971, %rsi
lea addresses_normal_ht+0x1cb94, %rdi
nop
nop
dec %r15
m... | 38.208791 | 2,999 | 0.65847 |
36d69e32a04c1ca2296cc1d7c54b1b44c4c24107 | 7,673 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1474.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_1474.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_1474.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 %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x12f21, %rcx
nop
sub %r15, %r15
and $0xffffffffffffffc0, %rcx
movntdqa (%rcx), %xmm1
vpextrq $1, %xmm1, %r10
nop
xor %rdi, %rdi
lea addresses_WC_ht+0xc5a5, %r11
add $28810... | 34.102222 | 2,999 | 0.654894 |
6078b61a07a9fd1f372312363e31601ac5bc7e10 | 680 | asm | Assembly | oeis/264/A264152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/264/A264152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/264/A264152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A264152: a(n) = (2^floor(n+n/2)/sqrt(Pi)^mod(n+1,2))*Gamma(n+1/2)/Gamma(n/2+1).
; Submitted by Christian Krause
; 1,2,6,40,210,2016,13860,164736,1351350,18670080,174594420,2708858880,28109701620,479259648000,5421156741000,100069414502400,1218404977539750,24087296714342400,312723944235202500,6566957735804928000,902521... | 45.333333 | 471 | 0.822059 |
fc14a63abe004e998e9229fbc2a12154c906e47a | 25,765 | asm | Assembly | temp/crypto_examples/rsa_verify/rv32imc/dump.asm | secure-foundations/veri-titan | f7e4b434fd2ab85642aeb1fc4d7c34c28c678d3c | [
"MIT"
] | 10 | 2020-06-26T17:14:49.000Z | 2022-03-31T16:29:01.000Z | crypto_examples/rsa_verify/rv32imc/dump.asm | felixmiller/veri-titan | 6d3978b8ae6cd063a3b85be24ed0649f00201863 | [
"MIT"
] | 2 | 2021-04-06T14:06:34.000Z | 2022-03-09T00:01:14.000Z | crypto_examples/rsa_verify/rv32imc/dump.asm | felixmiller/veri-titan | 6d3978b8ae6cd063a3b85be24ed0649f00201863 | [
"MIT"
] | 4 | 2020-06-11T02:39:15.000Z | 2022-01-27T09:46:08.000Z |
rsa_rv.elf: file format elf32-littleriscv
Disassembly of section .text:
00010074 <main>:
10074: 0b01a503 lw a0,176(gp) # 11ec8 <d0inv>
10078: b7010113 addi sp,sp,-1168
1007c: 0310 addi a2,sp,384
1007e: 858a mv a1,sp
10080: 48112623 sw ... | 43.669492 | 92 | 0.472734 |
a957dc55bf5bde5d37b46ddf9a8c7f4087d6991e | 678 | asm | Assembly | oeis/336/A336829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/336/A336829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/336/A336829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A336829: a(n) = Sum_{k=0..n} binomial(n+k,k)^n.
; Submitted by Jon Maiga
; 1,3,46,9065,25561876,1048567813062,632156164654144530,5652307059542612442465921,755658094192422806457805924637704,1521188219372604726826961340683399629967888,46388428590466766659538640978460161019178279424832676,2153866525149933515508181471222... | 35.684211 | 451 | 0.80826 |
5815aeba7a879820d04fb4682a6c84d253386f6f | 747 | asm | Assembly | oeis/206/A206248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/206/A206248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/206/A206248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A206248: Number of (n+1) X 2 0..3 arrays with every 2 X 2 subblock having zero permanent.
; 49,361,1600,9409,47089,258064,1343281,7198489,37945600,201895681,1068570721,5672499856,30061664689,159465247561,845443470400,4483691905729,23774527583569,126075439502224,668536407557041,3545138659498489,18798954662118400,99686... | 93.375 | 491 | 0.864793 |
ab53744c8848e2b66a0bb9723171aadfb3aa0623 | 715 | asm | Assembly | oeis/054/A054441.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054441.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054441.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054441: Convolution of (shifted) A026671 with A000984 (central binomial coefficients of even order).
; Submitted by Jon Maiga
; 0,1,5,23,103,455,1993,8679,37633,162643,701075,3015563,12948083,55513327,237705547,1016736115,4344766607,18550920063,79149527249,337482635279,1438155203665,6125448713739,26077796587441,1109... | 47.666667 | 485 | 0.832168 |
2929bc933424ddfc9aa513a3cad684e15d19dba4 | 3,904 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1717.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_1717.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_1717.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r15
push %rax
push %rbp
push %rdi
push %rsi
// Load
lea addresses_WT+0x1f607, %rdi
nop
nop
nop
nop
and %r15, %r15
mov (%rdi), %bp
nop
inc %r12
// Faulty Load
lea addresses_WT+0x10a07, %rsi
nop
dec %r12
movb (%rs... | 73.660377 | 2,999 | 0.660861 |
cf540bb02c1bb5db33c2c353071ee9cf4baeb1b6 | 320 | asm | Assembly | programs/oeis/014/A014057.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014057.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014057.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014057: Inverse of 48th cyclotomic polynomial.
; 1,0,0,0,0,0,0,0,1,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,1,0,0,0,0,0,0,0,1,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,1,0,0,0
dif $0,2
seq $0,14033 ; Inverse of 24th cyclotomic polynomial.
| 53.333333 | 205 | 0.584375 |
f7d77d0bdea5b800f8a66e525f4c9e0b260b48d7 | 717 | asm | Assembly | software/firmware/lib/src/register_magic.asm | orgua/shepherd | 347af12740b008a78b7012ae748d9eb2b147274b | [
"MIT"
] | null | null | null | software/firmware/lib/src/register_magic.asm | orgua/shepherd | 347af12740b008a78b7012ae748d9eb2b147274b | [
"MIT"
] | 5 | 2020-10-14T14:30:55.000Z | 2020-11-04T15:52:07.000Z | software/firmware/lib/src/register_magic.asm | orgua/shepherd | 347af12740b008a78b7012ae748d9eb2b147274b | [
"MIT"
] | 1 | 2020-07-15T09:21:28.000Z | 2020-07-15T09:21:28.000Z |
.global get_num_size_as_bits
get_num_size_as_bits:
LMBD r14, r14, 1 ; returns bit-position of highest valued 1, returns 32 if only 0s found
ADD r14, r14, 1 ; turn bit-position into bit-size
QBNE finished, r14, 33 ; handle empty number
AND r14, r14, 0 ; (32+1 -> 0 bit size)
finished:
JMP r3.w2... | 25.607143 | 92 | 0.682008 |
891054b78986be50658e9a5bd6213952cdb62bee | 738 | asm | Assembly | untested/x86/bswap.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x86/bswap.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x86/bswap.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global _bswap16
global _bswap32
global _bswap64
segment .text align=16
_bswap16:
movzx eax, word [esp + 4]
rol ax, 8
ret
align 16
_bswap16MOVBE:
movbe ax, [esp + 4]
ret
align 16
_bswap32:
mov eax, [esp + 4]
bswap eax
ret
align 16
_bswap32MOVBE:
movbe eax, [esp + 4]
ret
align ... | 9.341772 | 26 | 0.611111 |
ca1e40a84db7db9afb7f6742a5ba27c7e00b7344 | 486 | asm | Assembly | oeis/019/A019771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/019/A019771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/019/A019771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A019771: Decimal expansion of 2*e/19.
; 2,8,6,1,3,4,9,2,9,3,1,1,4,7,8,4,4,5,8,2,7,3,9,8,6,8,1,1,9,5,0,1,7,1,0,5,0,2,7,0,7,8,6,4,1,4,4,2,1,0,1,0,0,7,8,9,1,2,5,9,7,5,0,2,8,6,7,4,4,9,0,8,4,5,8,2,6,8,1,6,7,8,4,9,6,1,9,1,7,6,6,8,6,8,5,9,6,2,3,9
add $0,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
mul $2,$3
add $1,$2
cmp $4,... | 17.357143 | 201 | 0.512346 |
b1cfd15f6e4e37e4b0444b6a725dc9d3f17dab04 | 7,757 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_821.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.log_21829_821.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.log_21829_821.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x767a, %r8
nop
nop
nop
mfence
mov (%r8), %esi
nop
nop
nop
nop
add $1968, %rax
lea addresses_WT_ht+0x1dc7a, %rcx
nop
nop
nop
sub $9189, %r14
movw $0x6162, (%rcx)
nop
nop
sub $4... | 34.629464 | 2,999 | 0.65631 |
766cc583c7c29da7373f068dd8dcb410125fb3b0 | 520 | asm | Assembly | programs/oeis/259/A259599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/259/A259599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/259/A259599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A259599: Infinite palindromic word (a(1),a(2),a(3),...) with initial word w(1) = (1,0,1) and midword sequence (a(n)); see Comments.
; 1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,... | 52 | 201 | 0.603846 |
d32671f71b56a1f26c556f1ddff560141bd92ab8 | 436 | asm | Assembly | oeis/195/A195177.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/195/A195177.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/195/A195177.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A195177: a(n) = 3*n - floor(2*n*sqrt(2)).
; Submitted by Jamie Morken(s1)
; 0,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,6,6,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,9,9,9,10,10,10,10,10,10,11,11,11,11,11,11,12,12,12,12,12,13,13,13,13,13,13,14,14,14,14,14,14,15,15,15,15,15,15,16,16,16,16,16,16,17,17,17,17,1... | 36.333333 | 248 | 0.584862 |
51c5266cccc8def20da93f79867282dff12a4504 | 1,700 | asm | Assembly | EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm | James992927108/uEFI_Edk2_Practice | 2cac7618dfee10bfa5104a2e167c85425fde0100 | [
"BSD-2-Clause"
] | 8 | 2019-06-03T10:47:48.000Z | 2021-08-21T19:11:38.000Z | EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm | James992927108/uEFI_Edk2_Practice | 2cac7618dfee10bfa5104a2e167c85425fde0100 | [
"BSD-2-Clause"
] | null | null | null | EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm | James992927108/uEFI_Edk2_Practice | 2cac7618dfee10bfa5104a2e167c85425fde0100 | [
"BSD-2-Clause"
] | 1 | 2021-04-21T06:20:00.000Z | 2021-04-21T06:20:00.000Z | ;/*++
;
;Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
;This program and the accompanying materials
;are licensed and made available under the terms and conditions of the BSD License
;which accompanies this distribution. The full text of the license may be found at ... | 25 | 91 | 0.518235 |
5b46db0bc5c81da6eca330ddfa4633e64d599970 | 741 | asm | Assembly | oeis/036/A036244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036244: Denominator of continued fraction given by C(n) = [ 1; 3, 5, 7, ...(2n-1)].
; Submitted by Jamie Morken(s3)
; 1,3,16,115,1051,11676,152839,2304261,39325276,749484505,15778499881,363654981768,9107153044081,246256787171955,7150553981030776,221913430199126011,7330293750552189139,256782194699525745876,9508271497... | 43.588235 | 499 | 0.815115 |
8e9b5ec1e64f7f68654e565e61ae80ff6662c864 | 2,975 | asm | Assembly | src/AdcHandler.asm | glen-mac/COMP2121-16s1 | 7344e0f0fcb6634ae7bb152d42f77ddb13caf583 | [
"MIT"
] | null | null | null | src/AdcHandler.asm | glen-mac/COMP2121-16s1 | 7344e0f0fcb6634ae7bb152d42f77ddb13caf583 | [
"MIT"
] | null | null | null | src/AdcHandler.asm | glen-mac/COMP2121-16s1 | 7344e0f0fcb6634ae7bb152d42f77ddb13caf583 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;; ADC HANDLER ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 28.066038 | 88 | 0.601681 |
eff5089703cb8c03e4b9b9bb5343948d5cd75f86 | 6,521 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_5798_1426.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_5798_1426.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_5798_1426.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x18d01, %rsi
lea addresses_WC_ht+0x39ab, %rdi
clflush (%rsi)
xor %r13, %r13
mov $119, %rcx
rep movsw
nop
nop
cmp %r12, %r12
lea addresses_normal_ht+0x168ab, %r8
nop
nop
nop
nop
nop
sub $... | 39.283133 | 2,999 | 0.659408 |
0803baef98604d0df10ce98f0ddd0445e2a8f725 | 104 | asm | Assembly | diody.asm | pbanaszkiewicz/excercises_ASM_8051 | 651063622c08bab0612b17f3e1a5d8f742075ffb | [
"MIT"
] | 1 | 2021-03-18T14:01:31.000Z | 2021-03-18T14:01:31.000Z | diody.asm | pbanaszkiewicz/excercises_ASM_8051 | 651063622c08bab0612b17f3e1a5d8f742075ffb | [
"MIT"
] | null | null | null | diody.asm | pbanaszkiewicz/excercises_ASM_8051 | 651063622c08bab0612b17f3e1a5d8f742075ffb | [
"MIT"
] | null | null | null | .area MAIN(ABS)
.org 0x00
LJMP START;
.org 0x30
START:
MOV P1, #0b00010001;
END:
LJMP END;
| 10.4 | 24 | 0.615385 |
c921b2f04767a6187b91020a019f6924f6d80c90 | 1,458 | asm | Assembly | 03. 8086/01. Addition.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | 03. 8086/01. Addition.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | 03. 8086/01. Addition.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | ; Q 1>
; a> Addition of 2 16bit BCD numbers with carry
SW 2000h
[2000h] = 0999h ; A = 999 in BCD
[2002h] = 0001h ; B = 1 in BCD
[2004h] = (ans) ; C = (A + B) in BCD
.
A
1000h
mov ax, [2000h]
mov bx, [2002h]
add bx, ax
mov al, bl
daa
adc bh, 00h
mov bl, al
mov al, bh
daa
... | 16.2 | 47 | 0.473251 |
7aca3037e6232b97c1151e6a74c83b33b0eb67ce | 481 | asm | Assembly | programs/oeis/000/A000188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/000/A000188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/000/A000188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A000188: (1) Number of solutions to x^2 == 0 (mod n). (2) Also square root of largest square dividing n. (3) Also max_{ d divides n } gcd(d, n/d).
; 1,1,1,2,1,1,1,2,3,1,1,2,1,1,1,4,1,3,1,2,1,1,1,2,5,1,3,2,1,1,1,4,1,1,1,6,1,1,1,2,1,1,1,2,3,1,1,4,7,5,1,2,1,3,1,2,1,1,1,2,1,1,3,8,1,1,1,2,1,1,1,6,1,1,5,2,1,1,1,4,9,1,1,2,1... | 80.166667 | 202 | 0.598753 |
cd2a55e56b6b726217c29a5a48657e637f4f127d | 411 | asm | Assembly | programs/oeis/180/A180574.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/180/A180574.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/180/A180574.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A180574: Wiener index of the n-sunlet graph.
; 27,60,105,174,259,376,513,690,891,1140,1417,1750,2115,2544,3009,3546,4123,4780,5481,6270,7107,8040,9025,10114,11259,12516,13833,15270,16771,18400,20097,21930,23835,25884,28009,30286,32643,35160,37761,40530
mov $4,$0
add $0,3
mov $1,$0
mul $1,$0
mov $2,$0
add $0,1
div $1... | 20.55 | 207 | 0.683698 |
c362d7ab5dfd8f9aeaaa7f0b33d002caf1dec96e | 1,016 | asm | Assembly | programs/oeis/166/A166578.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/166/A166578.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/166/A166578.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A166578: a(n) = a(n-3) + 2^(n-4) with a(1) = 1, a(2) = 2, a(3) = 1.
; 1,2,1,2,4,5,10,20,37,74,148,293,586,1172,2341,4682,9364,18725,37450,74900,149797,299594,599188,1198373,2396746,4793492,9586981,19173962,38347924,76695845,153391690,306783380,613566757,1227133514,2454267028,4908534053,9817068106,19634136212,39268272... | 23.090909 | 505 | 0.650591 |
ba7eb985337e79fbf3ac5dd9259da577337b09e4 | 860 | asm | Assembly | oeis/018/A018906.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/018/A018906.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/018/A018906.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A018906: Define the Shallit sequence S(a_0,a_1) by a_{n+2} is the least integer > a_{n+1}^2/a_n for n >= 0. This is S(2,6).
; Submitted by Jon Maiga
; 2,6,19,61,196,630,2026,6516,20957,67403,216786,697242,2242518,7212542,23197479,74609345,239963764,771788146,2482278709,7983677414,25677658524,82586271099,265619708576,... | 34.4 | 487 | 0.745349 |
2a8e69e643dcadd8c9bec4ffd96e7d5fe13714a7 | 7,092 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_109.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_109.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_109.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x15935, %rsi
nop
nop
cmp $2474, %r15
vmovups (%rsi), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $0, %xmm1, %rdx
cmp $33474, %r15
lea addresses_D_ht+0x1d77d, %rsi
lea address... | 34.935961 | 2,999 | 0.658065 |
0be81cd648110e4c507d48db22e6964d139b0ebe | 623 | asm | Assembly | libsrc/gfx/portable/w_commondrawto.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/gfx/portable/w_commondrawto.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/gfx/portable/w_commondrawto.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_graphics
PUBLIC commondrawto
EXTERN _linedraw
EXTERN __gfx_coords
; Common line drawing entry point
;
;void *(int x2, int y2) __smallc
;Note ints are actually uint8_t
;Entry: hl = drawto function
commondrawto:
push hl ;Function pointer
ld hl,sp+4
ld e,(hl)
inc hl
ld d,(hl)
inc hl
push ... | 12.979167 | 33 | 0.637239 |
026ccc1abec4c4e61540f3e5a38ca085e450c5f1 | 481 | asm | Assembly | libsrc/target/g800/lcd_contrast.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/g800/lcd_contrast.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/g800/lcd_contrast.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; G850 library
;
;--------------------------------------------------------------
;
; $Id: lcd_contrast.asm $
;
;----------------------------------------------------------------
;
; lcd_contrast(x) - set LCD contrast (0..17)
;
;----------------------------------------------------------------
SECTI... | 18.5 | 65 | 0.340956 |
3df70283495a49a7ecb03fc6ef71028a6f880022 | 311 | asm | Assembly | data/wild/maps/SafariZoneNorth.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/wild/maps/SafariZoneNorth.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/wild/maps/SafariZoneNorth.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SafariZoneNorthWildMons:
def_grass_wildmons 30 ; encounter rate
db 47, NIDORAN_M
db 46, RHYHORN
db 43, PARAS
db 45, EXEGGCUTE
db 47, NIDORINO
db 47, NIDORAN_F
db 48, NIDORINA
db 42, VENOMOTH
db 46, CHANSEY
db 50, TAUROS
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons
| 18.294118 | 39 | 0.771704 |
07bddf6a6e66e3fb3ba9c4c662f0f6bbbc1a282b | 815 | asm | Assembly | oeis/308/A308089.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/308/A308089.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/308/A308089.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A308089: Sum of the perimeters of all integer-sided triangles with perimeter n.
; Submitted by Jon Maiga
; 0,0,3,0,5,6,14,8,27,20,44,36,65,56,105,80,136,126,190,160,252,220,322,288,400,364,513,448,609,570,744,672,891,816,1050,972,1221,1140,1443,1320,1640,1554,1892,1760,2160,2024,2444,2304,2744,2600,3111,2912,3445,329... | 37.045455 | 467 | 0.703067 |
862d8a4e85574965741e1079d53ac7be87b11c44 | 9,566 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_915.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_0xca.log_21829_915.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_0xca.log_21829_915.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x9992, %rbp
nop
nop
xor $63305, %r15
mov (%rbp), %r12d
nop
xor $51698, %rsi
lea addresses_normal_ht+0x15870, %rsi
lea addresses_D_ht+0x1d38d, %rdi
clflush (%rsi)
clflush (%rdi... | 29.616099 | 2,999 | 0.650429 |
86488a153bb228b7b4852b34f9b9c352c98ca5ba | 554 | asm | Assembly | programs/oeis/033/A033142.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033142.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033142.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033142: Base-6 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,0.
; 1,6,36,217,1302,7812,46873,281238,1687428,10124569,60747414,364484484,2186906905,13121441430,78728648580,472371891481,2834231348886,17005388093316,102032328559897,612193971359382,3673163828156292,220389829689... | 42.615385 | 234 | 0.767148 |
4314966b9a9cc3343788dacf35ed3c2ccc05530b | 304 | asm | Assembly | programs/oeis/016/A016188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016188: Expansion of 1/((1-8x)*(1-12x)).
; 1,20,304,4160,54016,680960,8433664,103301120,1256390656,15210905600,183604609024,2211845242880,26610862391296,319880104509440,3842959300624384,46150695979581440,554089826731687936
add $0,1
mov $1,12
pow $1,$0
mov $2,8
pow $2,$0
sub $1,$2
div $1,4
mov $0,$1
| 25.333333 | 181 | 0.756579 |
4fffdc92137a9193ee7d2a47bce49651ea70de0c | 15,007 | asm | Assembly | engine/bank3d.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | engine/bank3d.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | engine/bank3d.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | INCLUDE "engine/battle/common_text.asm"
INCLUDE "engine/battle/link_battle_versus_text.asm"
INCLUDE "engine/battle/unused_stats_functions.asm"
INCLUDE "engine/battle/scroll_draw_trainer_pic.asm"
StarterPikachuBattleEntranceAnimation:
coord hl, 0, 5
ld c, 0
.loop1
inc c
ld a, c
cp 9
ret z
ld d, 7 * 13
push bc
... | 21.316761 | 88 | 0.673619 |
3a38f64366cb840f87cf074ef404411c2aa7571c | 360 | asm | Assembly | programs/oeis/189/A189375.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/189/A189375.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/189/A189375.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A189375: Expansion of 1/((1-x)^5*(x^3+x^2+x+1)^3).
; 1,2,3,4,8,12,16,20,30,40,50,60,80,100,120,140,175,210,245,280,336,392,448,504,588,672,756,840,960,1080,1200,1320,1485,1650,1815,1980,2200,2420,2640,2860,3146,3432,3718,4004,4368
lpb $0
mov $2,$0
sub $0,1
seq $2,190718 ; Quadruplicated tetrahedral numbers A00... | 30 | 179 | 0.675 |
52ec80d3e38a28d7ad6b1375a514b2d5d240444f | 714 | asm | Assembly | programs/oeis/058/A058992.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/058/A058992.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/058/A058992.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A058992: Gossip Problem: there are n people and each of them knows some item of gossip not known to the others. They communicate by telephone and whenever one person calls another, they tell each other all that they know at that time. How many calls are required before each gossip knows everything?
; 0,1,3,4,6,8,10,1... | 64.909091 | 344 | 0.728291 |
1bff3b781ec2663ce533c9758a5efeb9f47c3c2c | 274 | asm | Assembly | programs/oeis/190/A190542.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/190/A190542.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/190/A190542.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A190542: 7^n - 4^n.
; 0,3,33,279,2145,15783,113553,807159,5699265,40091463,281426673,1973132439,13824509985,96821901543,677954637393,4746487768119,33228635602305,232613334118023,1628344878433713,11398620307466199
mov $2,7
pow $2,$0
mov $1,$2
mov $3,4
pow $3,$0
sub $1,$3
| 27.4 | 192 | 0.773723 |
3d2eebb854fa3f4d99282f7277df196b7e391a25 | 694 | asm | Assembly | programs/oeis/047/A047809.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047809.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047809.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047809: a(n) counts different values of i^2+j^2+k^2 <= n^2 or number of distances from the origin to all integer points inside a sphere of radius n.
; 1,2,5,9,15,23,32,43,55,70,86,103,122,143,166,190,215,243,273,304,336,371,406,443,482,523,566,611,656,704,753,803,855,910,966,1024,1083,1145,1207,1270,1336,1404,1474,1... | 115.666667 | 451 | 0.756484 |
8329aca533deed936c99e74aaa0684060900f087 | 504 | asm | Assembly | 2021-2022-sem1/lab05/0-walkthrough/ex1.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | 2021-2022-sem1/lab05/0-walkthrough/ex1.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | 2021-2022-sem1/lab05/0-walkthrough/ex1.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | %include "../io.mac"
section .text
global main
extern printf
main:
mov eax, 7 ; incarca in registrul eax valoarea 7
mov ebx, 8 ; incarca in registrul ebx valoarea 8
add eax, ebx ; aduna valoarea ce se afla in registrul eax
... | 36 | 76 | 0.539683 |
5fa11bf1d0d91ea561a0b25412d890c33cd1280c | 1,498 | asm | Assembly | programs/oeis/081/A081348.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/081/A081348.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/081/A081348.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A081348: First row in maze arrangement of natural numbers.
; 1,6,7,20,21,42,43,72,73,110,111,156,157,210,211,272,273,342,343,420,421,506,507,600,601,702,703,812,813,930,931,1056,1057,1190,1191,1332,1333,1482,1483,1640,1641,1806,1807,1980,1981,2162,2163,2352,2353,2550,2551,2756,2757,2970,2971,3192,3193,3422,3423,3660,... | 124.833333 | 1,359 | 0.798398 |
96c991d52ae3926570b8d024ceeecbe770f2c98c | 1,554 | asm | Assembly | Library/Config/Pref/prefFileSelector.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Config/Pref/prefFileSelector.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Config/Pref/prefFileSelector.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: prefFileSelector.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- --... | 20.181818 | 71 | 0.51094 |
869020ea496ef9810ac57ce223b91824e2ca9612 | 809 | asm | Assembly | Library/CoProcessor/Int8087/Main/mainManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/CoProcessor/Int8087/Main/mainManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/CoProcessor/Int8087/Main/mainManager.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: PC GEOS
MODULE:
FILE: mainMananger.asm
AUTHOR: jimmy lefkowitz
REVISION HISTORY:
Name Date Description
---- ---- -----------
jimmy 6/29/92 Initial version.
DE... | 17.586957 | 71 | 0.57602 |
4e9a470b62c8a6ba3f6e00a5f0aa5026adfff420 | 175 | asm | Assembly | src/xact_asm/mem_barriers.asm | scivey/xact | ebd268a13bffdbe5bc3932c8dce8b4f8d59d6886 | [
"MIT"
] | 95 | 2016-12-29T15:33:03.000Z | 2022-01-30T13:42:09.000Z | src/xact_asm/mem_barriers.asm | scivey/xact | ebd268a13bffdbe5bc3932c8dce8b4f8d59d6886 | [
"MIT"
] | null | null | null | src/xact_asm/mem_barriers.asm | scivey/xact | ebd268a13bffdbe5bc3932c8dce8b4f8d59d6886 | [
"MIT"
] | 8 | 2016-12-30T02:54:26.000Z | 2022-01-30T13:42:19.000Z | bits 64
section .text
; all global labels define functions following the SystemV AMD64 ABI
global xact_mfence
; (void) -> void
xact_mfence:
mfence
ret
| 13.461538 | 68 | 0.68 |
5315ba01445c4dddc719143a67da833288c15b70 | 805 | asm | Assembly | oeis/222/A222940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/222/A222940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/222/A222940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A222940: Number of n X 2 0..4 arrays with no element equal to another at a city block distance of exactly two, and new values 0..4 introduced in row major order.
; Submitted by Jamie Morken(s1)
; 2,7,33,273,2433,21873,196833,1771473,15943233,143489073,1291401633,11622614673,104603532033,941431788273,8472886094433,762... | 44.722222 | 480 | 0.817391 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.