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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b27654e2730cab5d694f3a53770cf467aa5cae9e | 322 | asm | Assembly | libsrc/target/laser500/graphics/w_respixl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/laser500/graphics/w_respixl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/laser500/graphics/w_respixl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC w_respixel
EXTERN __laser500_mode
EXTERN res_MODE0
EXTERN res_MODE2
; in: hl,de = (x,y) coordinate of pixel
w_respixel:
ld a,(__laser500_mode)
cp 2
jp z,res_MODE2
; Reduce coordinates down to h=x, l=y
ld a,h
and a
ret nz
ld h,l
ld a,d
and a
ret nz
ld l,e
jp res_MODE0... | 11.5 | 43 | 0.692547 |
5ac430d5020780447696a87b339f10bd7fe8b7ea | 2,703 | asm | Assembly | lib/third_party/mcu_vendor/renesas/rz_mcu_boards/core_package/generate/compiler/asm/vfp_init.asm | renesas-rx/amazon-freertos | 1f50ef5b1971183c29c6d6748b4a0a3635de2fdf | [
"MIT"
] | 7 | 2018-06-27T10:53:02.000Z | 2020-08-07T05:32:13.000Z | lib/third_party/mcu_vendor/renesas/rz_mcu_boards/core_package/generate/compiler/asm/vfp_init.asm | renesas-rx/amazon-freertos | 1f50ef5b1971183c29c6d6748b4a0a3635de2fdf | [
"MIT"
] | 19 | 2018-12-07T03:41:15.000Z | 2020-02-05T14:42:04.000Z | lib/third_party/mcu_vendor/renesas/rz_mcu_boards/core_package/generate/compiler/asm/vfp_init.asm | renesas-rx/amazon-freertos | 1f50ef5b1971183c29c6d6748b4a0a3635de2fdf | [
"MIT"
] | 11 | 2018-08-03T10:15:33.000Z | 2020-12-07T03:26:10.000Z | @/*******************************************************************************
@* DISCLAIMER
@* This software is supplied by Renesas Electronics Corporation and is only
@* intended for use with Renesas products. No other uses are authorized. This
@* software is owned by Renesas Electronics Corporation and is protect... | 41.584615 | 81 | 0.578616 |
c2170d5998adb6f13d80d2950d1fed9b8d05c21c | 3,640 | asm | Assembly | library/02_functions_batch1/unknown_1000a290.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | 1 | 2021-06-05T23:41:15.000Z | 2021-06-05T23:41:15.000Z | library/02_functions_batch1/unknown_1000a290.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | library/02_functions_batch1/unknown_1000a290.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | 1000a290: 55 push ebp
1000a291: 8b ec mov ebp,esp
1000a293: 83 ec 18 sub esp,0x18
1000a296: 53 push ebx
1000a297: ff 75 10 push DWORD PTR [ebp+0x10]
1000a29a: 8d 4d e8 lea ecx,[ebp-0x18]
1000a29d: e8 78 9b ff ff ... | 52 | 70 | 0.506319 |
5c1f7b12768595305f9e58179e322cb95bdfa9af | 270 | asm | Assembly | kartnamereferencelist.asm | szymbar15/Mario-Kart-DS-ASM-hacks-from-YouTube-Videos | c5362be4b16e8ff279abc09cab6b586248b0d090 | [
"MIT"
] | 1 | 2020-12-07T22:55:47.000Z | 2020-12-07T22:55:47.000Z | kartnamereferencelist.asm | szymbar15/Mario-Kart-DS-ASM-hacks-from-YouTube-Videos | c5362be4b16e8ff279abc09cab6b586248b0d090 | [
"MIT"
] | null | null | null | kartnamereferencelist.asm | szymbar15/Mario-Kart-DS-ASM-hacks-from-YouTube-Videos | c5362be4b16e8ff279abc09cab6b586248b0d090 | [
"MIT"
] | null | null | null | ;0x21532DC
KartNameReferenceList:
dcd 0x6, 0x7, 0x8, 0x15, 0x16, 0x17, 0x12, 0x13, 0x14, 0x1B,\
0x1C, 0x1D, 0xC, 0xD, 0xE, 0x18, 0x19, 0x1A, 0xF, 0x10,\
0x11, 0x9, 0xA, 0xB, 0x21, 0x22, 0x23, 0x1E, 0x1F, 0x20,\
0x24, 0x25, 0x26, 0x27, 0x28, 0x29,\
0x2A | 38.571429 | 61 | 0.633333 |
bdac6e7fdb72e1e308bdce64468ea3d15b1c3f61 | 610 | asm | Assembly | WS5_ASM/Task_1.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | WS5_ASM/Task_1.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | WS5_ASM/Task_1.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | #
# Write a program that inputs two integer values x and y and prints all the values in the range min(x, y)..max(x, y).
#
.include "macros.s"
main:
print_str("Please, input an integer x: ")
int_input(t0)
print_str("Please, input an integer y: ")
int_input(t1)
#t2 = min
slt t2, t0, t1
neg t2, t2
xor t3, t... | 15.25 | 117 | 0.632787 |
7bef20e480e7350b4542f98b3cfa177470123610 | 3,173 | asm | Assembly | source/transgen.asm | OS2World/DRV-VIDEO-GRADD-sssbbacc | 7ee160fded803199a264daea55bbaddb43e5fe8b | [
"BSD-3-Clause"
] | null | null | null | source/transgen.asm | OS2World/DRV-VIDEO-GRADD-sssbbacc | 7ee160fded803199a264daea55bbaddb43e5fe8b | [
"BSD-3-Clause"
] | null | null | null | source/transgen.asm | OS2World/DRV-VIDEO-GRADD-sssbbacc | 7ee160fded803199a264daea55bbaddb43e5fe8b | [
"BSD-3-Clause"
] | null | null | null | ; transgen.asm - Software Screen to Screen BitBlt Acceleration GRADD filter, release 0.0.6
; Copyright (c) 2001 Takayuki 'January June' Suwa
.386
.387
CODE32 segment para use32 public 'CODE'
CODE32 ends
DATA32 segment para use32 public 'DATA'
DATA32 ends
CONST32_RO segment para use32 public 'CONST'
CONS... | 19.955975 | 90 | 0.599118 |
25f0dd4106872f3ca9a0c964aa4e1d1d2c6deed8 | 1,934 | asm | Assembly | programs/oeis/077/A077864.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/077/A077864.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/077/A077864.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A077864: Expansion of (1-x)^(-1)/(1-x-2*x^2-x^3).
; 1,2,5,11,24,52,112,241,518,1113,2391,5136,11032,23696,50897,109322,234813,504355,1083304,2326828,4997792,10734753,23057166,49524465,106373551,228479648,490751216,1054084064,2264066145,4862985490,10445201845,22435238971,48188628152,103504307940,222316803216,477514047... | 276.285714 | 1,799 | 0.914168 |
fe7453adb7ed9539cdd8a61a18f5332bd04dbfb4 | 146 | asm | Assembly | kernel.asm | RudraSwat/rudraOS-2019 | aec2f16af3658d3bc55c3d0ee1eec68f60ca6ae7 | [
"BSD-3-Clause"
] | null | null | null | kernel.asm | RudraSwat/rudraOS-2019 | aec2f16af3658d3bc55c3d0ee1eec68f60ca6ae7 | [
"BSD-3-Clause"
] | null | null | null | kernel.asm | RudraSwat/rudraOS-2019 | aec2f16af3658d3bc55c3d0ee1eec68f60ca6ae7 | [
"BSD-3-Clause"
] | null | null | null | bits 32
section .text
align 4
dd 0x1BADB002
dd 0x00
dd - (0x1BADB002+0x00)
global start
extern kmain
start:
cli
call kmain
hlt
| 11.230769 | 24 | 0.678082 |
2f51f2bbc53fa9aeb26c5184b0af4ee27b1f5109 | 158 | asm | Assembly | working/m12-give-strings/m12-give-target-dead-full.asm | Iemnur/Mother2GbaTranslation | b8ca6df07ef69762fc5cc7453657b8e71178c78d | [
"MIT"
] | 149 | 2015-03-19T11:22:47.000Z | 2022-03-23T17:57:39.000Z | working/m12-give-strings/m12-give-target-dead-full.asm | Iemnur/Mother2GbaTranslation | b8ca6df07ef69762fc5cc7453657b8e71178c78d | [
"MIT"
] | 77 | 2015-06-16T17:38:47.000Z | 2022-01-24T14:21:28.000Z | working/m12-give-strings/m12-give-target-dead-full.asm | Iemnur/Mother2GbaTranslation | b8ca6df07ef69762fc5cc7453657b8e71178c78d | [
"MIT"
] | 29 | 2015-06-16T00:58:04.000Z | 2021-12-23T22:38:30.000Z | .loadtable "m12-give-strings/m12-give-table.tbl"
.str "@\csender tried to add\n the \citem\n to \creceiver's stuff,\prompt@but there was no room for it." | 52.666667 | 108 | 0.71519 |
1e1dd075be43ca715e67077f8cb0f2e6656f3933 | 1,130 | asm | Assembly | asm/string.asm | shoyaaa/asm-libc | 805d82599ee7e04df55341ad4f5f98a3c47529e3 | [
"MIT"
] | 3 | 2021-05-09T19:03:59.000Z | 2021-05-10T07:42:49.000Z | asm/string.asm | shoyaaa/asm-libc | 805d82599ee7e04df55341ad4f5f98a3c47529e3 | [
"MIT"
] | null | null | null | asm/string.asm | shoyaaa/asm-libc | 805d82599ee7e04df55341ad4f5f98a3c47529e3 | [
"MIT"
] | null | null | null | global _strlen
global _memset
global _atoi
section .text
; int _strlen(char*)
; note that string must be zero-terminated
_strlen:
.loop_start:
xor rax, rax ; initialize counter
.loop:
; move current character to bl register
mov bl, [rdi+rax]
; check bl is zero (that mean... | 16.376812 | 60 | 0.535398 |
f9a0ccee7d5a31426ea1e588d97d0e2164db40a9 | 563 | asm | Assembly | Outputing in Assembly/Example 1/Task1.asm | KyleErwin/Assembly | e9aa223a4a119df5a14e043723131d8ddfe8c12e | [
"MIT"
] | null | null | null | Outputing in Assembly/Example 1/Task1.asm | KyleErwin/Assembly | e9aa223a4a119df5a14e043723131d8ddfe8c12e | [
"MIT"
] | null | null | null | Outputing in Assembly/Example 1/Task1.asm | KyleErwin/Assembly | e9aa223a4a119df5a14e043723131d8ddfe8c12e | [
"MIT"
] | null | null | null | segment .data
input: db "", 0x0a
;New line string
newLine: db "\n", 0x0a
segment .text
global _start
_start:
;read input in from the console
mov eax, 0
mov edi, 0
mov edx, 12 ; The number of characters
mov rsi, input
syscall
;output result back to the console
mov eax, 1
mov edi, 1
mov edx,... | 16.085714 | 45 | 0.634103 |
562dcc648ba38f83a056976eaa79908bc2579dce | 606 | asm | Assembly | 4rth-Sem-Ise/Microprocessors -X86-/files.asm | mvnsia/4th_Sem_Ise | d1e75bf16ff1ee5ded3fa2832017098f86670a18 | [
"MIT"
] | null | null | null | 4rth-Sem-Ise/Microprocessors -X86-/files.asm | mvnsia/4th_Sem_Ise | d1e75bf16ff1ee5ded3fa2832017098f86670a18 | [
"MIT"
] | null | null | null | 4rth-Sem-Ise/Microprocessors -X86-/files.asm | mvnsia/4th_Sem_Ise | d1e75bf16ff1ee5ded3fa2832017098f86670a18 | [
"MIT"
] | null | null | null | assume cs:code, ds:data
disp macro str3
lea dx,str3
mov ah,0Dh
int 21h
mov ah,09h
int 21h
endm
data segment
fname2 db "shashi.txt"
msg1 db "File created successfully $" ;pass your own message to verify
fname1 db "emp.dat"
msg2 db "File deleted successfully$"
... | 15.947368 | 76 | 0.562706 |
5ac07e04a4f561e92934ff10ad091d96db743dd4 | 336 | asm | Assembly | oeis/007/A007309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/007/A007309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/007/A007309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A007309: a(n)=a(n-2)+a(n-3).
; Submitted by Jon Maiga
; 0,1,4,1,5,5,6,10,11,16,21,27,37,48,64,85,112,149,197,261,346,458,607,804,1065,1411,1869,2476,3280,4345,5756,7625,10101,13381,17726,23482,31107,41208,54589,72315,95797
mov $2,1
mov $3,4
lpb $0
sub $0,1
mov $1,$4
mov $4,$2
mov $2,$1
add $2,$3
mov $3,$... | 21 | 168 | 0.630952 |
5afed0eff8995035abc98372c1ef87584e972ca1 | 569 | asm | Assembly | programs/oeis/287/A287664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/287/A287664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/287/A287664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A287664: Positions of 0's in A287663; complement of A287665.
; 2,3,4,7,8,9,11,12,13,16,17,18,21,22,23,25,26,27,30,31,32,34,35,36,39,40,41,44,45,46,48,49,50,53,54,55,58,59,60,62,63,64,67,68,69,71,72,73,76,77,78,81,82,83,85,86,87,90,91,92,94,95,96,99,100,101,104,105,106,108,109,110,113,114,115,118,119,120,122,123,124,1... | 51.727273 | 331 | 0.673111 |
9f4f781111b1878383ec4cb204c90352f43db6c1 | 802 | asm | Assembly | programs/oeis/007/A007487.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/007/A007487.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/007/A007487.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A007487: Sum of 9th powers.
; 0,1,513,20196,282340,2235465,12313161,52666768,186884496,574304985,1574304985,3932252676,9092033028,19696532401,40357579185,78800938560,147520415296,266108291793,464467582161,787155279940,1299155279940,2093435326521,3300704544313,5101857205776,7743664746000,11558362011625,16987865690601,... | 53.466667 | 662 | 0.856608 |
91b4a387b0deab54af3d72b45e0b0fd57a56a1ef | 2,340 | asm | Assembly | src/play_sound.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | 1 | 2020-03-28T22:38:50.000Z | 2020-03-28T22:38:50.000Z | src/play_sound.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | null | null | null | src/play_sound.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | null | null | null | wpRamWave::
db $FF, $88, $00, $88, $FF, $88, $00, $88, $FF, $88, $00, $88, $FF, $88, $00, $88
initWPRAM::
ld hl, wpRamWave
ld de, WPRAM
ld bc, 16
call copyMemory
playChannel1Sound::
ld de, CHANNEL1_SWEEP
ld c, 5
.loop:
ld a, [hli]
ld [de], a
inc de
dec c
jr nz, .loop
ret
playChannel2Soun... | 12.251309 | 85 | 0.59188 |
20aec9094b33e1a7705350b1a94c429d8c560f32 | 1,168 | asm | Assembly | s2/sfx-original/E6 - Mega Mack Drop.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/sfx-original/E6 - Mega Mack Drop.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/sfx-original/E6 - Mega Mack Drop.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound66_MegaMackDrop_Header:
smpsHeaderStartSong 2
smpsHeaderVoice Sound66_MegaMackDrop_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cFM5, Sound66_MegaMackDrop_FM5, $EE, $08
smpsHeaderSFXChannel cPSG3, Sound66_MegaMackDrop_PSG3, $00, $00
; PSG3 Data
Sound66_MegaMackDrop_PSG3:
... | 27.809524 | 64 | 0.650685 |
bb43b202bb2f7834ed7d791a66616831dc287362 | 302 | asm | Assembly | programs/oeis/131/A131229.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/131/A131229.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/131/A131229.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A131229: Numbers congruent to {1,7} mod 10.
; 1,7,11,17,21,27,31,37,41,47,51,57,61,67,71,77,81,87,91,97,101,107,111,117,121,127,131,137,141,147,151,157,161,167,171,177,181,187,191,197,201,207,211,217,221,227,231,237,241,247,251,257,261,267,271,277,281
mov $1,$0
mod $0,2
mul $1,5
add $0,$1
add $0,1
| 33.555556 | 207 | 0.682119 |
ecc4fd402ccdce37a12da72862854b7643e9c3cb | 165 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_pop_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_pop_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_pop_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int b_vector_pop_back(b_vector_t *v)
SECTION code_adt_b_vector
PUBLIC _b_vector_pop_back
EXTERN _b_array_pop_back
defc _b_vector_pop_back = _b_array_pop_back
| 15 | 43 | 0.854545 |
ecd8df88f1adf6e6fee466ce38c42e022132eb19 | 684 | asm | Assembly | programs/oeis/020/A020331.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020331.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020331.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020331: Numbers whose base-3 representation is the juxtaposition of two identical strings.
; 4,8,30,40,50,60,70,80,252,280,308,336,364,392,420,448,476,504,532,560,588,616,644,672,700,728,2214,2296,2378,2460,2542,2624,2706,2788,2870,2952,3034,3116,3198,3280,3362,3444,3526,3608,3690,3772,3854,3936,4018,4100,4182,4264,... | 45.6 | 485 | 0.75 |
4115c9f1f3d27a633efd244dad5402eb094f274f | 855 | asm | Assembly | programs/oeis/100/A100855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100855: n*(n^3-n^2+n+1)/2.
; 0,1,7,33,106,265,561,1057,1828,2961,4555,6721,9582,13273,17941,23745,30856,39457,49743,61921,76210,92841,112057,134113,159276,187825,220051,256257,296758,341881,391965,447361,508432,575553,649111,729505,817146,912457,1015873,1127841,1248820,1379281,1519707,1670593,1832446,2005785,2191141... | 71.25 | 746 | 0.818713 |
d53e8e72d82c5a89aa823c1a06b6f1f7c9e2cf54 | 448 | asm | Assembly | oeis/332/A332125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/332/A332125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/332/A332125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A332125: a(n) = 2*(10^(2n+1)-1)/9 + 3*10^n.
; Submitted by Jamie Morken(s1)
; 5,252,22522,2225222,222252222,22222522222,2222225222222,222222252222222,22222222522222222,2222222225222222222,222222222252222222222,22222222222522222222222,2222222222225222222222222,222222222222252222222222222,22222222222222522222222222222,... | 29.866667 | 273 | 0.790179 |
b5cf315e6d1f00884f0af0401ab15210271e3e2b | 2,729 | asm | Assembly | programs/oeis/017/A017607.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/017/A017607.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017607.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A017607: (12n+7)^3.
; 343,6859,29791,79507,166375,300763,493039,753571,1092727,1520875,2048383,2685619,3442951,4330747,5359375,6539203,7880599,9393931,11089567,12977875,15069223,17373979,19902511,22665187,25672375,28934443,32461759,36264691,40353607,44738875,49430863,54439939,59776471,65450827,71473375,77854483,84604... | 341.125 | 2,667 | 0.897398 |
e0dcc69db1fdb67d3ffbf7753c835c201f52336a | 241 | asm | Assembly | practicas/practica 1/ej9.asm | ignaciolebrero/Orga2 | 03b5b56ba4b36999a258f2c0fb0f5768652160df | [
"MIT"
] | null | null | null | practicas/practica 1/ej9.asm | ignaciolebrero/Orga2 | 03b5b56ba4b36999a258f2c0fb0f5768652160df | [
"MIT"
] | null | null | null | practicas/practica 1/ej9.asm | ignaciolebrero/Orga2 | 03b5b56ba4b36999a258f2c0fb0f5768652160df | [
"MIT"
] | null | null | null | section .data
msg: DB "hola mundo!", 10
len: EQU $ - msg
global _start
section .text
_start:
mov rsi, 20
print: mov rax, 4
mov rbx, 1
mov rcx, msg
mov rdx, len
int 0x80
dec rsi
jnz print
mov rax, 1
mov rbx, 0
int 0x80 | 10.954545 | 26 | 0.630705 |
1ddb4f3fa35cae87ed12432bf2cd33b1086c16e7 | 1,116 | asm | Assembly | s2/sfx-original/E2 - CNZ Launch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/sfx-original/E2 - CNZ Launch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/sfx-original/E2 - CNZ Launch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound62_CNZLaunch_Header:
smpsHeaderStartSong 2
smpsHeaderVoice Sound62_CNZLaunch_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound62_CNZLaunch_FM5, $FF, $00
; FM5 Data
Sound62_CNZLaunch_FM5:
smpsSetvoice $00
dc.b nCs3, $05
smpsModSet $01, $01, $E7, $4... | 27.9 | 62 | 0.632616 |
acb3185fdc32519db30f3a9af4dd3d71b44ddfb1 | 1,064 | asm | Assembly | programs/oeis/259/A259566.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/259/A259566.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/259/A259566.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A259566: Numbers following gaps in the sequence of base-3 numbers that don't contain 0.
; 1,4,7,13,16,22,25,40,43,49,52,67,70,76,79,121,124,130,133,148,151,157,160,202,205,211,214,229,232,238,241,364,367,373,376,391,394,400,403,445,448,454,457,472,475,481,484,607,610,616,619,634,637,643,646,688,691,697,700,715,718,72... | 18.033898 | 260 | 0.517857 |
6f3222e9fe41e8bda40fabc1294f979526c0fa41 | 434 | asm | Assembly | programs/oeis/305/A305315.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/305/A305315.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/305/A305315.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A305315: a(n) = sqrt(5*b(n)^2 - 4), with b(n) = A134493(n) = Fibonacci(6*n+1), n >= 0.
; 1,29,521,9349,167761,3010349,54018521,969323029,17393796001,312119004989,5600748293801,100501350283429,1803423556807921,32361122672259149,580696784543856761,10420180999117162549,186982561199565069121,3355265920593054081629,602078... | 72.333333 | 274 | 0.788018 |
87177517f8e1227d0448a0e3726689a7b5645c7c | 15,349 | asm | Assembly | Library/Text/Text/textCalc.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/Text/textCalc.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/Text/textCalc.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: textCalc.asm
AUTHOR: John Wedgwood, Oct 6, 1989
ROUTINES:
Name Description
---- -----------
InvalidateRange Invalidate a range of ... | 26.015254 | 80 | 0.609812 |
4032c2b29e58b1442db44ef61f4ea81248bf35b1 | 728 | asm | Assembly | projects/07/MemoryAccess/PointerTest/PointerTest.asm | skatsuta/nand2tetris | 8d130a89be6f9039cbb7226d8216026bdf85d00a | [
"MIT"
] | 1 | 2015-09-23T03:27:19.000Z | 2015-09-23T03:27:19.000Z | projects/07/MemoryAccess/PointerTest/PointerTest.asm | skatsuta/nand2tetris | 8d130a89be6f9039cbb7226d8216026bdf85d00a | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/PointerTest/PointerTest.asm | skatsuta/nand2tetris | 8d130a89be6f9039cbb7226d8216026bdf85d00a | [
"MIT"
] | null | null | null | // ../MemoryAccess/PointerTest/PointerTest.vm
@3030
D=A
@SP
A=M
M=D
@SP
AM=M+1
@0
D=A
@R3
AD=D+A
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@3040
D=A
@SP
A=M
M=D
@SP
AM=M+1
@1
D=A
@R3
AD=D+A
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@32
D=A
@SP
A=M
M=D
@SP
AM=M+1
@2
D=A
@THIS
AD=D+M
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@46
D=A
@S... | 5.02069 | 45 | 0.548077 |
bc7d3f47cc1db5f932754607d888ad41317f95b0 | 9,522 | asm | Assembly | private/shell/comctl32/win95/i386/cctl1632.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 11 | 2017-09-02T11:27:08.000Z | 2022-01-02T15:25:24.000Z | private/shell/comctl32/win95/i386/cctl1632.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | null | null | null | private/shell/comctl32/win95/i386/cctl1632.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 14 | 2019-01-16T01:01:23.000Z | 2022-02-20T15:54:27.000Z | page ,132
;Thunk Compiler Version 1.8 Dec 14 1994 14:53:05
;File Compiled Tue Jul 09 16:59:49 1996
;Command Line: ..\..\..\dev\tools\binr\thunk.exe -NC _TEXT -o Cctl1632 ..\Cctl1632.thk
TITLE $Cctl1632.asm
.386
OPTION READONLY
OPTION OLDSTRUCTS
IFNDEF IS_16
IFNDEF IS_32
%out command line erro... | 19.962264 | 88 | 0.68473 |
8201579df3003169e1f1e5edf91668932bb64d8e | 394 | asm | Assembly | programs/oeis/010/A010128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010128: Continued fraction for sqrt(29).
; 5,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2,10,2,1,1,2
seq $0,10186 ; Continued fraction for sqrt(125).
sub $... | 28.142857 | 220 | 0.583756 |
e05ba6f9a78598daac8850ebbf54f806cd235b3b | 1,716 | asm | Assembly | programs/oeis/124/A124302.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/124/A124302.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/124/A124302.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A124302: Number of set partitions with at most 3 blocks; number of Dyck paths of height at most 4; dimension of space of symmetric polynomials in 3 noncommuting variables.
; 1,1,2,5,14,41,122,365,1094,3281,9842,29525,88574,265721,797162,2391485,7174454,21523361,64570082,193710245,581130734,1743392201,5230176602,15690... | 190.666667 | 1,493 | 0.91958 |
0727233fad8d6b744d66dc8c306c1b5525e683b4 | 429 | asm | Assembly | programs/oeis/103/A103469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103469: Number of polyominoes without holes consisting of 3 regular unit n-gons.
; 1,2,2,3,2,3,3,4,4,5,4,5,5,6,6,7,6,7,7,8,8,9,8,9,9,10,10,11,10,11,11,12,12,13,12,13,13,14,14,15,14,15,15,16,16,17,16,17,17,18,18,19,18,19,19,20,20,21,20,21,21,22,22,23,22,23,23,24,24,25,24,25,25,26,26,27,26,27,27,28,28,29,28,29,29,30,3... | 39 | 276 | 0.648019 |
3f91e220d4160da7597311153cb8e3073eea5a38 | 2,460 | asm | Assembly | PRG/levels/PipeMaze/5-2Under.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/PipeMaze/5-2Under.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/PipeMaze/5-2Under.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $B481
; 5-2 vertical underground
.word W502L ; Alternate level layout
.word W502O ; Alternate object layout
.byte LEVEL1_SIZE_12 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_14 | LEVEL3_VERTICAL | LEVEL3_VSCROLL_FREE... | 70.285714 | 85 | 0.491463 |
d6541d3cdc802a513baf13aa46c40ce140a3d4b2 | 53 | asm | Assembly | l3337 codes/x.asm/very dangerous.asm | pankace/SICP-robably | 765f516f253e96ae2c8e433722ea7cefd31b2f04 | [
"MIT"
] | null | null | null | l3337 codes/x.asm/very dangerous.asm | pankace/SICP-robably | 765f516f253e96ae2c8e433722ea7cefd31b2f04 | [
"MIT"
] | null | null | null | l3337 codes/x.asm/very dangerous.asm | pankace/SICP-robably | 765f516f253e96ae2c8e433722ea7cefd31b2f04 | [
"MIT"
] | null | null | null | stdcall ProcesarTecla,"1"
jmp siguienteHook
.endif
| 13.25 | 25 | 0.792453 |
3179feef03e26e5f31a5871dc3f2493b4ba96b4c | 595 | asm | Assembly | programs/oeis/054/A054683.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/054/A054683.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/054/A054683.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A054683: Numbers n such that sum of digits is even.
; 0,2,4,6,8,11,13,15,17,19,20,22,24,26,28,31,33,35,37,39,40,42,44,46,48,51,53,55,57,59,60,62,64,66,68,71,73,75,77,79,80,82,84,86,88,91,93,95,97,99,101,103,105,107,109,110,112,114,116,118,121,123,125,127,129,130,132,134,136,138,141,143,145,147,149,150,152,154,156,158... | 24.791667 | 346 | 0.643697 |
11877d2bcec6e33821fb86c4d2e720e106f7d962 | 1,090 | asm | Assembly | programs/oeis/163/A163704.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/163/A163704.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/163/A163704.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A163704: Number of n X 2 binary arrays with all 1s connected, a path of 1s from left column to lower right corner, and no 1 having more than two 1s adjacent.
; 1,5,11,21,38,66,112,187,309,507,828,1348,2190,3553,5759,9329,15106,24454,39580,64055,103657,167735,271416,439176,710618,1149821,1860467,3010317,4870814,788116... | 43.6 | 720 | 0.795413 |
86ef9c8e5628052a913b0a94ee7e6f972008d0ac | 790 | asm | Assembly | data/pokemon/base_stats/blaziken.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 2 | 2021-07-31T07:05:06.000Z | 2021-10-16T03:32:26.000Z | data/pokemon/base_stats/blaziken.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/blaziken.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db 0 ; species ID placeholder
db 80, 120, 70, 80, 110, 70
; hp atk def spd sat sdf
db FIRE, FIRE ; type
db 45 ; catch rate
db 209 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/blaziken/f... | 35.909091 | 324 | 0.726582 |
0bb461663d53382cb552b8b03cc8ddec1013802b | 323 | asm | Assembly | oeis/128/A128422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/128/A128422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/128/A128422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A128422: Projective plane crossing number of K_{4,n}.
; Submitted by Christian Krause
; 0,0,0,2,4,6,10,14,18,24,30,36,44,52,60,70,80,90,102,114,126,140,154,168,184,200,216,234,252,270,290,310,330,352,374,396,420,444,468,494,520,546,574,602,630,660,690,720,752,784,816,850,884,918,954,990,1026
bin $0,2
div $0,3
mul $0... | 40.375 | 206 | 0.71517 |
22be13789741190b6a64a30be6efde69ebbfb81a | 994 | asm | Assembly | src/firmware-tests/Platform/Timer0/Initialisation/InitialiseTimer0Test.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Timer0/Initialisation/InitialiseTimer0Test.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Timer0/Initialisation/InitialiseTimer0Test.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Timer0.inc"
#include "TestFixture.inc"
#include "../InitialiseAfterTimer0Mock.inc"
radix decimal
udata
global initialOptionReg
global initialT0If
global expectedOptionReg
initialOptionReg res 1
initialT0If res 1
expectedOptionReg res 1
InitialiseTi... | 17.75 | 54 | 0.775654 |
ff9a901801455cfd4e44f03b42e5476d423fe75a | 379 | asm | Assembly | programs/oeis/077/A077649.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/077/A077649.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/077/A077649.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A077649: Initial digit of composite numbers.
; 4,6,8,9,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
seq $0,2808 ; The composite numbers: numbers n of the form x*y for x >... | 37.9 | 201 | 0.569921 |
a2f4ca0c1c993ae0a2fb88662a46f7b967ac1312 | 540 | asm | Assembly | oeis/108/A108979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/108/A108979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/108/A108979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A108979: Numbers n such that 31*n + 29 is prime.
; Submitted by Jon Maiga
; 0,8,12,14,18,24,32,50,60,62,68,78,84,90,98,102,104,144,150,162,164,168,188,192,194,200,204,222,230,234,248,252,260,272,278,302,318,320,330,332,342,354,362,368,384,390,402,404,410,420,428,432,440,468,474,498
mov $2,$0
add $2,6
pow $2,2
lpb $2... | 23.478261 | 208 | 0.638889 |
8732d77117110df884edfa808c2056171baf241a | 1,987 | asm | Assembly | programs/oeis/134/A134934.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/134/A134934.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/134/A134934.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A134934: a(n) = (14*n+1)^2.
; 1,225,841,1849,3249,5041,7225,9801,12769,16129,19881,24025,28561,33489,38809,44521,50625,57121,64009,71289,78961,87025,95481,104329,113569,123201,133225,143641,154449,165649,177241,189225,201601,214369,227529,241081,255025,269361,284089,299209,314721,330625,346921,363609,380689,398161,41... | 248.375 | 1,917 | 0.856064 |
637c5071d655b3cadfeebf4cb58c4d9ac224b950 | 309 | asm | Assembly | CSE_316_8086_Practice/1505080_Prac_5.asm | ishtiaqniloy/BUET-CSE-316-8086 | acab4e8a42247a8e28959a3e8f1c28dc18c2f441 | [
"MIT"
] | null | null | null | CSE_316_8086_Practice/1505080_Prac_5.asm | ishtiaqniloy/BUET-CSE-316-8086 | acab4e8a42247a8e28959a3e8f1c28dc18c2f441 | [
"MIT"
] | null | null | null | CSE_316_8086_Practice/1505080_Prac_5.asm | ishtiaqniloy/BUET-CSE-316-8086 | acab4e8a42247a8e28959a3e8f1c28dc18c2f441 | [
"MIT"
] | null | null | null | ;PRACTICE PROBLEM 5
.MODEL SMALL
.DATA
.CODE
MAIN PROC
MOV CL, 68
MOV AH, 2
MOV DL, CL
INT 21h
MOV AH, 4Ch ;RETURN
INT 21h
MAIN ENDP
END MAIN
| 9.088235 | 27 | 0.333333 |
52b84a6bda5ce29bae58b4aa334d2468f41177b6 | 312 | asm | Assembly | programs/oeis/178/A178391.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/178/A178391.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/178/A178391.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A178391: a(n) = (n^3+1)^3+1.
; 1,2,9,730,21953,274626,2000377,10218314,40707585,135005698,389017001,1003003002,2363266369,5168743490,10618986393,20683643626,38477541377,68769820674,118660303945,198461344538,322828856001,512192024002
mov $1,$0
sub $0,1
mov $2,$0
pow $0,3
sub $0,$2
add $0,$1
pow $0,3
add $0,1
| 26 | 203 | 0.75 |
74b5ea25751a287ca69f6eae58d0fd603b03ea40 | 197 | asm | Assembly | asm_patches/main.asm | TrogWW/WW_Hacking_API | f151c92fe75bede4b7089ad15aa3de551009aad6 | [
"MIT"
] | 5 | 2020-05-09T22:35:35.000Z | 2021-04-13T02:26:52.000Z | asm_patches/main.asm | LagoLunatic/WW_Hacking_API | e2feece39e353a752b41d938d7731951446e6cd2 | [
"MIT"
] | null | null | null | asm_patches/main.asm | LagoLunatic/WW_Hacking_API | e2feece39e353a752b41d938d7731951446e6cd2 | [
"MIT"
] | 4 | 2020-12-26T15:37:53.000Z | 2021-10-05T08:20:46.000Z |
; Put your custom ASM code for your hack into this file.
; You can also .include other ASM files into this one. For example:
;.include "includes/skip_intro.asm"
;.include "includes/bgm_file.asm"
| 28.142857 | 67 | 0.751269 |
ddf55f97afb5a25690b572a5942cac1e402cebed | 634 | asm | Assembly | asm/proc.asm | alexandru-dinu/programming-practice | 4e18db73f7146f35988bff0b193b5ec6b8e567fb | [
"MIT"
] | null | null | null | asm/proc.asm | alexandru-dinu/programming-practice | 4e18db73f7146f35988bff0b193b5ec6b8e567fb | [
"MIT"
] | 4 | 2019-07-18T22:21:32.000Z | 2020-04-27T22:47:28.000Z | asm/proc.asm | alexandru-dinu/programming-practice | 4e18db73f7146f35988bff0b193b5ec6b8e567fb | [
"MIT"
] | null | null | null | .model small
.stack 100h
.data
str db 'ce nice e assembly'
len equ $ - str
.code
; printing macro
macro print p
mov dl, p
mov ah, 02h
int 21h
endm print
; iterate through array and print its contents
proc printiter str, len
lea si, str
mov cx, l... | 14.744186 | 51 | 0.458991 |
3feb9cf28573e9a9f03219b27b68ad94f16eac6c | 235 | asm | Assembly | src/io.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | 67 | 2017-10-07T18:48:05.000Z | 2022-02-01T20:37:40.000Z | src/io.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | null | null | null | src/io.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | 9 | 2017-10-06T21:02:55.000Z | 2022-01-06T03:11:58.000Z | ; I/O drivers
IF IO_DRIVER=1
INCLUDE "io-3dos.asm"
ENDIF
IF IO_DRIVER=2
INCLUDE "io-sect.asm"
ENDIF
IF IO_DRIVER=3
INCLUDE "io-esxdos.asm"
ENDIF
IF IO_DRIVER=4
INCLUDE "io-cart.asm"
ENDIF
IF IO_DRIVER=5
INCLUDE "io-if2.asm"
ENDIF
| 10.681818 | 23 | 0.744681 |
0638cf96ea75361c76d938076377ea1014d9746a | 465 | asm | Assembly | oeis/117/A117474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/117/A117474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/117/A117474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A117474: The values of 'a' in a^2 + b^2 = c^2 where b - a = 7 and gcd(a,b,c)=1.
; Submitted by Jon Maiga
; 5,8,48,65,297,396,1748,2325,10205,13568,59496,79097,346785,461028,2021228,2687085,11780597,15661496,68662368,91281905,400193625,532029948,2332499396,3100897797,13594802765,18073356848
add $0,1
mov $2,-3
lpb $0
... | 21.136364 | 185 | 0.655914 |
2ad888bf51730567a64e058f17c9fa9777d42c98 | 645 | asm | Assembly | tests/hello_real.asm | Zero-Tang/SimpleWhpDemo | be5e4f4d5095103b56c2710a6929a808ca573ded | [
"MS-PL"
] | 20 | 2021-07-18T17:32:41.000Z | 2022-03-08T07:03:48.000Z | tests/hello_real.asm | Zero-Tang/SimpleWhpDemo | be5e4f4d5095103b56c2710a6929a808ca573ded | [
"MS-PL"
] | null | null | null | tests/hello_real.asm | Zero-Tang/SimpleWhpDemo | be5e4f4d5095103b56c2710a6929a808ca573ded | [
"MS-PL"
] | 7 | 2021-07-19T08:45:01.000Z | 2022-03-05T10:23:52.000Z | bits 16
org 0x100
; Define special I/O Ports for hypercall.
%define str_prt_port 0
segment .text
start:
; Get the length of string.
mov si,hello_str
mov cx,100
call strlen
; Perform Output
mov cx,dx
mov dx,str_prt_port
mov si,hello_str
rep outsb
; Terminate this program.
cli
hlt
; Input Parameters:
; ds:... | 15.357143 | 49 | 0.731783 |
7aaffeee17b4947fbf7f7ceaae6b7f9a707eacab | 464 | asm | Assembly | Engine Hacks/Strmag/Strmag/Str Mag Split/Unit Viewer/Unit Viewer.asm | sme23/Christmas2 | f3f3daeda1afe2b78bfed38cbf60d8bc17ca9f79 | [
"CC0-1.0"
] | 3 | 2020-06-15T14:22:38.000Z | 2020-06-28T19:44:52.000Z | Wizardry/ExternalHacks/StrMagSplit/StrMagSplit/UnitViewer/UnitViewer.s | sme23/WhatHeck | 746a2be83358aaa4e855182176b47c4808f2587a | [
"CC0-1.0"
] | null | null | null | Wizardry/ExternalHacks/StrMagSplit/StrMagSplit/UnitViewer/UnitViewer.s | sme23/WhatHeck | 746a2be83358aaa4e855182176b47c4808f2587a | [
"CC0-1.0"
] | null | null | null | .thumb
.org 0x0
push {r14}
ldr r6,[r4]
ldr r6,[r6] @char data
ldr r0,MagGetter
mov r14,r0
mov r0,r6
.short 0xF800
ldr r1,[r6,#0x4]
ldrb r1,[r1,#0x4]
lsl r1,#0x2
ldr r2,MagClassTable
add r2,r1
ldrb r2,[r2,#0x2]
mov r1,#0x2
cmp r0,r2
bne NoGlowyMag
mov r1,#0x4
NoGlowyMag:
mov r2,r0
ldr r0,ProcessMag
mov ... | 12.540541 | 24 | 0.693966 |
e0e81def1718bfe090c56846c7bb14ea00f57a14 | 3,145 | asm | Assembly | _incObj/46 MZ Bricks.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _incObj/46 MZ Bricks.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _incObj/46 MZ Bricks.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Object 46 - solid blocks and blocks that fall from the ceiling (MZ)
; ---------------------------------------------------------------------------
MarbleBrick:
moveq #0,d0
move.b obRoutine(a0),d0
move.w Brick_Index(pc,d0.w),d1
jmp B... | 25.569106 | 77 | 0.536725 |
2fbd0b18df5a2ddc702a6c6c084c4f2f25591673 | 26,316 | asm | Assembly | sorting array.asm | raaedserag/Sorting-Array | 2b478bc139e6e0728785a862b5f73d4d6a85bd50 | [
"MIT"
] | 1 | 2018-12-21T22:49:28.000Z | 2018-12-21T22:49:28.000Z | sorting array.asm | raaedserag/Sorting-Array | 2b478bc139e6e0728785a862b5f73d4d6a85bd50 | [
"MIT"
] | null | null | null | sorting array.asm | raaedserag/Sorting-Array | 2b478bc139e6e0728785a862b5f73d4d6a85bd50 | [
"MIT"
] | null | null | null | .model tiny
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.data
;&&&&&&&&&&&&&&&&&&&&&&&& MESSAGES &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
mgs1: db 13,10, 'Please enter the number of elements in the range of[1-25] : $'
mgs2: db 13,10, 'Please enter the eleme... | 40.300153 | 141 | 0.424609 |
91cadeca45b837adcfdd1b7234caff3013efde62 | 644 | asm | Assembly | oeis/074/A074534.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/074/A074534.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/074/A074534.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A074534: a(n) = 2^n + 4^n + 7^n.
; Submitted by Jamie Morken(s4)
; 3,13,69,415,2673,17863,121809,840055,5830593,40616263,283524849,1981523095,13858068513,96956127463,678491524689,4748635284535,33237225602433,232647693987463,1628482317649329,11399170063804375,79793365810288353,558550262131892263,3909838640773226769,27... | 49.538462 | 498 | 0.843168 |
213a247bb698725ced3c8dbd26027982eb6428bc | 362 | asm | Assembly | oeis/054/A054103.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054103.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054103.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054103: T(n,n-3), array T as in A054098.
; Submitted by Christian Krause
; 1,14,30,148,744,4610,32870,266972,2431608,24554194,272289630,3289836260,43017800312,605289111698,9119314568454,146474344313980,2498617856687400
mov $1,9
mov $3,$0
mov $4,4
lpb $3
add $1,$4
mul $2,-1
add $2,$1
div $1,2
add $4,2
mu... | 19.052632 | 145 | 0.685083 |
bd12a623bc3a25fe53ba00840f3e0f633d901c8d | 376 | asm | Assembly | fx/pixel_anim.h.asm | simondotm/fast-vgm | 3d28c0d4597ddf9fe72087a6c047ac7d5e5646c4 | [
"MIT"
] | 2 | 2019-01-16T00:31:58.000Z | 2021-02-19T21:01:04.000Z | fx/pixel_anim.h.asm | simondotm/fast-vgm | 3d28c0d4597ddf9fe72087a6c047ac7d5e5646c4 | [
"MIT"
] | null | null | null | fx/pixel_anim.h.asm | simondotm/fast-vgm | 3d28c0d4597ddf9fe72087a6c047ac7d5e5646c4 | [
"MIT"
] | 1 | 2020-03-30T14:24:56.000Z | 2020-03-30T14:24:56.000Z | ; pixel animation fx
.fx_anim_ptr SKIP 2
.fx_anim_idx SKIP 1
.fx_anim_x SKIP 1
.fx_anim_y SKIP 1
.fx_anim_dx SKIP 1
.fx_anim_dy SKIP 1
.fx_anim_num_it SKIP 1
.fx_anim_num_px SKIP 1
.fx_anim_frm_d SKIP 1
.fx_anim_frm_c SKIP 1
.fx_anim_num_loops SKIP 1
.fx_anim_loop_point SKIP 1
MACRO SET_ANIM_EFFECT fn
{... | 18.8 | 44 | 0.755319 |
83a8ff87e986c3cd2c56d050544fdab499f7a121 | 73 | asm | Assembly | src/main/fragment/mos6502-common/pwsc1_derefidx_vbuyy=pwsc1_derefidx_vbuyy_minus_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/pwsc1_derefidx_vbuyy=pwsc1_derefidx_vbuyy_minus_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/pwsc1_derefidx_vbuyy=pwsc1_derefidx_vbuyy_minus_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | stx $ff
sec
lda {c1},y
sbc $ff
sta {c1},y
lda {c1}+1,y
sbc #0
sta {c1},y
| 8.111111 | 12 | 0.575342 |
02d10a8ccd0ca0dd99623d6b199369ca6f642ed4 | 914 | asm | Assembly | programs/oeis/016/A016923.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016923.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016923.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016923: a(n) = (6*n + 1)^3.
; 1,343,2197,6859,15625,29791,50653,79507,117649,166375,226981,300763,389017,493039,614125,753571,912673,1092727,1295029,1520875,1771561,2048383,2352637,2685619,3048625,3442951,3869893,4330747,4826809,5359375,5929741,6539203,7189057,7880599,8615125,9393931,10218313,11089567,12008989,12977... | 130.571429 | 854 | 0.854486 |
f12fb5281f7c6c231159ead365fddde62c60dc09 | 446 | asm | Assembly | oeis/348/A348030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/348/A348030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/348/A348030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A348030: a(n) = A003968(n) - n, where A003968 is multiplicative with a(p^e) = p*(p+1)^(e-1).
; Submitted by Jon Maiga
; 0,0,0,2,0,0,0,10,3,0,0,6,0,0,0,38,0,6,0,10,0,0,0,30,5,0,21,14,0,0,0,130,0,0,0,36,0,0,0,50,0,0,0,22,15,0,0,114,7,10,0,26,0,42,0,70,0,0,0,30,0,0,21,422,0,0,0,34,0,0,0,144,0,0,15,38,0,0,0,190,111,0,0,4... | 44.6 | 242 | 0.605381 |
2004902075f19a14f85b0df000d631c237b9f0b2 | 5,965 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_4k_/i7-7700_9_0xca.log_21829_680.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_4k_/i7-7700_9_0xca.log_21829_680.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_4k_/i7-7700_9_0xca.log_21829_680.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1a0c1, %r14
clflush (%r14)
nop
sub $16783, %r11
movl $0x61626364, (%r14)
nop
nop
sub $46283, %r14
lea addresses_WC_ht+0x4075, %rax
nop
nop
add %rdx, %rdx
movb ... | 37.049689 | 2,999 | 0.658005 |
472f982441929038c6b821474ef58232bb35f603 | 239 | asm | Assembly | bootdict/x86/allot.asm | ikysil/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 8 | 2017-08-03T08:49:06.000Z | 2021-12-17T12:02:19.000Z | bootdict/x86/allot.asm | clstrfsck/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 58 | 2016-04-21T20:03:54.000Z | 2022-01-16T00:40:50.000Z | bootdict/x86/allot.asm | clstrfsck/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 1 | 2018-07-25T21:07:00.000Z | 2018-07-25T21:07:00.000Z | ; 6.1.0710 ALLOT
; Allocates n memory cells on the top of vocabulary
; D: n --
$CODE 'ALLOT',$ALLOT
POPDS EAX
ADD DWORD [VAR_DP + IMAGE_BASE],EAX
$NEXT
| 29.875 | 59 | 0.447699 |
38897d785226636892eb94354158c4b1816e9aae | 925 | asm | Assembly | samples/rept.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | samples/rept.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | samples/rept.asm | wilsonpilon/msx-menu | 21110eb2e93ed033ed95d80f282b869c09f3714b | [
"Apache-2.0"
] | null | null | null | ; rept.asm
; Test of rept and irp directives.
; Macro with rept and irp inside.
hola macro
local unused, unused2
unused rept 2
db 'Rept inside macro', 0
endm
unused2 irp ?reg, af,bc, de, hl
push ?reg
endm
endm ; hola
;-------------------------------------
rept 10
db 'Hello, reptworld'
... | 12.847222 | 54 | 0.605405 |
65d5694e99098df401248dba91f6d578f944f32b | 294 | asm | Assembly | Computer_Ogranisation_Lab/assignments/MIPS/sudoInstructions.asm | avi-dak-hyd/CSE-Sem5 | 486a7191d148bdd24133637b990d0483be2b58fb | [
"MIT"
] | null | null | null | Computer_Ogranisation_Lab/assignments/MIPS/sudoInstructions.asm | avi-dak-hyd/CSE-Sem5 | 486a7191d148bdd24133637b990d0483be2b58fb | [
"MIT"
] | null | null | null | Computer_Ogranisation_Lab/assignments/MIPS/sudoInstructions.asm | avi-dak-hyd/CSE-Sem5 | 486a7191d148bdd24133637b990d0483be2b58fb | [
"MIT"
] | 1 | 2021-09-13T06:26:07.000Z | 2021-09-13T06:26:07.000Z | .data
message: .asciiz "Hi, How are You\n"
.text
main:
addi $s0, $zero, 10
addi $s1, $zero, 10
# if $s0 > $s1
bgt $s0, $s1, displayHi
# if $s0 < $s1
blt $s0, $s1, displayHi
# End of main
li $v0, 10
syscall
displayHi:
li $v0, 4
la $a0, message
syscall | 11.76 | 37 | 0.540816 |
cba6e7e158cdb9080e5b17f13c0328148cbf6192 | 8,190 | asm | Assembly | Transynther/x86/_processed/NC/_ht_st_zr_/i9-9900K_12_0xa0.log_21829_1867.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_st_zr_/i9-9900K_12_0xa0.log_21829_1867.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_st_zr_/i9-9900K_12_0xa0.log_21829_1867.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x19cb5, %rsi
lea addresses_normal_ht+0x1b8ab, %rdi
nop
nop
nop
xor %r8, %r8
mov $113, %rcx
rep movsl
and $14986, %r12
lea addresses_A_ht+0xa9e7, %r11
nop
nop
nop
nop
nop
and %... | 31.5 | 2,999 | 0.655678 |
231baff844d7082b3e76dfb24e613b89e6ba5f83 | 751 | asm | Assembly | oeis/188/A188555.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/188/A188555.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/188/A188555.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A188555: Number of 4 X n binary arrays without the pattern 0 1 diagonally, vertically, antidiagonally or horizontally.
; Submitted by Jamie Morken(s2.)
; 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,60... | 50.066667 | 498 | 0.781625 |
803dfe58e3669270216a1e78fc3ad51cb1c26571 | 4,507 | asm | Assembly | MIPS Assembly/question2.asm | StevenThomi/Computer-Science | 1b5a055a7beccea7a7948a05d4f45b7df4f67592 | [
"MIT"
] | null | null | null | MIPS Assembly/question2.asm | StevenThomi/Computer-Science | 1b5a055a7beccea7a7948a05d4f45b7df4f67592 | [
"MIT"
] | null | null | null | MIPS Assembly/question2.asm | StevenThomi/Computer-Science | 1b5a055a7beccea7a7948a05d4f45b7df4f67592 | [
"MIT"
] | null | null | null | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Write an assembly program (question2.asm) to compute a simple integer sum.
# Assume that the input sum has no whitespace and that it is suffixed with
# an equals sign ‘=’ and that each element of the sum is an integer in [-9..9].
# Sample... | 14.353503 | 79 | 0.509652 |
c62ac74310622750ba0f59fdc2288f7244b4275c | 510 | asm | Assembly | src/firmware/Platform/Clock/DaysInMonth.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware/Platform/Clock/DaysInMonth.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware/Platform/Clock/DaysInMonth.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #define __CLUCK2SESAME_PLATFORM_CLOCK_ASM
#include "Platform.inc"
#include "GeneralPurposeRegisters.inc"
#include "TableJumps.inc"
radix decimal
Clock code
global lookupNumberOfDaysInMonthBcd
lookupNumberOfDaysInMonthBcd:
.unknownBank
tableDefinitionToJumpWith RBB
retlw 0x00
retlw 0x31
retlw 0x28
retlw 0... | 14.571429 | 42 | 0.796078 |
098819f358788f0a646f4b9f4975f01b5a86a9cb | 103 | asm | Assembly | ref/master-lib/src/perf.asm | mediaexplorer74/dosbox-x | be9f94b740234f7813bf5a063a558cef9dc7f9a6 | [
"MIT"
] | 3 | 2022-02-20T11:06:29.000Z | 2022-03-11T08:16:55.000Z | ref/master-lib/src/perf.asm | mediaexplorer74/dosbox-x | be9f94b740234f7813bf5a063a558cef9dc7f9a6 | [
"MIT"
] | null | null | null | ref/master-lib/src/perf.asm | mediaexplorer74/dosbox-x | be9f94b740234f7813bf5a063a558cef9dc7f9a6 | [
"MIT"
] | null | null | null | .model small
.data?
public perform_Rate,_perform_Rate
perform_Rate label word
_perform_Rate dw ?
end | 12.875 | 34 | 0.815534 |
7861b3a167c069eabc0ee5eae5672bd93ad33718 | 1,493 | asm | Assembly | tasks/extern/malloc.asm | yds12/x86-roadmap | 3476a1b9c3b479f63b5728a9da049fe297843171 | [
"MIT"
] | 15 | 2020-07-21T10:32:12.000Z | 2022-03-28T05:22:20.000Z | tasks/extern/malloc.asm | yds12/x64-roadmap | 3476a1b9c3b479f63b5728a9da049fe297843171 | [
"MIT"
] | 1 | 2020-05-17T17:49:55.000Z | 2020-05-17T17:49:55.000Z | tasks/extern/malloc.asm | yds12/x86-roadmap | 3476a1b9c3b479f63b5728a9da049fe297843171 | [
"MIT"
] | 4 | 2020-07-21T10:32:23.000Z | 2022-03-28T05:22:23.000Z | ; This program will call functions from the C library (glibc), in this case
; malloc and exit.
; Build with:
;
; $ nasm -felf64 tasks/extern/malloc.asm -o bin/malloc.o
; $ ld bin/malloc.o -lc -I /lib64/ld-linux-x86-64.so.2 -o bin/malloc
;
; The -lc option tells ld to link with the C library, and the -I option i... | 35.547619 | 75 | 0.577361 |
639a45c0c669010cc4be9f3a33887185e4cfd8a7 | 47 | asm | Assembly | misc/data.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | 3 | 2021-05-04T13:59:36.000Z | 2021-08-23T16:03:13.000Z | misc/data.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | misc/data.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | Data db 'Hi from hard disk drive!'
db 0x00 | 23.5 | 34 | 0.659574 |
37b0d8a8b59b44339188e0ee06180a3625d7af55 | 128 | asm | Assembly | t/alias.asm | cygx/moar-assembler | 439ed23ddba4f3a552b26cb47c564a725919df5d | [
"BSL-1.0"
] | 2 | 2016-12-17T12:36:05.000Z | 2018-10-31T14:42:04.000Z | t/alias.asm | cygx/moar-assembler | 439ed23ddba4f3a552b26cb47c564a725919df5d | [
"BSL-1.0"
] | null | null | null | t/alias.asm | cygx/moar-assembler | 439ed23ddba4f3a552b26cb47c564a725919df5d | [
"BSL-1.0"
] | 1 | 2016-12-14T08:42:35.000Z | 2016-12-14T08:42:35.000Z | .hll asm
.frame main
.locals int str
.aliases _ ok
.alias zero 0
const_s $ok "ok"
print $ok
exit $zero
| 12.8 | 20 | 0.570313 |
d839ace61e858018309db925f0ba22bd605cae1e | 1,369 | asm | Assembly | src/test/ref/const-bool-return-problem.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/const-bool-return-problem.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/const-bool-return-problem.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // A function that returns a constant boolean crashes the compiler because it produces illegal ASM
// Commodore 64 PRG executable file
.file [name="const-bool-return-problem.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start... | 18.5 | 98 | 0.58656 |
0a193c38ecfefaeb2486abac619119588eae9ef4 | 3,676 | asm | Assembly | payload/call_api.asm | soolidsnake/donut | be21ee0c77b2c9ac846dd4d4f2515bbd40744aa1 | [
"BSD-3-Clause"
] | 1 | 2021-06-16T02:27:40.000Z | 2021-06-16T02:27:40.000Z | payload/call_api.asm | soolidsnake/donut | be21ee0c77b2c9ac846dd4d4f2515bbd40744aa1 | [
"BSD-3-Clause"
] | null | null | null | payload/call_api.asm | soolidsnake/donut | be21ee0c77b2c9ac846dd4d4f2515bbd40744aa1 | [
"BSD-3-Clause"
] | null | null | null | ;
; Copyright © 2019 TheWover, Odzhan. All Rights Reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are
; met:
;
; 1. Redistributions of source code must retain the above copyright
; notice, this list of conditions... | 30.380165 | 75 | 0.589227 |
e40bd1e59402f63a62e93bb42359864a735e317a | 332 | asm | Assembly | Ficha 2 - Tratamento de dados de 8, 16 e 32 bits/02b.asm | FEUP-MIEIC/MPCP | 63c9eed1a48c704a2034e04824e91fbc79538b3e | [
"MIT"
] | null | null | null | Ficha 2 - Tratamento de dados de 8, 16 e 32 bits/02b.asm | FEUP-MIEIC/MPCP | 63c9eed1a48c704a2034e04824e91fbc79538b3e | [
"MIT"
] | null | null | null | Ficha 2 - Tratamento de dados de 8, 16 e 32 bits/02b.asm | FEUP-MIEIC/MPCP | 63c9eed1a48c704a2034e04824e91fbc79538b3e | [
"MIT"
] | null | null | null | include mpcp.inc
.data
wseq SWORD -5,-4,-3,-2,-1,0,1,2,3,127
dwseq SDWORD 10 DUP (?)
.code
main PROC C
mov ESI, OFFSET wseq
mov EDI, OFFSET dwseq
mov ECX, LENGTHOF wseq
ciclo:
mov AX, [ESI]
CWDE
mov [EDI], EAX
add ESI, TYPE wseq
add EDI, TYPE dwseq
loop ciclo
invoke ExitProcess, 0
ma... | 11.448276 | 38 | 0.638554 |
cdba07d9f07fa2be771368b39e76746fb9ff81cd | 613 | asm | Assembly | oeis/191/A191494.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/191/A191494.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/191/A191494.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A191494: Number of compositions of even natural numbers in 7 parts <= n.
; 1,64,1094,8192,39063,139968,411772,1048576,2391485,5000000,9743586,17915904,31374259,52706752,85429688,134217728,205169337,306110016,446935870,640000000,900544271,1247178944,1702412724,2293235712,3051757813,4015905088,5230176602,6746464256,862... | 76.625 | 500 | 0.858075 |
77b10eeeaff6c6068b51c76c6d990371148394a2 | 1,845 | asm | Assembly | src/forthress.asm | sayon/forthress-2 | 62c9b57c1f433f821fd766f027a76779dac5993b | [
"MIT"
] | 1 | 2019-03-14T08:16:50.000Z | 2019-03-14T08:16:50.000Z | src/forthress.asm | sayon/forthress-2 | 62c9b57c1f433f821fd766f027a76779dac5993b | [
"MIT"
] | null | null | null | src/forthress.asm | sayon/forthress-2 | 62c9b57c1f433f821fd766f027a76779dac5993b | [
"MIT"
] | null | null | null | ; ------------------------------------------------
; Forthress 2, a Forth dialect
;
; Author: igorjirkov@gmail.com
; Date : 08-03-2019
;
; This is the main Forthress 2 file which defines the entry point
; Please define words inside "words.inc"
; ------------------------------------------------
global _start
%include... | 22.777778 | 72 | 0.596206 |
07ec2f2a7109a54e145db2ec2445fa90df461b53 | 7,602 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_780_21.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_780_21.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_780_21.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1dd5a, %rsi
lea addresses_normal_ht+0x1a95b, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
xor %r15, %r15
mov $85, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp $6341, %rcx
lea addresses_... | 30.408 | 2,339 | 0.65588 |
7c2a5339d6c08ad4da1994dd8cd2e18880faa654 | 212 | asm | Assembly | emulator-65816/emulator/test.asm | paulscottrobson/basic-65 | 5d38713aca0ec239bb1ee89ea05e548448abcc2c | [
"MIT"
] | 3 | 2019-12-03T06:05:24.000Z | 2021-03-24T01:51:07.000Z | emulator-65816/emulator/test.asm | paulscottrobson/basic-65 | 5d38713aca0ec239bb1ee89ea05e548448abcc2c | [
"MIT"
] | null | null | null | emulator-65816/emulator/test.asm | paulscottrobson/basic-65 | 5d38713aca0ec239bb1ee89ea05e548448abcc2c | [
"MIT"
] | null | null | null |
* = 0
* = $1000
start:
clc
xce
nop
sep #$30
.as
.xs
ldy #0
ldx #$CD
lda #$12
inc a
loop:
clc
adc #$10
jsr doit
bra loop
doit:
rts
* = $FFFA
.word 0
.word start
.word 0
| 6.625 | 13 | 0.481132 |
dd605e8fc3eb43a48f847acbbac32558554eee21 | 7,301 | asm | Assembly | P6/data_P6_2/cal_R_test50.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/cal_R_test50.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/cal_R_test50.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | lui $1,4529
ori $1,$1,60536
lui $2,50278
ori $2,$2,8933
lui $3,12362
ori $3,$3,4069
lui $4,41227
ori $4,$4,399
lui $5,42981
ori $5,$5,53073
lui $6,15174
ori $6,$6,62405
mthi $1
mtlo $2
sec0:
nop
nop
nop
slt $5,$6,$2
sec1:
nop
nop
subu $6,$4,$4
slt $3,$6,$2
sec2:
nop
nop
xori $6,$3,10618
slt $4,$6,$2
sec3:
... | 11.407813 | 19 | 0.521435 |
92dc0b420b10339fa6fc5e476d6b6797bc6cb062 | 245 | asm | Assembly | unittests/ASM/X87_F64/DB_00_F64.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | unittests/ASM/X87_F64/DB_00_F64.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | unittests/ASM/X87_F64/DB_00_F64.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | %ifdef CONFIG
{
"RegData": {
"RAX": "0x4090000000000000"
},
"Env": { "FEX_X87REDUCEDPRECISION" : "1" }
}
%endif
mov rdx, 0xe0000000
mov eax, 1024
mov [rdx + 8 * 0], eax
fild dword [rdx + 8 * 0]
fstp qword [rdx]
mov rax, [rdx]
hlt
| 11.666667 | 44 | 0.595918 |
70b581c7c0f552e73f9a4060e80724c6a9288246 | 508 | asm | Assembly | oeis/305/A305436.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/305/A305436.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/305/A305436.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A305436: Number of divisors of n of the form 2^k + 1 for k >= 0.
; Submitted by Simon Strandgaard
; 0,1,1,1,1,2,0,1,2,2,0,2,0,1,2,1,1,3,0,2,1,1,0,2,1,1,2,1,0,3,0,1,2,2,1,3,0,1,1,2,0,2,0,1,3,1,0,2,0,2,2,1,0,3,1,1,1,1,0,3,0,1,2,1,2,3,0,2,1,2,0,3,0,1,2,1,0,2,0,2,2,1,0,2,2,1,1,1,0,4,0,1,1,1,1,2,0,1,3,2
add $0,1
mov $1,1... | 20.32 | 201 | 0.525591 |
3777449e2303a08b697c4ef7de6ef3f42a07263b | 792 | asm | Assembly | programs/oeis/097/A097011.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/097/A097011.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/097/A097011.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A097011: Remainder of sigma(n) modulo 30.
; 1,3,4,7,6,12,8,15,13,18,12,28,14,24,24,1,18,9,20,12,2,6,24,0,1,12,10,26,0,12,2,3,18,24,18,1,8,0,26,0,12,6,14,24,18,12,18,4,27,3,12,8,24,0,12,0,20,0,0,18,2,6,14,7,24,24,8,6,6,24,12,15,14,24,4,20,6,18,20,6,1,6,24,14,18,12,0,0,0,24,22,18,8,24,0,12,8,21,6,7,12,6,14,0,12,12,18,1... | 113.142857 | 642 | 0.617424 |
fd5af68395003df3b46d0600337b73354cbfb01d | 7,412 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_602.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_602.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_602.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 %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xcae7, %rdi
nop
nop
and $5699, %r8
movb (%rdi), %r13b
and %rax, %rax
lea addresses_A_ht+0x4648, %r10
nop
nop
nop
nop
and $23361, %r14
mov (%r10), %r15w
nop
nop
xor $... | 33.089286 | 2,999 | 0.652725 |
0fc2b4530f57c540a5d702529f3457226f6fa273 | 16,038 | asm | Assembly | src/gfx.asm | BlockoS/up-captn | 72e567327aa25e94c488359c1bee8189f96aabc5 | [
"BSD-3-Clause"
] | 6 | 2015-01-21T18:11:58.000Z | 2019-12-26T19:04:01.000Z | src/gfx.asm | BlockoS/up-captn | 72e567327aa25e94c488359c1bee8189f96aabc5 | [
"BSD-3-Clause"
] | null | null | null | src/gfx.asm | BlockoS/up-captn | 72e567327aa25e94c488359c1bee8189f96aabc5 | [
"BSD-3-Clause"
] | null | null | null | ; [todo] review code
; [todo] load_vram_1bpp set plane 2 to 1?
;----------------------------------------------------
; gfx.asm : graphic routines
;
; (c) 2007 Vincent 'MooZ' Cruz
;
; This is a set of function to manipulate
; palettes, sprites, and background.
;
; LICENCE: [todo]
;
.bss
; BAT information... | 19.582418 | 75 | 0.522571 |
0f172272ba2cb3d1e3ef46b4469c3890a529e40c | 300 | asm | Assembly | programs/oeis/133/A133891.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/133/A133891.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133891.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A133891: Binomial(n+p,n) mod p, where p=12.
; 1,1,7,11,8,8,0,0,6,2,2,2,4,4,4,0,3,3,9,9,0,0,0,0,0,0,0,4,4,4,8,8,5,9,3,3,8,8,8,4,10,10,6,6,0,0,0,0,3,3,9,9,0,0,4,4,4,8,8,8,0,0,0,8,5,5,7,7,4,0,0,0,6,6,6,6,0,0,0,0,3,7,1,1,8,8,8,0,0,0,8,8,8,4,4,4,9,9,3,3,0,0,0,0
mov $1,$0
add $1,12
bin $1,12
mod $1,12
| 37.5 | 212 | 0.533333 |
d83798aaa9f0509109200cbb3641f58a9483d964 | 419 | asm | Assembly | exp/t61.asm | nishuiq/Assembly-Learning | 509d799dc7a76446bd1f3ddb1d04980e5e204602 | [
"MIT"
] | null | null | null | exp/t61.asm | nishuiq/Assembly-Learning | 509d799dc7a76446bd1f3ddb1d04980e5e204602 | [
"MIT"
] | null | null | null | exp/t61.asm | nishuiq/Assembly-Learning | 509d799dc7a76446bd1f3ddb1d04980e5e204602 | [
"MIT"
] | null | null | null | assume cs:code, ds:data, ss:stack
data segment
dw 0123h,0456h,0789h,0abch,0defh,0fedh,0cbah,0987h
data ends
stack segment
dw 0,0,0,0,0,0,0,0
stack ends
code segment
start:
mov ax,stack
mov ss,ax
mov sp,16
mov ax,data
mov ds,ax
push ds:[0]
push ds:[2... | 14.964286 | 54 | 0.551313 |
4268538ab09d146fca23dfa16644375872882987 | 4,854 | asm | Assembly | yr4.asm | ILW8/gwnum | 9755109dd1c0d666f3c48d257c149f5f60e8cc42 | [
"Unlicense"
] | null | null | null | yr4.asm | ILW8/gwnum | 9755109dd1c0d666f3c48d257c149f5f60e8cc42 | [
"Unlicense"
] | null | null | null | yr4.asm | ILW8/gwnum | 9755109dd1c0d666f3c48d257c149f5f60e8cc42 | [
"Unlicense"
] | null | null | null | ; Copyright 2011-2020 Mersenne Research, Inc. All rights reserved
; Author: George Woltman
; Email: woltman@alum.mit.edu
;
; Assemble the small AVX FFTs.
;
TITLE setup
IFNDEF X86_64
.686
.XMM
.MODEL FLAT
ENDIF
yfft_type TEXTEQU <r4>
INCLUDE unravel.mac
INCLUDE extrn.mac
INCLUDE yarch.mac
INCLUDE ybasics.mac... | 27.423729 | 66 | 0.786362 |
66dec71bf8ad6cd93a9304d3aa01b72f8a15b362 | 7,585 | asm | Assembly | tp_01_08/include/isr.asm | mjFer/TDIII-UTN-FRBA-TPS-2014 | 1b57b52fa8233c78297b0e5471d1c82e4c85451b | [
"MIT"
] | 2 | 2020-04-01T14:45:17.000Z | 2020-04-01T14:45:23.000Z | tp_01_08/include/isr.asm | mjFer/TDIII-UTN-FRBA-TPS-2014 | 1b57b52fa8233c78297b0e5471d1c82e4c85451b | [
"MIT"
] | null | null | null | tp_01_08/include/isr.asm | mjFer/TDIII-UTN-FRBA-TPS-2014 | 1b57b52fa8233c78297b0e5471d1c82e4c85451b | [
"MIT"
] | null | null | null | ;***********************************************************
; UTN-2014-Rutinas de Interrupcion
;***********************************************************
;***********************************************************
; Author : Fernandez Marcelo Joaquin
; Date : 23th May 2014
;*******************************... | 23.266871 | 98 | 0.621094 |
7ec4a5b5c93d04ec60a41281534cd8222e5f5637 | 6,783 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1339.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1339.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1339.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xa11, %r11
nop
nop
nop
nop
and %r14, %r14
movb (%r11), %dl
nop
nop
and %rsi, %rsi
lea addresses_WT_ht+0x12c01, %r15
clflush (%r15)
nop
and $27672, %rbp
movw $0x6162, (%r15)
n... | 38.539773 | 2,999 | 0.658853 |
f3a5643825d6fa0cfb29839fdee8a9eec14d0c35 | 5,525 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_563.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_563.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_563.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1d297, %r14
nop
nop
nop
nop
inc %rdx
and $0xffffffffffffffc0, %r14
vmovntdqa (%r14), %ymm5
vextracti128 $1, %ymm5, %xmm5
vpextrq $1, %xmm5, %r13
nop
nop
nop
nop
in... | 37.585034 | 2,999 | 0.6619 |
8039c2265079a62bad5409323cf136a9497831b6 | 4,811 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_3_1601.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_3_1601.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_3_1601.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x2d05, %r15
nop
nop
nop
sub %rax, %rax
mov $0x6162636465666768, %rdx
movq %rdx, (%r15)
nop
nop
xor $38144, %r15
lea addresses_UC_ht+0x8315, %r14
add $... | 20.648069 | 156 | 0.652047 |
df0dc085279eca9ae1adc0ea9e602bfe4118382a | 1,509 | asm | Assembly | Models/Car System module/CarSystem002/CarSystem002Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem002/CarSystem002Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem002/CarSystem002Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | //Ground model of Adaptive Exterior Light and Speed Control System
//Direction Blinking
//Hazard warning light
//from ELS-1 to ELS-13
module CarSystem002Functions
import ../../StandardLibrary
import CarSystem002Domains
import ../CarSystem001/CarSystem001Functions
export *
signature:
// DOMAINS
// FUNCTIONS
//P... | 35.928571 | 144 | 0.783963 |
37f57b6d4b6eff1ba0135582ee9bf5dfae0fc3d3 | 352 | nasm | Assembly | Projetos/J-VMTranslator/bin/nasm/SimplePushConst.nasm | mariaeduardabicalho/Z01 | a08eb895cb064aad16e512d20b09c3f02704f98d | [
"Unlicense"
] | 2 | 2018-03-21T01:20:58.000Z | 2018-04-16T14:35:51.000Z | Projetos/J-VMTranslator/bin/nasm/SimplePushConst.nasm | mariaeduardabicalho/Z01 | a08eb895cb064aad16e512d20b09c3f02704f98d | [
"Unlicense"
] | 70 | 2018-03-13T12:19:23.000Z | 2018-05-16T20:38:45.000Z | Projetos/J-VMTranslator/bin/nasm/SimplePushConst.nasm | mariaeduardabicalho/Z01 | a08eb895cb064aad16e512d20b09c3f02704f98d | [
"Unlicense"
] | null | null | null | ; 0 - PUSH constant 5
leaw $5, %A
movw %A, %S
leaw $SP, %A
movw (%A), %D
movw %D, %A
movw %S, (%A)
leaw $SP, %A
movw (%A), %A
incw %A
movw %A, %S
leaw $SP, %A
movw %S, (%A)
; 1 - PUSH constant 9
leaw $9, %A
movw %A, %S
leaw $SP, %A
movw (%A), %D
movw %D, %A
movw %S, (%A)
leaw $SP, %A
movw (%A), %A
incw %A
movw %A, %S
l... | 12.571429 | 21 | 0.508523 |
07f307fa08ca338092657c529264123dbb743fd9 | 369 | asm | Assembly | programs/oeis/284/A284775.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/284/A284775.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/284/A284775.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A284775: Fixed point of the morphism 0 -> 01, 1 -> 0011.
; 0,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0
sub $0,1
mov $2,$0
div $0,2
add $2,1
add $0,$2
seq $0,1896... | 36.9 | 201 | 0.552846 |
b4c7114a9b511b33ea697014e8f4d0a47d87e909 | 208 | asm | Assembly | programs/oeis/033/A033312.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/033/A033312.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/033/A033312.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A033312: a(n) = n! - 1.
; 0,0,1,5,23,119,719,5039,40319,362879,3628799,39916799,479001599,6227020799,87178291199,1307674367999,20922789887999,355687428095999,6402373705727999
mov $1,$0
cal $1,142
sub $1,1
| 29.714286 | 150 | 0.759615 |
632497fa513d55d1344fb1ec5568c895bdb1fcb0 | 318 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_add.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_add.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_add.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC l_f16_add
PUBLIC addf16
PUBLIC addf16_callee
EXTERN asm_f16_add_callee
EXTERN cm16_sccz80_add
EXTERN cm16_sccz80_add_callee
defc l_f16_add = asm_f16_add_callee
defc addf16 = cm16_sccz80_add
defc addf16_callee = cm16_sccz80_add_callee
| 16.736842 | 47 | 0.738994 |
a19af48db084c49d049c78edca500cdaf5f42e97 | 483 | asm | Assembly | test/filters-cases/arm-static.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 4,668 | 2017-01-02T19:35:10.000Z | 2020-05-16T03:18:45.000Z | test/filters-cases/arm-static.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 1,750 | 2017-01-02T19:37:06.000Z | 2020-05-16T14:54:29.000Z | test/filters-cases/arm-static.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 620 | 2017-01-03T00:29:17.000Z | 2020-05-14T09:27:47.000Z | .global LongLong
LongLong:
.word 123456
.word 0
.type Long, %object
.size Long, 4
.global Long
Long:
.word 2345
.type Int, %object
.size Int, 4
.global Int
Int:
.word 123
.type Short, %object
.size ... | 19.32 | 30 | 0.447205 |
09c88c309ba79f23b59997d5486638698fef8320 | 7,407 | asm | Assembly | asm/qoi_decode_clang.asm | 64/riscv-sim | 293c5bec94a4654da58fb14c3a5751abb8e1000c | [
"MIT"
] | 1 | 2022-03-25T02:19:45.000Z | 2022-03-25T02:19:45.000Z | asm/qoi_decode_clang.asm | 64/riscv-sim | 293c5bec94a4654da58fb14c3a5751abb8e1000c | [
"MIT"
] | null | null | null | asm/qoi_decode_clang.asm | 64/riscv-sim | 293c5bec94a4654da58fb14c3a5751abb8e1000c | [
"MIT"
] | null | null | null | decode:
addi sp, sp, -16
sw ra, 12(sp)
mv a1, a0
li a0, 1000
mv a2, sp
li a3, 4
call qoi_decode
lw ra, 12(sp)
addi sp, sp, 16
j ... | 27.433333 | 48 | 0.301202 |
cfb10e7d28b34a006d4b6ee542b7fa24e806e63d | 629 | asm | Assembly | oeis/276/A276135.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/276/A276135.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/276/A276135.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A276135: Ben Ames Williams's Monkey and Coconuts Problem.
; 0,0,1,20,51,2604,6665,720600,1864135,348678440,909090909,261535698060,685853880635,281241170407092,740800455037201,410525522232055664,1085102592571150095,781282469559318055056,2070863582910344082917,1879498672877297909667780,4993219047619047619047619,5577014... | 52.416667 | 490 | 0.871224 |
a126b7f24cc8b39c5ca231b85b98f3fb00187c0d | 940 | asm | Assembly | spec/assert_x_not_equal_spec.asm | andrzejsliwa/64spec | fb5e1325fb873b4c5052998377b6ec42e22580ba | [
"MIT"
] | 53 | 2015-10-28T07:17:01.000Z | 2022-01-26T15:46:02.000Z | spec/assert_x_not_equal_spec.asm | c64lib/64spec | bbf79e7b76a407725b0ba827e52e8372cf3aea69 | [
"MIT"
] | 4 | 2017-02-03T14:27:15.000Z | 2021-05-13T12:01:08.000Z | spec/assert_x_not_equal_spec.asm | c64lib/64spec | bbf79e7b76a407725b0ba827e52e8372cf3aea69 | [
"MIT"
] | 11 | 2015-12-18T20:32:18.000Z | 2022-03-26T19:31:34.000Z | .import source "64spec.asm"
sfspec: :init_spec()
assert_x_not_equal_works_for_all_values_of_x: {
.var x = floor(random()*256)
.print "x = " + x + " in assert_x_not_equal_works_for_all_values_of_x test"
.for (var expected = 0;expected < 256; expected++) {
.if (x != expected) {
ldx #x
:assert_... | 26.857143 | 109 | 0.682979 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.