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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d4784c107ee80b5fb1c65ac7350589400114f0a3 | 5,607 | asm | Assembly | demos/SicDemos/drawtext/drawtext.asm | roycrippen/sicxe | fdca37f56c95f2a76a78455f86a90e4b89329a54 | [
"MIT"
] | null | null | null | demos/SicDemos/drawtext/drawtext.asm | roycrippen/sicxe | fdca37f56c95f2a76a78455f86a90e4b89329a54 | [
"MIT"
] | null | null | null | demos/SicDemos/drawtext/drawtext.asm | roycrippen/sicxe | fdca37f56c95f2a76a78455f86a90e4b89329a54 | [
"MIT"
] | null | null | null | . DRAW
. enter a command (or more commands) to stdin and press enter to draw
. commands:
. - h : displays help on stdout
. - w, a, s, d : up, left, down, right
. - f : changes drawing symbol to next typed character
. - c : clears the screen and returns to center
. - p : fills the screen with drawing symbol
. - q : halt... | 29.510526 | 97 | 0.562333 |
2323e5870cc8ac46d82afcc887b6af678e99a861 | 34 | asm | Assembly | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx_neq_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx_neq_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx_neq_0_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {c1}+1,x
ora {c1},x
bne {la1}
| 8.5 | 12 | 0.558824 |
030a4ea7ea87818d143b27e7ee4307e36a7ab5d3 | 47 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=vbuaa_plus_vbum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=vbuaa_plus_vbum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=vbuaa_plus_vbum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | clc
adc {m2}
sta {m1}
lda #0
adc #0
sta {m1}+1
| 6.714286 | 10 | 0.574468 |
c0d1e0c00d4a19432a9e744ae19d69cca3e4bcf6 | 5,601 | asm | Assembly | installer/install.asm | speccytools/spectranet-index-module | d23b03c3b11ce4fb07129392ff5a16b4651e69ca | [
"MIT"
] | null | null | null | installer/install.asm | speccytools/spectranet-index-module | d23b03c3b11ce4fb07129392ff5a16b4651e69ca | [
"MIT"
] | null | null | null | installer/install.asm | speccytools/spectranet-index-module | d23b03c3b11ce4fb07129392ff5a16b4651e69ca | [
"MIT"
] | null | null | null | global install_new_module
global install_replace_module
extern module_binary
include "../include/spectranet.inc"
include "../include/sysvars.inc"
STR_install_message:
defb "Installing Spectranet Search Index...\n", 0
STR_install_fail:
defb "Failed!\n", 0
install_replace_module:
ld (v_workspace), a
a... | 23.049383 | 76 | 0.639707 |
c9f2051ee6fab002cb0b35b50572a6c093c54f43 | 746 | asm | Assembly | programs/oeis/267/A267797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267797: Lucas numbers of the form (x^3 + y^3) / 2 where x and y are distinct positive integers.
; 76,1364,24476,439204,7881196,141422324,2537720636,45537549124,817138163596,14662949395604,263115950957276,4721424167835364,84722519070079276,1520283919093591604,27280388024614569596,489526700523968661124,878420022140682... | 82.888889 | 568 | 0.872654 |
5a2d7a0a599e202380c7dfaf14a3f0858c9190e4 | 3,505 | asm | Assembly | programs/oeis/289/A289156.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/289/A289156.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/289/A289156.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A289156: Largest area of triangles with integer sides and area = n times perimeter.
; 60,1224,8436,34320,103020,254040,546084,1060896,1907100,3224040,5185620,8004144,11934156,17276280,24381060,33652800,45553404,60606216,79399860,102592080,130913580,165171864,206255076,255135840,312875100,380625960,459637524,551258736... | 152.391304 | 3,221 | 0.894437 |
943742d6ef287b3457fe64fdf876ea79737c4081 | 2,191 | asm | Assembly | programs/oeis/213/A213837.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/213/A213837.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213837.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A213837: Principal diagonal of the convolution array A213836.
; 1,13,52,134,275,491,798,1212,1749,2425,3256,4258,5447,6839,8450,10296,12393,14757,17404,20350,23611,27203,31142,35444,40125,45201,50688,56602,62959,69775,77066,84848,93137,101949,111300,121206,131683,142747,154414,166700,179621,193193,207432,222354,23797... | 109.55 | 1,965 | 0.841168 |
5ebe0d24a1ade6785fe3ee861eb0c583dd7400c8 | 390 | asm | Assembly | oeis/027/A027173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/027/A027173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/027/A027173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A027173: a(n) = A027170(2n, n-1).
; Submitted by Jon Maiga
; 5,30,123,472,1790,6794,25879,98952,379674,1461248,5638930,21811540,84542016,328287506,1276868111,4973645576,19398954626,75753497816,296142817406,1158865623236,4539024407576,17793358627976,69805770185498
mul $0,2
mov $1,$0
div $0,2
add $1,2
mov $2,$1
bin $1... | 21.666667 | 204 | 0.728205 |
bf458f07500e8066341902d65c7aee6168f796b1 | 749 | asm | Assembly | programs/oeis/304/A304507.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/304/A304507.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/304/A304507.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A304507: a(n) = 5*(n+1)*(9*n+4).
; 20,130,330,620,1000,1470,2030,2680,3420,4250,5170,6180,7280,8470,9750,11120,12580,14130,15770,17500,19320,21230,23230,25320,27500,29770,32130,34580,37120,39750,42470,45280,48180,51170,54250,57420,60680,64030,67470,71000,74620,78330,82130,86020,90000,94070,98230,102480,106820,111250,... | 62.416667 | 634 | 0.789052 |
9c612fbf710a58ea5d5b95526271f88fef7a2ecd | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_enmy.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_enmy.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_enmy.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_enmy.asm
Type: file
Size: 534767
Last-Modified: '2016-05-13T04:25:37Z'
SHA-1: 493ED21F0B2F7158FE9D096A1A0265ED7940B8B3
Description: null
| 21 | 47 | 0.816327 |
c10c1b1d7113c898702440afc3c4966519c2a225 | 1,029 | asm | Assembly | libsrc/stdio/__printf_format_table.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/__printf_format_table.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/__printf_format_table.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Default set of formatters for printf
;
; These will be used by default when sdcc pulls in printf
MODULE __printf_format_table
SECTION rodata_clib
PUBLIC __printf_format_table
PUBLIC __printf_get_flags
EXTERN __printf_get_flags_impl
EXTERN __printf_handle_s
EXTERN __printf_handle_c
EXTERN __printf_handle_d
... | 20.176471 | 57 | 0.822157 |
a884e8b4f032aa835596c1a5b199df8ebf9fd117 | 432 | asm | Assembly | output.asm | farazmurtaza/expression_to_assembly_generator | 2c1712f87709a4ac412c7ed4056e75abdbe5c2a2 | [
"MIT"
] | null | null | null | output.asm | farazmurtaza/expression_to_assembly_generator | 2c1712f87709a4ac412c7ed4056e75abdbe5c2a2 | [
"MIT"
] | null | null | null | output.asm | farazmurtaza/expression_to_assembly_generator | 2c1712f87709a4ac412c7ed4056e75abdbe5c2a2 | [
"MIT"
] | null | null | null | includelib C:\Irvine\Kernel32.Lib
includelib C:\Irvine\User32.Lib
includelib C:\Irvine\Irvine32.lib
INCLUDE C:\Irvine\Irvine32.inc
.data
.code
main PROC
MOV EAX, 0
MOV AX, 22
PUSH AX
MOV AX, 50
PUSH AX
MOV AX, 36
PUSH AX
MOV AX, 12
PUSH AX
POP BX
POP AX
MOV DX, 0
DIV BX
PUSH AX
MOV AX, 16
PUSH AX
POP BX
POP AX
SUB AX, ... | 10.536585 | 33 | 0.740741 |
0fdb27f2b35b2c8b1a277290c2363b5274155459 | 401 | asm | Assembly | programs/oeis/028/A028309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/028/A028309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/028/A028309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A028309: Molien series for ring of symmetrized weight enumerators of self-dual codes (with respect to Euclidean inner product) of length n over GF(4).
; 1,1,2,3,5,6,9,11,15,18,23,27,33,38,45,51,59,66,75,83,93,102,113,123,135,146,159,171,185,198,213,227,243,258,275,291,309,326,345,363,383,402,423,443,465,486,509,531,5... | 33.416667 | 169 | 0.698254 |
2b051fe085b2ea071b4473f1a4036c9875ec14aa | 330 | asm | Assembly | programs/oeis/099/A099431.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/099/A099431.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/099/A099431.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A099431: Expansion of x(1-2x+3x^2)/(1-x-2x)^2;.
; 0,1,0,6,8,30,60,154,336,774,1700,3762,8184,17758,38220,81930,174752,371382,786420,1660258,3495240,7340046,15379100,32156346,67108848,139810150,290805060,603979794,1252698776,2594876094,5368709100
mov $2,$0
lpb $2,1
mul $1,2
add $3,$1
mov $1,$0
mov $0,$3
sub... | 27.5 | 197 | 0.706061 |
8d4ca1810e0c715e84f1395ddda67d2518821771 | 6,714 | asm | Assembly | source/main.asm | paulscottrobson/atari-cosmos | b1cebdf3baca36df6604957b04aa890fb057074d | [
"MIT"
] | null | null | null | source/main.asm | paulscottrobson/atari-cosmos | b1cebdf3baca36df6604957b04aa890fb057074d | [
"MIT"
] | null | null | null | source/main.asm | paulscottrobson/atari-cosmos | b1cebdf3baca36df6604957b04aa890fb057074d | [
"MIT"
] | null | null | null | ; **********************************************************************************************************
; **********************************************************************************************************
;
; Main Program
;
; ***********************************************************************... | 36.48913 | 108 | 0.366994 |
fb33c8d786f12d79f22402b82f0983408901900a | 632 | asm | Assembly | programs/oeis/202/A202455.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/202/A202455.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202455.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A202455: Number of (n+2) X 4 binary arrays with consecutive windows of three bits considered as a binary number nondecreasing in every row and column.
; 729,1194,1876,2835,4137,5854,8064,10851,14305,18522,23604,29659,36801,45150,54832,65979,78729,93226,109620,128067,148729,171774,197376,225715,256977,291354,329044,37... | 21.066667 | 213 | 0.677215 |
2bd8853953c9371c06776a5eecd70ce4a1a30e58 | 5,567 | asm | Assembly | lib/vector.6502.asm | mikroman/lib-acorn-bbc-main_KICK | e43c1b773644f6f816100f887eddb5b48a22c56a | [
"MIT"
] | null | null | null | lib/vector.6502.asm | mikroman/lib-acorn-bbc-main_KICK | e43c1b773644f6f816100f887eddb5b48a22c56a | [
"MIT"
] | null | null | null | lib/vector.6502.asm | mikroman/lib-acorn-bbc-main_KICK | e43c1b773644f6f816100f887eddb5b48a22c56a | [
"MIT"
] | null | null | null | #importonce
#import "macros.6502.asm"
#import "constants.6502.asm"
#import "output.6502.asm"
//
// title: bbc micro vector output routines
// author: dean belfield
// created: 25/10/2020
// last updated: 25/10/2020
//
// requires: output, macros, constants
//
// modinfo:
//
// plot a pixel
// x: x coordinate
// y: y... | 19.465035 | 76 | 0.54392 |
0f6eb2716d76d39d5eed296f6e7cae2348774501 | 431 | asm | Assembly | programs/oeis/114/A114458.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/114/A114458.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/114/A114458.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A114458: Integer part of sqrt(n)+sqrt(n+1)+sqrt(n+2).
; 4,5,5,6,7,7,8,8,9,9,10,10,11,11,11,12,12,13,13,13,14,14,14,14,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,20,21,21,21,21,22,22,22,22,22,23,23,23,23,23,23,24,24,24,24,24,25,25,25,25,25
mov $2,$0
mov $3,2
mov $4,9
mul $4,$0
add $4,1
lpb $... | 20.52381 | 210 | 0.587007 |
8144c6b069f1c217596cb7d1f0874651c37c0dba | 574 | asm | Assembly | libsrc/osca/rename_file_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/osca/rename_file_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/osca/rename_file_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | ;
; Old School Computer Architecture - interfacing FLOS
; Stefano Bodrato, 2011
;
; Like 'rename' but with a FLOS style error handling
;
; $Id: rename_file_callee.asm,v 1.4 2016-06-22 22:13:09 dom Exp $
;
INCLUDE "target/osca/def/flos.def"
SECTION code_clib
PUBLIC rename_file_callee
PUBLIC _rename_fil... | 19.133333 | 65 | 0.761324 |
5f59fde6ae8f485c6fb27fc42b74c1d96f6063f7 | 480 | asm | Assembly | programs/oeis/092/A092515.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/092/A092515.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/092/A092515.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A092515: Decimal expansion of e^(1/6).
; 1,1,8,1,3,6,0,4,1,2,8,6,5,6,4,5,9,8,0,3,0,5,1,1,2,1,5,2,5,0,7,1,8,4,3,2,7,8,3,0,1,8,9,3,1,0,8,3,8,9,6,3,7,9,7,8,5,6,1,9,4,2,8,0,2,2,6,4,5,5,2,8,5,5,9,2,2,9,7,4,5,6,6,2,3,6,6,9,7,3,8,5,0,4,4,2,7,6,3,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
div $1,6
mul $2,$3
add $1,$2
cmp ... | 17.777778 | 201 | 0.504167 |
e8a2cd57a9a8dc5f676f098834c6a675d7cc28e4 | 45,448 | asm | Assembly | P6/P6Judger - 100 testpoints/testpoint/testpoint73.asm | flyinglandlord/BUAA-CO-2021 | 1aa28b09762dfb2376ed2aac4126839f0e6fcf93 | [
"MIT"
] | 5 | 2021-12-05T12:58:26.000Z | 2022-03-31T02:05:13.000Z | P6/P6Judger - 100 testpoints/testpoint/testpoint73.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | null | null | null | P6/P6Judger - 100 testpoints/testpoint/testpoint73.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | 2 | 2021-12-19T11:49:48.000Z | 2021-12-22T10:25:38.000Z | ori $1, $0, 14
ori $2, $0, 12
ori $3, $0, 7
ori $4, $0, 6
sw $2, 0($0)
sw $3, 4($0)
sw $2, 8($0)
sw $4, 12($0)
sw $2, 16($0)
sw $3, 20($0)
sw $4, 24($0)
sw $3, 28($0)
sw $4, 32($0)
sw $3, 36($0)
sw $2, 40($0)
sw $4, 44($0)
sw $4, 48($0)
sw $4, 52($0)
sw $1, 56($0)
sw $3, 60($0)
sw $4, 64($0)
sw $4, 68($0)
sw $3, 72($0)... | 11.988394 | 21 | 0.540816 |
057e8d0deba4bf1fe75ac84081a523664fff9933 | 171 | asm | Assembly | data/wildPokemon/route17.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/wildPokemon/route17.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/wildPokemon/route17.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | Route17Mons:
db $19
db 26,SKARMORY
db 27,FEAROW
db 27,DODUO
db 28,DODUO
db 28,PONYTA
db 30,PONYTA
db 29,FEAROW
db 28,MILTANK
db 32,PONYTA
db 29,DODRIO
db $00
| 11.4 | 15 | 0.701754 |
a8c2580e1b8a3bfb97b7c0e9229359a26e6cc64c | 244 | asm | Assembly | pwnlib/shellcraft/templates/i386/linux/getsid.asm | zaratec/pwntools | 8793decd1c9b8c822e3db6c27b9cbf6e8cddfeba | [
"MIT"
] | 5 | 2018-05-15T13:00:56.000Z | 2020-02-09T14:29:00.000Z | pwnlib/shellcraft/templates/i386/linux/getsid.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/i386/linux/getsid.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | 6 | 2017-09-07T02:31:11.000Z | 2021-07-05T16:59:18.000Z |
<%
from pwnlib.shellcraft.i386.linux import syscall
%>
<%page args="pid"/>
<%docstring>
Invokes the syscall getsid. See 'man 2 getsid' for more information.
Arguments:
pid(pid_t): pid
</%docstring>
${syscall('SYS_getsid', pid)}
| 17.428571 | 69 | 0.67623 |
fd7be818c85acbf431fedcc38039c2007b0d4a0a | 10,265 | asm | Assembly | src/build.asm | matthewkirby/Beta-Quest | 0532c73e639fb56a1f3ffbc164fb394bfa45d371 | [
"MIT"
] | null | null | null | src/build.asm | matthewkirby/Beta-Quest | 0532c73e639fb56a1f3ffbc164fb394bfa45d371 | [
"MIT"
] | null | null | null | src/build.asm | matthewkirby/Beta-Quest | 0532c73e639fb56a1f3ffbc164fb394bfa45d371 | [
"MIT"
] | null | null | null | .n64
.relativeinclude on
.create "../roms/port.z64", 0
.incbin "../roms/base.z64"
//set language
.orga 0x3E
.byte 0x45
.include "macros.asm"
;==============================================================================
; Constants
;==============================================================================
.d... | 25.6625 | 162 | 0.589089 |
8663e2ca40e781c6f7b74a06a75d6391569f791d | 1,064 | asm | Assembly | asm/patches/tingle_chests_without_tuner.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 284 | 2018-07-05T15:18:18.000Z | 2022-03-28T19:59:03.000Z | asm/patches/tingle_chests_without_tuner.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 235 | 2018-07-06T18:39:36.000Z | 2022-03-29T21:09:46.000Z | asm/patches/tingle_chests_without_tuner.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 96 | 2018-07-12T02:33:40.000Z | 2022-03-22T05:08:02.000Z |
; Make Tingle Chests respond to normal bombs as well as Tingle Bombs.
.open "files/rels/d_a_agbsw0.rel"
.org 0x1CA4 ; In ExeSubT__10daAgbsw0_cFv
; Skip some checks to see if the Tingle Tuner GBA link is active.
b 0x1CC0
.org 0x1D0C ; In ExeSubT__10daAgbsw0_cFv
; Skip the check that it's a Tingle Bomb specificall... | 42.56 | 111 | 0.770677 |
63f033bdc298da43e7fb9a9024346599a6d5f520 | 552 | asm | Assembly | src/tests/spectre_v1.1.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 29 | 2021-05-24T12:45:19.000Z | 2022-03-16T16:53:10.000Z | src/tests/spectre_v1.1.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 3 | 2021-11-23T15:37:25.000Z | 2022-01-24T12:01:44.000Z | src/tests/spectre_v1.1.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 3 | 2021-06-17T09:00:27.000Z | 2022-03-28T03:42:01.000Z | .intel_syntax noprefix
LFENCE
# reduce the entropy of rax
AND rax, 0b111111000000
# delay the cond. jump
MOV r15, 0
LEA rbx, [rbx + r15 + 1]
LEA rbx, [rbx + r15 - 1]
LEA rbx, [rbx + r15 + 1]
LEA rbx, [rbx + r15 - 1]
LEA rbx, [rbx + r15 + 1]
LEA rbx, [rbx + r15 - 1]
LEA rbx, [rbx + r15 + 1]
LEA rbx, [rbx + r15 - 1]
LE... | 17.806452 | 28 | 0.597826 |
8b15db78d4972c0a278da677be937f1e8ff8e522 | 3,358 | asm | Assembly | base/ntos/lpc/i386/lpcmove.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/ntos/lpc/i386/lpcmove.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/ntos/lpc/i386/lpcmove.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | title "LPC Move Message Support"
;++
;
; Copyright (c) 1989 Microsoft Corporation
;
; Module Name:
;
; lpcmove.asm
;
; Abstract:
;
; This module implements functions to support the efficient movement of
; LPC Message blocks
;
; Author:
;
; Steven R. Wood (stevewo) 30-Jun-1989
;
;... | 25.24812 | 79 | 0.504169 |
5ca0404f785cc39e3d5d2029a97c46c32040b5fc | 397 | asm | Assembly | oeis/091/A091918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091918: Inverse of number triangle A091917.
; Submitted by Christian Krause
; 1,2,1,4,2,1,8,3,3,1,16,4,6,4,1,32,5,10,10,5,1,64,6,15,20,15,6,1,128,7,21,35,35,21,7,1,256,8,28,56,70,56,28,8,1,512,9,36,84,126,126,84,36,9,1,1024,10,45,120,210,252,210,120,45,10,1,2048,11,55,165,330,462,462,330
lpb $0
add $1,1
sub $0,... | 24.8125 | 212 | 0.634761 |
54e455d3d46102fabb224cb609a6bee959a4a043 | 466 | asm | Assembly | programs/oeis/000/A000040.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/000/A000040.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/000/A000040.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A000040: The prime numbers.
; 2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,4... | 77.666667 | 372 | 0.723176 |
494ca79b0ac6c21d625264b2875254acad732d79 | 589 | asm | Assembly | programs/oeis/314/A314220.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/314/A314220.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/314/A314220.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A314220: Coordination sequence Gal.5.306.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,11,17,22,28,34,39,45,51,56,61,67,73,78,84,90,95,101,107,112,117,123,129,134,140,146,151,157,163,168,173,179,185,190,196,202,207,213,219,... | 23.56 | 181 | 0.628183 |
1df0e3b8dcb7fbd2edea5d5de5f163fa77f5f363 | 8,274 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2631.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2631.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2631.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x64bd, %rbp
nop
nop
cmp $27682, %r15
mov $0x6162636465666768, %r11
movq %r11, %xmm5
vmovups %ymm5, (%rbp)
add $15967, %r10
lea addresses_WC_ht+0xd01d, %rsi
lea addresses_norma... | 32.833333 | 2,999 | 0.654339 |
b52cea88a2f0f7e087c10adab32b5ccfa38117e1 | 550 | asm | Assembly | ASM_MSVC/log10.asm | Atari2/ARLib | fff1d1b8cf226f3a186815e88f1d9c5c91c3a0af | [
"BSD-2-Clause"
] | null | null | null | ASM_MSVC/log10.asm | Atari2/ARLib | fff1d1b8cf226f3a186815e88f1d9c5c91c3a0af | [
"BSD-2-Clause"
] | null | null | null | ASM_MSVC/log10.asm | Atari2/ARLib | fff1d1b8cf226f3a186815e88f1d9c5c91c3a0af | [
"BSD-2-Clause"
] | null | null | null | TITLE log.obj
public arlib_log10
_TEXT SEGMENT
.data
one_cst dq 1.0
limit_cst dq 0.26
.code
arlib_log10 proc x: mmword
fldlg2
movq x, xmm0
fld x
fxam
fnstsw ax
fld st
sahf
jc $L3
$L4:
fsub one_cst
fld st
fabs
fcomp limit_cst
fnstsw ax
and ah, 45h
jz $L2
fxam
fnstsw ax
and ah, 45h
cmp ... | 10.185185 | 26 | 0.649091 |
6d4544c4dc929a410089ed2023b7b6e72e0b7494 | 515 | asm | Assembly | includes/std_routines.asm | Al-Nafuur/batari-Basic | 9988745b6f1879730e6a8c83e7d21deb106e091a | [
"CC0-1.0"
] | 47 | 2020-01-20T00:52:34.000Z | 2022-02-04T01:21:23.000Z | includes/std_routines.asm | Al-Nafuur/batari-Basic | 9988745b6f1879730e6a8c83e7d21deb106e091a | [
"CC0-1.0"
] | 5 | 2020-03-08T10:37:24.000Z | 2021-03-25T15:50:50.000Z | includes/std_routines.asm | Al-Nafuur/batari-Basic | 9988745b6f1879730e6a8c83e7d21deb106e091a | [
"CC0-1.0"
] | 10 | 2020-02-23T08:09:59.000Z | 2022-03-12T07:45:02.000Z | ; Provided under the CC0 license. See the included LICENSE.txt for details.
;standard routines needed for pretty much all games
; just the random number generator is left - maybe we should remove this asm file altogether?
; repositioning code and score pointer setup moved to overscan
; read switches, joysticks no... | 23.409091 | 94 | 0.751456 |
cf8da9de72a94cb5b6659f668843703bd71725ad | 598 | asm | Assembly | programs/oeis/325/A325909.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/325/A325909.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/325/A325909.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A325909: Lexicographically earliest sequence of distinct positive terms such that for any n > 0, n divides Sum_{k = 1..n} (-1)^k * a(k).
; 1,3,2,4,9,5,7,15,8,10,21,11,13,27,14,16,33,17,19,39,20,22,45,23,25,51,26,28,57,29,31,63,32,34,69,35,37,75,38,40,81,41,43,87,44,46,93,47,49,99,50,52,105,53,55,111,56,58,117,59,61,1... | 20.62069 | 196 | 0.573579 |
5f9dfcabeeb615368d93d850188db15e650a3690 | 747 | asm | Assembly | programs/oeis/303/A303298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/303/A303298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/303/A303298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A303298: Generalized 21-gonal (or icosihenagonal) numbers: m*(19*m - 17)/2 with m = 0, +1, -1, +2, -2, +3, -3, ...
; 0,1,18,21,55,60,111,118,186,195,280,291,393,406,525,540,676,693,846,865,1035,1056,1243,1266,1470,1495,1716,1743,1981,2010,2265,2296,2568,2601,2890,2925,3231,3268,3591,3630,3970,4011,4368,4411,4785,4830... | 67.909091 | 509 | 0.73494 |
99b295844c3eb486faab675f0754a3c9f6a0c2ef | 709 | asm | Assembly | programs/oeis/010/A010005.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010005.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010005.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010005: a(0) = 1, a(n) = 15*n^2 + 2 for n>0.
; 1,17,62,137,242,377,542,737,962,1217,1502,1817,2162,2537,2942,3377,3842,4337,4862,5417,6002,6617,7262,7937,8642,9377,10142,10937,11762,12617,13502,14417,15362,16337,17342,18377,19442,20537,21662,22817,24002,25217,26462,27737,29042,30377,31742,33137,34562,36017,37502,390... | 59.083333 | 580 | 0.764457 |
7dea4f8c1bf9e934e80d3d926685752839d2cf7f | 337 | asm | Assembly | programs/oeis/003/A003177.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/003/A003177.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/003/A003177.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A003177: a(n) = ceiling(24(2^n-1)/n).
; 24,36,56,90,149,252,436,765,1363,2456,4467,8190,15122,28086,52428,98303,185042,349524,662258,1258290,2396744,4575604,8753330,16777215,32212254,61946643,119304647,230087533
mov $2,$0
add $2,1
cal $0,248877 ; a(1) = 23, a(2) = 71, a(n) = 3*a(n-1) - 2*a(n-2) for n>2.
div $0,$2
mo... | 33.7 | 173 | 0.664688 |
fb294726e70dd65408d5e8312883f9c5776ed1b7 | 278 | asm | Assembly | Print dialog box/print_dialogbox_float.asm | berkcetinsaya/MIPSLanguageExamples | e1ec7ae15a38621e09fcf211f033497c495ee06b | [
"Apache-2.0"
] | null | null | null | Print dialog box/print_dialogbox_float.asm | berkcetinsaya/MIPSLanguageExamples | e1ec7ae15a38621e09fcf211f033497c495ee06b | [
"Apache-2.0"
] | null | null | null | Print dialog box/print_dialogbox_float.asm | berkcetinsaya/MIPSLanguageExamples | e1ec7ae15a38621e09fcf211f033497c495ee06b | [
"Apache-2.0"
] | null | null | null | .data
message: .asciiz "This is a message\n"
number: .float 50.0
.text
la $a0, message # general message to print will be loaded to $a0
lwc1 $f12, number # float number to print will be loaded to $f12
addi $v0, $zero, 57 # service 57 to display a float dialog box
syscall | 34.75 | 66 | 0.71223 |
cbb55097d4c22e7cfb145b9310741130ceca5a78 | 642 | asm | Assembly | oeis/256/A256314.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/256/A256314.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/256/A256314.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A256314: Number of partitions of 3n into exactly 5 parts.
; 0,0,1,5,13,30,57,101,164,255,377,540,748,1014,1342,1747,2233,2818,3507,4319,5260,6351,7599,9027,10642,12470,14518,16814,19366,22204,25337,28796,32591,36756,41301,46262,51649,57501,63829,70673,78045,85987,94512,103664,113456,123935,135114,147042,159733,173238... | 107 | 497 | 0.808411 |
c777ae9c1b090b3cbb9eb070c1dc05194e648c41 | 795 | asm | Assembly | oeis/104/A104629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/104/A104629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/104/A104629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A104629: Expansion of (1-2*x-sqrt(1-4*x))/(x^2 * (1+2*x+sqrt(1-4*x))).
; Submitted by Christian Krause
; 1,2,6,18,57,186,622,2120,7338,25724,91144,325878,1174281,4260282,15548694,57048048,210295326,778483932,2892818244,10786724388,40347919626,151355847012,569274150156,2146336125648,8110508473252,30711521221376,116518... | 41.842105 | 479 | 0.763522 |
7da87dd5d456bd44693b6ba2194a230da325815c | 183 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/l_f32_ge.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/l_f32_ge.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/l_f32_ge.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC l_f32_ge
EXTERN m32_compare_callee
.l_f32_ge
call m32_compare_callee
ccf
ret C
scf
ret Z
ccf
dec hl
ret
| 11.4375 | 30 | 0.622951 |
e105b1ede22bb0a7acf4ec3866a0885c4bc154bd | 319 | asm | Assembly | data/mapHeaders/CeruleanTrashedHouse.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/CeruleanTrashedHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/CeruleanTrashedHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CeruleanTrashedHouse_h:
db HOUSE ; tileset
db CERULEAN_TRASHED_HOUSE_HEIGHT, CERULEAN_TRASHED_HOUSE_WIDTH ; dimensions (y, x)
dw CeruleanTrashedHouse_Blocks ; blocks
dw CeruleanTrashedHouse_TextPointers ; texts
dw CeruleanTrashedHouse_Script ; scripts
db 0 ; connections
dw CeruleanTrashedHouse_Object ; objects
| 35.444444 | 83 | 0.840125 |
3d301454668c59717628753dcc26694cc9a5f807 | 41,137 | asm | Assembly | rm.asm | TusharGupta01/XV6 | d365413bcf8fbb190063548c0fa477dc57f2b98b | [
"MIT"
] | null | null | null | rm.asm | TusharGupta01/XV6 | d365413bcf8fbb190063548c0fa477dc57f2b98b | [
"MIT"
] | null | null | null | rm.asm | TusharGupta01/XV6 | d365413bcf8fbb190063548c0fa477dc57f2b98b | [
"MIT"
] | 1 | 2018-03-14T14:09:08.000Z | 2018-03-14T14:09:08.000Z |
_rm: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 20 ... | 34.110282 | 60 | 0.426915 |
adf6daeb8ac8e3694d77150f95127ca5be512217 | 1,005 | asm | Assembly | oeis/269/A269963.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/269/A269963.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/269/A269963.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A269963: Start with a square; at each stage add a square at each expandable vertex so that the ratio between the side of the squares at stage n+1 and at stage n is the golden ratio phi=0.618...; a(n) is the number of squares in a portion of the n-th stage (see below).
; Submitted by Jon Maiga
; 1,2,7,16,37,82,187,428... | 38.653846 | 485 | 0.755224 |
a1e2acbc1e022d076216e38bf01055bbb2147915 | 588 | asm | Assembly | oeis/077/A077414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077414: a(n) = n*(n - 1)*(n + 2)/2.
; 0,4,15,36,70,120,189,280,396,540,715,924,1170,1456,1785,2160,2584,3060,3591,4180,4830,5544,6325,7176,8100,9100,10179,11340,12586,13920,15345,16864,18480,20196,22015,23940,25974,28120,30381,32760,35260,37884,40635,43516,46530,49680,52969,56400,59976,63700,67575,71604,75790,80136,... | 65.333333 | 500 | 0.770408 |
24759721dba566c3acd6c1a385133cd7fb2e5525 | 369 | asm | Assembly | programs/oeis/264/A264853.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/264/A264853.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/264/A264853.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A264853: a(n) = n*(n + 1)*(5*n^2 + 5*n - 4)/12.
; 0,1,13,56,160,365,721,1288,2136,3345,5005,7216,10088,13741,18305,23920,30736,38913,48621,60040,73360,88781,106513,126776,149800,175825,205101,237888,274456,315085,360065,409696,464288,524161,589645,661080,738816,823213,914641
mov $2,$0
lpb $0
sub $0,1
add $3,$2
... | 28.384615 | 227 | 0.674797 |
885b300776efcdc9bbc44cb121700304a047f625 | 245 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sccz80/fputc_unlocked.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/c/sccz80/fputc_unlocked.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/c/sccz80/fputc_unlocked.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int fputc_unlocked(int c, FILE *stream)
SECTION code_clib
SECTION code_stdio
PUBLIC fputc_unlocked
EXTERN asm_fputc_unlocked
fputc_unlocked:
pop af
pop ix
pop de
push de
push hl
push af
jp asm_fputc_unlocked
| 11.136364 | 41 | 0.714286 |
a73d5391d4e7959b59c5b985a99e22c3cf9175d8 | 142 | asm | Assembly | General/Sprites/Surfboard/Anim - Surfboard Splash.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | General/Sprites/Surfboard/Anim - Surfboard Splash.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | null | null | null | General/Sprites/Surfboard/Anim - Surfboard Splash.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | null | null | null | dc.w byte_2118A-Ani_SurfboardSplash
byte_2118A: dc.b 0, 1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 1, 6, 1, $FF, 0
even
| 35.5 | 96 | 0.464789 |
fd8559d424272e3385843603be872a7dead73f06 | 442 | asm | Assembly | oeis/105/A105577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/105/A105577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/105/A105577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A105577: a(n+3) = 2*a(n+2) - 3*a(n+1) + 2*a(n); a(0) = 1, a(1) = 5, a(2) = 6.
; Submitted by Jon Maiga
; 1,5,6,-1,-10,-5,18,31,-2,-61,-54,71,182,43,-318,-401,238,1043,570,-1513,-2650,379,5682,4927,-6434,-16285,-3414,29159,35990,-22325,-94302,-49649,138958,238259,-39654,-516169,-436858,595483,1469202,278239,-2660162,-... | 29.466667 | 238 | 0.606335 |
f553c161a36a5205aee3a59b557d4e7498645c63 | 166 | asm | Assembly | oeis/234/A234373.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/234/A234373.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/234/A234373.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A234373: Row 4 of the square array A234951.
; 1,4,6,9,11,14,15,18,20,23
mov $2,$0
mul $0,2
mov $1,$2
div $1,2
lpb $0
sub $0,$1
div $1,3
lpe
add $0,$2
add $0,1
| 11.857143 | 45 | 0.584337 |
80c515a89e64cc4fac91508f36cb5d88b694d97d | 528 | asm | Assembly | programs/oeis/061/A061078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/061/A061078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/061/A061078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A061078: Sum of the products of the digits of the first n even numbers.
; 2,6,12,20,20,22,26,32,40,40,44,52,64,80,80,86,98,116,140,140,148,164,188,220,220,230,250,280,320,320,332,356,392,440,440,454,482,524,580,580,596,628,676,740,740,758,794,848,920,920,920,920,920,920,920,922
mov $4,$0
add $4,1
mov $6,$0
lpb $4
... | 19.555556 | 206 | 0.598485 |
0d9818676d96e1ce145948a7651855c8adc6416f | 533 | asm | Assembly | Bootsektor/bootloader.asm | JensFZ/MyOS | 8a3cd2fd2fcb9550856b9260ab85585b7a6f2f15 | [
"MIT"
] | null | null | null | Bootsektor/bootloader.asm | JensFZ/MyOS | 8a3cd2fd2fcb9550856b9260ab85585b7a6f2f15 | [
"MIT"
] | null | null | null | Bootsektor/bootloader.asm | JensFZ/MyOS | 8a3cd2fd2fcb9550856b9260ab85585b7a6f2f15 | [
"MIT"
] | null | null | null | global loader ; make loader visible for the linker
extern main ; main function of the C kernel
FLAGS equ 0
MAGIC equ 0x1BADB002 ; Magicnumber for Grub
CHECKSUM equ -(MAGIC+FLAGS) ; Checksum
section .text
align 4
MultiBootHeader:
dd MAGIC
dd FLAGS
dd CHECKSUM
loader:
mov esp, 0x200000 ; Set stack to ... | 23.173913 | 55 | 0.729831 |
e3bd5f07af758d707183c94b68243f7135b88147 | 6,383 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_464.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_464.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_464.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 %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x14d1d, %rsi
lea addresses_UC_ht+0x126fe, %rdi
clflush (%rsi)
nop
nop
nop
inc %r9
mov $126, %rcx
rep movsq
nop
inc %r9
lea addresses_A_ht+0xe018, %rsi
lea addresses_normal_ht+0x629d, %rd... | 38.451807 | 2,999 | 0.659094 |
827caec4f9bedfddb5b78ef2c11b9d5479ce8967 | 466 | asm | Assembly | libsrc/math/genmath/cos.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/genmath/cos.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/genmath/cos.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; Small C+ Maths Routines
;
; transcendental floating point routines
;
XLIB cos
LIB sin
LIB hladd
XREF __halfpi
;double cos(double val)
;Looks odd, but don't worry..value is already in FA - no need for stack
;
; transcendental functions: sin, cos, ... | 13.314286 | 71 | 0.536481 |
833242a345e1957621de4140334235fccb2774ac | 464 | asm | Assembly | env/zx/common/dodos_residos.asm | pjshumphreys/querycsv | 48453d8c81fb5fc6db495881c99046f7a7656cbc | [
"MIT"
] | 18 | 2017-04-17T23:19:51.000Z | 2022-02-09T00:26:21.000Z | env/zx/common/dodos_residos.asm | pjshumphreys/querycsv | 48453d8c81fb5fc6db495881c99046f7a7656cbc | [
"MIT"
] | null | null | null | env/zx/common/dodos_residos.asm | pjshumphreys/querycsv | 48453d8c81fb5fc6db495881c99046f7a7656cbc | [
"MIT"
] | null | null | null | HOOK_PACKAGE equ 0xfb
PKG_RESIDOS equ 0
PKG_IDEDOS equ 0x01
include "equs.inc"
;-------------------------------------
; dodos_residos
dodos_residos:
exx
ld b, PKG_IDEDOS
jr testbanks
doresi2:
exx
ld b, PKG_RESIDOS
testbanks:
push af
ld a, (basicBank)
di
call mypager
ei
pop af
push iy
po... | 10.790698 | 38 | 0.62069 |
003fe3047f73631d54680914bbb3c118d90e7e91 | 640 | asm | Assembly | programs/oeis/165/A165834.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/165/A165834.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/165/A165834.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A165834: Totally multiplicative sequence with a(p) = 13.
; 1,13,13,169,13,169,13,2197,169,169,13,2197,13,169,169,28561,13,2197,13,2197,169,169,13,28561,169,169,2197,2197,13,2197,13,371293,169,169,169,28561,13,169,169,28561,13,2197,13,2197,2197,169,13,371293,169,2197,169,2197,13,28561,169,28561,169,169,13,28561,13,169... | 80 | 440 | 0.751563 |
45b92cd7e34713a43d2d4fac7cf179f39be93629 | 1,334 | asm | Assembly | test/pxor.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 147 | 2021-09-01T03:52:49.000Z | 2022-03-30T16:59:58.000Z | test/pxor.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 7 | 2021-09-10T07:03:36.000Z | 2022-03-03T23:30:58.000Z | test/pxor.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 19 | 2021-09-09T10:54:44.000Z | 2022-03-18T19:56:45.000Z | SECTION .text
GLOBAL test
test:
pxor xmm0, xmm0
pxor xmm0, xmm1
pxor xmm0, xmm2
pxor xmm0, xmm3
pxor xmm0, xmm4
pxor xmm0, xmm5
pxor xmm0, xmm6
pxor xmm0, xmm7
pxor xmm1, xmm0
pxor xmm1, xmm1
pxor xmm1, xmm2
pxor xmm1, xmm3
pxor xmm1, xmm4
pxor xmm1, xmm5
pxor xmm1, xmm6
pxor xmm1, xmm7
pxor xmm2, xmm0
pxor xmm2, xmm1
... | 15.880952 | 16 | 0.752624 |
be8c0edfc1cc56b99c1139c488559221484916b7 | 591 | asm | Assembly | libsrc/target/gb/gbdk/receive_byte.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/gb/gbdk/receive_byte.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/gb/gbdk/receive_byte.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
MODULE receive_byte
PUBLIC receive_byte
PUBLIC _receive_byte
EXTERN __io_status
SECTION code_driver
INCLUDE "target/gb/def/gb_globals.def"
;; Send byte in __io_out to the serial port
receive_byte:
_receive_byte:
LD A,IO_RECEIVING
LD (... | 21.888889 | 52 | 0.532995 |
82b4b2b7a56f286e87846eebb77a6d5aa4f0072d | 599 | asm | Assembly | programs/oeis/048/A048467.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/048/A048467.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/048/A048467.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A048467: a(n) = T(6,n), array T given by A047858.
; 1,8,23,55,123,267,571,1211,2555,5371,11259,23547,49147,102395,212987,442363,917499,1900539,3932155,8126459,16777211,34603003,71303163,146800635,301989883,620756987,1275068411,2617245691,5368709115,11005853691,22548578299,46170898427,94489280507,193273528315,39513699... | 59.9 | 488 | 0.836394 |
5c79ebcd6dd5900dd10c3c31a0eedf75d6eb7be1 | 392 | asm | Assembly | programs/oeis/344/A344483.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/344/A344483.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/344/A344483.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A344483: a(n) = n^2 + sigma(n) - n*d(n).
; 1,3,7,11,21,24,43,47,67,78,111,100,157,164,189,207,273,255,343,322,389,432,507,444,581,614,661,672,813,732,931,895,1005,1074,1133,1063,1333,1352,1421,1370,1641,1524,1807,1756,1833,2004,2163,1948,2311,2293,2469,2490
add $0,1
mov $2,$0
lpb $0
sub $0,1
mov $3,$2
mov $4,$... | 23.058824 | 216 | 0.625 |
2e95cce1c10fe2e1ea7e797f5e121383bef75f1d | 351 | asm | Assembly | programs/oeis/134/A134314.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/134/A134314.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/134/A134314.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A134314: First differences of A134429.
; -8,8,-8,16,-24,24,-24,32,-40,40,-40,48,-56,56,-56,64,-72,72,-72,80,-88,88,-88,96,-104,104,-104,112,-120,120,-120,128,-136,136,-136,144,-152,152,-152,160,-168,168,-168,176,-184,184,-184,192,-200,200,-200,208
add $0,2
mov $1,$0
lpb $1
gcd $1,4
sub $1,$0
sub $1,1
lpe
sub $... | 23.4 | 208 | 0.606838 |
4c08dd1311b8fdad685e2136877653451c33d5f2 | 3,324 | asm | Assembly | main.asm | EscapeCharacter-dev/chadbrain | b601f05eff19062c13d874636215209dc686f404 | [
"CC0-1.0"
] | 2 | 2021-07-25T21:07:36.000Z | 2021-07-26T02:39:42.000Z | main.asm | EscapeCharacter-dev/chadbrain | b601f05eff19062c13d874636215209dc686f404 | [
"CC0-1.0"
] | null | null | null | main.asm | EscapeCharacter-dev/chadbrain | b601f05eff19062c13d874636215209dc686f404 | [
"CC0-1.0"
] | null | null | null | [BITS 16]
[ORG 0x7C00]
lowMemAddr: equ 0
inputBuf: equ 0
stackLow: equ 0
inputBufLength: equ 0xFFFF
highMemAddr: equ 0xFFFF
stackHigh: equ 0xFFFF
memAddrLength: equ highMemAddr - lowMemAddr - 1
index:
DW 0
_start:
; clearing screen
XOR AH, AH
MOV AL, 0x03
INT 0x10
IN AL, 0x92 ; a20 line
OR AL, 2 ; a20 l... | 13.403226 | 47 | 0.634777 |
7e653b99732453e906b61ae7831e3c92772b9b9a | 7,946 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_844.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_21829_844.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_21829_844.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 %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x13abe, %r14
nop
nop
nop
nop
nop
add %r9, %r9
movups (%r14), %xmm6
vpextrq $1, %xmm6, %rsi
sub %rbp, %rbp
lea addresses_WT_ht+0x1971e, %rcx
nop
nop
nop
nop
nop
sub $439, %r10
m... | 34.103004 | 2,999 | 0.657941 |
346a0e6a6c86f6004a66d764c7329ff54501a704 | 48,815 | asm | Assembly | Test/Z80/pacalpaca/pengoalpaca.asm | sparks-c16/zasm | c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4 | [
"BSD-2-Clause"
] | 43 | 2019-12-06T23:46:40.000Z | 2022-03-31T15:34:44.000Z | Test/Z80/pacalpaca/pengoalpaca.asm | sparks-c16/zasm | c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4 | [
"BSD-2-Clause"
] | 21 | 2019-12-27T01:49:08.000Z | 2022-03-31T15:38:42.000Z | Test/Z80/pacalpaca/pengoalpaca.asm | sparks-c16/zasm | c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4 | [
"BSD-2-Clause"
] | 13 | 2019-12-27T00:38:46.000Z | 2022-03-15T08:34:51.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PengoAlpaca.asm
;
; ALPACA: A Multitasking operating system for Pengo Z80 arcade hardware
;
; Written by
; Scott "Jerry" Lawrence
; alpaca@umlautllama.com
;
; This source file is covered by the LGPL:
;
;; Alpaca - A Multitasking operating system for Z80 arcad... | 34.694385 | 80 | 0.413602 |
cf3ca298f25bcaa7bcd2bd77e5f7aaafb83f5a47 | 56,017 | asm | Assembly | Library/Math/Float/floatFloatToAscii.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Math/Float/floatFloatToAscii.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Math/Float/floatFloatToAscii.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @-----------------------------------------------------------------------
Copyright (c) Geoworks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: floatFloatToAscii.asm
AUTHOR: Cheng, 3/91
ROUTINES:
Name Description
---- -----------
FloatFloatToAscii_StdFormat Global rou... | 24.863293 | 81 | 0.641555 |
117644136a3565f60b32503b81a0950b1e7c815b | 206 | asm | Assembly | oeis/244/A244191.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/244/A244191.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/244/A244191.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A244191: a(n) = most common final digit for a prime < 10^n, or 0 if there is a tie.
; 0,3,7,3,7,3,3,7,3,3,7,7,3,3
lpb $0
mul $0,4
mov $3,$0
div $0,5
trn $0,1
sub $3,1
mov $2,$3
lpe
mov $0,$2
| 15.846154 | 85 | 0.548544 |
f309519851fddb75642dd952a388fb76fcbe4351 | 765 | asm | Assembly | libsrc/_DEVELOPMENT/sound/ay/c/sdcc_iy/ay_wyz_init.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/sound/ay/c/sdcc_iy/ay_wyz_init.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/sound/ay/c/sdcc_iy/ay_wyz_init.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | IF !__CPU_INTEL__ && !__CPU_GBZ80__
SECTION code_sound_ay
PUBLIC _ay_wyz_init
PUBLIC _ay_wyz_init_fastcall
EXTERN asm_wyz_player_init
EXTERN asm_wyz_TABLA_PAUTAS
EXTERN asm_wyz_TABLA_SONIDOS
EXTERN asm_wyz_TABLA_SONG
EXTERN asm_wyz_DATOS_NOTAS
; void ay_wyz_init(wyz_... | 16.630435 | 51 | 0.721569 |
7f02f76f94c49a7e30d44f3dbcde42c2ec9cba73 | 63 | asm | Assembly | old/Assembly/libc_cmd.asm | cz-theng/myblog | 716b89550fa2799088f5b01f6f8baebe2c1e37ef | [
"CC0-1.0"
] | 28 | 2016-05-18T15:34:34.000Z | 2020-11-05T06:49:36.000Z | old/Assembly/libc_cmd.asm | cz-it/myblog | 716b89550fa2799088f5b01f6f8baebe2c1e37ef | [
"CC0-1.0"
] | null | null | null | old/Assembly/libc_cmd.asm | cz-it/myblog | 716b89550fa2799088f5b01f6f8baebe2c1e37ef | [
"CC0-1.0"
] | 55 | 2016-07-28T01:54:36.000Z | 2020-09-14T02:10:30.000Z | 965 STR
965 MOV
965 LDMFD
965 ADD
2 AREA
| 10.5 | 13 | 0.492063 |
dcc1db1e952bf21f093f70644c3f99ef7c69f2f7 | 624 | asm | Assembly | programs/oeis/161/A161382.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/161/A161382.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/161/A161382.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A161382: (0,1)-sequence where n-th run has length n^2.
; 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0... | 78 | 501 | 0.525641 |
44cbfce210710358704c3c3b032e4045a438fdd8 | 250 | asm | Assembly | core/src/code_generation/tests/expression-5.asm | mari-linhares/GoCompiler | dc87ff118ee5752fa1da3271ae57679a8ac449a3 | [
"Apache-2.0"
] | 1 | 2019-03-01T23:20:03.000Z | 2019-03-01T23:20:03.000Z | core/src/code_generation/tests/expression-5.asm | mari-linhares/GoCompiler | dc87ff118ee5752fa1da3271ae57679a8ac449a3 | [
"Apache-2.0"
] | null | null | null | core/src/code_generation/tests/expression-5.asm | mari-linhares/GoCompiler | dc87ff118ee5752fa1da3271ae57679a8ac449a3 | [
"Apache-2.0"
] | null | null | null | 100: LD SP, #4000
108: LD R1, #0
116: ST a, R1
124: LD R2, #0
132: ST b, R2
140: LD R3, #0
148: ST c, R3
156: LD R4, #0
164: ST d, R4
172: LD R5, #0
180: ST e, R5
function main
1000: MUL R6, R2, R3
1008: ST a, R6
1016: ADD R7, R6, R4
1024: ST e, R7
| 13.888889 | 20 | 0.588 |
61e339e15dfdd20726e1d726d02fa1fd183fb229 | 452 | asm | Assembly | programs/oeis/082/A082458.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/082/A082458.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/082/A082458.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A082458: Multiply by 1, add 1, multiply by 2, add 2, etc., starting with 0.
; 0,0,1,2,4,12,15,60,64,320,325,1950,1956,13692,13699,109592,109600,986400,986409,9864090,9864100,108505100,108505111,1302061332,1302061344,16926797472,16926797485,236975164790,236975164804,3554627472060,3554627472075,56874039553200,568740395... | 28.25 | 247 | 0.712389 |
0bfda5f5eacaaf067c9af0dbf65b71d2f1f5ac1d | 530 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_destroy.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_destroy.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_destroy.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Mar 2014
; ===============================================================
;
; void b_array_destroy(b_array_t *a)
;
; Zero the array structure.
; array.capacity = 0 ensures no array operations can be performed.
;
; ===================================... | 19.62963 | 66 | 0.437736 |
2ed2dd8608b110a364d0acc1e6be8a069618b701 | 2,028 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/z80/asm_gets.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/z80/asm_gets.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/z80/asm_gets.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; ===============================================================
; Jan 2014
; ===============================================================
;
; char *gets(char *s)
;
; Read chars from stdin and write to string s until '\n' or
; a stream error occurs. Remove the '\n' from the stream
; but discard it. Terminate s ... | 20.079208 | 65 | 0.456607 |
0d739a7bfb7c7a26b0340ea68dc37cfcabcd39ce | 480 | asm | Assembly | programs/oeis/057/A057003.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/057/A057003.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/057/A057003.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A057003: Write the natural numbers in groups: 1; 2,3; 4,5,6; 7,8,9,10; ... and multiply the members of each group.
; 1,6,120,5040,360360,39070080,5967561600,1220096908800,321570878428800,106137499051584000,42873948150095462400,20803502274492921984000,11938961126118491232768000,7998487694738166709923840000,61859838791... | 32 | 258 | 0.78125 |
86d964b168a0516ab3ebfa3470c5beccec34987c | 423 | asm | Assembly | programs/oeis/143/A143943.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/143/A143943.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/143/A143943.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A143943: The Wiener index of a chain of n squares joined at vertices (i.e., joined like <><><>...<>; here <> is a square!).
; 8,40,114,248,460,768,1190,1744,2448,3320,4378,5640,7124,8848,10830,13088,15640,18504,21698,25240,29148,33440,38134,43248,48800,54808,61290,68264,75748,83760,92318,101440,111144,121448,132370,1... | 30.214286 | 199 | 0.690307 |
92d5a84315004b75b7ecd84aeb1242cf8def69ef | 456 | asm | Assembly | oeis/232/A232555.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/232/A232555.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/232/A232555.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A232555: Nonsquare numbers whose sum of proper square divisors is a square greater than 1.
; Submitted by Jon Maiga
; 3528,5292,8820,10584,12348,17640,19404,22932,24696,26460,29988,33516,37044,38808,40572,45864,51156,52920,54684,58212,59976,61740,65268,67032,68796,72324,74088,75852,81144,82908,89964,93492,97020,10054... | 35.076923 | 224 | 0.763158 |
996327df2b6111e2cefef07176309289c6d2d2fc | 8,274 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_291.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_291.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_291.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x129b3, %rsi
lea addresses_UC_ht+0x132c7, %rdi
nop
nop
nop
nop
add $24010, %rbx
mov $63, %rcx
rep movsq
nop
nop
nop
inc %rdi
lea addresses_D_ht+0x3173, %rdi
nop
nop
lfence
movl... | 31.340909 | 2,999 | 0.658932 |
8cfa1ff9ca45ae8313cb04e34562162aae8667e4 | 388 | asm | Assembly | mc-sema/validator/x86_64/tests/ST_PF80m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86_64/tests/ST_PF80m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/ST_PF80m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_FPU_IE
;TEST_FILE_META_END
FLD1
;TEST_BEGIN_RECORDING
lea rdi, [rsp-0x10]
mov dword [rdi+0x00], 0
mov dword [rdi+0x04], 0
mov dword [rdi+0x08], 0
fstp tword [rdi]
mov eax, dword [rdi+00]
mov ebx, dword [rdi+04]
... | 20.421053 | 29 | 0.664948 |
1be9746bbaa59d0f8e8d5b1fc727b575d13acb79 | 1,931 | asm | Assembly | emulator/old/test4.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | emulator/old/test4.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | emulator/old/test4.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | ; ***********************************************************************************************
;
; Bootloader 2. Displays AAA.DDD in octal. Writes to page 1xx
;
; ***********************************************************************************************
cpu sc/mp
buffer = 0x7A ; positioned here so... | 24.1375 | 97 | 0.540135 |
10e08357f98bf033368e69dcffac24531820f7fa | 1,885 | asm | Assembly | third_party/aten/src/ATen/cpu/tbb/tbb_remote/src/tbb/ia32-masm/itsx.asm | gautamkmr/caffe2 | cde7f21d1e34ec714bc08dbfab945a1ad30e92ff | [
"MIT"
] | 80 | 2019-07-02T22:05:26.000Z | 2022-03-29T12:46:31.000Z | third_party/aten/src/ATen/cpu/tbb/tbb_remote/src/tbb/ia32-masm/itsx.asm | gautamkmr/caffe2 | cde7f21d1e34ec714bc08dbfab945a1ad30e92ff | [
"MIT"
] | 2 | 2017-08-07T03:39:25.000Z | 2017-11-07T18:37:49.000Z | third_party/aten/src/ATen/cpu/tbb/tbb_remote/src/tbb/ia32-masm/itsx.asm | gautamkmr/caffe2 | cde7f21d1e34ec714bc08dbfab945a1ad30e92ff | [
"MIT"
] | 34 | 2019-07-18T11:58:14.000Z | 2022-03-18T06:47:48.000Z | ; Copyright (c) 2005-2017 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed ... | 23.271605 | 74 | 0.656233 |
e1e2df85fa4bbaa46d2fe2b4f5c912b40e94063a | 704 | asm | Assembly | oeis/305/A305991.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/305/A305991.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/305/A305991.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A305991: Expansion of (1-27*x)^(1/9).
; Submitted by Christian Krause
; 1,-3,-36,-612,-11934,-250614,-5513508,-125235396,-2911722957,-68910776649,-1653858639576,-40143659706072,-983519662798764,-24285370135261788,-603664914790793016,-15091622869769825400,-379177024602966863175,-9568643738510163782475,-242405641375590... | 35.2 | 478 | 0.77983 |
dfe04dcecb4d7bf2779e7099eb41160ef96403c6 | 1,634 | asm | Assembly | programs/oeis/162/A162316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/162/A162316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/162/A162316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A162316: a(n) = 5n^2 + 20n + 1.
; 1,26,61,106,161,226,301,386,481,586,701,826,961,1106,1261,1426,1601,1786,1981,2186,2401,2626,2861,3106,3361,3626,3901,4186,4481,4786,5101,5426,5761,6106,6461,6826,7201,7586,7981,8386,8801,9226,9661,10106,10561,11026,11501,11986,12481,12986,13501,14026,14561,15106,15661,16226,16801,17... | 181.555556 | 1,551 | 0.820685 |
8b1d3a96bb414dc826dc4f9fcfb4dbfdd19e5d31 | 2,646 | asm | Assembly | Codes/Chapter14/P03/P14-03.asm | ar-ekt/Dandamudi-Assembly-Solutions | 876097a20420b125b19ec9e71cc480cc08b47997 | [
"MIT"
] | 8 | 2021-03-04T18:31:42.000Z | 2021-11-03T04:41:25.000Z | Codes/Chapter14/P03/P14-03.asm | ar-ekt/Dandamudi-Assembly-Solutions | 876097a20420b125b19ec9e71cc480cc08b47997 | [
"MIT"
] | null | null | null | Codes/Chapter14/P03/P14-03.asm | ar-ekt/Dandamudi-Assembly-Solutions | 876097a20420b125b19ec9e71cc480cc08b47997 | [
"MIT"
] | 1 | 2021-11-09T09:49:00.000Z | 2021-11-09T09:49:00.000Z | %INCLUDE "lib.h"
global _start
section .data
file1_msg db ">> File-1 Name: ", 0
file2_msg db ">> File-2 Name: ", 0
file1_error_msg db ">> File-1 Open Error!", 10, 0
file2_error_msg db ">> File-2 Open Error!", 10, 0
done_msg db ">> Done!", 10, 0
section .bss
buffer1 resb 30
buffer2 resb 30
... | 27.852632 | 98 | 0.569539 |
121a544a890eba0b34bca2f4354eb0e040c16680 | 203 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_push_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_push_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_push_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; int wa_stack_push(wa_stack_t *s, void *item)
SECTION code_clib
SECTION code_adt_wa_stack
PUBLIC wa_stack_push_callee
EXTERN w_array_append_callee
defc wa_stack_push_callee = w_array_append_callee
| 16.916667 | 49 | 0.852217 |
1b5b9874d2a20b3d59abdb24efc1aaff2628d880 | 446 | a51 | Assembly | a51test/(18)DEC_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(18)DEC_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(18)DEC_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | MOV 0xD0,#0x00
MOV 0xF0,#0xFF
START0:
DEC R0
DEC R1
DEC R2
DEC R3
DEC R4
DEC R5
DEC R6
DEC R7
DJNZ 0xF0,START0
MOV 0xD0,#0x08
MOV 0xF0,#0xFF
START1:
DEC R0
DEC R1
DEC R2
DEC R3
DEC R4
DEC R5
DEC R6
DEC R7
DJNZ 0xF0,START1
MOV 0xD0,#0x10
MOV 0xF0,#0xFF
START2:
DEC R0
DEC R1
DEC R2
DEC R3
DEC R4
DEC R5
DEC R6
DEC R7
DJ... | 8.745098 | 16 | 0.735426 |
bc3afe28fe9015c312c843ac74148d7b504aa7e8 | 5,595 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1970.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1970.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1970.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 %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xacac, %rsi
lea addresses_normal_ht+0x18435, %rdi
clflush (%rdi)
nop
nop
nop
nop
add %r8, %r8
mov $5, %rcx
rep movsl
nop
nop
xor $5946, %r11
lea addresses_normal_ht+0x2235, %r13
nop... | 42.386364 | 2,999 | 0.658445 |
6b4a06203401aa412553f4b9c6671d37bda875f5 | 649 | asm | Assembly | programs/oeis/070/A070355.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070355.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070355.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070355: a(n) = 3^n mod 22.
; 1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,3,9,5,15,1,... | 59 | 551 | 0.539291 |
92e2dd8560142b8f9b37f464cc4471deaffb6d90 | 333 | asm | Assembly | game/data/stages/plateau/plateau.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | 2 | 2020-09-29T16:43:35.000Z | 2021-08-24T16:41:22.000Z | game/data/stages/plateau/plateau.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | null | null | null | game/data/stages/plateau/plateau.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | null | null | null | STAGE_PLATEAU_BANK_NUMBER = CURRENT_BANK_NUMBER
stage_plateau_data:
STAGE_HEADER($4000, $a000, $80ff, $80ff, $7000, $6000) ; player_a_x, player_b_x, player_a_y, player_b_y, respawn_x, respawn_y
stage_plateau_elements:
PLATFORM($29, $cf, $81, $ff) ; left, right, top, bot
END_OF_STAGE
#include "game/data/stages/plateau... | 33.3 | 125 | 0.774775 |
867b12fb41d6c8891ed10efeedf45a9cc23f72d9 | 20,519 | asm | Assembly | src/test/ref/printf-17.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/printf-17.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/printf-17.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests snprintf function call rewriting
// Test simple formats
// Commodore 64 PRG executable file
.file [name="printf-17.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segme... | 23.557979 | 292 | 0.622545 |
dc57112a64bdf56f5be271e8fc0be24e14bc3cc3 | 18,265 | asm | Assembly | enduser/netmeeting/av/codecs/intel/h263/i386/cxm1282.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/cxm1282.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/cxm1282.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;-------------------------------------------------------------------------
; INTEL Corporation Proprietary Information
;
; This listing is supplied under the terms of a license
; agreement with INTEL Corporation and may not be copied
; nor disclosed except in accordance with the terms of
; that agr... | 38.944563 | 126 | 0.479387 |
cb2ebd968c6e672729fcc81f5a652ceb035f7599 | 568 | asm | Assembly | src/Core/DMA/DMA.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 25 | 2018-06-08T19:19:53.000Z | 2021-10-03T05:07:38.000Z | src/Core/DMA/DMA.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 1 | 2020-07-14T20:15:47.000Z | 2020-07-15T20:15:26.000Z | src/Core/DMA/DMA.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 6 | 2019-05-23T05:32:11.000Z | 2020-04-26T21:26:00.000Z | include "./src/Includes.inc"
section "DMA", rom0
DMAInstall::
; Copy DMA Routine to HRAM
copy RawDMACopyFunc, hDMACopyFunc, RawDMACopyFuncEnd-RawDMACopyFunc
ret
RawDMACopyFunc:
di ; Disable Interrupts so as to not offtrack CPU off HRAM
; first we load the OAM page into the DMA register at $FF46
ld a, [wOamPa... | 21.846154 | 75 | 0.716549 |
7c08b60f2878405859f4a914cfbd5361cf3df271 | 444 | asm | Assembly | programs/oeis/025/A025818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/025/A025818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/025/A025818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A025818: Expansion of 1/((1-x^2)(1-x^7)(1-x^10)).
; 1,0,1,0,1,0,1,1,1,1,2,1,2,1,3,1,3,2,3,2,4,3,4,3,5,3,5,4,6,4,7,5,7,5,8,6,8,7,9,7,10,8,11,8,12,9,12,10,13,11,14,12,15,12,16,13,17,14,18,15,19,16,20,17,21,18,22,19,23
mov $3,$0
mov $5,2
lpb $5
sub $5,1
add $0,$5
sub $0,1
mov $2,$5
mov $4,$0
max $4,0
seq ... | 21.142857 | 165 | 0.527027 |
8d3fa66c7a0b8f6365cefd54cff314ca4a3a1c59 | 1,390 | asm | Assembly | programs/oeis/061/A061076.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/061/A061076.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/061/A061076.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A061076: a(n) is the sum of the products of the digits of all the numbers from 1 to n.
; 1,3,6,10,15,21,28,36,45,45,46,48,51,55,60,66,73,81,90,90,92,96,102,110,120,132,146,162,180,180,183,189,198,210,225,243,264,288,315,315,319,327,339,355,375,399,427,459,495,495,500,510,525,545,570,600,635,675,720,720,726,738,756,78... | 115.833333 | 1,155 | 0.764748 |
9baddcab21f81f96bb32d6c79c090d7c6c692c13 | 671 | asm | Assembly | oeis/190/A190048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/190/A190048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/190/A190048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A190048: Expansion of (8+6*x)/(1-x)^5
; 8,46,150,370,770,1428,2436,3900,5940,8690,12298,16926,22750,29960,38760,49368,62016,76950,94430,114730,138138,164956,195500,230100,269100,312858,361746,416150,476470,543120,616528,697136,785400,881790,986790,1100898,1224626,1358500,1503060,1658860,1826468,2006466,2199450,240603... | 47.928571 | 496 | 0.76006 |
c3d8756a0be840220598d794273da3f381d53587 | 29,337 | asm | Assembly | basic/expreval/test.asm | hotkeysoft/cpu8085 | b8a669d3d3358250e292d13e78768e80dbfad7fd | [
"MIT"
] | null | null | null | basic/expreval/test.asm | hotkeysoft/cpu8085 | b8a669d3d3358250e292d13e78768e80dbfad7fd | [
"MIT"
] | null | null | null | basic/expreval/test.asm | hotkeysoft/cpu8085 | b8a669d3d3358250e292d13e78768e80dbfad7fd | [
"MIT"
] | null | null | null | .module exprevaltest
.title Tests expreval Module
.include 'expreval.def'
.include '..\integer\integer.def'
.include '..\tokenize\tokenize.def'
.include '..\strings\strings.def'
.include '..\io\io.def'
.include '..\error\error.def'
.include '..\variables\variable.def'
.include '..\program\program.def'
STACK == 0xF... | 23.582797 | 70 | 0.661792 |
ba00919b0f87970a3fee1643b1791d3c736012c9 | 4,571 | asm | Assembly | cmd/edlin/edlequ.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/edlin/edlequ.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/edlin/edlequ.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | page 60,132 ;
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
.xlist
include version.inc
include DOSSYM.INC
include EDLSTDSW.INC
.list
;======================= START OF SPECIFICATIONS =====... | 27.871951 | 74 | 0.62284 |
459573ae3ce0fea801740b6659e4ca0b5f7c51fc | 1,590 | asm | Assembly | library/02_functions_batch1/unknown_1000a250.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_1000a250.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | library/02_functions_batch1/unknown_1000a250.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | 1000a250: 55 push ebp
1000a251: 8b ec mov ebp,esp
1000a253: 56 push esi
1000a254: 33 c0 xor eax,eax
1000a256: 50 push eax
1000a257: 50 push eax
1000a258: 50 push eax
1000a259: 5... | 46.764706 | 62 | 0.45283 |
edca148ee54f4ccd4452ddaff5933a42374ada45 | 2,202 | asm | Assembly | ntio/openout.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | ntio/openout.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | ntio/openout.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE OPEN_OUT - Copyright (C) SLR Systems 1994
INCLUDE MACROS
INCLUDE IO_STRUC
INCLUDE WIN32DEF
PUBLIC OPEN_OUTPUT,GET_OUTPUT_DEVICE
.DATA
EXTERNDEF SHARE_ANDER:BYTE,ASCIZ:BYTE
EXTERNDEF _FILE_LIST_GARRAY:STD_PTR_S,MYO_STUFF:MYO_STRUCT
.CODE PASS2_TEXT
EXTERNDEF MOVE_FN_TO_ASCIZ:PROC,_reco... | 14.878378 | 80 | 0.737965 |
70c1186ec13cc2e0036b9e02dafffbe865004f7a | 2,915 | asm | Assembly | academic-work/Assembly/Ficha003_Assembly8086_ex002.asm | joao-neves95/Exercises_Challenges_Courses | 02b6e25d9a270395bbf6dc8111c2419bba4f3edc | [
"MIT"
] | null | null | null | academic-work/Assembly/Ficha003_Assembly8086_ex002.asm | joao-neves95/Exercises_Challenges_Courses | 02b6e25d9a270395bbf6dc8111c2419bba4f3edc | [
"MIT"
] | 4 | 2018-11-10T01:05:14.000Z | 2021-06-25T15:16:28.000Z | academic-work/Assembly/Ficha003_Assembly8086_ex002.asm | joao-neves95/Exercises_Challenges_Courses | 02b6e25d9a270395bbf6dc8111c2419bba4f3edc | [
"MIT"
] | null | null | null | ; Remove every occurrence of "ana" in a string.
;Leia um conjunto de carateres digitados, ate que seja pressionada a tecla ENTER,
;com o objetivo de formar uma string na Memoria.
;
;Seguidamente, crie tambem na memoria uma nova string a partir da original,
;mas com a eliminacao de todas as subfrases 'ana'.
;... | 21.277372 | 95 | 0.555746 |
1b5719c16354a063d0906bcfa5cccff511fd2840 | 1,414 | asm | Assembly | src/asm/hdd.asm | nsandman09/delta | 1656cee96a5978785ea911cf77f89a4fa782390a | [
"BSD-3-Clause"
] | 1 | 2015-06-29T17:53:51.000Z | 2015-06-29T17:53:51.000Z | src/asm/hdd.asm | nsandman09/delta | 1656cee96a5978785ea911cf77f89a4fa782390a | [
"BSD-3-Clause"
] | null | null | null | src/asm/hdd.asm | nsandman09/delta | 1656cee96a5978785ea911cf77f89a4fa782390a | [
"BSD-3-Clause"
] | null | null | null | global ata_lba_read
ata_lba_read:
pushfq
and rax, 0x0FFFFFFF
push rax
push rbx
push rcx
push rdx
push rdi
mov rbx, rax ; Save LBA in RBX
mov edx, 0x01F6 ; Port to send drive and bit 24 - 27 of LBA
shr eax, 24 ; Get bit 24 - 27 in al
or al, 11100000b ; Set bit 6 in al for LBA mode... | 23.566667 | 65 | 0.58628 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.