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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
86c1c8fe1de15d8731d4408e45047bb7f7b41e33 | 531 | asm | Assembly | oeis/066/A066343.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/066/A066343.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/066/A066343.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A066343: Beatty sequence for log_2(10).
; Submitted by Jon Maiga
; 3,6,9,13,16,19,23,26,29,33,36,39,43,46,49,53,56,59,63,66,69,73,76,79,83,86,89,93,96,99,102,106,109,112,116,119,122,126,129,132,136,139,142,146,149,152,156,159,162,166,169,172,176,179,182,186,189,192,195,199,202,205,209,212,215,219,222,225,229,232,235,... | 40.846154 | 368 | 0.689266 |
345e700a320d94fe7237c7af677550d0cb1a42e1 | 12,266 | asm | Assembly | firmware/glyphs/glyphs9.asm | ddomurad/avrVideoCard | 7722eb594e7ce289b65d97793411e8a3b33482a0 | [
"MIT"
] | null | null | null | firmware/glyphs/glyphs9.asm | ddomurad/avrVideoCard | 7722eb594e7ce289b65d97793411e8a3b33482a0 | [
"MIT"
] | null | null | null | firmware/glyphs/glyphs9.asm | ddomurad/avrVideoCard | 7722eb594e7ce289b65d97793411e8a3b33482a0 | [
"MIT"
] | null | null | null | .org 0x5800
.db 0x0, 0x0, 0x0, 0x0, 0x11, 0xaa, 0x33, 0xaa, 0x0, 0xc3
.db 0xff, 0xee, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0xcc, 0x18, 0x18, 0x0, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x... | 54.515556 | 62 | 0.646503 |
1e416960dff35cd0e025dbb27d0be60ee5aa74cf | 324 | asm | Assembly | MemEdit/irq.asm | neogeodev/NGAcidTests | 73cf5bcda650672872a9fe03a1ab30a650143d6d | [
"Unlicense"
] | 6 | 2016-10-12T17:25:44.000Z | 2020-06-01T16:04:07.000Z | MemEdit/irq.asm | neogeodev/NGAcidTests | 73cf5bcda650672872a9fe03a1ab30a650143d6d | [
"Unlicense"
] | null | null | null | MemEdit/irq.asm | neogeodev/NGAcidTests | 73cf5bcda650672872a9fe03a1ab30a650143d6d | [
"Unlicense"
] | 2 | 2019-02-08T13:27:56.000Z | 2020-04-24T11:03:51.000Z |
ORG $200
IRQ3:
move.w #1,REG_IRQACK
rte
ORG $300
TMRI:
move.w #2,REG_IRQACK
rte
ORG $400
VBI:
move.l d0,-(a7)
move.w #4,REG_IRQACK
move.w #$2000,sr
move.b d0,REG_DIPSW ; Watchdoge
addq.b #1,FRAMES
st.b FLAG_VBI
move.l (a7)+,d0
r... | 14.086957 | 39 | 0.503086 |
2fa9b2b13d60439058b7d02ff4c535586867685e | 144 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_w56.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_w56.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_w56.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_w56.asm
Type: file
Size: 11155
Last-Modified: '2016-05-13T04:51:15Z'
SHA-1: 21B6B55474E2507917FE3B312A755829B5F92A4A
Description: null
| 20.571429 | 47 | 0.8125 |
b6a626618eefb91aaed9f53bb90bdaa19bf61cc2 | 252 | asm | Assembly | asm/test/asm/binary.asm | lujb/starterVM | 7b13aaeb7b41d75e1b2b2ecef8f6d56b11993bef | [
"MIT"
] | 6 | 2016-11-03T08:43:57.000Z | 2020-05-12T06:12:55.000Z | asm/test/asm/binary.asm | lujb/starterVM | 7b13aaeb7b41d75e1b2b2ecef8f6d56b11993bef | [
"MIT"
] | 2 | 2015-03-26T22:11:41.000Z | 2015-03-30T02:46:06.000Z | asm/test/asm/binary.asm | lujb/starterVM | 7b13aaeb7b41d75e1b2b2ecef8f6d56b11993bef | [
"MIT"
] | 2 | 2016-11-20T03:50:59.000Z | 2018-09-22T12:45:26.000Z | ; print binary code
Start:
; where to print
LDX #$A000
; a byte consists of eight bits
LDY #8
; 0
LDA #48
;target
LDB #$81
Loop1:
; test one bit
ROLB
ADCA
STA ,X
LDA #48
INCX
INCX
DECY
CMPY #$00
JNE #Loop1
END Start | 9.333333 | 32 | 0.595238 |
f4b8a499743973694cc2c80297fb2720a0b49c77 | 627 | asm | Assembly | oeis/046/A046190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/046/A046190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/046/A046190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A046190: Indices of octagonal numbers which are also hexagonal numbers.
; Submitted by Jon Maiga
; 1,63,6141,601723,58962681,5777740983,566159653621,55477868313843,5436264935102961,532698485771776303,52199015340698974701,5114970804902727744363,501214939865126619972841,49113949135977506029594023,4812665800385930464280... | 34.833333 | 402 | 0.832536 |
f3b3ec38c34d72ecad36c6c382e1f0a13ca53450 | 155 | asm | Assembly | libsrc/target/nc100/kmsetyellow.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/nc100/kmsetyellow.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/nc100/kmsetyellow.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC kmsetyellow
PUBLIC _kmsetyellow
; fastcall
.kmsetyellow
._kmsetyellow
ld b, h
ld c, l
jp 0xb8d5
| 9.6875 | 33 | 0.632258 |
f976c9e99323964ac56d4544742d97aea651da5c | 118 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/remquo.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/remquo.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/remquo.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC remquo
EXTERN cm48_sccz80_remquo
defc remquo = cm48_sccz80_remquo
| 11.8 | 32 | 0.855932 |
653e17a85cb7bce31fab457e562e6137ca045598 | 3,679 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_818.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_818.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_818.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r14
push %r9
// Faulty Load
lea addresses_WT+0x13d44, %r14
nop
nop
nop
xor $16222, %r9
movb (%r14), %r11b
lea oracles, %r14
and $0xff, %r11
shlq $12, %r11
mov (%r14,%r11,1), %r11
pop %r9
pop %... | 89.731707 | 2,999 | 0.663767 |
79c99844bac077a5b92a1c72328cd495a5587059 | 5,413 | asm | Assembly | code/DEPRECIATED/calweight.asm | LShun/pos.loh | 01a15205d63ef3386335c1b456d498dc729e4e39 | [
"MIT"
] | 2 | 2020-08-27T05:31:13.000Z | 2021-08-18T14:16:39.000Z | code/DEPRECIATED/calweight.asm | LShun/pos.loh | 01a15205d63ef3386335c1b456d498dc729e4e39 | [
"MIT"
] | null | null | null | code/DEPRECIATED/calweight.asm | LShun/pos.loh | 01a15205d63ef3386335c1b456d498dc729e4e39 | [
"MIT"
] | 1 | 2020-08-27T05:31:14.000Z | 2020-08-27T05:31:14.000Z | .MODEL SMALL
.386
.STACK 100
.DATA
MSG1 DB "TYPES OF PORK$"
ASTERISK DB "*************$"
MSG2 DB "Enter a number (1 to 6): $"
ERRORM DB "Invalid! Please enter again: $"
MSG3 DB "Enter the weight (1kg,3kg or 5kg): $"
MSG4 DB "Enter the quantity: $"
MSG5 DB "The total weight of $"
KG DB ".00 kg$"
NL DB 0AH,0DH... | 16.014793 | 75 | 0.585073 |
3fb2d7fc34c0fe5b58a8acfdf66579698369f804 | 498 | asm | Assembly | oeis/026/A026927.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026927.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026927.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026927: Number of partitions of n into an even number of parts, the greatest being 3; also, a(n+5) = number of partitions of n+2 into an odd number of parts, each <= 3.
; Submitted by Jon Maiga
; 0,0,0,1,1,2,1,3,3,5,4,7,6,9,8,12,11,15,13,18,17,22,20,26,24,30,28,35,33,40,37,45,43,51,48,57,54,63,60,70,67,77,73,84,81,9... | 24.9 | 171 | 0.61245 |
a26293804503536d61b2428fa0a83fb4764088f1 | 619 | asm | Assembly | oeis/169/A169831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/169/A169831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/169/A169831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A169831: a(n) = 5*2^(n+1) - 3*(n+3).
; 1,8,25,62,139,296,613,1250,2527,5084,10201,20438,40915,81872,163789,327626,655303,1310660,2621377,5242814,10485691,20971448,41942965,83886002,167772079,335544236,671088553,1342177190,2684354467,5368709024,10737418141,21474836378,42949672855,85899345812,171798691729,343597383566,... | 47.615385 | 494 | 0.80937 |
e2f60ca48732246e4018725590fa2bde80f99156 | 6,647 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1141, %r15
nop
nop
nop
nop
xor %rsi, %rsi
vmovups (%r15), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $1, %xmm3, %rdi
nop
nop
nop
nop
sub $59777, %rdi
lea addresses_UC_ht+0x... | 35.92973 | 2,999 | 0.661201 |
ccaf0c44d7ca296e23b7db2f1ec7392f675d8ad9 | 7,129 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1441.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1441.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1441.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 %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x15110, %rbx
sub $38688, %r10
mov $0x6162636465666768, %r11
movq %r11, (%rbx)
nop
nop
nop
sub %rbx, %rbx
lea addresses_normal_ht+0x131e8, %rbx
nop
nop
nop
n... | 36.558974 | 2,999 | 0.655772 |
9a7a8782f9383bc82c8d489e59909cf00b6edddf | 1,608 | asm | Assembly | ch07/ex07-02.asm | Sunrisepeak/x86-Assembly-Real-To-Protected_Mode | a8b05205ac36e471df57ac4ac9e6416c2c865348 | [
"MIT"
] | 1 | 2021-02-24T12:30:29.000Z | 2021-02-24T12:30:29.000Z | ch07/ex07-02.asm | Sunrisepeak/x86-Assembly-Real-To-Protected_Mode | a8b05205ac36e471df57ac4ac9e6416c2c865348 | [
"MIT"
] | null | null | null | ch07/ex07-02.asm | Sunrisepeak/x86-Assembly-Real-To-Protected_Mode | a8b05205ac36e471df57ac4ac9e6416c2c865348 | [
"MIT"
] | null | null | null | message db '1+2+3+...+1000='
data dw 0x00, 0x00 ;save sum
start:
mov ax, 0x7c0 ;Data segment Address
mov ds, ax
mov ax, 0xb800 ;Video Memory Address
mov es, ax
;print string message
mov si, message
mov di, 0
mov cx, data - message
l1:
... | 22.027397 | 69 | 0.418532 |
e6d4736de5a0858c1245a863e5e4b8d5260202b1 | 956 | asm | Assembly | programs/oeis/269/A269468.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/269/A269468.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/269/A269468.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A269468: Number of length-4 0..n arrays with no repeated value equal to the previous repeated value.
; 10,66,228,580,1230,2310,3976,6408,9810,14410,20460,28236,38038,50190,65040,82960,104346,129618,159220,193620,233310,278806,330648,389400,455650,530010,613116,705628,808230,921630,1046560,1183776,1334058,1498210,1677... | 86.909091 | 786 | 0.83682 |
61b497bed174aad4af8c0496b6003c402d067b45 | 2,908 | asm | Assembly | Data/ships/Asteroid.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Data/ships/Asteroid.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Data/ships/Asteroid.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Asteroid: DB $00, $19, $00
DW AsteroidEdges
DB AsteroidEdgesSize
DB $00, $22
DB AsteroidVertSize
DB AsteroidEdgesCnt
DB $00, $05
DB Asteroid... | 45.4375 | 70 | 0.299175 |
a3dbde7266379b31956cf09b23ddff4001007cff | 3,124 | asm | Assembly | src/sprites/ball15.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 8 | 2016-12-26T19:33:13.000Z | 2021-02-19T21:01:07.000Z | src/sprites/ball15.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 9 | 2016-11-25T00:58:44.000Z | 2017-06-26T15:22:10.000Z | src/sprites/ball15.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | null | null | null | \\ Input file 'ball15.png'
\\ Image size=16x18 pixels=16x18
.ball15
EQUB 8, 6 ;char width, char height
.ball15_data
.ball15_data_00 ; x_offset=0, y_offset=0
EQUB 32,96,120,124,124,112,32,32
EQUB 96,127,127,127,49,123,117,32
EQUB 106,127,127,127,127,127,127,32
EQUB 34,127,127,127,127,127,55,32
EQUB 32,34,43,47,47,35,32,... | 34.32967 | 40 | 0.747439 |
63a48e4309018a3c58cc1070c5b5782e66899168 | 47,114 | asm | Assembly | CDROOT/COBALT/SOURCE/SYSLINUX/isolinux.asm | Michael2626/Cobalt | b1446963d9c21e9dff7f646dc655858aeee7f3a7 | [
"MIT"
] | 35 | 2018-07-16T04:49:00.000Z | 2021-04-12T06:46:41.000Z | CDROOT/COBALT/SOURCE/SYSLINUX/isolinux.asm | ercanersoy/cobalt | ba8c594c015479484aeebe424f47e188ebf1aa4f | [
"MIT"
] | null | null | null | CDROOT/COBALT/SOURCE/SYSLINUX/isolinux.asm | ercanersoy/cobalt | ba8c594c015479484aeebe424f47e188ebf1aa4f | [
"MIT"
] | 7 | 2018-08-23T13:33:24.000Z | 2020-04-04T21:06:34.000Z | ; -*- fundamental -*- (asm-mode sucks)
; $Id: isolinux.asm,v 1.95 2004/05/29 22:11:23 hpa Exp $
; ****************************************************************************
;
; isolinux.asm
;
; A program to boot Linux kernels off a CD-ROM using the El Torito
; boot standard in "no emulation" mode, making the entir... | 26.058628 | 83 | 0.662457 |
af9c5a2082b4b245a21e47d930457617f7c5a50b | 526 | asm | Assembly | programs/oeis/051/A051494.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/051/A051494.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/051/A051494.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A051494: Expansion of (1 - x + x^2 + x^3)/(1 - x^2)^3.
; 1,-1,4,-2,9,-3,16,-4,25,-5,36,-6,49,-7,64,-8,81,-9,100,-10,121,-11,144,-12,169,-13,196,-14,225,-15,256,-16,289,-17,324,-18,361,-19,400,-20,441,-21,484,-22,529,-23,576,-24,625,-25,676,-26,729,-27,784,-28,841,-29,900,-30,961,-31,1024,-32,1089,-33,1156,-34,1225,-3... | 47.818182 | 399 | 0.591255 |
bd1f0bdc6edeb8c64e37f07bc0b4991acbedce58 | 255 | asm | Assembly | programs/oeis/007/A007660.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/007/A007660.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/007/A007660.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A007660: a(n) = a(n-1)*a(n-2) + 1 with a(0) = a(1) = 0.
; 0,0,1,1,2,3,7,22,155,3411,528706,1803416167,953476947989903,1719515742866809222961802
sub $0,1
lpb $0
sub $0,1
add $2,5
div $2,2
mov $3,$1
mov $1,$2
mul $2,$3
lpe
div $1,2
mov $0,$1
| 17 | 87 | 0.584314 |
76d37cfd8ca7004574489579faeafc477d85d463 | 10 | asm | Assembly | src/main/fragment/mos6502-common/vbuaa=vbuaa_bxor_vbuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbuaa=vbuaa_bxor_vbuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbuaa=vbuaa_bxor_vbuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | eor #{c1}
| 5 | 9 | 0.5 |
39244ae8b4e73a9863e254c9dd0bc08838a0d3e7 | 1,533 | asm | Assembly | programs/oeis/158/A158000.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158000.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158000.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158000: a(n) = 338*n + 1.
; 339,677,1015,1353,1691,2029,2367,2705,3043,3381,3719,4057,4395,4733,5071,5409,5747,6085,6423,6761,7099,7437,7775,8113,8451,8789,9127,9465,9803,10141,10479,10817,11155,11493,11831,12169,12507,12845,13183,13521,13859,14197,14535,14873,15211,15549,15887,16225,16563,16901,17239,17577,17915,18... | 219 | 1,470 | 0.816699 |
848d4db821dbd9b0d16d9a61ed928083b3e1b652 | 694 | asm | Assembly | programs/oeis/250/A250754.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/250/A250754.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/250/A250754.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A250754: Number of (n+1) X (7+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.
; 527,1707,5471,17211,53327,163467,497471,1506651,4548527,13702827,41223071,123898491,372154127,1117379787,3353974271,10065592731,30204118127,90627034347,27191046307... | 25.703704 | 303 | 0.713256 |
c6b1452c5220ff8982a832da81b6791e4c25edf5 | 1,955 | asm | Assembly | programs/oeis/022/A022330.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022330.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022330.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022330: Index of 3^n within sequence of numbers of form 2^i*3^j.
; 1,3,7,12,19,27,37,49,62,77,93,111,131,152,175,199,225,252,281,312,344,378,413,450,489,529,571,614,659,705,753,803,854,907,961,1017,1075,1134,1195,1257,1321,1386,1453,1522,1592,1664,1737,1812,1889,1967,2047,2128,2211,2296,2382,2470,2559,2650,2742,2836... | 42.5 | 1,340 | 0.693095 |
7cee21c0bb0ceff48382ae5447b8a3309af42664 | 578 | asm | Assembly | programs/oeis/305/A305261.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/305/A305261.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/305/A305261.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A305261: a(n) = 120*2^n - 108.
; 12,132,372,852,1812,3732,7572,15252,30612,61332,122772,245652,491412,982932,1965972,3932052,7864212,15728532,31457172,62914452,125829012,251658132,503316372,1006632852,2013265812,4026531732,8053063572,16106127252,32212254612,64424509332,128849018772,257698037652,515396075412,103079215... | 64.222222 | 494 | 0.849481 |
caa227d77b4b0fedf63f7d22deef00013b5eda13 | 565 | asm | Assembly | oeis/143/A143829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/143/A143829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/143/A143829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A143829: Numbers n such that 10n^2 - 1 is prime.
; Submitted by Jon Maiga
; 3,6,9,12,21,30,33,36,45,48,60,69,72,75,81,87,99,108,111,114,117,120,123,126,129,153,165,168,174,177,183,201,204,207,222,234,243,252,267,279,282,285,294,303,312,315,318,339,345,348,369,378,381,384,393,396
mov $2,332202
lpb $2
seq $3,10051 ;... | 22.6 | 205 | 0.630088 |
80ebc21ace4745df32d551b068be239c68385d42 | 281 | asm | Assembly | unity/targets/nes/MMC1/mmc1_macros.asm | xahmol/8bit-Unity | b4f3bee00e012ca1755afba550a5270dce0a1054 | [
"BSD-2-Clause"
] | 42 | 2018-12-12T01:00:59.000Z | 2022-03-27T07:32:29.000Z | MMC1/mmc1_macros.asm | nesdoug/32_MMC1 | 1d1683ce590bcc5acd1691c9ee6f59181c16bb14 | [
"MIT"
] | 13 | 2020-11-06T13:50:45.000Z | 2022-01-25T07:17:37.000Z | MMC1/mmc1_macros.asm | nesdoug/32_MMC1 | 1d1683ce590bcc5acd1691c9ee6f59181c16bb14 | [
"MIT"
] | 8 | 2020-11-14T04:30:26.000Z | 2021-01-16T17:55:19.000Z | MMC1_CTRL =$8000
MMC1_CHR0 =$a000
MMC1_CHR1 =$c000
MMC1_PRG =$e000
; MMC1 reset code removed, see crt0.s
; macro to write to an mmc1 register, which goes one bit at a time, 5 bits wide.
.macro mmc1_register_write addr
.repeat 4
sta addr
lsr
.endrepeat
sta addr
.endmacro | 16.529412 | 80 | 0.736655 |
d8a1682fa866e35813f49fdc82fdf513e2d8f6a8 | 380 | asm | Assembly | programs/oeis/124/A124087.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/124/A124087.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/124/A124087.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A124087: 9th column of Catalan triangle A009766.
; 1430,4862,11934,25194,48450,87210,149226,245157,389367,600875,904475,1332045,1924065,2731365,3817125,5259150,7152444,9612108,12776588,16811300,21912660,28312548,36283236,46142811,58261125,73066305,91051857,112784399,138912059
add $0,1
mov $1,13
mov $2,15
add $2,$0
b... | 27.142857 | 227 | 0.771053 |
f58a092effe9c36381d825c13be937c137a53037 | 1,253 | asm | Assembly | _build/dispatcher/jmp_ippsHashMethod_SHA224_NI_7e1cc088.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsHashMethod_SHA224_NI_7e1cc088.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsHashMethod_SHA224_NI_7e1cc088.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsHashMethod_SHA224_NI:function
extern n8_ippsHashMethod_SHA224_NI:function
extern y8_ippsHashMethod_SHA224_NI:function
extern e9_ippsHashMethod_SHA224_NI:function
extern l9_ippsHashMethod_SHA224_NI:function
extern n0_ippsHashMethod_SHA224_NI:function
extern k0_ippsHashMethod_SHA224_NI:function
extern ippcp... | 32.128205 | 123 | 0.824421 |
42020af92142fc6227e0729c3815fde4950c4463 | 72 | asm | Assembly | pong/src/01.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | pong/src/01.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | pong/src/01.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | bits 16
org 0x7c00
times 510 - ($-$$) db 0
;dw 0xaa55
db 0x55
db 0xaa
| 9 | 23 | 0.638889 |
9d2e8d83c360dc3e28a32ee55b31992c350f1f50 | 783 | nasm | Assembly | autogen/multibootdefs.nasm | fengjixuchui/napoca | ed26609ab9a3ea12d12882b311dcb332dc759d32 | [
"Apache-2.0"
] | 170 | 2020-07-30T15:04:59.000Z | 2022-03-24T10:59:29.000Z | autogen/multibootdefs.nasm | CrisanAndreiLiviu/napoca | 6b7bf01f37280c1d531002e999bb74dc858bac11 | [
"Apache-2.0"
] | 3 | 2020-08-10T09:16:56.000Z | 2022-02-18T21:40:43.000Z | autogen/multibootdefs.nasm | CrisanAndreiLiviu/napoca | 6b7bf01f37280c1d531002e999bb74dc858bac11 | [
"Apache-2.0"
] | 44 | 2020-07-30T15:06:55.000Z | 2022-02-25T08:55:55.000Z | %define MULTIBOOT_NAMES_COUNT 7
strCommandLine: db "commandLine", 0
strExceptions: db "exceptions", 0
strGuestLoader: db "guestLoader", 0
strIntro: db "intro", 0
strKernel: db "kernel", 0
strLiveintroupd: db "liveintroupd", 0
strSettings: db "settings", 0
MultibootModuleNameToModId:
dd RVA(strC... | 48.9375 | 72 | 0.627075 |
3c37f921b2e67b2ad479876a6f4814a5c6eb6418 | 436 | asm | Assembly | oeis/145/A145615.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/145/A145615.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/145/A145615.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A145615: Numerator of the polynomial A_l(x) = sum_{d=1..l-1} x^(l-d)/d for index l=2n+1 evaluated at x=4.
; Submitted by Christian Krause
; 18,883,23566,5278979,380087174,66895348819,13914232622662,178102177617521,4036982692723202,6136213692944321089,32726473029037904778,72260052448115886127009,2890402097924635887833... | 54.5 | 183 | 0.770642 |
cb6e153a654829f6b730bf73394d52d9a1fb1d29 | 397 | asm | Assembly | Student/examples/Correct/CPRL0/Correct_121.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 6 | 2021-02-02T10:08:02.000Z | 2022-03-24T08:10:44.000Z | Student/examples/Correct/CPRL0/Correct_121.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 1 | 2021-02-27T21:55:26.000Z | 2021-02-28T12:39:29.000Z | Student/examples/Correct/CPRL0/Correct_121.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 6 | 2020-02-24T13:51:32.000Z | 2021-06-05T19:02:05.000Z | PROGRAM 8
LDGADDR 0
LDCINT 5
STOREW
LDGADDR 4
LDCINT 0
STOREW
LDGADDR 4
LOADW
LDCINT 0
CMP
BNZ L4
LDCB 0
BR L5
L4:
LDGADDR 0
LOADW
LDGADDR 4
LOADW
DIV
LDCINT 10
CMP
BGE L2
LDCB 1
BR L3
L2:
LDCB 0
L3:
L5:
BZ L6
LDGADDR 0
LOADW
PUTINT
... | 9.232558 | 12 | 0.554156 |
9d5a6260712165d8b00a667cd0a9a73141ae7ba1 | 63,678 | asm | Assembly | deps/openssl/asm/x64-win32-masm/aes/aesni-x86_64.asm | loganfsmyth/node | 3288bc953230ba94e2e8bb61c903bbcf60dd810c | [
"BSD-2-Clause"
] | 126 | 2015-01-13T07:40:54.000Z | 2021-12-05T07:45:38.000Z | deps/openssl/asm/x64-win32-masm/aes/aesni-x86_64.asm | soldair/node | e92f4879eb6c21d66ceaa819ae8f045226b74a3e | [
"0BSD"
] | 56 | 2015-01-14T07:42:55.000Z | 2020-12-09T07:40:38.000Z | deps/openssl/asm/x64-win32-masm/aes/aesni-x86_64.asm | soldair/node | e92f4879eb6c21d66ceaa819ae8f045226b74a3e | [
"0BSD"
] | 71 | 2015-01-22T10:11:51.000Z | 2022-03-26T12:41:43.000Z | OPTION DOTNAME
.text$ SEGMENT ALIGN(64) 'CODE'
PUBLIC aesni_encrypt
ALIGN 16
aesni_encrypt PROC PUBLIC
movups xmm2,XMMWORD PTR[rcx]
mov eax,DWORD PTR[240+r8]
movups xmm0,XMMWORD PTR[r8]
movups xmm1,XMMWORD PTR[16+r8]
lea r8,QWORD PTR[32+r8]
xorps xmm2,xmm0
$L$oop_enc1_1::
DB 102,15,56,220,209
dec eax
movups xm... | 20.789422 | 60 | 0.747888 |
ba059c7cd032b423d89a46aa41ed1efa3442670d | 561 | asm | Assembly | programs/oeis/188/A188555.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/188/A188555.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/188/A188555.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A188555: Number of 4 X n binary arrays without the pattern 0 1 diagonally, vertically, antidiagonally or horizontally.
; 5,9,16,28,48,80,129,201,303,443,630,874,1186,1578,2063,2655,3369,4221,5228,6408,7780,9364,11181,13253,15603,18255,21234,24566,28278,32398,36955,41979,47501,53553,60168,67380,75224,83736,92953,10291... | 20.035714 | 207 | 0.670232 |
96e084db6eded1da685fbb42c39a46a84ebb6f35 | 456 | asm | Assembly | x64/BlockInupt/block_input.asm | EgeBalci/SelfDefense | 685d987d10ca38e8f7cf3a96bed63cf68a762f40 | [
"MIT"
] | 20 | 2019-07-05T10:45:28.000Z | 2022-02-17T01:24:11.000Z | x64/BlockInupt/block_input.asm | listinvest/SelfDefense | 685d987d10ca38e8f7cf3a96bed63cf68a762f40 | [
"MIT"
] | null | null | null | x64/BlockInupt/block_input.asm | listinvest/SelfDefense | 685d987d10ca38e8f7cf3a96bed63cf68a762f40 | [
"MIT"
] | 10 | 2019-07-17T19:18:55.000Z | 2021-09-20T15:00:16.000Z | ; Block Input
; Author: Ege Balcı
; Size: 221 bytes
;
[BITS 64]
[ORG 0]
cld ; Clear direction flags
call start ;
%include "../block_api.asm" ; block_api.asm
start:
pop rbp ; Pop the address of block api
mov r10d,0x60329411 ; hash(kernel32.d... | 24 | 63 | 0.495614 |
b020ad6bd53e9b78315b39925c5677c2fb28a2dd | 394 | asm | Assembly | oeis/024/A024713.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024713.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024713.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024713: a(n) = residue mod 5 of n-th term of A024702.
; Submitted by Christian Krause
; 1,2,0,2,2,0,2,0,0,2,0,2,2,2,0,0,2,0,2,0,2,0,2,0,2,2,0,2,2,0,2,0,0,0,2,2,2,2,0,0,0,2,2,0,0,2,2,0,2,0,0,0,2,2,0,0,2,0,2,2,2,0,2,2,0,2,2,0,2,0,2,2,0,2,0,2,0,0,0,0,0,2,0,2,0,2,0,2,2,0,2,0,0,2,0,0,2,0,2,2
seq $0,173064 ; a(n) = prime... | 30.307692 | 201 | 0.558376 |
9215e0bb81c07b8771c47e2f857df2f665ea85b4 | 100,917 | asm | Assembly | reports/16_denseArray_1.exp1.asm | arnaudroger/re2j-benchmark | ecfb2d6975948a1fbb53ccf101b285655b850058 | [
"MIT"
] | null | null | null | reports/16_denseArray_1.exp1.asm | arnaudroger/re2j-benchmark | ecfb2d6975948a1fbb53ccf101b285655b850058 | [
"MIT"
] | null | null | null | reports/16_denseArray_1.exp1.asm | arnaudroger/re2j-benchmark | ecfb2d6975948a1fbb53ccf101b285655b850058 | [
"MIT"
] | null | null | null | # JMH version: 1.19
# VM version: JDK 1.8.0_131, VM 25.131-b11
# VM invoker: /usr/lib/jvm/java-8-oracle/jre/bin/java
# VM options: <none>
# Warmup: 20 iterations, 1 s each
# Measurement: 20 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput... | 93.876279 | 144 | 0.40126 |
f55dbacd6c9d469f49d45dff55446177d37b56e7 | 2,225 | asm | Assembly | asmTests/data.asm | SimpleTease/asm2c | 503007217292d490f33dbaea9b8c5cc8429ea97f | [
"MIT"
] | 154 | 2017-01-21T20:50:57.000Z | 2022-02-23T07:31:37.000Z | asmTests/data.asm | SimpleTease/asm2c | 503007217292d490f33dbaea9b8c5cc8429ea97f | [
"MIT"
] | 7 | 2017-09-15T04:06:07.000Z | 2020-12-18T01:03:55.000Z | asmTests/data.asm | SimpleTease/asm2c | 503007217292d490f33dbaea9b8c5cc8429ea97f | [
"MIT"
] | 29 | 2017-01-22T12:01:15.000Z | 2022-03-01T15:18:01.000Z | test1 EQU (00+38*3)*320+1/2+33*(3-1)
test3 EQU 1500 ; 8*2*3 ;+1 +19*13*2*4
TEST2 EQU -13
.386p
_DATA segment use32 dword public 'DATA' ;IGNORE
beginningdata db 4
var1 db 2
var2 dw 11
var3 dd test2
var4 db 131
db 141
var5 dw 2,5,0
var6 dd 9,8,7,1
dd 111,1
dw 223,22
db 'OKOKOKOK',10,13
db 4 dup (5)
db 'OKOKOKOK'
dd o... | 18.237705 | 70 | 0.631011 |
990d1d2dcf9d94b7ce3e093badafa95ad18eedb5 | 1,779 | asm | Assembly | programs/oeis/095/A095121.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/095/A095121.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/095/A095121.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A095121: Expansion of (1-x+2x^2)/((1-x)(1-2x)).
; 1,2,6,14,30,62,126,254,510,1022,2046,4094,8190,16382,32766,65534,131070,262142,524286,1048574,2097150,4194302,8388606,16777214,33554430,67108862,134217726,268435454,536870910,1073741822,2147483646,4294967294,8589934590,17179869182,34359738366,68719476734,137438953470,... | 177.9 | 1,671 | 0.915121 |
a106d3ab8999ae40d643df1e1412be82e3cdd475 | 227 | asm | Assembly | TurtleTools/Examples/fib.asm | foxostro/Turtle16 | 67e6d2afa02f2bc07711f8e8d756e5b891ea8df5 | [
"MIT"
] | 1 | 2021-08-18T22:30:11.000Z | 2021-08-18T22:30:11.000Z | TurtleTools/Examples/fib.asm | foxostro/Turtle16 | 67e6d2afa02f2bc07711f8e8d756e5b891ea8df5 | [
"MIT"
] | null | null | null | TurtleTools/Examples/fib.asm | foxostro/Turtle16 | 67e6d2afa02f2bc07711f8e8d756e5b891ea8df5 | [
"MIT"
] | null | null | null | # Turtle16 program to compute fibonacci numbers.
NOP # We must start a program with a single NOP instruction.
LI r0, 0
LI r1, 1
LI r7, 0
loop:
ADD r2, r0, r1
ADDI r0, r1, 0
ADDI r7, r7, 1
ADDI r1, r2, 0
CMPI r7, 9
BLT loop
HLT
| 16.214286 | 60 | 0.700441 |
fae53fed060fd20877ef0c4f43d7895046980c01 | 391 | asm | Assembly | template.asm | brandonlee503/Assembly-Projects | e266574e36362de05e79a4091eeec4658411cbeb | [
"MIT"
] | 2 | 2018-05-26T14:26:23.000Z | 2019-10-22T21:13:12.000Z | template.asm | brandonlee503/Assembly-Projects | e266574e36362de05e79a4091eeec4658411cbeb | [
"MIT"
] | null | null | null | template.asm | brandonlee503/Assembly-Projects | e266574e36362de05e79a4091eeec4658411cbeb | [
"MIT"
] | 13 | 2017-02-17T00:26:39.000Z | 2020-06-08T18:24:16.000Z | TITLE Program Template (template.asm)
; Author:
; Course / Project ID Date:
; Description:
INCLUDE Irvine32.inc
; (insert constant definitions here)
.data
; (insert variable definitions here)
.code
main PROC
; (insert executable instructions here)
exit ; exit to operating... | 15.64 | 44 | 0.667519 |
588952e3a824c145614db73fa367f76fb8a95112 | 104 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_logb.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_logb.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_logb.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC asm_logb
EXTERN am48_logb
defc asm_logb = am48_logb
| 10.4 | 25 | 0.836538 |
58c0659503e03331159620747e855b0c37c7404b | 10,020 | asm | Assembly | Aurora/Aurora/x64/Debug/lnklist.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | 8 | 2021-07-19T04:46:35.000Z | 2022-03-12T17:56:00.000Z | Aurora/Aurora/x64/Debug/lnklist.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | null | null | null | Aurora/Aurora/x64/Debug/lnklist.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?initialize_list@@YAPEAU_list_@@XZ ; initialize_list
PUBLIC ?list_add@@YAXPEAU_list_@@PEAX@Z ; list_add
PUBLIC ?list_remove@@YAPEAXPEAU_list_@@I@Z ; list_remove
PUBLIC ?... | 23.194444 | 104 | 0.685429 |
4017ec37d2a3a322e25acf5f4102ea4d84a53f83 | 44,865 | asm | Assembly | user/cat.asm | noyaviv/try | c45dc9773c42b2ec1f46b62b33d3ba2299dc5838 | [
"MIT-0"
] | null | null | null | user/cat.asm | noyaviv/try | c45dc9773c42b2ec1f46b62b33d3ba2299dc5838 | [
"MIT-0"
] | null | null | null | user/cat.asm | noyaviv/try | c45dc9773c42b2ec1f46b62b33d3ba2299dc5838 | [
"MIT-0"
] | null | null | null |
user/_cat: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022 sd s0,32(sp)
6: ec26 sd s1,24(sp)
8: e84a ... | 29.830452 | 64 | 0.462632 |
73b6b6e21678ca25cc0be4e185e7894deabd5388 | 133 | asm | Assembly | ch04/4-2.asm | Sunrisepeak/x86-Assembly-Real-To-Protected_Mode | a8b05205ac36e471df57ac4ac9e6416c2c865348 | [
"MIT"
] | 1 | 2021-02-24T12:30:29.000Z | 2021-02-24T12:30:29.000Z | ch04/4-2.asm | Sunrisepeak/x86-Assembly-Real-To-Protected_Mode | a8b05205ac36e471df57ac4ac9e6416c2c865348 | [
"MIT"
] | null | null | null | ch04/4-2.asm | Sunrisepeak/x86-Assembly-Real-To-Protected_Mode | a8b05205ac36e471df57ac4ac9e6416c2c865348 | [
"MIT"
] | null | null | null | mov ax, 0xb800
mov ds, ax
mov byte [0x00], 'a'
mov byte [0x02], 's'
mov byte [0x04], 'm'
jmp $
times 488 db 0
db 0x55,0xaa
| 14.777778 | 22 | 0.586466 |
73ebfc2f87e2f690037e94f7cb5f285d49145fbb | 419 | asm | Assembly | programs/oeis/318/A318162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/318/A318162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/318/A318162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A318162: Number of compositions of 2n-1 into exactly 2n-1 nonnegative parts with largest part n.
; 1,6,50,392,2970,22022,160888,1162800,8335338,59366450,420630210,2967563040,20861295000,146203657992,1021964428880,7127260128736,49606676100234,344658278690250,2390849931605590,16561583202364200
mov $2,$0
add $0,1
mul $... | 24.647059 | 195 | 0.756563 |
d4f35668007ffa471a92d552b9a51fe446753c1e | 3,555 | asm | Assembly | home/copy2.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | home/copy2.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | home/copy2.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | FarCopyData2::
; Identical to FarCopyData, but uses hROMBankTemp
; as temp space instead of wBuffer.
ld [hROMBankTemp], a
ld a, [H_LOADEDROMBANK]
push af
ld a, [hROMBankTemp]
ld [H_LOADEDROMBANK], a
ld [MBC1RomBank], a
call CopyData
pop af
ld [H_LOADEDROMBANK], a
ld [MBC1RomBank], a
ret
FarCopyData3::
; Cop... | 15.524017 | 57 | 0.670042 |
4fc4b22f31df794503c6f92fd9c2da3463ee4dd1 | 7,137 | asm | Assembly | 13_01_Random/RandomLib.asm | phaze101/C64-Bedtime-Coding-Public | f74eb3c454479f3df9c1122ecc1b27f6633570d9 | [
"MIT"
] | null | null | null | 13_01_Random/RandomLib.asm | phaze101/C64-Bedtime-Coding-Public | f74eb3c454479f3df9c1122ecc1b27f6633570d9 | [
"MIT"
] | null | null | null | 13_01_Random/RandomLib.asm | phaze101/C64-Bedtime-Coding-Public | f74eb3c454479f3df9c1122ecc1b27f6633570d9 | [
"MIT"
] | 1 | 2021-03-01T21:27:42.000Z | 2021-03-01T21:27:42.000Z | ;============================================================================
; C64 Bedtime Coding
; Copyright (c) by Phaze101
; eMail - info@phaze101.com
; website - https://www.phaze101.com
; MIT License - https://choosealicense.com/licenses/mit/
;=====================================================================... | 28.548 | 79 | 0.383354 |
ea558aedae68849caed7deaa8a8ade25bc22e2e7 | 54 | asm | Assembly | pkgs/tools/yasm/src/libyasm/tests/opt-circular2-err.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/libyasm/tests/opt-circular2-err.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/libyasm/tests/opt-circular2-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | times (label-$+1) db 0
label: db 'NOW where am I?'
| 18 | 28 | 0.592593 |
7e5d47258ba433b9fe6a1f2f89ae63c17cc24fd6 | 1,093 | asm | Assembly | oeis/282/A282003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/282/A282003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/282/A282003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A282003: Binary representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 413", based on the 5-celled von Neumann neighborhood.
; Submitted by Christian Krause
; 1,1,110,111,11000,11111,1100000,1111111,110000000,111111111,11... | 156.142857 | 481 | 0.846295 |
06bbef889661be98732216aa656288744de3fe18 | 666 | asm | Assembly | oeis/034/A034661.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/034/A034661.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/034/A034661.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A034661: Sum of n-th powers of divisors of 18.
; Submitted by Jon Maiga
; 6,39,455,6813,112931,1956669,34591115,617285253,11064693731,198756808749,3574014537275,64300154115093,1157115988280531,20825519793796029,374836322743499435,6746846977808919333,121441386937936123331,2185928253847184914509,39346558271492178925595... | 41.625 | 484 | 0.848348 |
77220ea04debacd47bf5329d50677ce5a6ade134 | 9,739 | asm | Assembly | Library/Mailbox/Outbox/outboxErrorRetry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Mailbox/Outbox/outboxErrorRetry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Mailbox/Outbox/outboxErrorRetry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1995 -- All Rights Reserved
PROJECT: Clavin
MODULE: Outbox
FILE: outboxErrorRetry.asm
AUTHOR: Allen Yuen, Mar 15, 1995
ROUTINES:
Name Description
---- -----------
INT OERDelRefAndFreeBloc... | 25.03599 | 79 | 0.611356 |
d437aa54cf8f588d47d11ee37cd50ff1ec5f24ce | 203 | asm | Assembly | Quiz and Lab Assessment/Solution/2.asm | sakibsadmanshajib/CSE331L-Section-1-Fall20-NSU | 85eadea4d9ff6f4ba2e474eed8d740468fe84907 | [
"MIT"
] | null | null | null | Quiz and Lab Assessment/Solution/2.asm | sakibsadmanshajib/CSE331L-Section-1-Fall20-NSU | 85eadea4d9ff6f4ba2e474eed8d740468fe84907 | [
"MIT"
] | null | null | null | Quiz and Lab Assessment/Solution/2.asm | sakibsadmanshajib/CSE331L-Section-1-Fall20-NSU | 85eadea4d9ff6f4ba2e474eed8d740468fe84907 | [
"MIT"
] | null | null | null | org 100h
Arr DB 10
MOV BX,OFFSET Arr
MOV [BX],1H
MOV [BX+1],1H
MOV DI,2
MOV SI,0H
MOV CX,8
L1:
MOV DX,[BX+SI]
INC SI
ADD DX,[BX+SI]
MOV [BX+DI],DX
INC DI
LOOP L1
ret | 8.826087 | 20 | 0.541872 |
fb11cb70af5e984e49f6639492667f12b63c894c | 459 | asm | Assembly | programs/oeis/280/A280513.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/280/A280513.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/280/A280513.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A280513: Index sequence of the reverse block-fractal sequence A001468.
; 1,2,1,5,4,3,2,1,13,12,11,10,9,8,7,6,5,4,3,2,1,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,89,88,87,86,85,84,83,82,81,80,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,5... | 30.6 | 275 | 0.620915 |
4e201ee1e79c8c49b87c37df0b8f467f4ec3eb8c | 288 | asm | Assembly | src/Lib/Sassy/tests/misc116.asm | pnkfelix/larceny | 4671a1f8acbd3f8d4d95e96672eae8b2a33502d3 | [
"MIT"
] | 212 | 2015-01-06T06:39:01.000Z | 2022-03-15T00:34:09.000Z | src/Lib/Sassy/tests/misc116.asm | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | 209 | 2015-01-17T00:18:33.000Z | 2021-11-15T21:52:15.000Z | src/Lib/Sassy/tests/misc116.asm | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | 39 | 2015-02-12T05:49:09.000Z | 2021-08-31T03:35:18.000Z | BITS 16
section .text
foo:
bound ax, [edi]
bound eax, [edi]
bswap edx
cmpxchg8b [edx+ecx]
enter 1000, 100
xchg ax, bx
xchg bx, ax
xchg eax, ebx
xchg ebx, eax
xchg al, ah
xchg [ebx], ah
xchg cx, bx
xchg [ecx], bx
xchg ecx, ebx
xchg [ecx], ebx
xchg al, [edi]
xchg ax, [edi]
xchg eax, [edi]
| 13.090909 | 19 | 0.673611 |
eee01f22df702d5e0a0f4b426a88374d72c7e74a | 982 | asm | Assembly | dosshell/shell/winidle.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dosshell/shell/winidle.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dosshell/shell/winidle.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;
; Tell forces greater than ourselves that we are idle so we
; don't pig up system time doing nothing. 1680 call is for
; Windows 3.0+ and OS/2, i... | 21.822222 | 65 | 0.625255 |
1bb47a0525100dd51498ce867a9a62aafa2b80df | 255 | asm | Assembly | source/generated/initialiseall.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/generated/initialiseall.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/generated/initialiseall.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | InitialiseAll:
lda #0
.assembler_controlhandler
lda #0
.device_controlhandler
lda #0
.interaction_controlhandler
lda #0
.main_controlhandler
lda #0
.string_controlhandler
lda #0
.tokeniser_controlhandler
lda #0
.variable_controlhandler
rts
| 15 | 28 | 0.792157 |
6b98bc295d3f0d450eb0a16727220bbc096948ec | 749 | asm | Assembly | oeis/102/A102129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/102/A102129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/102/A102129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A102129: Expansion of (1 - x)*(1 + 2*x) / ((1 + x)*(1 - 4*x - x^2)).
; Submitted by Christian Krause
; 1,4,15,66,277,1176,4979,21094,89353,378508,1603383,6792042,28771549,121878240,516284507,2187016270,9264349585,39244414612,166242008031,704212446738,2983091794981,12636579626664,53529410301635,226754220833206,9605462... | 35.666667 | 496 | 0.783712 |
867d03f7ad1ed637e0744c2f42d906a5827e0ec9 | 802 | asm | Assembly | oeis/142/A142404.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142404.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142404.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142404: Primes congruent to 19 mod 48.
; Submitted by Jon Maiga
; 19,67,163,211,307,499,547,643,691,739,787,883,1123,1171,1459,1699,1747,1987,2083,2131,2179,2371,2467,2659,2707,2803,2851,3187,3331,3571,3907,4003,4051,4099,4243,4339,4483,4723,5011,5059,5107,5347,5443,5683,5779,5827,5923,6067,6163,6211,6451,6547,6691,... | 38.190476 | 500 | 0.724439 |
44c325b60de1e904bb36cbd8548d8bc8d588b9de | 1,054 | asm | Assembly | src/spread/protect.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/protect.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/protect.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Cell protection
*
include win1_mac_oli
include win1_spread_keys
section prog
xdef acc_prct,acc_upct ; protect and unprotect
xdef is_proct ; check for protection
;+++
; check cell for protection
; Entry Exit
; d0 0=protected, 1=unprotected
; d1.l c|r
;---
is_proct subr a1
suba.l a1,a1 ; get format w... | 13.688312 | 47 | 0.687856 |
6bf1f3b0e302053e830c2324bbd10b38b479d7c3 | 301 | asm | Assembly | Assembler/testHla.asm | Rohansi/LoonyVM | 6ef3a3e552875cdbe39c92f66c31c3c5eb3059e0 | [
"Unlicense"
] | 1 | 2019-01-19T14:15:53.000Z | 2019-01-19T14:15:53.000Z | Assembler/testHla.asm | Rohansi/LoonyVM | 6ef3a3e552875cdbe39c92f66c31c3c5eb3059e0 | [
"Unlicense"
] | null | null | null | Assembler/testHla.asm | Rohansi/LoonyVM | 6ef3a3e552875cdbe39c92f66c31c3c5eb3059e0 | [
"Unlicense"
] | null | null | null | include 'loonyvm.inc'
mov r0, 10
.while r0 >= 0
.if r0 = 5
invoke printString, msgFive
.else
invoke_va printf, msgCountFmt, r0
.endif
dec r0
.endw
jmp $
msgCountFmt: db 'n = %i', 10, 0
msgFive: db 'hi im 5', 10, 0
include 'lib/string.asm'
include 'lib/printf.asm'
include 'lib/term.asm'
| 13.086957 | 35 | 0.664452 |
50612ad121ff2ace14a46d2071a48d86dee151cc | 2,050 | asm | Assembly | unittests/ASM/TwoByte/0F_F6.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/TwoByte/0F_F6.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/TwoByte/0F_F6.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"MM0": "0x0000000000000080",
"MM1": "0x0000000000000083",
"MM2": "0x0000000000000134",
"MM3": "0x0000000000000156",
"MM4": "0x0000000000000140",
"MM5": "0x000000000000013F",
"MM6": "0x000000000000008F",
"MM7": "0x00000000000000D1"
},
"MemoryRegions": {
... | 25.625 | 67 | 0.636585 |
422e58b2c86793ae12c2c248a0ed02e1a5cfe66e | 1,071 | asm | Assembly | src/test/ref/stack-relative-addressing.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/stack-relative-addressing.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/stack-relative-addressing.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test stack-relative addressing (for passing parameters through the stack)
// Commodore 64 PRG executable file
.file [name="stack-relative-addressing.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Dat... | 22.3125 | 131 | 0.633987 |
7ee16e964a95c5d9c3f00da163864c567787383d | 3,385 | asm | Assembly | src/data/messages.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | 17 | 2018-07-11T20:53:46.000Z | 2022-03-01T18:20:42.000Z | src/data/messages.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | 24 | 2018-10-23T07:47:33.000Z | 2021-02-09T09:06:25.000Z | src/data/messages.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | null | null | null | NINJA_AUTHOR_PREFIX db AUTHOR_PREFIX, ':', 0
NINJA_LOADING_MSG db AUTHOR_PREFIX, ': NINJA: Loading '
NINJA_VERSION_CHAR_1 db 'Ninja ', NINJA_VERSION, ', built ', __UTC_DATE__, ' ', __UTC_TIME__, ', ', 0
NINJA_VERSION_CHAR_1_len equ $-NINJA_VERSION_CHAR_1
NINJA_REGISTER_CONSOLE db AUTHOR_PREFI... | 73.586957 | 107 | 0.670015 |
1b20f9cbf1c6e6c8ee7b53b755eb814c6850f48a | 225 | asm | Assembly | agdt.asm | tristanred/micros | 512d879e871d89b62f3dd916b5fda5328b7c24b1 | [
"MIT"
] | 4 | 2018-08-13T18:37:03.000Z | 2022-02-04T18:13:34.000Z | agdt.asm | kratosaurion7/micros | 512d879e871d89b62f3dd916b5fda5328b7c24b1 | [
"MIT"
] | 11 | 2017-04-05T21:59:45.000Z | 2017-06-01T03:02:51.000Z | agdt.asm | kratosaurion7/micros | 512d879e871d89b62f3dd916b5fda5328b7c24b1 | [
"MIT"
] | 1 | 2021-08-08T21:06:19.000Z | 2021-08-08T21:06:19.000Z | extern gdtPointer
global loadGdt
loadGdt:
lgdt[gdtPointer]
mov ax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
jmp 0x08:fload
fload:
ret ; was ret.asm
| 13.235294 | 37 | 0.546667 |
3693e7ecabb3fdf678bde8f48988059a503073b6 | 362 | asm | Assembly | data/maps/objects/ViridianForestSouthGate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/ViridianForestSouthGate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/ViridianForestSouthGate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | ViridianForestSouthGate_Object:
db $a ; border block
def_warps
warp 4, 0, 3, VIRIDIAN_FOREST
warp 5, 0, 4, VIRIDIAN_FOREST
warp 4, 7, 5, LAST_MAP
warp 5, 7, 5, LAST_MAP
def_signs
def_objects
object SPRITE_GIRL, 8, 4, STAY, LEFT, 1 ; person
object SPRITE_LITTLE_GIRL, 2, 4, WALK, UP_DOWN, 2 ; person
... | 21.294118 | 59 | 0.726519 |
6692dbe4461117d77024181c6763bcb75636cb9b | 267 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_list/c/sccz80/p_list_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/p_list/c/sccz80/p_list_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/p_list/c/sccz80/p_list_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *p_list_front(p_list_t *list)
SECTION code_clib
SECTION code_adt_p_list
PUBLIC p_list_front
EXTERN asm_p_list_front
defc p_list_front = asm_p_list_front
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _p_list_front
defc _p_list_front = p_list_front
ENDIF
| 14.052632 | 36 | 0.831461 |
eb0ccf86927fa1e41d9edd66e0f23517da0a3f9f | 8,846 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_4470_233.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_4470_233.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_4470_233.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x8859, %r13
nop
nop
dec %rdi
mov (%r13), %esi
nop
nop
nop
add %rcx, %rcx
lea addresses_normal_ht+0x15d31, %r13
nop
nop
nop
nop
xor $44860, %rbp
movb (%r13), %r12b
nop
nop... | 30.608997 | 2,999 | 0.654307 |
987a9f6be7314f49aea3bcc8188a3f687130403d | 97,164 | asm | Assembly | oslab6/obj/user/faultio.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null | oslab6/obj/user/faultio.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null | oslab6/obj/user/faultio.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null |
obj/user/faultio.debug: 文件格式 elf32-i386
Disassembly of section .text:
00800020 <_start>:
// starts us running when we are initially loaded into a new environment.
.text
.globl _start
_start:
// See if we were started with arguments on the stack
cmpl $USTACKTOP, %esp
800020: 81 fc 00 e0 bf ee cmp $0xe... | 40.586466 | 91 | 0.455899 |
45970b924df23b9ac3c85eced7d610b6ee815c15 | 680 | asm | Assembly | programs/oeis/070/A070483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070483: a(n) = n^3 mod 21.
; 0,1,8,6,1,20,6,7,8,15,13,8,6,13,14,15,1,20,15,13,20,0,1,8,6,1,20,6,7,8,15,13,8,6,13,14,15,1,20,15,13,20,0,1,8,6,1,20,6,7,8,15,13,8,6,13,14,15,1,20,15,13,20,0,1,8,6,1,20,6,7,8,15,13,8,6,13,14,15,1,20,15,13,20,0,1,8,6,1,20,6,7,8,15,13,8,6,13,14,15,1,20,15,13,20,0,1,8,6,1,20,6,7,8,15,13,8,6... | 97.142857 | 619 | 0.588235 |
cf0dd097e11a4ec4df8851ca61fd5661a10ceb37 | 761 | asm | Assembly | oeis/089/A089022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089022: Number of walks of length 2n on the 3-regular tree beginning and ending at some fixed vertex.
; Submitted by Christian Krause
; 1,3,15,87,543,3543,23823,163719,1143999,8099511,57959535,418441191,3043608351,22280372247,164008329423,1213166815047,9012417249663,67208553680247,502920171632943,3775020828459687,28... | 108.714286 | 483 | 0.844941 |
c75356eba950006ac08b4cc28790d5e46165a163 | 727 | asm | Assembly | libsrc/input/srr/in_KeyPressed.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/input/srr/in_KeyPressed.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/input/srr/in_KeyPressed.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uint in_KeyPressed(uint scancode)
SECTION code_clib
PUBLIC in_KeyPressed
PUBLIC _in_KeyPressed
; Determines if a key is pressed using the scan code
; returned by in_LookupKey.
; enter : l = scan row
; h = key mask
; exit : carry = key is pressed & HL = 1
; no carry = key not pressed & HL = 0
; use... | 13.716981 | 52 | 0.660248 |
37d9241dff77491c97f520560eca6eb289791dd6 | 105 | asm | Assembly | test/asm/strlen.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 1 | 2017-07-01T17:00:58.000Z | 2017-07-01T17:00:58.000Z | test/asm/strlen.asm | jidoc01/rgbds | c8630eee95512bb0361b4dc389a61ee0a5a66875 | [
"MIT"
] | null | null | null | test/asm/strlen.asm | jidoc01/rgbds | c8630eee95512bb0361b4dc389a61ee0a5a66875 | [
"MIT"
] | null | null | null | SECTION "sec", ROM0
xstrlen: MACRO
PRINTV STRLEN(\1)
PRINTT "\n"
ENDM
xstrlen "ABC"
xstrlen "カタカナ"
| 10.5 | 19 | 0.67619 |
c0fd88548992ead24fec9722a936950881e251d3 | 694 | asm | Assembly | oeis/253/A253317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/253/A253317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/253/A253317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A253317: Indices in A253315 where records occur.
; Submitted by Jamie Morken(s4)
; 0,1,2,3,8,9,10,11,128,129,130,131,136,137,138,139,32768,32769,32770,32771,32776,32777,32778,32779,32896,32897,32898,32899,32904,32905,32906,32907,2147483648,2147483649,2147483650,2147483651,2147483656,2147483657,2147483658,2147483659,2... | 43.375 | 499 | 0.792507 |
cf7993f16cc49720852ad2912fa2a5f861a4b31d | 8,735 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xca_notsx.log_21829_92.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xca_notsx.log_21829_92.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xca_notsx.log_21829_92.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 %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xa595, %r13
nop
nop
nop
sub $19595, %r11
movw $0x6162, (%r13)
nop
inc %r10
lea addresses_normal_ht+0x1b73, %rsi
lea addresses_WC_ht+0x5153, %rdi
nop
nop
nop
nop
xor %r15, %r15... | 30.43554 | 2,999 | 0.651173 |
e075a5ea6dea6531f975d3580bd494e7c78e5402 | 7,997 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_7552_892.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_7552_892.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_7552_892.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 %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x7c12, %rcx
nop
nop
nop
nop
nop
cmp %rax, %rax
mov (%rcx), %r8w
nop
nop
xor $26547, %r9
lea addresses_WT_ht+0xe99f, %r10
nop
nop
sub $904, %rcx
mov $0x6162636465666768, %rax
mo... | 33.742616 | 2,999 | 0.654245 |
2c71a52394cb42a54177c2efe26cd3784c2fec00 | 636 | asm | Assembly | oeis/058/A058031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/058/A058031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/058/A058031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A058031: a(n) = n^4 - 2*n^3 + 3*n^2 - 2*n + 1, the Alexander polynomial for reef and granny knots.
; 1,1,9,49,169,441,961,1849,3249,5329,8281,12321,17689,24649,33489,44521,58081,74529,94249,117649,145161,177241,214369,257049,305809,361201,423801,494209,573049,660969,758641,866761,986049,1117249,1261129,1418481,159012... | 79.5 | 497 | 0.800314 |
eb75cb72cbae074e235b41bff4d020b145fd000e | 581 | asm | Assembly | oeis/322/A322406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/322/A322406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/322/A322406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A322406: a(n) = n + n*n^n.
; 2,10,84,1028,15630,279942,5764808,134217736,3486784410,100000000010,3138428376732,106993205379084,3937376385699302,155568095557812238,6568408355712890640,295147905179352825872,14063084452067724991026,708235345355337676357650,37589973457545958193355620,2097152000000000000000000020,12269432... | 58.1 | 493 | 0.876076 |
70d6e76cc0ae59261a3fd6b91f75e65e7bf233cf | 1,129 | asm | Assembly | programs/oeis/020/A020745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020745: Pisot sequence T(3,5).
; 3,5,8,12,18,27,40,59,87,128,188,276,405,594,871,1277,1872,2744,4022,5895,8640,12663,18559,27200,39864,58424,85625,125490,183915,269541,395032,578948,848490,1243523,1822472,2670963,3914487,5736960,8407924,12322412,18059373,26467298,38789711,56849085,83316384,122106096,178955182,262271... | 188.166667 | 1,034 | 0.875111 |
1bb8e997d81ce949007793b09a5502ab7a813e98 | 78,397 | asm | Assembly | gfx/pics.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | gfx/pics.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | gfx/pics.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | INCLUDE "constants.asm"
; PokemonPicPointers and UnownPicPointers are assumed to start at the same
; address, but in different banks. This is enforced in pokecrystal.link.
SECTION "Pic Pointers", ROMX
INCLUDE "data/pokemon/pic_pointers.asm"
SECTION "Unown Pic Pointers", ROMX
INCLUDE "data/pokemon/unown_pic_poin... | 62.667466 | 75 | 0.752937 |
4545bb477bee4a95fa9a31f3751376785fe24039 | 520 | asm | Assembly | oeis/048/A048861.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/048/A048861.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/048/A048861.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A048861: a(n) = n^n - 1.
; 0,3,26,255,3124,46655,823542,16777215,387420488,9999999999,285311670610,8916100448255,302875106592252,11112006825558015,437893890380859374,18446744073709551615,827240261886336764176,39346408075296537575423,1978419655660313589123978,104857599999999999999999999,5842587018385982521381124420,34... | 74.285714 | 463 | 0.890385 |
dbe424f2c8a2a2a7efa310502e9d73dc6230a8fc | 3,354 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_1_1600.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_0xca.log_1_1600.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_0xca.log_1_1600.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 %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1106c, %rsi
nop
nop
nop
nop
nop
inc %r8
movl $0x61626364, (%rsi)
nop
nop
nop
add %rbx, %rbx
lea addresses_A_ht+0x12eec, %rsi
lea addresses_WC_ht+0x1d224, %rdi
xor $49363, %rax
mov $0, ... | 19.275862 | 148 | 0.644007 |
34285c3a80b5200bb4062112e912bb6128e8c617 | 331 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_attr_from_pentp_penti_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_attr_from_pentp_penti_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_attr_from_pentp_penti_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char ulap_attr_from_pentp_penti(unsigned char pentp,unsigned char penti)
SECTION code_clib
SECTION code_arch
PUBLIC ulap_attr_from_pentp_penti_callee
EXTERN asm_ulap_attr_from_pentp_penti
ulap_attr_from_pentp_penti_callee:
pop af
pop de
pop hl
push af
ld h,e
jp asm_ulap_attr_from_p... | 17.421053 | 83 | 0.812689 |
99f6cd0c5aa265cf5cb932782ef06a254dc35734 | 424 | asm | Assembly | iod/con2/sprite/f11.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/sprite/f11.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/sprite/f11.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Sprite f11
*
* Mode 4
* +|---------+
* -ggg g g -
* |g gg gg |
* |g g g |
* |gg g g |
* |g g g |
* |g g g |
* |g g g |
* +|---------+
*
section sprite
xdef sp_f11
xref sp_zero
sp_f11
dc.w $0100,$0000
dc.w 8,7,0,0
dc.l sc4_f11-*
dc.l sp_zero-*
dc.l 0
sc4_f11
dc.w $E900,$0000
dc.w $9B00... | 12.848485 | 17 | 0.492925 |
cd85c68cab816c2ed7fda6dd86b065fd1c359e60 | 544 | asm | Assembly | programs/oeis/069/A069115.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/069/A069115.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/069/A069115.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A069115: Squarefree part of prime(n)+1 : the smallest number such that a(n)*(prime(n)+1) is a square.
; 3,1,6,2,3,14,2,5,6,30,2,38,42,11,3,6,15,62,17,2,74,5,21,10,2,102,26,3,110,114,2,33,138,35,6,38,158,41,42,174,5,182,3,194,22,2,53,14,57,230,26,15,2,7,258,66,30,17,278,282,71,6,77,78,314,318,83,2,87,14,354,10,23,374,... | 90.666667 | 305 | 0.683824 |
8b080774368c2bb9c54ce78a3faed081c573499a | 333 | asm | Assembly | oeis/021/A021731.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021731.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021731.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021731: Decimal expansion of 1/727.
; Submitted by Jamie Morken(s4.)
; 0,0,1,3,7,5,5,1,5,8,1,8,4,3,1,9,1,1,9,6,6,9,8,7,6,2,0,3,5,7,6,3,4,1,1,2,7,9,2,2,9,7,1,1,1,4,1,6,7,8,1,2,9,2,9,8,4,8,6,9,3,2,5,9,9,7,2,4,8,9,6,8,3,6,3,1,3,6,1,7,6,0,6,6,0,2,4,7,5,9,2,8,4,7,3,1,7,7,4
add $0,1
mov $2,10
pow $2,$0
mov $0,$2
div $0,7... | 30.272727 | 199 | 0.558559 |
88fc53933aaf4a683aafcc9e58f65aea33adc164 | 9,144 | asm | Assembly | Progetti/Gioco TRIS/Bitmap display + guida/tris bitmap.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | Progetti/Gioco TRIS/Bitmap display + guida/tris bitmap.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | Progetti/Gioco TRIS/Bitmap display + guida/tris bitmap.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | .data
s_move_x: .asciiz "Player X, enter your move: "
s_move_o: .asciiz "Player O, enter your move: "
s_won_x: .asciiz "Player X Won! Congratulations!!\n"
s_won_o: .asciiz "Player O Won! Congratulations!!\n"
s_tie: .asciiz "It's a tie!\n"
s_invalid_move: .asciiz "INVALID MOVE! Please, choose... | 17.091589 | 76 | 0.58224 |
8c89e2dc4572a137e4e3f267a4330bacdd000fbb | 1,061 | asm | Assembly | _build/dispatcher/jmp_ippsPrimeTest_BN_aba18d27.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsPrimeTest_BN_aba18d27.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsPrimeTest_BN_aba18d27.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsPrimeTest_BN:function
extern n8_ippsPrimeTest_BN:function
extern y8_ippsPrimeTest_BN:function
extern e9_ippsPrimeTest_BN:function
extern l9_ippsPrimeTest_BN:function
extern n0_ippsPrimeTest_BN:function
extern k0_ippsPrimeTest_BN:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
s... | 27.205128 | 91 | 0.792648 |
ea5954e3c329657265617c317039ca464d9d7a61 | 6,069 | asm | Assembly | AP1/kernel.asm | KilnerJhow/ihs | a4e8db2cd4928fa18ccf4e369cca6e6ad4b8919d | [
"Apache-2.0"
] | 1 | 2018-09-18T10:38:41.000Z | 2018-09-18T10:38:41.000Z | AP1/kernel.asm | KilnerJhow/ihs | a4e8db2cd4928fa18ccf4e369cca6e6ad4b8919d | [
"Apache-2.0"
] | null | null | null | AP1/kernel.asm | KilnerJhow/ihs | a4e8db2cd4928fa18ccf4e369cca6e6ad4b8919d | [
"Apache-2.0"
] | null | null | null | org 0x7e00
jmp start
buffer: times 64 db 0
memory: times 240 db 0
tableOccuped: times 5 db 0
cheio: db 'Banco de dados cheio', 0xA, 0xD, 0
poslivre: db 'Pos livre achada', 0xA, 0xD, 0
chamada: db 'func chamada', 0xA, 0xD, 0
insertNumConta: db 'Insira o num da conta: ', 0xA, 0xD, 0
noAcc: db '... | 19.328025 | 157 | 0.478992 |
c9be6263feeebfcfd941ff9c03a618cb7bf2b5ce | 605 | asm | Assembly | oeis/295/A295897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/295/A295897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/295/A295897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A295897: Numbers in whose binary expansion there are no 1-runs of odd length followed by a 0 to their right.
; Submitted by Christian Krause
; 0,1,3,6,7,12,13,15,24,25,27,30,31,48,49,51,54,55,60,61,63,96,97,99,102,103,108,109,111,120,121,123,126,127,192,193,195,198,199,204,205,207,216,217,219,222,223,240,241,243,246,... | 75.625 | 372 | 0.733884 |
09b6b5be6b6777f5bb204554652655cb7c073f01 | 666 | asm | Assembly | oeis/097/A097138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/097/A097138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/097/A097138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A097138: Convolution of 4^n and floor(n/2).
; Submitted by Christian Krause
; 0,0,1,5,22,90,363,1455,5824,23300,93205,372825,1491306,5965230,23860927,95443715,381774868,1527099480,6108397929,24433591725,97734366910,390937467650,1563749870611,6254999482455,25019997929832,100079991719340,400319966877373,160127986750950... | 44.4 | 491 | 0.839339 |
cc09dedff4354eeec52f80133e402314f553e6dc | 696 | nasm | Assembly | 6 Polymorphic Shellcode/iptables-poly.nasm | kecebon9/slae32 | 1f459a2f73b99f0e93fedccbaccc89f622dcd846 | [
"Apache-2.0"
] | null | null | null | 6 Polymorphic Shellcode/iptables-poly.nasm | kecebon9/slae32 | 1f459a2f73b99f0e93fedccbaccc89f622dcd846 | [
"Apache-2.0"
] | null | null | null | 6 Polymorphic Shellcode/iptables-poly.nasm | kecebon9/slae32 | 1f459a2f73b99f0e93fedccbaccc89f622dcd846 | [
"Apache-2.0"
] | null | null | null | ; iptables polymorphic http://shell-storm.org/shellcode/files/shellcode-825.php
; 61 bytes
; Author: rikih gunawan
global _start
_start:
xor eax,eax
push eax
push word 0x8c5a ; -F : ror 1
ror word [esp], 1
mov esi,esp
push eax
push 0xe6cad8c4 ; selb : ror 1
ror dword [esp], 1
p... | 21.090909 | 79 | 0.561782 |
f776ea9cc032a493360be4427af954c2f9f55488 | 5,293 | asm | Assembly | Exercise_2/partA.asm | dekoperez/SEL0433_microprocessorAplications | 4581af1e5f383eedd8181e941740318368b36a30 | [
"MIT"
] | null | null | null | Exercise_2/partA.asm | dekoperez/SEL0433_microprocessorAplications | 4581af1e5f383eedd8181e941740318368b36a30 | [
"MIT"
] | null | null | null | Exercise_2/partA.asm | dekoperez/SEL0433_microprocessorAplications | 4581af1e5f383eedd8181e941740318368b36a30 | [
"MIT"
] | null | null | null | ;*******************************************************************************
; @INSTITUTION
; University of Sao Paulo | Sao Carlos School of Engineering | SEL
;------------------------------------------------------------------------------
; @DISCIPLINE
; Name: SEL0433 | Applications of Microprocessors I
; Profes... | 36.006803 | 81 | 0.392783 |
2f8831f108450e848c85aaac7d6b4526e9f6f7bb | 542 | asm | Assembly | oeis/076/A076036.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/076/A076036.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/076/A076036.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A076036: G.f.: 1/(1 - 5*x*C(x)), where C(x) = (1 - sqrt(1 - 4*x))/(2*x) = g.f. for the Catalan numbers A000108.
; Submitted by Christian Krause
; 1,5,30,185,1150,7170,44760,279585,1746870,10916150,68219860,426353130,2664633580,16653699860,104084695500,650526003825,4065775405350,25411052086350,158818913483700,99261761... | 25.809524 | 235 | 0.691882 |
4d3fb0e56c563e25e061a8bcb8727911fff3ab62 | 8,262 | asm | Assembly | loaders_patches_etc/redefine_kyes_patch_amaurote.asm | alexanderbazhenoff/zx-spectrum-various | 80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e | [
"MIT"
] | null | null | null | loaders_patches_etc/redefine_kyes_patch_amaurote.asm | alexanderbazhenoff/zx-spectrum-various | 80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e | [
"MIT"
] | null | null | null | loaders_patches_etc/redefine_kyes_patch_amaurote.asm | alexanderbazhenoff/zx-spectrum-various | 80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e | [
"MIT"
] | null | null | null | ORG #67FF
BORDER EQU 5
INTTABL EQU #7800
FONT EQU #7A00
K_TABL EQU #6800+#400
DI
LD A,BORDER
OUT (#FE),A
LD BC,#7FFD
LD A,#18
OUT (C),A
LD (#5B5C),A
PUSH BC
CALL PANEL
CALL CLS
POP BC
LD A,#10
OUT (C)... | 18.734694 | 61 | 0.405108 |
d6fa6467857a8272f74fae6c20494460d6e9b9fe | 169 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_clear.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_clear.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_clear.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void b_vector_clear(b_vector_t *v)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC _b_vector_clear
EXTERN _b_array_clear
defc _b_vector_clear = _b_array_clear
| 14.083333 | 37 | 0.846154 |
e9592d94aabf57adcb87c0da365a174c2c3710f5 | 154 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/___fs2sint_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/___fs2sint_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/___fs2sint_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC ___fs2sint_callee
EXTERN cam32_sdcc___fs2sint_callee
defc ___fs2sint_callee = cam32_sdcc___fs2sint_callee
| 22 | 56 | 0.811688 |
e9f03e5f0e0a18940fba3c36f1c083493f4b1bd7 | 795 | asm | Assembly | maps/Route15FuchsiaGate.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/Route15FuchsiaGate.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/Route15FuchsiaGate.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 ROUTE15FUCHSIAGATE_OFFICER
Route15FuchsiaGate_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
Route15FuchsiaGateOfficerScript:
jumptextfaceplayer Route15FuchsiaGateOfficerText
Route15FuchsiaGateOfficerText:
text "You're working on"
line "a #DEX? That's"
par... | 22.714286 | 153 | 0.759748 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.