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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ac6addaec7b33e336512e9272ddc20410db8d00f | 25,643 | asm | Assembly | Library/Spreadsheet/Spreadsheet/spreadsheetSort.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetSort.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetSort.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: spreadsheetSort.asm
AUTHOR: John Wedgwood, Aug 1, 1991
METHODS:
Name Description
---- -----------
MSG_SPREADSHEET_SORT_RANGE So... | 25.90202 | 79 | 0.574348 |
3bdf6553dd3478943cbe68df676f63bf807189a9 | 726 | asm | Assembly | oeis/160/A160175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/160/A160175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/160/A160175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A160175: Expansion of 1/(1 - 2*x - 2*x^2 - 2*x^3 - 2*x^4).
; Submitted by Christian Krause
; 1,2,6,18,54,160,476,1416,4212,12528,37264,110840,329688,980640,2916864,8676064,25806512,76760160,228319200,679123872,2020019488,6008445440,17871816000,53158809600,158118181056,470314504192,1398926621696,4161036233088,12376791... | 38.210526 | 486 | 0.779614 |
564542094f4d58423e519d293fd424da6cead92f | 365 | asm | Assembly | code/8/4.asm | GeekHades1/AssemblyCode | 4078d97d8e31093ff7b54b72869f77e340b98391 | [
"BSD-2-Clause"
] | 1 | 2018-07-11T12:35:45.000Z | 2018-07-11T12:35:45.000Z | code/8/4.asm | GeekHades1/AssemblyCode | 4078d97d8e31093ff7b54b72869f77e340b98391 | [
"BSD-2-Clause"
] | null | null | null | code/8/4.asm | GeekHades1/AssemblyCode | 4078d97d8e31093ff7b54b72869f77e340b98391 | [
"BSD-2-Clause"
] | null | null | null | ; 问题8.1 用div计算data段中第一个数据除以第二个
; 数据后的结果,商存在第三个数据的存储单元中
assume cs:code, ds:data
data segment
dd 100001
dw 100
dw 0
data ends
code segment
start: mov ax, data
mov ds, ax
mov ax, ds:[0] ; ax 存低16位
mov dx, ds:[2] ; dx 存高16位
div word ptr ds:[4]
mov ds:[6], ax ; 存商
mov ax... | 15.208333 | 32 | 0.591781 |
a54ee4fb2004dd66728f3bc83b564bf243e3f656 | 1,362 | asm | Assembly | EngineHacks/Gambit/GambitEffectMap/FillAOEMapFucs/Func4_FireArrows.asm | MokhaLeee/Gambit-ThreeHouses-Style-AOE-Attack | 7aa979e7407f5292244efd731311d71954f8aedc | [
"MIT"
] | 5 | 2021-11-28T19:51:03.000Z | 2021-12-25T06:15:13.000Z | EngineHacks/Gambit/GambitEffectMap/FillAOEMapFucs/Func4_FireArrows.asm | MokhaLeee/Gambit-ThreeHouses-Style-AOE-Attack | 7aa979e7407f5292244efd731311d71954f8aedc | [
"MIT"
] | null | null | null | EngineHacks/Gambit/GambitEffectMap/FillAOEMapFucs/Func4_FireArrows.asm | MokhaLeee/Gambit-ThreeHouses-Style-AOE-Attack | 7aa979e7407f5292244efd731311d71954f8aedc | [
"MIT"
] | null | null | null | @ 1
@ 1
@ 1
@ 1
.thumb
.include "../../../../_FuncLib/_Definitions.h.s"
.include "../../../../_FuncLib/MokhaRAMSpace.s"
.include "_definations_ADDMAP.h.s"
@(x,y,Direction)
Func4_FireArrows:
push {r4-r7,lr}
mov r4, r0 @Target.x
mov r5, r1 @Target.y
cmp r2, #4
blt Normal
mov r2, #0
Normal:
mov r6, r2 ... | 14.489362 | 49 | 0.668135 |
3faa356d54d8ea4c10e3731d355bd4c033f0b1fe | 740 | asm | Assembly | pwnlib/shellcraft/templates/arm/android/cacheflush.asm | zaratec/pwntools | 8793decd1c9b8c822e3db6c27b9cbf6e8cddfeba | [
"MIT"
] | 5 | 2018-05-15T13:00:56.000Z | 2020-02-09T14:29:00.000Z | pwnlib/shellcraft/templates/arm/android/cacheflush.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/arm/android/cacheflush.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | 6 | 2017-09-07T02:31:11.000Z | 2021-07-05T16:59:18.000Z | <%docstring>
Invokes the cache-flush operation, without using any NULL or newline bytes.
Effectively is just:
mov r0, #0
mov r1, #-1
mov r2, #0
swi 0x9F0002
How this works:
... However, SWI generates a software interrupt and to the
interrupt handler, 0x9F0002 is actually data and as ... | 23.125 | 75 | 0.635135 |
62dd1051232310c6164ed0cd890adf2ce6cb9347 | 3,614 | asm | Assembly | src/MFORTH/answords/tools-ext.asm | malyn/MFORTH | 7a6f6c44a192fee4c40b21a7d7d4d6cb51e53169 | [
"BSD-3-Clause"
] | 10 | 2017-10-26T14:10:27.000Z | 2020-06-07T15:06:02.000Z | src/MFORTH/answords/tools-ext.asm | malyn/MFORTH | 7a6f6c44a192fee4c40b21a7d7d4d6cb51e53169 | [
"BSD-3-Clause"
] | 2 | 2019-03-03T19:47:51.000Z | 2020-07-02T09:33:51.000Z | src/MFORTH/answords/tools-ext.asm | malyn/MFORTH | 7a6f6c44a192fee4c40b21a7d7d4d6cb51e53169 | [
"BSD-3-Clause"
] | 2 | 2017-07-23T14:34:19.000Z | 2017-12-16T04:24:28.000Z | ; Copyright (c) 2009-2010, Michael Alyn Miller <malyn@strangeGizmo.com>.
; 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 notic... | 44.073171 | 78 | 0.640288 |
8ac42f2a8b31fb5e47e6f7bee603a1231ca840f6 | 3,184 | asm | Assembly | 0.8-IRQ/src/kernel/libc.asm | CedricFauth/VIteen-a-16-bit-OS | 654d6c4424b7f6ab45018665ed74e47f4d69ad78 | [
"MIT"
] | 13 | 2020-10-11T12:31:22.000Z | 2022-03-06T21:41:41.000Z | 0.8-IRQ/src/kernel/libc.asm | CedricFauth/VIteen-a-16-bit-OS | 654d6c4424b7f6ab45018665ed74e47f4d69ad78 | [
"MIT"
] | 4 | 2020-10-11T12:17:53.000Z | 2020-10-14T11:27:42.000Z | 0.8-IRQ/src/kernel/libc.asm | CedricFauth/VIteen-a-16-bit-OS | 654d6c4424b7f6ab45018665ed74e47f4d69ad78 | [
"MIT"
] | 2 | 2021-08-08T08:36:41.000Z | 2022-03-06T21:41:42.000Z | bits 16
; global accessible functions
global imodu
global _cga_setcell
global _outb
global _cga_moveup
global _register_irq
global _sleep
global _debug_segments
global _config_keyboard
extern _irq ; extern interrupt request function
extern _scr_d ; used for debug print
extern _printx
extern _prints
imodu: ;bcc func... | 12.389105 | 49 | 0.671796 |
d5de84c1d297358b78e98aae8eb0c0be0aa303fe | 463 | asm | Assembly | programs/oeis/192/A192750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/192/A192750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/192/A192750.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A192750: Define a pair of sequences c_n, d_n by c_0=0, d_0=1 and thereafter c_n = c_{n-1}+d_{n-1}, d_n = c_{n-1}+4*n+2; sequence here is d_n.
; 1,6,11,21,36,61,101,166,271,441,716,1161,1881,3046,4931,7981,12916,20901,33821,54726,88551,143281,231836,375121,606961,982086,1589051,2571141,4160196,6731341,10891541,1762288... | 28.9375 | 204 | 0.693305 |
21a23bcaac8d1e7b14624c04eff0955c06b1de48 | 150 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm/zel_rmdt099.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm/zel_rmdt099.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm/zel_rmdt099.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_rmdt099.asm
Type: file
Size: 170960
Last-Modified: '2016-05-13T04:20:48Z'
SHA-1: F9FC23177A9179E139A563E165996450EA941F86
Description: null
| 21.428571 | 47 | 0.82 |
c6b3564da46e701a329e5d393b36d1793e6a1414 | 3,008 | asm | Assembly | audio/music/cinnabar.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/music/cinnabar.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/music/cinnabar.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | Music_Cinnabar_Ch0::
tempo 144
volume 7, 7
duty 3
vibrato 12, 3, 4
toggleperfectpitch
Music_Cinnabar_branch_b878::
notetype 12, 11, 5
rest 4
octave 3
D_ 4
E_ 6
C# 2
notetype 12, 11, 1
D_ 4
notetype 12, 11, 5
B_ 4
octave 4
C_ 6
octave 3
A_ 2
notetype 12, 11, 1
B_ 4
notetype 12, 11, 5
G_ 4
F# 4
... | 8.473239 | 42 | 0.608378 |
f468bf7d43deceda9567ddac6c0f3f38c1490cd1 | 6,355 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1980.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1980.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1980.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 %r8
push %r9
push %rdx
push %rsi
lea addresses_UC_ht+0x5f91, %rdx
nop
nop
inc %rsi
mov (%rdx), %r10d
nop
nop
nop
nop
add $5345, %r9
lea addresses_UC_ht+0x4781, %r8
nop
xor $24220, %r14
movw $0x6162, (%r8)
nop
nop
nop
inc %r13
lea addresses_... | 35.903955 | 2,999 | 0.653659 |
84fcd66b5ff2bb6455dac90492d0f01ae26ed5ca | 1,501 | asm | Assembly | linux64/lesson36.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | 1 | 2021-11-05T06:41:49.000Z | 2021-11-05T06:41:49.000Z | linux64/lesson36.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | null | null | null | linux64/lesson36.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | null | null | null | format ELF64 executable 3
entry start
include 'procs.inc'
segment readable writable
buffer rb 4096
segment readable
request db 'GET / HTTP/1.1', 0dh, 0ah, 'Host: 139.162.39.66:80'
rept 2 {
db 0dh, 0ah
}
db 0h
request.length = $ - request
struc sockaddr_in family, port, addr, last {
.family dw fami... | 17.869048 | 69 | 0.55563 |
17297968bf303aacdd0cfa0d4bd7b96663007332 | 306 | asm | Assembly | programs/oeis/141/A141104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/141/A141104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/141/A141104.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A141104: Lower Even Swappage of Upper Wythoff Sequence.
; 2,4,6,10,12,14,18,20,22,26,28,30,34,36,38,40,44,46,48,52,54,56,60,62,64,68,70,72,74,78,80,82,86,88,90,94,96,98,102,104,106,108,112,114,116,120,122,124,128,130,132,136,138,140,142,146,148,150,154,156,158,162
add $0,1
mul $0,34
div $0,26
mul $0,2
| 38.25 | 208 | 0.696078 |
2f9bc088c4f7b79386a1fd8fb8a37e5f90cfb126 | 635 | asm | Assembly | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_6.asm | gxw1/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_6.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 6 | 2019-07-22T01:57:24.000Z | 2022-01-20T15:03:16.000Z | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_6.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z | DATA SEGMENT
DAT1 DB 65H
DAT2 DB ?
DAT3 DB ?
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START: MOV AX,DATA
MOV DS,AX
LEA SI,DAT1
MOV AL,[SI]
CMP AL,99
JBE BCD
LEA DI,DAT3
MOV... | 21.896552 | 34 | 0.374803 |
d911e13766bad66e4c8408a97b64e5a4fe7166fb | 1,085 | asm | Assembly | _build/dispatcher/jmp_ippsGFpECCpyPoint_7690107f.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpECCpyPoint_7690107f.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpECCpyPoint_7690107f.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpECCpyPoint:function
extern n8_ippsGFpECCpyPoint:function
extern y8_ippsGFpECCpyPoint:function
extern e9_ippsGFpECCpyPoint:function
extern l9_ippsGFpECCpyPoint:function
extern n0_ippsGFpECCpyPoint:function
extern k0_ippsGFpECCpyPoint:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:funct... | 27.820513 | 95 | 0.797235 |
bfe36d1d7a07b7bf0066a91761d0c81df5e499bf | 606 | asm | Assembly | programs/oeis/076/A076820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/076/A076820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/076/A076820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A076820: Second-largest distinct prime dividing n (or 1 if n is a power of a prime).
; 1,1,1,1,1,2,1,1,1,2,1,2,1,2,3,1,1,2,1,2,3,2,1,2,1,2,1,2,1,3,1,1,3,2,5,2,1,2,3,2,1,3,1,2,3,2,1,2,1,2,3,2,1,2,5,2,3,2,1,3,1,2,3,1,5,3,1,2,3,5,1,2,1,2,3,2,7,3,1,2,1,2,1,3,5,2,3,2,1,3,7,2,3,2,5,2,1,2,3,2
add $0,1
mov $1,1
mov $2,2
mov... | 18.363636 | 201 | 0.5 |
71c333e1d317c99a30892a1592546fa564d18267 | 2,341 | asm | Assembly | samples/gc_test.asm | zedshaw/earing | 4151f2ab110ad6da284e59d2eae3985ea00a2f59 | [
"Zed"
] | 7 | 2015-02-08T20:25:54.000Z | 2021-11-28T13:02:56.000Z | samples/gc_test.asm | zedshaw/earing | 4151f2ab110ad6da284e59d2eae3985ea00a2f59 | [
"Zed"
] | null | null | null | samples/gc_test.asm | zedshaw/earing | 4151f2ab110ad6da284e59d2eae3985ea00a2f59 | [
"Zed"
] | 2 | 2015-05-19T18:43:00.000Z | 2017-08-12T15:02:33.000Z | # This is a little EaRing sample file showing the new GC setup I've added.
# It's pretty rough right now, but if I run this file using:
#
# earing $ build/earing -f forever samples/gc_test.asm > /dev/null
#
# Then it'll loop forever, allocating ram and printing the results, but after
# 2 minutes this is the usage:
#
... | 30.802632 | 91 | 0.68176 |
9cef656178510024c28abcfa5a80aa17aa916a47 | 43 | asm | Assembly | tests/errors/stack_underflow_parameters.asm | UPB-FILS-ALF/devoir-1-tests | 75ad3698f506329c609cdfe66e9fbeffe2ae03ad | [
"Apache-2.0"
] | null | null | null | tests/errors/stack_underflow_parameters.asm | UPB-FILS-ALF/devoir-1-tests | 75ad3698f506329c609cdfe66e9fbeffe2ae03ad | [
"Apache-2.0"
] | null | null | null | tests/errors/stack_underflow_parameters.asm | UPB-FILS-ALF/devoir-1-tests | 75ad3698f506329c609cdfe66e9fbeffe2ae03ad | [
"Apache-2.0"
] | 1 | 2021-03-25T10:58:49.000Z | 2021-03-25T10:58:49.000Z | push 3
add
sub
mul
div
mod
pop
print
stack
| 4.3 | 6 | 0.767442 |
d7dbdf953c17a964907b711ee1157179f185b7b8 | 2,847 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/dive_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/dive_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/dive_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl SPARC T3/T4/T5 mpn_divexact_1.
dnl Contributed to the GNU project by Torbjörn Granlund.
dnl Copyright 2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl... | 21.9 | 79 | 0.639972 |
f9da6c83dc267d69678450b77c166a8a767b4cdd | 487 | asm | Assembly | test/test.asm | yunwei37/MIPS-sc | 567d4fbde43238471bfad9cacf888e48f85718e9 | [
"MIT"
] | 10 | 2020-07-16T00:50:41.000Z | 2022-03-22T03:00:55.000Z | test/test.asm | yunwei37/MIPS-sc | 567d4fbde43238471bfad9cacf888e48f85718e9 | [
"MIT"
] | null | null | null | test/test.asm | yunwei37/MIPS-sc | 567d4fbde43238471bfad9cacf888e48f85718e9 | [
"MIT"
] | 5 | 2020-06-30T04:18:40.000Z | 2022-03-28T03:03:36.000Z | .text
.origin 0x00000000
main: addi $5, $0, 5
addi $4, $zero, 256
add $8, $zero, $zero # sum function entry
loop: lw $9, 0($4) # load data
add $8, $8, $9 # sum
addi $5, $5, -1 # counter - 1
addi $4, $4, 4 # address + 4
slt $3, $0, $5 # finish?
bne $3, $0, loop # finish?
or $2, $8, $0 # move result to $v0... | 22.136364 | 67 | 0.603696 |
71088ca95b43c54b730557dd419d1d22b050507f | 1,136 | asm | Assembly | programs/oeis/011/A011869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/011/A011869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/011/A011869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A011869: a(n) = floor(n*(n-1)/16).
; 0,0,0,0,0,1,1,2,3,4,5,6,8,9,11,13,15,17,19,21,23,26,28,31,34,37,40,43,47,50,54,58,62,66,70,74,78,83,87,92,97,102,107,112,118,123,129,135,141,147,153,159,165,172,178,185,192,199,206,213,221,228,236,244,252,260,268,276,284,293,301,310,319,328,337,346,356,365,375,385,395,405,415,425,... | 162.285714 | 1,069 | 0.75 |
b2bac8d867162ad9ae7d2202f2e9ac35449b971a | 617 | asm | Assembly | programs/oeis/122/A122968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/122/A122968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/122/A122968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A122968: 27th powers: a(n) = n^27.
; 0,1,134217728,7625597484987,18014398509481984,7450580596923828125,1023490369077469249536,65712362363534280139543,2417851639229258349412352,58149737003040059690390169,1000000000000000000000000000,13109994191499930367061460371,137370551967459378662586974208,1192533292512492016559195... | 123.4 | 568 | 0.928687 |
fbabb51696e8edfec4cea80cbb614b7ee15f42b4 | 166 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sccz80/esxdos_f_close.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sccz80/esxdos_f_close.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sccz80/esxdos_f_close.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | ; int esxdos_f_close(uchar handle)
SECTION code_clib
SECTION code_esxdos
PUBLIC esxdos_f_close
EXTERN asm_esxdos_f_close
defc esxdos_f_close = asm_esxdos_f_close
| 15.090909 | 40 | 0.855422 |
6cfa5c7b07eb93165fda4c67cb6634590f741207 | 417 | asm | Assembly | libc/tests/main.asm | simon-andrews/norby | 6c190df17dc233256cc582af13e7ea1a6e6a9380 | [
"MIT"
] | 2 | 2018-09-12T00:05:27.000Z | 2018-12-25T09:43:52.000Z | libc/tests/main.asm | simon-andrews/norby | 6c190df17dc233256cc582af13e7ea1a6e6a9380 | [
"MIT"
] | null | null | null | libc/tests/main.asm | simon-andrews/norby | 6c190df17dc233256cc582af13e7ea1a6e6a9380 | [
"MIT"
] | null | null | null | ; main.asm - Barebones x86 Assembly to run an external function
; Works on Linux only. ;)
global _start ; so the linker knows where the entry point is
extern do_test ; the test itself is defined externally
section .text
_start:
call do_test ; run the test
mov ebx, eax ; set return code (0 is success, everything ... | 32.076923 | 75 | 0.726619 |
f7e75484a7ff704d5cd5d4d936859c49a495bf14 | 39,652 | asm | Assembly | test.asm | Candy-Crusher/Code-Generation-for-an-LC-3-Compiler | 35731033cbce9167ce95f94f14eeb83597b6dbaa | [
"MIT"
] | null | null | null | test.asm | Candy-Crusher/Code-Generation-for-an-LC-3-Compiler | 35731033cbce9167ce95f94f14eeb83597b6dbaa | [
"MIT"
] | 1 | 2021-04-26T10:50:25.000Z | 2021-04-26T10:50:25.000Z | mp11/test.asm | Candy-Crusher/ece220 | 18001a82a46711b0451d37b3dd2c747f85abad69 | [
"MIT"
] | null | null | null | ;---------------------------------------------------------------------------
;
; WARNING! This code was produced automatically using the ECE190 C compiler
; (MP5 in the Spring 2008 semester). If you choose to modify it by hand,
; be aware that you WILL LOSE such changes when the code is recompiled.
;
; Student-gener... | 16.099066 | 79 | 0.6264 |
1e35769c71adbb0bab8bd3a34d8d210d0dd2e6f1 | 397 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *b_vector_init(void *p, size_t capacity, size_t max_size)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC b_vector_init
EXTERN asm_b_vector_init
b_vector_init:
pop af
pop hl
pop bc
pop de
push de
push bc
push hl
push af
jp asm_b_vector_init
; SDCC bridge for Classic
I... | 12.806452 | 64 | 0.743073 |
91a306b8f1b2c85bc66b1a817f9b24619950673c | 304 | asm | Assembly | data/maps/objects/LoreleisRoom.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/LoreleisRoom.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/LoreleisRoom.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | LoreleisRoom_Object:
db $3 ; border block
def_warps
warp 4, 11, 2, INDIGO_PLATEAU_LOBBY
warp 5, 11, 2, INDIGO_PLATEAU_LOBBY
warp 4, 0, 0, BRUNOS_ROOM
warp 5, 0, 1, BRUNOS_ROOM
def_signs
def_objects
object SPRITE_LORELEI, 5, 2, STAY, DOWN, 1, OPP_LORELEI, 1
def_warps_to LORELEIS_ROOM
| 19 | 59 | 0.730263 |
15832d26f54d9d1819091ce8aaa0ed2ca99494d2 | 531 | asm | Assembly | Chapter_8/Program 8.5_SSE_scalar/x86_64/Program_8.5_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 272 | 2016-12-28T02:24:21.000Z | 2022-03-30T21:05:37.000Z | Chapter_8/Program 8.5_SSE_scalar/x86_64/Program_8.5_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 1 | 2018-04-17T19:47:52.000Z | 2018-04-17T19:47:52.000Z | Chapter_8/Program 8.5_SSE_scalar/x86_64/Program_8.5_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 62 | 2017-02-02T14:39:37.000Z | 2022-01-04T09:02:07.000Z | ; Program 8.5
; SSE Scalar Operations - NASM (64-bit)
; Copyright (c) 2019 Hall & Slonka
section .data
align 16
valueA: dd 1.2
pi: dq 3.14159265358979
section .bss
result: resd 1 ; space for storing result
section .text
global _main
_main: ; scalar examples
movss xmm0, [rel valueA] ; move valueA to XMM0
addss... | 19.666667 | 51 | 0.700565 |
72b4197c378e12e2aef1d6956ef6c070f5aad8c9 | 9,124 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_857.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_857.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_857.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13012, %rsi
lea addresses_A_ht+0x15012, %rdi
nop
nop
nop
nop
nop
sub %r9, %r9
mov $34, %rcx
rep movsl
nop
nop
nop
nop
nop
inc %r12
lea addresses_D_ht+0x17e52, %rsi
lea addres... | 30.013158 | 2,999 | 0.656181 |
46cdcbbf0200bad87832cdcabba584d90dac9d52 | 4,037 | asm | Assembly | src/aim_arrow.asm | rondnelson99/bomb-golf | 34c5fdd360086d415b9487d5a321c451997c7cba | [
"MIT"
] | 1 | 2021-12-04T14:24:34.000Z | 2021-12-04T14:24:34.000Z | src/aim_arrow.asm | rondnelson99/bomb-golf | 34c5fdd360086d415b9487d5a321c451997c7cba | [
"MIT"
] | null | null | null | src/aim_arrow.asm | rondnelson99/bomb-golf | 34c5fdd360086d415b9487d5a321c451997c7cba | [
"MIT"
] | null | null | null | INCLUDE "defines.asm"
ARROW_DIRECTION_INIT equ $FF ;an arrow direction of $ff indicates that the direction needs to be initialized
SECTION "Init Aim Arrow", ROM0
InitAimArrow::
ld hl, wArrowFacingDirection
xor a
ld [hl+], a ;facing up
ld [hl], ARROW_DIRECTION_INIT
ret
SECTION "Clear A... | 31.294574 | 125 | 0.667823 |
33a2442547be1695b72171fd5e05a9d1fda819d7 | 167 | asm | Assembly | home/random.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | home/random.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | home/random.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Random::
; Return a random number in a.
; For battles, use BattleRandom.
push hl
push de
push bc
farcall Random_
ldh a, [hRandomAdd]
pop bc
pop de
pop hl
ret
| 12.846154 | 32 | 0.700599 |
fe01d0f4bfd032e354d88d2d56830b55584fff95 | 5,005 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2451.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_0x48.log_21829_2451.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_0x48.log_21829_2451.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 %r8
push %rbx
push %rdx
push %rsi
lea addresses_A_ht+0x10501, %r14
nop
nop
nop
nop
nop
dec %r10
movl $0x61626364, (%r14)
nop
sub $42758, %r10
lea addresses_UC_ht+0x11021, %r13
nop
nop
nop
nop
cmp %rdx, %rdx
movb (%r13), %bl
nop
nop
xor $548... | 48.125 | 2,999 | 0.658342 |
3f5307693ffdf4604bf9f1206dd4d525f9439ba8 | 824 | asm | Assembly | oeis/142/A142318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142318: Primes congruent to 13 mod 45.
; Submitted by Jon Maiga
; 13,103,193,283,373,463,643,733,823,1093,1453,1543,1723,1993,2083,2713,2803,3163,3253,3343,3433,3613,3793,4153,4243,4423,4513,4603,4783,5233,5323,5413,5503,5683,5953,6043,6133,6673,6763,7213,7393,7573,7753,7933,8293,8563,8923,9013,9103,9283,9463,9643,9... | 34.333333 | 496 | 0.723301 |
76fb370a1efbddfe274f62742049e9056b4aeebf | 2,237 | asm | Assembly | rom/dos/errors.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | rom/dos/errors.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | rom/dos/errors.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | ; Ellipse Workstation 1100 (fictitious computer)
; Ellipse DOS error codes
;
; Copyright (c) 2020 Sampo Hippeläinen (hisahi)
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without... | 43.862745 | 81 | 0.734466 |
091cde7e6b3b5371c5e81f3f116dab368a7be293 | 9,365 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_5065_1662.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_5065_1662.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_5065_1662.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1a51, %rdi
nop
nop
nop
and $4461, %r10
movups (%rdi), %xmm4
vpextrq $1, %xmm4, %r11
nop
nop
nop
cmp $41214, %r12
lea addresses_A_ht+0x1851, %rsi
lea addresses_UC_ht+0x191e1, ... | 30.504886 | 2,999 | 0.657234 |
31ff8e380dc3c02af30f72e8c5429c1fa9c5a45a | 219 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_aaddr2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_aaddr2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_aaddr2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *zx_aaddr2saddr(void *attraddr)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_aaddr2saddr
EXTERN asm_zx_aaddr2saddr
_zx_aaddr2saddr:
pop af
pop hl
push hl
push af
jp asm_zx_aaddr2saddr
| 10.95 | 38 | 0.748858 |
1970089ddd0a596cbf026400e95a95b7f4a0e0b8 | 209 | asm | Assembly | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_12.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_12.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_12.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; BeepFX sound effect by shiru
; http://shiru.untergrund.net
SECTION rodata_clib
SECTION rodata_sound_bit
PUBLIC _bfx_12
_bfx_12:
; Harsh_beep_1
defb 1 ;tone
defw 100,100,1000,0,32896
defb 0
| 12.294118 | 30 | 0.732057 |
ade8a97eed680ce8ffdbed7b211cd07b17f79736 | 13,051 | asm | Assembly | Library/Spline/Spline/splineMode.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spline/Spline/splineMode.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spline/Spline/splineMode.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: spline
FILE: splineMode.asm
AUTHOR: Chris Boyke
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name Description
----- ---- ... | 19.684766 | 76 | 0.568692 |
98fad0f938af2caf3e199c0c795f1d7b08c8de52 | 520 | asm | Assembly | oeis/119/A119993.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/119/A119993.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/119/A119993.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A119993: a(n) = n-th prime from among those primes which are coprime to n.
; Submitted by Christian Krause
; 2,5,7,11,13,19,19,23,29,37,37,43,43,53,59,59,61,71,71,79,83,89,89,101,101,107,107,113,113,137,131,137,149,151,157,163,163,173,179,181,181,197,193,199,211,223,223,229,229,239,241,251,251,263,269,271,277,281
ad... | 21.666667 | 207 | 0.611538 |
a964fa71a7d4ba194b62c47f4891f2412e95cf30 | 4,057 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_761.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_761.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_761.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x9bb3, %rsi
lea addresses_WC_ht+0x35b3, %rdi
nop
nop
nop
nop
xor %r13, %r13
mov $76, %rcx
rep movsb
nop
dec %rcx
pop %rsi
pop %rdi
pop %rcx
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r8
push %... | 63.390625 | 2,999 | 0.664037 |
dd1493284c0353341666fb9a9b44227f689de6f9 | 10,377 | asm | Assembly | ShutdownActions.asm | adarshraj/shutdowner | ba82c50b1d3803e228aae5bc0cf8a680fced4a97 | [
"Xnet",
"Info-ZIP",
"X11"
] | null | null | null | ShutdownActions.asm | adarshraj/shutdowner | ba82c50b1d3803e228aae5bc0cf8a680fced4a97 | [
"Xnet",
"Info-ZIP",
"X11"
] | 1 | 2016-01-19T12:01:16.000Z | 2016-01-19T12:03:27.000Z | ShutdownActions.asm | adarshraj/shutdowner | ba82c50b1d3803e228aae5bc0cf8a680fced4a97 | [
"Xnet",
"Info-ZIP",
"X11"
] | null | null | null |
;Main Actions such as Shutdown, Restart, LogOff, Hibernation etc are taking place here..
;.code
DoOperations proc hWnd:HWND
LOCAL szRegHandle1 : DWORD
LOCAL szRegHandle2 : DWORD
LOCAL FORCE : LPSTR
LOCAL nFlag : BYTE
LOCAL szNoHibernation$ : DWORD
LOCAL szNoSuspend$ : DWORD
LOCAL szEnableHibernate$ :DWORD
LOCAL sz... | 31.637195 | 111 | 0.732871 |
695002971ffdc78959f1673913e18df68f609882 | 940 | asm | Assembly | oeis/338/A338234.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/338/A338234.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/338/A338234.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A338234: Sum of the numbers less than n whose square does not divide n.
; 0,0,2,3,9,14,20,25,32,44,54,63,77,90,104,113,135,149,170,187,209,230,252,273,294,324,347,375,405,434,464,489,527,560,594,618,665,702,740,777,819,860,902,943,986,1034,1080,1121,1168,1219,1274,1323,1377,1427,1484,1537,1595,1652,1710,1767,1829,189... | 27.647059 | 437 | 0.637234 |
1dd455a439b2d58faaaf837395c3a889b72379ea | 2,643 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_34_132.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_34_132.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_34_132.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
push %r9
push %rdi
push %rdx
push %rsi
// Store
lea addresses_RW+0x15cf4, %r14
nop
nop
nop
inc %r9
movw $0x5152, (%r14)
nop
nop
add $2363, %rdi
// Store
lea addresses_normal+0xbb74, %r14
nop
cmp $4... | 18.354167 | 126 | 0.64056 |
aa5169a2c1c92413387aac2e6cfb9cf27ad03c6c | 356 | asm | Assembly | dino/lcs/base/77D.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/base/77D.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/base/77D.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
0207F4 move.b ($1,A0), ($41,A6) [base+77C]
0207FA move.l ($2,A0), ($42,A6) [base+77D]
021506 move.b ($41,A6), D2
02150A mulu.w D2, D3 [base+77D]
022414 move.b ($1,A0), ($41,A6) [base+77C]
02241A move.l ($2,A0), ($42,A6) [base+77D]
copyright zengfr sit... | 32.363636 | 54 | 0.643258 |
3b2170d24d19f6282e5bee9ba42d1591e7eec1dc | 19,286 | asm | Assembly | Appl/Saver/Rotate/rotate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Saver/Rotate/rotate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Saver/Rotate/rotate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: rotate.asm
AUTHOR: Gene Anderson, May 10, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descri... | 23.577017 | 81 | 0.552318 |
dc3d751c65d75e7799b933ed3f87a47a02e6ed72 | 277 | asm | Assembly | programs/oeis/021/A021019.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021019.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021019.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021019: Decimal expansion of 1/15.
; 0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6
add $0,6
mov $1,6
mod $1,$0
mov $0,$1
| 34.625 | 199 | 0.530686 |
1f0fc407858d27efb17a774ac195df535d34e32b | 2,176 | asm | Assembly | Tests/valid-avx.asm | 13xforever/x86-assembly-textmate-bundle | f1bb62f77b776d87d0fd85b0276d4237ff72c43c | [
"MIT"
] | 69 | 2015-04-16T18:01:22.000Z | 2022-02-15T07:54:26.000Z | Tests/valid-avx.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 17 | 2016-09-20T08:49:09.000Z | 2021-02-19T15:01:04.000Z | Tests/valid-avx.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 19 | 2016-05-31T07:11:14.000Z | 2021-07-19T10:17:12.000Z | vaddpd|vaddps|vaddsd|vaddsd|vaddsubpd|vaddsubps
vaesdec|vaesdeclast|vaesenc|vaesenclast|vaesimc|vaeskeygenassist
vandpd|vandps|vandnpd|vandnps
vblendpd|vblendps|vblendvpd|vblendvps
vcmppd|vcmpps|vcmpsd|vcmpss|vcomisd|vcomiss
vcvtdq2pd|vcvtdq2ps|vcvtpd2dq|vcvtpd2ps|vcvtps2dq|vcvtps2pd
vcvtsd2si|vcvtsd2ss|vcvtsi2sd|vc... | 44.408163 | 122 | 0.877757 |
19ebaf255593d765f521ea5d9549af27d41327ce | 1,927 | asm | Assembly | lib/target/tvc/classic/tvc_crt0.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | null | null | null | lib/target/tvc/classic/tvc_crt0.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | lib/target/tvc/classic/tvc_crt0.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null | ;
; Videoton TV Computer C stub
; Sandor Vass - 2019
;
; Based on the source of
; Enterprise 64/128 C stub
; Stefano Bodrato - 2011
;
; Currently this crt supports only max 26kB of cas file, so even
; the 32k TVC version is supported.
MODULE tvc_crt0
;
; Initially i... | 19.079208 | 70 | 0.571354 |
6aa8de7d9fead995fa00c6eb209c8aeb56f93abc | 1,084 | asm | Assembly | source/handler/nmi.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/handler/nmi.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/handler/nmi.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : nmi.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; *****... | 29.297297 | 94 | 0.26107 |
b03eecc6a5b512ea8a690d08a666583a45074b00 | 23 | asm | Assembly | Games/banchorce/source/bancmaps.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2019-03-31T11:49:12.000Z | 2019-03-31T11:49:12.000Z | Games/banchorce/source/bancmaps.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | null | null | null | Games/banchorce/source/bancmaps.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2020-03-09T13:21:19.000Z | 2020-03-09T13:21:19.000Z | #import "bancmaps.rpg"
| 11.5 | 22 | 0.73913 |
7cd3e5d68a85758ba5e7cf06f0a65e101c6bebc3 | 747 | asm | Assembly | libsrc/strings/strcat_callee.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/strings/strcat_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/strings/strcat_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; char __CALLEE__ *strcat_callee(char *dst, char *src)
; copy src to end of dst
; 12.2006 aralbrec
XLIB strcat_callee
XDEF ASMDISP_STRCAT_CALLEE
LIB rcmx_cpir
.strcat_callee
pop hl
pop de
ex (sp),hl
; enter : de = char *src
; hl = char *dst
; exit : hl = char *dst
; uses : af,... | 16.977273 | 70 | 0.531459 |
607213acf10a2ea54c3e5412e048ab36a195407f | 86 | asm | Assembly | libsrc/stdio_new/general/stdio_basechar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio_new/general/stdio_basechar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio_new/general/stdio_basechar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
PUBLIC stdio_basechar
.stdio_basechar defm "0123456789abcdefghijklmnopqrstuvwxyz"
| 17.2 | 61 | 0.860465 |
b7aa584f14af0ce78272957fd9ee90c52229aeee | 59 | asm | Assembly | src/8088/virtual/pit.asm | MichalPleban/cbm2-pc-emulator | 1ad7fe27e77cf6c25c863d92be75348c104c462c | [
"Apache-2.0"
] | 15 | 2017-11-03T21:50:59.000Z | 2021-07-21T10:09:54.000Z | src/8088/virtual/pit.asm | MichalPleban/cbm2-pc-emulator | 1ad7fe27e77cf6c25c863d92be75348c104c462c | [
"Apache-2.0"
] | 8 | 2017-11-04T10:37:41.000Z | 2021-05-30T20:35:08.000Z | src/8088/virtual/pit.asm | MichalPleban/cbm2-pc-emulator | 1ad7fe27e77cf6c25c863d92be75348c104c462c | [
"Apache-2.0"
] | 5 | 2017-11-03T22:04:20.000Z | 2021-04-18T16:40:20.000Z |
V_PIT_Init:
ret
V_OUT_043:
retf
| 7.375 | 16 | 0.440678 |
c27648caca01983ccca65ecfc69132f836f7bb15 | 531 | asm | Assembly | oeis/009/A009982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/009/A009982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/009/A009982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A009982: Powers of 38.
; 1,38,1444,54872,2085136,79235168,3010936384,114415582592,4347792138496,165216101262848,6278211847988224,238572050223552512,9065737908494995456,344498040522809827328,13090925539866773438464,497455170514937390661632,18903296479567620845142016,718325266223569592115396608,272963601164956445003850... | 75.857143 | 474 | 0.907721 |
6ab18bd4af1844091bdc548c4cfdc350715b280d | 92 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/ceil.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/ceil.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/ceil.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC ceil
EXTERN cm48_sccz80_ceil
defc ceil = cm48_sccz80_ceil
| 10.222222 | 28 | 0.836957 |
3f7c744557682b26753983c73daf3173b1517a56 | 702 | asm | Assembly | contaElementiInVettore.asm | edoardottt/Asm_mars_examples | 4c763ef94a7345a03313b1626aed9642e07e0dad | [
"Unlicense"
] | 21 | 2019-06-29T19:56:20.000Z | 2021-09-08T08:06:52.000Z | contaElementiInVettore.asm | edoardottt/Asm_mars_examples | 4c763ef94a7345a03313b1626aed9642e07e0dad | [
"Unlicense"
] | null | null | null | contaElementiInVettore.asm | edoardottt/Asm_mars_examples | 4c763ef94a7345a03313b1626aed9642e07e0dad | [
"Unlicense"
] | 7 | 2019-10-11T19:30:48.000Z | 2022-02-11T08:08:53.000Z | # CONTA ELEMENTI IN VETTORE ( ENTRAMBI DATI IN INPUT )
# con funzioni e salvataggio su stack pointer
.data
vettore: .space 100
.text
li $t1,0
riempi:
li $v0,5
syscall
beq $v0,$t1,elemento
sw $v0,vettore($t0)
addi $t0,$t0,4
j riempi
elemento:
la $a0,vettore
lw $a1,vettore($t1)
li $v0,5
syscall
move $t3,$v0... | 12.103448 | 54 | 0.619658 |
4659375fe3922f4569fa6b0d0b73a9fbfed53603 | 369 | asm | Assembly | data/mapObjects/CeruleanMart.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/CeruleanMart.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/CeruleanMart.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CeruleanMart_Object:
db $0 ; border block
db 2 ; warps
warp 3, 7, 5, -1
warp 4, 7, 5, -1
db 0 ; signs
db 3 ; objects
object SPRITE_MART_GUY, 0, 5, STAY, RIGHT, 1 ; person
object SPRITE_BLACK_HAIR_BOY_1, 3, 4, WALK, 1, 2 ; person
object SPRITE_LASS, 6, 2, WALK, 2, 3 ; person
; warp-to
warp_to 3, 7, CERULE... | 20.5 | 58 | 0.677507 |
c046a3ac3411bac94a12a0eeca56b616f245a2a6 | 527 | asm | Assembly | raycast/orig/main.asm | raxod502/battlestar | 3f8873a9cc10a85b69d0a666d2a05d41e33f5fb0 | [
"MIT"
] | 68 | 2015-01-18T16:03:18.000Z | 2022-03-11T20:00:10.000Z | raycast/orig/main.asm | raxod502/battlestar | 3f8873a9cc10a85b69d0a666d2a05d41e33f5fb0 | [
"MIT"
] | 4 | 2017-03-08T00:34:39.000Z | 2021-07-10T22:08:39.000Z | raycast/orig/main.asm | raxod502/battlestar | 3f8873a9cc10a85b69d0a666d2a05d41e33f5fb0 | [
"MIT"
] | 7 | 2017-02-26T07:33:21.000Z | 2022-03-11T20:00:12.000Z | ; From https://www.pouet.net/prod.php?which=78044
mov al, 0x13
int 0x10
push 0x9FF6
pop es
mov dx,0x3c9
P:
out dx, al
out dx, al
out dx, al
cmp al, 63
jz F
inc ax
F:
loop P
pop ds
X:
mov cl, -9
L:
mov bl, cl
mov ax, 0xcccd
mul di
lea ax, [bx-80]
add al, dh
imu... | 11.711111 | 49 | 0.508539 |
d9ef8d62fa752bff03ab2c79cb419459813c320a | 291 | asm | Assembly | Tests/yasm-regression/far64.asm | 13xforever/x86-assembly-textmate-bundle | f1bb62f77b776d87d0fd85b0276d4237ff72c43c | [
"MIT"
] | 69 | 2015-04-16T18:01:22.000Z | 2022-02-15T07:54:26.000Z | Tests/yasm-regression/far64.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 17 | 2016-09-20T08:49:09.000Z | 2021-02-19T15:01:04.000Z | Tests/yasm-regression/far64.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 19 | 2016-05-31T07:11:14.000Z | 2021-07-19T10:17:12.000Z | [bits 64]
call far dword [0] ; out: ff 1c 25 00 00 00 00
call far qword [0] ; out: 48 ff 1c 25 00 00 00 00
call far [0] ; out: ff 1c 25 00 00 00 00
jmp far dword [0] ; out: ff 2c 25 00 00 00 00
jmp far qword [0] ; out: 48 ff 2c 25 00 00 00 00
jmp far [0] ; out: ff 2c 25 00 00 00 00
| 36.375 | 50 | 0.608247 |
e25b25d0aa9642791b552406a15cfafc2d07fef3 | 984 | asm | Assembly | programs/oeis/168/A168232.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/168/A168232.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168232.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A168232: a(n) = (2*n - 3*(-1)^n - 1)/2.
; 2,0,4,2,6,4,8,6,10,8,12,10,14,12,16,14,18,16,20,18,22,20,24,22,26,24,28,26,30,28,32,30,34,32,36,34,38,36,40,38,42,40,44,42,46,44,48,46,50,48,52,50,54,52,56,54,58,56,60,58,62,60,64,62,66,64,68,66,70,68,72,70,74,72,76,74,78,76,80,78,82,80,84,82,86,84,88,86,90,88,92,90,94,92,96,... | 109.333333 | 893 | 0.694106 |
ec2d72e97b7fa93c717fe3d54f516ba0c510229e | 1,164 | asm | Assembly | 8_kyu/Enumerable_Magic_2_True_for_Any.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 8_kyu/Enumerable_Magic_2_True_for_Any.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 8_kyu/Enumerable_Magic_2_True_for_Any.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | SECTION .text
global any
; input
; rdi - pointer to array of int
; rsi - number of elements in the array
; rdx - pointer to function of int return bool
; output
; rax - true if any function calls return true
any:
xor rax, rax ; return false on an parameter error
test rdi,rdi
jz .er... | 29.846154 | 72 | 0.585052 |
f4aa1305a97ab5dedde59e4977cb995b16747a5d | 390 | asm | Assembly | data/mapObjects/CeladonHotel.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/CeladonHotel.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/CeladonHotel.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CeladonHotel_Object:
db $0 ; border block
db 2 ; warps
warp 3, 7, 12, -1
warp 4, 7, 12, -1
db 0 ; signs
db 3 ; objects
object SPRITE_OLD_MEDIUM_WOMAN, 3, 1, STAY, DOWN, 1 ; person
object SPRITE_FOULARD_WOMAN, 2, 4, STAY, NONE, 2 ; person
object SPRITE_BLACK_HAIR_BOY_2, 8, 4, WALK, 2, 3 ; person
; warp-to
... | 21.666667 | 61 | 0.694872 |
16cecef8df29b50ea524cf69f28a29e13182ebed | 3,401 | asm | Assembly | deps/gmp.js/mpn/x86_64/aorrlsh2_n.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | deps/gmp.js/mpn/x86_64/aorrlsh2_n.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 3 | 2020-09-22T05:09:36.000Z | 2020-09-22T11:56:00.000Z | deps/gmp.js/mpn/x86_64/aorrlsh2_n.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl AMD64 mpn_addlsh2_n and mpn_rsblsh2_n. R = 2*V +- U.
dnl ("rsb" means reversed subtract, name mandated by mpn_sublsh2_n which
dnl subtacts the shifted operand from the unshifted operand.)
dnl Copyright 2009 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library ... | 21.941935 | 79 | 0.632755 |
c9b50be54209b85046a72bbbc945cff01727691c | 284 | asm | Assembly | programs/oeis/054/A054577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/054/A054577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/054/A054577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A054577: A Catalan-like sequence.
; 0,1,4,11,36,115,381,1287,4420,15396,54264,193154,693373,2507287,9124560,33393355,122821380,453756765,1683107800,6265751310,23402516280,87670790155,329337229104,1240292449350,4681874312509
add $0,1
mov $2,$0
mul $0,2
bin $0,$2
add $2,2
div $0,$2
| 28.4 | 189 | 0.774648 |
3238b79ad4978a59548a40116a947ffa586bf104 | 2,200 | nasm | Assembly | bios.nasm | fasync/Syndicate | e206c600bf811aa3e30ba60d305728dd8bebfbf0 | [
"BSD-2-Clause"
] | 1 | 2021-03-02T23:29:32.000Z | 2021-03-02T23:29:32.000Z | bios.nasm | fasync/Syndicate | e206c600bf811aa3e30ba60d305728dd8bebfbf0 | [
"BSD-2-Clause"
] | null | null | null | bios.nasm | fasync/Syndicate | e206c600bf811aa3e30ba60d305728dd8bebfbf0 | [
"BSD-2-Clause"
] | null | null | null | ;; Copyright (c) 2021, Florian Buestgens
;; 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... | 29.72973 | 83 | 0.744545 |
503bcfac8d9cab07d03a93775a5a64627a89e2f7 | 462 | asm | Assembly | oeis/028/A028331.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028331.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028331.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028331: Elements to the right of the central elements of the even-Pascal triangle A028326 that are not 2.
; Submitted by Jon Maiga
; 6,8,20,10,30,12,70,42,14,112,56,16,252,168,72,18,420,240,90,20,924,660,330,110,22,1584,990,440,132,24,3432,2574,1430,572,156,26,6006,4004,2002,728,182,28,12870,10010,6006,2730,910,210,... | 66 | 200 | 0.755411 |
a3f44f10462be55471cb08846852af2e978d30b2 | 14,330 | asm | Assembly | src/layout.asm | idlechild/sm_practice_hack | 3cc51e8f12cfe42fd360f7cfaa90fa767a06c8c7 | [
"Unlicense"
] | null | null | null | src/layout.asm | idlechild/sm_practice_hack | 3cc51e8f12cfe42fd360f7cfaa90fa767a06c8c7 | [
"Unlicense"
] | null | null | null | src/layout.asm | idlechild/sm_practice_hack | 3cc51e8f12cfe42fd360f7cfaa90fa767a06c8c7 | [
"Unlicense"
] | null | null | null |
; Crab Shaft save station load point
org $80C995
db #$A3, #$D1, #$68, #$A4, #$00, #$00, #$00, #$00, #$00, #$02, #$78, #$00, #$60, #$00
; Main Street save station load point
org $80C9A3
db #$C9, #$CF, #$D8, #$A3, #$00, #$00, #$00, #$01, #$00, #$05, #$78, #$00, #$10, #$00
; Crab Shaft save station map icon loc... | 24.206081 | 93 | 0.680879 |
0ab47dad782abd8b76d3651b2e0e0fd1c371c362 | 276 | asm | Assembly | rand.asm | DKhitrina/labyrinth | d680b0ef13b692deec2351748fa46f229b4e1cc0 | [
"MIT"
] | null | null | null | rand.asm | DKhitrina/labyrinth | d680b0ef13b692deec2351748fa46f229b4e1cc0 | [
"MIT"
] | null | null | null | rand.asm | DKhitrina/labyrinth | d680b0ef13b692deec2351748fa46f229b4e1cc0 | [
"MIT"
] | null | null | null | global _start
section.text
;generate pseudo-random numbers
;spoils eax, ebx, edx
_start:
mov eax, 13
mov ebx, 0
int 80h
mov ecx, eax
add ecx, '0'
mov eax, 4 ;write
mov ebx, 1
mov ecx, edi
mov edx, 4
int 80h
mov eax, 1 ;exit
mov ebx, 0
int 80h
| 12 | 31 | 0.626812 |
1f066fbeb89a9285c551f975faf30ba6b9464791 | 7,022 | asm | Assembly | 3d/points.asm | arbruijn/d1dos | 00b969f31fd475530e7e24d7e9759c70705634e0 | [
"Unlicense"
] | 2 | 2022-01-15T17:56:45.000Z | 2022-02-16T17:58:02.000Z | 3d/points.asm | arbruijn/d1dos | 00b969f31fd475530e7e24d7e9759c70705634e0 | [
"Unlicense"
] | 1 | 2022-02-16T18:08:42.000Z | 2022-02-21T07:42:27.000Z | 3d/points.asm | arbruijn/d1dos | 00b969f31fd475530e7e24d7e9759c70705634e0 | [
"Unlicense"
] | null | null | null | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYING, ... | 20.353623 | 81 | 0.728283 |
7950c57d056ded8bac9e482a8460120ce5d2af9b | 860 | asm | Assembly | LAB1/LAB1_2_2.asm | m4hi2/microprocessor-lab-codes | 5cf367214463150d8f1f733a6f36d1084f63885c | [
"MIT"
] | null | null | null | LAB1/LAB1_2_2.asm | m4hi2/microprocessor-lab-codes | 5cf367214463150d8f1f733a6f36d1084f63885c | [
"MIT"
] | null | null | null | LAB1/LAB1_2_2.asm | m4hi2/microprocessor-lab-codes | 5cf367214463150d8f1f733a6f36d1084f63885c | [
"MIT"
] | null | null | null | ;LAB_1
;PROBLEM 2: WRITE A 8086 ASSEMBLY PROGRAM TO CHANGE THE CASE OF
;A UPPER CASE LETTER TO LOWER CASE
.MODEL SMALL
.STACK 100H
.DATA
MSG1 DB 'ENTER A UPPER CASE LETTER: $'
MSG2 DB 0DH, 0AH, 'IN LOWER CASE THE LETTER IS: '
CHAR DB ?, '$'
.CODE
MAIN PROC
;INITIALIZE DATA SEGMENT
MOV AX, @DATA ;GET DATA ... | 22.631579 | 82 | 0.638372 |
03230d42acf382881f11bfb615632bc75fa4633d | 10,109 | asm | Assembly | kliba.asm | zjhong-umr/myos | fbce70ca226e10cf3741acf2908f48906545794a | [
"MIT"
] | null | null | null | kliba.asm | zjhong-umr/myos | fbce70ca226e10cf3741acf2908f48906545794a | [
"MIT"
] | null | null | null | kliba.asm | zjhong-umr/myos | fbce70ca226e10cf3741acf2908f48906545794a | [
"MIT"
] | null | null | null | ; -------------------------------------------------------------
; kernel library for C
; functions:
; clear() - clear screan
; put_str(str, color, pos)
; put_char(char, color, pos)
; get_char() -- return char
; get_time() -- return BCD-coded time
; ---------------------------------------------------------... | 22.768018 | 85 | 0.544861 |
a0bdd89bedf89021ab363f9330e40e6550d86f83 | 1,731 | asm | Assembly | MdePkg/Library/BaseMemoryLibMmx/X64/SetMem32.asm | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 93 | 2016-10-27T12:03:57.000Z | 2022-03-29T15:22:10.000Z | MdePkg/Library/BaseMemoryLibMmx/X64/SetMem32.asm | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 16 | 2016-11-02T02:08:40.000Z | 2021-06-03T21:18:06.000Z | MdePkg/Library/BaseMemoryLibMmx/X64/SetMem32.asm | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 41 | 2016-11-02T00:05:02.000Z | 2022-03-29T14:33:09.000Z | ;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution... | 32.055556 | 85 | 0.454073 |
89c19c6f53c3ae10f8bdc9a51e6876465e2b282a | 713 | asm | Assembly | oeis/280/A280112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/280/A280112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/280/A280112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A280112: Indices of centered 10-gonal numbers (A062786) that are also triangular numbers (A000217).
; Submitted by Jamie Morken(s1)
; 1,19,703,26677,1013005,38467495,1460751787,55470100393,2106403063129,79987846298491,3037431756279511,115342418892322909,4379974486151991013,166323688054883335567,6315920171599414760515... | 44.5625 | 467 | 0.841515 |
af8b182f11742b74128f6683221b2629efb3e0c8 | 623 | asm | Assembly | programs/oeis/329/A329924.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/329/A329924.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329924.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A329924: Beatty sequence for (8+sqrt(34))/5.
; 2,5,8,11,13,16,19,22,24,27,30,33,35,38,41,44,47,49,52,55,58,60,63,66,69,71,74,77,80,82,85,88,91,94,96,99,102,105,107,110,113,116,118,121,124,127,130,132,135,138,141,143,146,149,152,154,157,160,163
mov $2,$0
add $2,1
mov $5,$0
lpb $2
mov $0,$5
sub $2,1
sub $0,$2
... | 16.837838 | 198 | 0.521669 |
772e8a79a92c958969f4a976777efa6ff92a7744 | 10,552 | asm | Assembly | Driver/Mouse/Pqpen/pqpen.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Mouse/Pqpen/pqpen.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Mouse/Pqpen/pqpen.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: MOUSE DRIVER -- Mouse Systems serial mouse
FILE: pqpen.asm
AUTHOR: Adam de Boor, August 9, 1989
ROUTINES:
Name Description
---- -----------... | 20.771654 | 80 | 0.554871 |
a863422c1f9d457a2a5b094a8005e6b10096f430 | 596 | asm | Assembly | oeis/177/A177009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/177/A177009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/177/A177009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A177009: a(n) = n^n - A002275(n).
; Submitted by Jamie Morken(s1)
; 0,-7,-84,-855,-7986,-64455,-287568,5666105,276309378,8888888889,274200559500,8804989337145,301763995481142,11100895714446905,437782779269748264,18445632962598440505,827229150775225653066,39346296964185426464313,1978418544549202478012868,1048575888888... | 54.181818 | 468 | 0.854027 |
81442c49d7ec7d9465f00e6ac1df93ffacb18f7f | 1,199 | asm | Assembly | llvm/test/tools/llvm-ml/builtin_symbols.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 2,338 | 2018-06-19T17:34:51.000Z | 2022-03-31T11:00:37.000Z | llvm/test/tools/llvm-ml/builtin_symbols.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | llvm/test/tools/llvm-ml/builtin_symbols.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 500 | 2019-01-23T07:49:22.000Z | 2022-03-30T02:59:37.000Z | ; RUN: llvm-ml -filetype=s %s /I %S /Fo /dev/null 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-REALTIME
; RUN: llvm-ml -filetype=s %s /I %S /Fo /dev/null --timestamp=0 --utc 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-FIXEDTIME
.code
version_val TEXTEQU %@Version
ECHO t1:
%ECHO @Version = version_val
; CHEC... | 19.983333 | 128 | 0.64387 |
ad3bee757d30a29b60afe702d9b46f828fee6610 | 213 | asm | Assembly | ioctl/IokClose.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 1 | 2021-11-25T14:01:48.000Z | 2021-11-25T14:01:48.000Z | ioctl/IokClose.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | ioctl/IokClose.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 2 | 2021-11-05T06:48:43.000Z | 2021-12-06T08:07:38.000Z | ;--------------------------------------------------------
; Category 4 Function 5EH Destroy logical keyboard
;--------------------------------------------------------
;
;
;
IOCLOSE PROC NEAR
RET
IOCLOSE ENDP
| 19.363636 | 57 | 0.333333 |
92dd6b5ffe257b25582f62f23e448d567fe88de8 | 507 | asm | Assembly | programs/oeis/168/A168039.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168039.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168039.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168039: Squares closest to 3*n.
; 0,4,4,9,9,16,16,25,25,25,25,36,36,36,36,49,49,49,49,64,64,64,64,64,64,81,81,81,81,81,81,100,100,100,100,100,100,121,121,121,121,121,121,121,121,144,144,144,144,144,144,144,144,169,169,169,169,169,169,169,169,196,196,196,196,196,196,196,196,196,196,225,225,225,225,225,225,225,225,225... | 72.428571 | 365 | 0.708087 |
502887bbf4bf1a9f388b4294e925d537f7d67bcf | 809 | asm | Assembly | oeis/142/A142131.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142131.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142131.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142131: Primes congruent to 22 mod 37.
; Submitted by Jon Maiga
; 59,281,503,577,947,1021,1613,2131,2797,3019,3167,3389,3463,3833,3907,4129,4721,4943,5387,5683,6053,6571,6719,6793,7237,7459,7607,7681,7829,8273,9013,9161,9679,9901,10271,10567,10789,10937,11159,11677,12269,12343,12491,12713,13009,14341,14489,14563,153... | 36.772727 | 501 | 0.73424 |
80707426f73ba9a1529db94a5ea069f17692d353 | 1,499 | asm | Assembly | programs/oeis/294/A294774.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/294/A294774.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/294/A294774.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A294774: a(n) = 2*n^2 + 2*n + 5.
; 5,9,17,29,45,65,89,117,149,185,225,269,317,369,425,485,549,617,689,765,845,929,1017,1109,1205,1305,1409,1517,1629,1745,1865,1989,2117,2249,2385,2525,2669,2817,2969,3125,3285,3449,3617,3789,3965,4145,4329,4517,4709,4905,5105,5309,5517,5729,5945,6165,6389,6617,6849,7085,7325,7569,7817... | 187.375 | 1,425 | 0.806538 |
4fb602c1cd46955b1525512613e7dd32b653c963 | 276 | asm | Assembly | Microprocessor_Interfacing_CSE_2006/Arithmetic_Calculations_Lab_2/addition_8bit.asm | aadhityasw/VIT-Labs | 2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab | [
"CC0-1.0"
] | 2 | 2021-11-18T05:30:24.000Z | 2022-03-07T06:28:06.000Z | Microprocessor_Interfacing_CSE_2006/Arithmetic_Calculations_Lab_2/addition_8bit.asm | aadhityasw/VIT-Labs | 2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab | [
"CC0-1.0"
] | null | null | null | Microprocessor_Interfacing_CSE_2006/Arithmetic_Calculations_Lab_2/addition_8bit.asm | aadhityasw/VIT-Labs | 2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab | [
"CC0-1.0"
] | 3 | 2021-10-14T01:10:34.000Z | 2022-03-18T14:33:52.000Z | CODE SEGMENT
ASSUME cs:code
START:
mov al, 01H
mov bl, 02H
add al, bl
mov si, 10H
mov [si], al
mov al, 03H
mov bl, 04H
adc al, bl
inc si
mov [si], al
mov al, 00H
adc al, al
inc si
mov [si], al
hlt
CODE ENDS
END START | 13.8 | 16 | 0.532609 |
ceaadea01e4f3d3a46bede56a01e63dc39ba7b7d | 6,471 | asm | Assembly | deps/gmp.js/mpn/x86_64/redc_1.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | deps/gmp.js/mpn/x86_64/redc_1.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 3 | 2020-09-22T05:09:36.000Z | 2020-09-22T11:56:00.000Z | deps/gmp.js/mpn/x86_64/redc_1.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl AMD64 mpn_redc_1 -- Montgomery reduction with a one-limb modular inverse.
dnl Copyright 2004, 2008 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General... | 19.258929 | 78 | 0.606861 |
dd8cb1f71fed973ade3854d5a04f9964aa58aa8c | 509 | asm | Assembly | misc/adc_sbb.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | 3 | 2021-05-04T13:59:36.000Z | 2021-08-23T16:03:13.000Z | misc/adc_sbb.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | misc/adc_sbb.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | ; adc -> add with carry
; = 被加数 + 加数 + CF
; sbb -> sub with carry
; = 被减数 - 减数 - CF
; 将两个32的数字相加
; 一个32位数字 -> 两个16位寄存器储存
; eg: 0x 0001 f000 + 0x 0010 1000
; [ BX ] [ AX ] [ DX ] [ CX ]
mov bx, 0x0001
mov ax, 0xf000
mov dx, 0x0010
mov cx, 0x1000
; 0001 f000
; [ BX ] [ AX ]... | 15.90625 | 40 | 0.510806 |
608ec49850340787537a620d12330437b30001b0 | 473 | asm | Assembly | programs/oeis/163/A163070.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/163/A163070.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/163/A163070.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A163070: a(n) = ((4+sqrt(5))*(2+sqrt(5))^n + (4-sqrt(5))*(2-sqrt(5))^n)/2.
; 4,13,56,237,1004,4253,18016,76317,323284,1369453,5801096,24573837,104096444,440959613,1867934896,7912699197,33518731684,141987625933,601469235416,2547864567597,10792927505804,45719574590813,193671225869056,820404478067037,3475289138137204
m... | 24.894737 | 240 | 0.680761 |
45feb7e45d90e221359cba54e2783ea6a7f7a260 | 2,509 | asm | Assembly | Driver/Printer/PrintCom/Color/Correct/correctGamma21.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PrintCom/Color/Correct/correctGamma21.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PrintCom/Color/Correct/correctGamma21.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: DotMatrix printers
FILE: correctGamma21.asm
AUTHOR: Jim DeFrisco
REVISION HISTORY:
Name Date ... | 40.467742 | 79 | 0.589876 |
bc95fbdd15cbce0b7be22ced0398b498ff3784df | 868 | asm | Assembly | kernel/arch/i386/ports.asm | lochnessdragon/exokernel | 829e11e7c6502071691088e8585a54dfe812d1ed | [
"MIT"
] | 1 | 2022-02-16T07:45:43.000Z | 2022-02-16T07:45:43.000Z | kernel/arch/i386/ports.asm | lochnessdragon/exokernel | 829e11e7c6502071691088e8585a54dfe812d1ed | [
"MIT"
] | null | null | null | kernel/arch/i386/ports.asm | lochnessdragon/exokernel | 829e11e7c6502071691088e8585a54dfe812d1ed | [
"MIT"
] | null | null | null | bits 32
; asm subroutinues with a C ABI
global outportb
global inportb
; sends a byte (second argument) to the port (first argument)
; stack: [esp + 8] the data byte
; [esp + 4] the I/O port
; [esp ] return address
outportb:
mov dx, word [esp+4] ; move the address of the I/O port into the dx r... | 32.148148 | 83 | 0.624424 |
2ced4fc33141b7348b150382a958025d3b59fd5c | 8,959 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_456.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.log_21829_456.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.log_21829_456.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x726b, %rsi
lea addresses_normal_ht+0x1a12b, %rdi
nop
sub $13679, %r10
mov $92, %rcx
rep movsl
nop
nop
nop
nop
nop
inc %rdx
lea addresses_A_ht+0x1d4cb, %r9
mfence
movw $0x6162... | 31.769504 | 2,999 | 0.653868 |
7eae73ec26c47e56db8de21e996e8af6d230cf40 | 507 | asm | Assembly | Benchmarks/Ideal Pipeline Test.asm | RyanWangGit/MIPS_CPU | a0e3ca62854d1eaf7ae0862ab34196de83f1bc80 | [
"MIT"
] | 60 | 2019-05-15T16:57:02.000Z | 2022-03-25T23:03:08.000Z | Benchmarks/Ideal Pipeline Test.asm | RyanWangGit/MIPS_CPU | a0e3ca62854d1eaf7ae0862ab34196de83f1bc80 | [
"MIT"
] | 1 | 2021-04-30T09:01:43.000Z | 2021-05-03T03:07:02.000Z | Benchmarks/Ideal Pipeline Test.asm | RyanWangGit/MIPS_CPU | a0e3ca62854d1eaf7ae0862ab34196de83f1bc80 | [
"MIT"
] | 14 | 2019-06-11T08:45:36.000Z | 2022-03-12T01:19:40.000Z | # Ideal pipleline test. All instructions are free of hazards
# 17 Instructions in total, the total cycles of 5-segment pipeline should be 5 + (17 - 1)= 21
addi $s0,$zero, 0
addi $s1,$zero, 0
addi $s2,$zero, 0
addi $s3,$zero, 0
ori $s0,$s0, 0
ori $s1,$s1, 1
ori $s2,$s2, 2
ori $s3,$s3, 3
sw $s0, 0($s0)
sw $s1, 4($s0)
sw ... | 25.35 | 93 | 0.601578 |
008ca355a49caba8f22ab72b0e50f42f0fa4e8fc | 592 | asm | Assembly | oeis/086/A086948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/086/A086948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/086/A086948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A086948: a(n) = k where R(k+8) = 2.
; 12,192,1992,19992,199992,1999992,19999992,199999992,1999999992,19999999992,199999999992,1999999999992,19999999999992,199999999999992,1999999999999992,19999999999999992,199999999999999992,1999999999999999992,19999999999999999992,199999999999999999992,1999999999999999999992,1999999... | 59.2 | 494 | 0.869932 |
3c8c58bc9e4c4553a5ac00061acddf117abddba9 | 34,205 | asm | Assembly | src/lib/hash/md5-ms-amd64-v2.asm | gvollant/smartversion | b9d351beaf91d1d48fd4f0283fd5825623548346 | [
"MIT"
] | 5 | 2021-12-30T18:27:18.000Z | 2022-03-03T08:27:51.000Z | src/lib/hash/md5-ms-amd64-v2.asm | gvollant/smartversion | b9d351beaf91d1d48fd4f0283fd5825623548346 | [
"MIT"
] | null | null | null | src/lib/hash/md5-ms-amd64-v2.asm | gvollant/smartversion | b9d351beaf91d1d48fd4f0283fd5825623548346 | [
"MIT"
] | null | null | null |
; MD5 optimized for AMD64.
;
; Author: Marc Bevand <bevand_m (at) epita.fr>
; Licence: I hereby disclaim the copyright on this code and place it
; in the public domain.
;
; Gilles Vollant <info (at) winimage.com > made the port to Intel/Amd
; mnemonic for Microsoft ML64 and Microsoft C++ for Windows x64
;
; ... | 41.062425 | 113 | 0.385587 |
2adb73659a28da819a75a0780d9b72ea2b72021d | 382 | asm | Assembly | programs/oeis/169/A169722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/169/A169722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/169/A169722.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A169722: a(n) = (3*2^(n-1)-1)*(18*2^(n-1)-7).
; 1,22,145,715,3151,13207,54055,218695,879751,3528967,14135815,56583175,226412551,905809927,3623559175,14494875655,57980780551,231925678087,927707824135,3710841520135,14843386527751,59373587005447,237494429810695,949977882820615,3799911858438151
mov $1,9
lpb $0
sub $0,... | 27.285714 | 245 | 0.748691 |
d4dfef33943e049c60c4efadd975f30f65f9ca47 | 5,668 | asm | Assembly | Win32/Win32.Beagle/HTA.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | Win32/Win32.Beagle/HTA.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | Win32/Win32.Beagle/HTA.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ; HTA file generator
; #########################################################################
.data
szHTAFileName equ "qwrk.exe"
szHTAVbsName equ "qfl.vbs"
szHTACode1 db '<HTML>',13,10
db '<HEAD>',13,10
db ... | 45.709677 | 288 | 0.482534 |
cd985f71cade174968509b52b63afdd36ba77862 | 1,722 | asm | Assembly | libsrc/target/homelab2/input/in_keytranstbl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/homelab2/input/in_keytranstbl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/homelab2/input/in_keytranstbl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; This table translates key presses into ascii codes.
; Also used by 'GetKey' and 'LookupKey'. An effort has been made for
; this key translation table to emulate a PC keyboard with the 'CTRL' key
SECTION rodata_clib
PUBLIC in_keytranstbl
; Homelab 2 table
.in_keytranstbl
; Line 0 contains shift
defb ' ', 11, ... | 45.315789 | 85 | 0.407085 |
0674245428b0a065aed29a21cf65681f60ca3d1d | 570 | asm | Assembly | oeis/257/A257872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/257/A257872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/257/A257872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A257872: Decimal expansion of the Madelung type constant C(4|1) (negated).
; Submitted by Jon Maiga
; 5,5,4,5,1,7,7,4,4,4,4,7,9,5,6,2,4,7,5,3,3,7,8,5,6,9,7,1,6,6,5,4,1,2,5,4,4,6,0,4,0,0,1,0,7,4,8,8,2,0,4,2,0,3,2,9,6,5,4,4,0,0,7,5,9,4,7,1,4,8,9,7,5,7,5,7,5,5,7,7,2,4,8,4,6,9,0,6,6,1,5,9,7,1,3,4,9,5,0,0
mov $1,1
mov $2... | 18.387097 | 201 | 0.536842 |
816de187061697bbe0b769d53f5ed643a364eea5 | 436 | asm | Assembly | test/asm/bank.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 522 | 2017-02-25T21:10:13.000Z | 2020-09-13T14:26:18.000Z | test/asm/bank.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 405 | 2017-02-25T21:32:37.000Z | 2020-09-13T16:43:29.000Z | test/asm/bank.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 84 | 2017-02-25T21:10:26.000Z | 2020-09-13T14:28:25.000Z | def_sect: macro
IF _NARG == 2
SECTION "\1", \2
ELSE
SECTION "\1", \2, BANK[\3]
ENDC
PRINTLN BANK("\1")
endm
def_sect ROM0_ok, ROM0
def_sect ROMX_ok, ROMX, 42
def_sect ROMX_bad, ROMX
def_sect VRAM_ok, VRAM, 1
def_sect VRAM_bad, VRAM
def_sect SRAM_ok, SRAM, 4
def_sect SRAM_bad, SRAM
def_sect WRAM... | 18.956522 | 29 | 0.708716 |
9982e557e2feae5881e819a4bad28b62e624506d | 368 | asm | Assembly | contrib/funchook/test/libfunchook_test_x86_masm.asm | guijan/appscope | 8b507606914f486b6858b5115c44faf7d342666a | [
"Apache-2.0"
] | 118 | 2021-01-21T16:36:13.000Z | 2022-03-18T09:05:18.000Z | contrib/funchook/test/libfunchook_test_x86_masm.asm | guijan/appscope | 8b507606914f486b6858b5115c44faf7d342666a | [
"Apache-2.0"
] | 684 | 2021-01-21T06:51:06.000Z | 2022-03-31T14:34:42.000Z | contrib/funchook/test/libfunchook_test_x86_masm.asm | guijan/appscope | 8b507606914f486b6858b5115c44faf7d342666a | [
"Apache-2.0"
] | 26 | 2021-01-26T22:53:45.000Z | 2022-02-11T09:19:31.000Z | .686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
PUBLIC _call_get_val_in_dll
PUBLIC _jump_get_val_in_dll
EXTRN _get_val_in_dll:PROC
_TEXT SEGMENT
_call_get_val_in_dll PROC EXPORT
call _get_val_in_dll
ret 0
_call_get_val_in_dll ENDP
_jump_get_val_in_dll PROC EXPORT
jmp _get_val_in... | 13.62963 | 32 | 0.858696 |
0720e5ea6f9072a4d643553bf55f41ec5f34d190 | 1,440 | asm | Assembly | programs/oeis/022/A022524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/022/A022524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/022/A022524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A022524: Nexus numbers (n+1)^8 - n^8.
; 1,255,6305,58975,325089,1288991,4085185,11012415,26269505,56953279,114358881,215622815,385749025,660058335,1087101569,1732076671,2680790145,4044203135,5963602465,8616436959,12222859361,17053014175,23435111745,31764328895,42512576449,56239173951,73602471905,95372461855,122444414... | 144 | 1,341 | 0.898611 |
7c639738de9144e2c901921147ca37174f6c184c | 2,646 | asm | Assembly | a11.asm | Sahilsinggh/MP_SEM4 | 706ef4874544e1cc03d034b2d8ac93cb94d79daa | [
"MIT"
] | 1 | 2021-01-06T13:44:34.000Z | 2021-01-06T13:44:34.000Z | a11.asm | Sahilsinggh/MP_SEM4 | 706ef4874544e1cc03d034b2d8ac93cb94d79daa | [
"MIT"
] | null | null | null | a11.asm | Sahilsinggh/MP_SEM4 | 706ef4874544e1cc03d034b2d8ac93cb94d79daa | [
"MIT"
] | 1 | 2020-02-26T08:28:44.000Z | 2020-02-26T08:28:44.000Z | global _start;
%macro print 2
mov rax,01;
mov rdi,02;
mov rsi,%1;
mov rdx,%2;
syscall;
%endmacro
section .data
array: dq 12.65,23.45,64.54,77.34,65.65,90.64,44.12,54.22,33.33
lenArray: equ $-array;
meanMsg: db "Mean = ";
lenMeanMsg: equ $-meanMsg;
varianceMsg: db "Variance = ";
lenVarianceMsg: equ... | 15.564706 | 76 | 0.66062 |
06897ac4b2105604f5d009794bf6ac07df66ee0f | 995 | asm | Assembly | programs/oeis/093/A093048.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/093/A093048.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/093/A093048.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A093048: a(n) = n minus exponent of 2 in n, with a(0) = 0.
; 0,1,1,3,2,5,5,7,5,9,9,11,10,13,13,15,12,17,17,19,18,21,21,23,21,25,25,27,26,29,29,31,27,33,33,35,34,37,37,39,37,41,41,43,42,45,45,47,44,49,49,51,50,53,53,55,53,57,57,59,58,61,61,63,58,65,65,67,66,69,69,71,69,73,73,75,74,77,77,79,76,81,81,83,82,85,85,87,85,8... | 110.555556 | 889 | 0.699497 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.