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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35302e315f557d92ea4f7cc2e26cfd3a2f6f8353 | 443 | asm | Assembly | programs/oeis/260/A260188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/260/A260188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/260/A260188.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A260188: Greatest primorial less than or equal to n.
; 1,2,2,2,2,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,3... | 44.3 | 272 | 0.647856 |
ac019e4c23a9553b4ea243aba3cb50c0f5d28edf | 40,902 | asm | Assembly | spin.asm | nicobokhari13/CIS450_P2_MLFQ_in_xv6 | b1e8a04b0862e5d2dd8a612219a8e1beee51d835 | [
"MIT-0"
] | null | null | null | spin.asm | nicobokhari13/CIS450_P2_MLFQ_in_xv6 | b1e8a04b0862e5d2dd8a612219a8e1beee51d835 | [
"MIT-0"
] | null | null | null | spin.asm | nicobokhari13/CIS450_P2_MLFQ_in_xv6 | b1e8a04b0862e5d2dd8a612219a8e1beee51d835 | [
"MIT-0"
] | null | null | null |
_spin: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "types.h"
#include "user.h"
int
main(int argc, char* argv[]) {
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... | 34.170426 | 60 | 0.420028 |
c1a050cf302efd7c8fceff3170c5b00855cbc174 | 281 | asm | Assembly | programs/oeis/132/A132072.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/132/A132072.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132072.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132072: Row sums of triangle A132071.
; 1,4,11,22,39,66,111,190,335,610,1143,2190,4263,8386,16607,33022,65823,131394,262503,524686,1049015,2097634,4194831,8389182,16777839,33555106,67109591
mov $1,2
pow $1,$0
mov $3,$0
mul $3,2
trn $3,1
add $1,$3
mov $2,$0
mul $2,$0
add $1,$2
| 21.615385 | 151 | 0.708185 |
857994434a17ec1c5ca4d3cd1bd957f3768ff21c | 3,263 | asm | Assembly | boot/bootsector.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | 2 | 2021-01-14T19:56:02.000Z | 2022-01-09T22:49:01.000Z | boot/bootsector.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | null | null | null | boot/bootsector.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | null | null | null | org 0x7A00
bits 16
bootsector:
cli
cld
; Make sure that segment registers are all set to zero.
mov ax, 0x0000
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
; Initialize the stack pointer with a ... | 25.1 | 87 | 0.544897 |
224b6bb35c2242c9c7e0f05155cb1625965e41e9 | 753 | asm | Assembly | programs/oeis/295/A295664.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/295/A295664.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/295/A295664.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A295664: Exponent of the highest power of 2 dividing number of divisors of n: a(n) = A007814(A000005(n)); 2-adic valuation of tau(n).
; 0,1,1,0,1,2,1,2,0,2,1,1,1,2,2,0,1,1,1,1,2,2,1,3,0,2,2,1,1,3,1,1,2,2,2,0,1,2,2,3,1,3,1,1,1,2,1,1,0,1,2,1,1,3,2,3,2,2,1,2,1,2,1,0,2,3,1,1,2,3,1,2,1,2,1,1,2,3,1,1,0,2,1,2,2,2,2,3,1,2,2,... | 83.666667 | 501 | 0.556441 |
e91d3355bd7cdca1f67cd624353143347327e72b | 346 | asm | Assembly | Assembly_compiler/compiler/sample1.asm | RaviTejaKomma/Assembly-Language-Compiler | bdae5a7854a246b825e7bfc0db67561db856a991 | [
"MIT"
] | 3 | 2018-08-06T09:38:59.000Z | 2022-01-12T19:14:28.000Z | Assembly_compiler/compiler/sample1.asm | RaviTejaKomma/Assembly-Language-Compiler | bdae5a7854a246b825e7bfc0db67561db856a991 | [
"MIT"
] | null | null | null | Assembly_compiler/compiler/sample1.asm | RaviTejaKomma/Assembly-Language-Compiler | bdae5a7854a246b825e7bfc0db67561db856a991 | [
"MIT"
] | 2 | 2020-09-05T20:18:25.000Z | 2021-12-27T23:33:38.000Z | DATA B
DATA A
DATA C[4]
DATA D
CONST E = 123
START:
READ AX
READ BX
MOV C[2], AX
MOV B, BX
ADD CX, AX, BX
X:
READ AX
SUB DX, AX, BX
PRINT DX
PRINT CX
IF CX EQ DX THEN
MOV C[0], CX
PRINT C[0]
IF CX EQ DX THEN
MOV C[0], CX
PRINT C[0]
ELSE
MOV C[1], DX
PRINT C[1]
JUMP X
ENDIF
ELSE
MOV C[1], DX
PRINT C[1]
... | 9.885714 | 17 | 0.624277 |
466da4b4fa9d8cd053caa7cc4bedec9791137ebf | 4,662 | asm | Assembly | sdk-6.5.16/tools/led/example/greyhound2/bcm956174r_0.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.16/tools/led/example/greyhound2/bcm956174r_0.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.16/tools/led/example/greyhound2/bcm956174r_0.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | ;
;
;
; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
;
; Copyright 2007-2019 Broadcom Inc. All rights reserved.
;
; This example is used for showing the serial EGPHY LEDs on
; bcm956174r on option 11b.
;
; To start it, use the follo... | 18.95122 | 133 | 0.668383 |
bd839da8f5f37b70883e36fec6706d7ce1f19fc4 | 162,058 | asm | Assembly | 01.Firmware/components/FabGL/examples/VGA/PCEmulator/bios.asm | POMIN-163/xbw | ebda2fb925ec54e48e806ba1c3cd4e04a7b25368 | [
"Apache-2.0"
] | 5 | 2022-02-14T03:12:57.000Z | 2022-03-06T11:58:31.000Z | 01.Firmware/components/FabGL/examples/VGA/PCEmulator/bios.asm | POMIN-163/xbw | ebda2fb925ec54e48e806ba1c3cd4e04a7b25368 | [
"Apache-2.0"
] | null | null | null | 01.Firmware/components/FabGL/examples/VGA/PCEmulator/bios.asm | POMIN-163/xbw | ebda2fb925ec54e48e806ba1c3cd4e04a7b25368 | [
"Apache-2.0"
] | 4 | 2022-02-23T07:00:59.000Z | 2022-03-10T03:58:11.000Z | ; BIOS source for 8086tiny IBM PC emulator (revision 1.25 and above). Compiles with NASM.
; Copyright 2013-14, Adrian Cable (adrian.cable@gmail.com) - http://www.megalith.co.uk/8086tiny
;
; Based on 8086tiny plus 2.34
;
; Modified by Julian Olds to work with CGA and provide more complete BIOS functions.
;
;
;
; Modifie... | 22.783354 | 152 | 0.626603 |
c20277931bcf7071a949680a530e2075e8933051 | 174 | asm | Assembly | data/pokemon/dex_entries/latias.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/latias.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/latias.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "EON@" ; species name
db "It communicates"
next "using telepathy."
next "Its down refracts"
page "light in a way"
next "that makes its"
next "body invisible.@"
| 17.4 | 25 | 0.672414 |
f7259cab432c13a3e3a00e8247dfa6f42edf1ec2 | 5,152 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1145.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1145.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1145.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 %r8
push %rbp
push %rsi
lea addresses_WT_ht+0x6cb9, %rbp
add %r11, %r11
vmovups (%rbp), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $0, %xmm4, %r10
nop
nop
nop
inc %r12
lea addresses_WC_ht+0x2069, %rsi
clflush (%rsi)
nop
nop
nop
nop
add %r1... | 44.413793 | 2,999 | 0.65722 |
215f5bf12107787958f0fd780c90a2d97c1f0a17 | 479 | asm | Assembly | programs/oeis/300/A300622.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/300/A300622.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/300/A300622.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A300622: Denominators of sequence whose exponential self-convolution yields sequence 1, 2, 3, 5, 7, 11, 13, ... (1 with primes).
; 1,1,2,1,4,4,8,4,16,16,32,16,64,64,128,64,256,256,512,256,1024,1024,2048,1024,4096,4096,8192,4096,16384,16384,32768,16384,65536,65536,131072,65536,262144,262144,524288,262144,1048576,10485... | 31.933333 | 239 | 0.707724 |
ab875a54e86a6e5279e8c4746cb85ae50674f956 | 352 | asm | Assembly | programs/oeis/096/A096143.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/096/A096143.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/096/A096143.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A096143: a(n) = ceiling(Sum_{i=1..n} 1/i).
; 1,2,2,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6
mul $0,2
lpb $0
add $0,2
add $1,3
sub $0,$1
div $0,2
trn $0,1
... | 23.466667 | 201 | 0.502841 |
bb296d7898c87f0d0a8eceded7f92bd07602fd2c | 547 | asm | Assembly | asm/getc.asm | spratt/lc2.js | c1c628db927982888f5882a38c4345bbe7e7a568 | [
"0BSD"
] | 1 | 2017-01-24T14:03:43.000Z | 2017-01-24T14:03:43.000Z | asm/getc.asm | spratt/lc2.js | c1c628db927982888f5882a38c4345bbe7e7a568 | [
"0BSD"
] | 1 | 2016-12-28T01:44:23.000Z | 2016-12-28T02:51:52.000Z | asm/getc.asm | spratt/lc2.js | c1c628db927982888f5882a38c4345bbe7e7a568 | [
"0BSD"
] | null | null | null | ;;; getc.asm
;;; GETC service routine (system call)
.orig 0x0400
;;; save registers
st r7, SaveR7
st r3, SaveR3
;;; get character
input: ldi r3, KBSR ; Has a character been typed?
brzp input
ldi r0, KBDR ; Load it into R0
... | 21.038462 | 61 | 0.50457 |
750b6ea84c2e1ae2ec22b0b3d907ae4a6e7e26b5 | 91 | asm | Assembly | Source Codes Testing/lab6.asm | aravindvnair99/emu8086 | 1713febd30618f0d03f09c6a7f8eb6c4a68888b8 | [
"MIT"
] | 11 | 2018-12-31T08:56:38.000Z | 2022-02-28T15:49:14.000Z | Source Codes Testing/lab6.asm | aravindvnair99/emu8086 | 1713febd30618f0d03f09c6a7f8eb6c4a68888b8 | [
"MIT"
] | null | null | null | Source Codes Testing/lab6.asm | aravindvnair99/emu8086 | 1713febd30618f0d03f09c6a7f8eb6c4a68888b8 | [
"MIT"
] | 4 | 2020-11-10T01:29:54.000Z | 2022-01-20T04:50:08.000Z | .model small
.data
.code
.startup
mov ah,01h
int 21h
mov dl,al
mov ah,02h
int 21h
.exit
end | 8.272727 | 12 | 0.736264 |
0916c7d44ce95cecdd7603d77bca5018a90fa8f7 | 14,775 | asm | Assembly | bin_patch.asm | Illidanz/OokamiTranslation | 192013b0ae2b7e01dcb6c160a905e0b173976352 | [
"MIT"
] | 8 | 2021-02-20T21:04:33.000Z | 2022-02-16T04:26:45.000Z | bin_patch.asm | Illidanz/OokamiTranslation | 192013b0ae2b7e01dcb6c160a905e0b173976352 | [
"MIT"
] | 6 | 2021-03-08T04:28:40.000Z | 2022-01-02T12:06:49.000Z | bin_patch.asm | Illidanz/OokamiTranslation | 192013b0ae2b7e01dcb6c160a905e0b173976352 | [
"MIT"
] | 1 | 2021-11-05T23:14:35.000Z | 2021-11-05T23:14:35.000Z | .nds
;Detect what game the patch is being applied to
.if readascii("data/repack/header.bin", 0xc, 0x6) == "YU5J2J"
FIRST_GAME equ 0x1
SECOND_GAME equ 0x0
ARM_FILE equ "data/repack/arm9.bin"
SUB_PATH equ "/data/opsub.dat"
;Position in the ARM9 file for the custom code
ARM_POS equ 0x020997ac
... | 20.26749 | 77 | 0.623621 |
b7ec2715fbc2e6fdcf9836122a80efda523a0b88 | 1,374 | asm | Assembly | programs/oeis/079/A079000.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/079/A079000.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079000.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A079000: a(n) is taken to be the smallest positive integer greater than a(n-1) which is consistent with the condition "n is a member of the sequence if and only if a(n) is odd".
; 1,4,6,7,8,9,11,13,15,16,17,18,19,20,21,23,25,27,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,47,49,51,53,55,57,59,61,63,65,67,69,70,71,72,... | 47.37931 | 923 | 0.673217 |
72c126488b829d417e983b40b05d52e9eda94f87 | 421 | asm | Assembly | oeis/102/A102378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/102/A102378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/102/A102378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A102378: a(n) = a(n-1) + a([n/2]) + 1, a(1) = 1.
; Submitted by Jon Maiga
; 1,3,5,9,13,19,25,35,45,59,73,93,113,139,165,201,237,283,329,389,449,523,597,691,785,899,1013,1153,1293,1459,1625,1827,2029,2267,2505,2789,3073,3403,3733,4123,4513,4963,5413,5937,6461,7059,7657,8349
add $0,1
lpb $0
mov $2,$0
sub $0,1
se... | 32.384615 | 199 | 0.653207 |
6c2a6194bbaf7d5e5d01a112783d1ce54d0e78cd | 483 | asm | Assembly | tests/Arithmetic/divide_16b_by_8b.asm | ZubinGou/8086-emulator | 5087be61609fa571d16f34280211830746beaef1 | [
"MIT"
] | 39 | 2020-09-09T00:04:18.000Z | 2022-03-26T13:12:47.000Z | tests/Arithmetic/divide_16b_by_8b.asm | ZubinGou/8086-emulator | 5087be61609fa571d16f34280211830746beaef1 | [
"MIT"
] | null | null | null | tests/Arithmetic/divide_16b_by_8b.asm | ZubinGou/8086-emulator | 5087be61609fa571d16f34280211830746beaef1 | [
"MIT"
] | 8 | 2020-05-06T07:35:40.000Z | 2021-08-13T14:00:49.000Z | NAME Arithmetic
TITLE divide_16b_by_8b
; Test Passed
assume cs:code,ds:data
data segment
var1 dw 6827H
var2 db 0feH
quo db ?
rem db ?
data ends
code segment
start: mov ax,data
mov ds,ax
mov ax,var1
mov bl,var2
div bl ... | 16.655172 | 27 | 0.467909 |
97f2c3e6ae1a048e6e13e8b3cf375403d0815d66 | 141 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_exp10.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_exp10.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_exp10.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC cm16_sdcc_exp10
EXTERN cm16_sdcc_read1, exp10f16
cm16_sdcc_exp10:
call cm16_sdcc_read1
jp exp10f16
| 12.818182 | 32 | 0.815603 |
01616868e186bc1bfc02f9e1ab9eb980a0e2792e | 478 | asm | Assembly | programs/oeis/111/A111251.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/111/A111251.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/111/A111251.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A111251: Numbers k such that 3*k^2 + 3*k + 1 is prime.
; 1,2,3,4,6,9,10,11,13,14,17,23,24,25,27,28,30,32,34,37,38,41,42,45,48,49,52,55,58,62,63,66,67,74,80,81,86,88,90,91,93,95,105,108,119,123,125,128,129,136,140,142,147,153,156,157,158,164,165,170,171,172,175,179,184,185,186,191,193,195,196,205,207,209,212,216,219,2... | 79.666667 | 353 | 0.692469 |
76f94cec89cc74b9c92ecf209b204f9a36a619fd | 4,126 | asm | Assembly | Chapter08/node-to-rust/node_modules/ffi/deps/libffi/src/x86/win64.asm | jash27/Rust-cookbook1 | 67e495890cbb8e98773cd69bc8c72b19e69e903b | [
"MIT"
] | 26 | 2017-08-23T03:40:17.000Z | 2021-11-19T13:53:50.000Z | Chapter08/node-to-rust/node_modules/ffi/deps/libffi/src/x86/win64.asm | jash27/Rust-cookbook1 | 67e495890cbb8e98773cd69bc8c72b19e69e903b | [
"MIT"
] | 170 | 2021-06-23T17:02:07.000Z | 2022-03-31T19:10:25.000Z | Chapter08/node-to-rust/node_modules/ffi/deps/libffi/src/x86/win64.asm | jash27/Rust-cookbook1 | 67e495890cbb8e98773cd69bc8c72b19e69e903b | [
"MIT"
] | 11 | 2017-08-25T22:12:15.000Z | 2021-11-19T13:53:52.000Z | PUBLIC ffi_call_win64
EXTRN __chkstk:NEAR
EXTRN ffi_closure_win64_inner:NEAR
_TEXT SEGMENT
;;; ffi_closure_win64 will be called with these registers set:
;;; rax points to 'closure'
;;; r11 contains a bit mask that specifies which of the
;;; first four parameters are float or double
;;;
;;; It must move the... | 19.101852 | 77 | 0.683713 |
1c7f318d581678a0621fd8011523beb4eb9da049 | 243 | asm | Assembly | testcases/movrr.asm | bfredl/forklift | 90b5810af9b06faeb4088418fcfedc7c86d21802 | [
"MIT"
] | 6 | 2021-12-25T18:45:46.000Z | 2022-01-12T23:35:55.000Z | testcases/movrr.asm | bfredl/forklift | 90b5810af9b06faeb4088418fcfedc7c86d21802 | [
"MIT"
] | null | null | null | testcases/movrr.asm | bfredl/forklift | 90b5810af9b06faeb4088418fcfedc7c86d21802 | [
"MIT"
] | null | null | null | bits 64
global main
section .text
main:
mov rax, rdi
mov eax, edi
mov ax, di
mov al, dil
mov al, bh
mov rax, rbx
mov eax, ebx
mov ax, bx
mov al, bl
push rax
push r15
pop rax
pop r15
| 11.571429 | 19 | 0.530864 |
8f119d7f1832028e468033bef223b007568dfac1 | 497 | asm | Assembly | programs/oeis/293/A293896.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/293/A293896.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/293/A293896.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A293896: Number of proper divisors of the form 3k+2.
; 0,0,0,1,0,1,0,1,0,2,0,1,0,1,1,2,0,1,0,2,0,2,0,2,1,1,0,2,0,2,0,2,1,2,1,1,0,1,0,4,0,2,0,2,1,2,0,2,0,2,1,2,0,1,2,3,0,2,0,3,0,1,0,3,1,2,0,2,1,4,0,2,0,1,1,2,1,2,0,4,0,2,0,2,2,1,1,4,0,2,0,2,0,2,1,3,0,2,1,4
add $0,1
mov $2,2
mov $3,$0
mov $4,$0
lpb $3
mov $5,$4
lpb... | 19.115385 | 201 | 0.492958 |
732f6263827e0e6fec0484cf1bf7b0b4407c027c | 937 | asm | Assembly | imports/lazy.asm | Idorobots/asm | 37ebdef318ef7fc01b8e55a50baac57f74ddbe38 | [
"MIT"
] | 2 | 2017-03-02T20:24:31.000Z | 2020-03-26T03:20:12.000Z | imports/lazy.asm | Idorobots/asm | 37ebdef318ef7fc01b8e55a50baac57f74ddbe38 | [
"MIT"
] | null | null | null | imports/lazy.asm | Idorobots/asm | 37ebdef318ef7fc01b8e55a50baac57f74ddbe38 | [
"MIT"
] | null | null | null | ################################################################################
# ASM lazy stuff.
####################
(macro force [lazy-value]
`($lazy-value))
(macro join~ [a b]
`(lazy (join $a $b)))
(function first~ [x]
(first (force x)))
(function rest~ [x]
(second (force x)))
(function fnord~ []
(l... | 20.822222 | 80 | 0.472785 |
9f08ebda1c55dced549474ff743ac588b3f266d9 | 4,054 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_30_243.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_30_243.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_30_243.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 %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x2524, %rcx
nop
nop
and $53329, %r13
mov (%rcx), %esi
xor $13837, %r8
lea addresses_WC_ht+0xaf44, %rsi
lea addresses_WC_ht+0x106c4, %rdi
nop
nop
nop
and $11682, %r9
mov $70, %rcx
rep... | 19.032864 | 148 | 0.648249 |
5ba190d3d8a5a800d0666680ee38869082ddc775 | 372 | asm | Assembly | programs/oeis/305/A305165.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/305/A305165.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/305/A305165.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A305165: a(n) = 136*2^n - 112.
; 24,160,432,976,2064,4240,8592,17296,34704,69520,139152,278416,556944,1114000,2228112,4456336,8912784,17825680,35651472,71303056,142606224,285212560,570425232,1140850576,2281701264,4563402640,9126805392,18253610896,36507221904,73014443920,146028887952,292057776016,584115552144
mov $1,... | 37.2 | 278 | 0.790323 |
26039918ba59f50c240b3a46d05492e5caea13ee | 4,148 | asm | Assembly | Legacy Windows/Win9x.Repus/Win9x.Repus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | Legacy Windows/Win9x.Repus/Win9x.Repus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | Legacy Windows/Win9x.Repus/Win9x.Repus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z |
;=============;
; Repus virus ;
;=============;
;Coded by Super/29A
;VirusSize = 128 bytes !!!
;This is the third member of the Repus family
;-When an infected file is executed the virus patches IRQ0 handler and waits
; for it to return control to virus in ring0
;-Once in ring0, the virus searches in all caches ... | 19.474178 | 77 | 0.582449 |
c964ed190eda31077fe8eb9ccbb469e1ba098cdb | 638 | asm | Assembly | Assembler/tests/optimizations/jump_one_past_the_end.asm | asifmallik/SCALE-MAMBA | 80db831818b55b7675dd549920b5fb096db4321f | [
"BSD-2-Clause"
] | null | null | null | Assembler/tests/optimizations/jump_one_past_the_end.asm | asifmallik/SCALE-MAMBA | 80db831818b55b7675dd549920b5fb096db4321f | [
"BSD-2-Clause"
] | null | null | null | Assembler/tests/optimizations/jump_one_past_the_end.asm | asifmallik/SCALE-MAMBA | 80db831818b55b7675dd549920b5fb096db4321f | [
"BSD-2-Clause"
] | null | null | null | # if_assignment-0--0
ldint r0, 1 # 0
jmpeqz r0, 6 # 1
# if_assignment-0-if-block-1
print_char 84 # 2
print_char 114 # 3
print_char 117 # 4
print_char 101 # 5
print_char 10 # 6
jmp 20 # 7
# if_assignment-0-else-block-2
print_char4 1936482630 # 8
print_char 101 # 9
print_char 10 # 10
ldsi s0, 5 # 11
ldsi s1, 10 # 12
trip... | 19.9375 | 30 | 0.661442 |
94f6b91aa404a1a75fb95d2549667f9753d611a6 | 467 | asm | Assembly | data/mapObjects/Route12Gate1F.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/Route12Gate1F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/Route12Gate1F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | Route12Gate1F_Object:
db $a ; border block
db 5 ; warps
warp 4, 0, 0, -1
warp 5, 0, 1, -1
warp 4, 7, 2, -1
warp 5, 7, 2, -1
warp 8, 6, 0, ROUTE_12_GATE_2F
db 0 ; signs
db 1 ; objects
object SPRITE_GUARD, 1, 3, STAY, NONE, 1 ; person
; warp-to
warp_to 4, 0, ROUTE_12_GATE_1F_WIDTH
warp_to 5, 0, ROUTE_12_... | 21.227273 | 56 | 0.700214 |
0c23bcf319605dcd58187f5caa146e2ef82b7afa | 679 | asm | Assembly | oeis/015/A015584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015584: Expansion of x/(1 - 9*x - 8*x^2).
; Submitted by Jamie Morken(s3)
; 0,1,9,89,873,8569,84105,825497,8102313,79524793,780541641,7661073113,75193991145,738034505209,7243862476041,71099038326041,697842244742697,6849372509292601,67227090541574985,659838794948515673,6476365878869240937,63566003269411293817,6239049... | 45.266667 | 500 | 0.829161 |
5dbedc9deeb0e0bc04ce7b4a8753553647019b20 | 355 | asm | Assembly | BigNum/Mod/Base/_bn_subdw_ignoresign.asm | FloydZ/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 11 | 2015-03-17T10:31:23.000Z | 2022-01-21T17:42:43.000Z | BigNum/Mod/Base/_bn_subdw_ignoresign.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | null | null | null | BigNum/Mod/Base/_bn_subdw_ignoresign.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 6 | 2018-01-29T16:06:36.000Z | 2021-05-08T19:22:24.000Z | .686
.model flat,stdcall
option casemap:none
include .\bnlib.inc
include .\bignum.inc
.code
_bn_subdw_ignoresign proc c
lea edx,[edi].BN.dwArray[0*4]
mov ecx,[edi].BN.dwSize
clc
.repeat
sbb [edx],eax
mov eax,0
lea edx,[edx+4]
jnc @F
dec ecx
.until zero?
@@: mov ecx,[edi].BN.dwSize
call _bn_normalize
... | 13.653846 | 30 | 0.707042 |
3e91060801a33d819bc3c832034c314d2dc7554e | 5,781 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_2629_1025.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_2629_1025.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_2629_1025.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+0x425d, %rbx
nop
nop
nop
dec %rcx
mov $0x6162636465666768, %rbp
movq %rbp, %xmm4
movups %xmm4, (%rbx)
nop
nop
nop
nop
nop
cmp %r10, %r10
lea addresses_UC_ht+0x1ffd, %rsi
lea add... | 35.25 | 2,999 | 0.659056 |
0e84c16e6184625f4a08fe9ff2116b345a729ac3 | 498 | asm | Assembly | oeis/060/A060681.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060681.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060681.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060681: Largest difference between consecutive divisors of n (ordered by size).
; Submitted by Jon Maiga
; 0,1,2,2,4,3,6,4,6,5,10,6,12,7,10,8,16,9,18,10,14,11,22,12,20,13,18,14,28,15,30,16,22,17,28,18,36,19,26,20,40,21,42,22,30,23,46,24,42,25,34,26,52,27,44,28,38,29,58,30,60,31,42,32,52,33,66,34,46,35,70,36,72,37,50... | 55.333333 | 287 | 0.658635 |
94fd07b1715124b3a74b285ad363fba464e279e4 | 764 | asm | Assembly | programs/oeis/070/A070345.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070345.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070345.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A070345: a(n) = 3^n mod 35.
; 1,3,9,27,11,33,29,17,16,13,4,12,1,3,9,27,11,33,29,17,16,13,4,12,1,3,9,27,11,33,29,17,16,13,4,12,1,3,9,27,11,33,29,17,16,13,4,12,1,3,9,27,11,33,29,17,16,13,4,12,1,3,9,27,11,33,29,17,16,13,4,12,1,3,9,27,11,33,29,17,16,13,4,12,1,3,9,27,11,33,29,17,16,13,4,12,1,3,9,27,11,33,29,17,16,13,4,12,... | 69.454545 | 668 | 0.609948 |
741df904d15df922ddf2fb9a08d143e593ac8d82 | 747 | asm | Assembly | _ring/ChangeRingFrame.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | _ring/ChangeRingFrame.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | 2 | 2019-06-13T14:26:59.000Z | 2019-10-10T13:15:14.000Z | _ring/ChangeRingFrame.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | ChangeRingFrame: ; XREF: Level
subq.b #1,($FFFFFEC0).w
bpl.s loc_421C
move.b #$B,($FFFFFEC0).w
subq.b #1,($FFFFFEC1).w
andi.b #7,($FFFFFEC1).w
loc_421C:
subq.b #1,($FFFFFEC2).w
bpl.s loc_4232
move.b #7,($FFFFFEC2).w
addq.b #1,($FFFFFEC3).w
andi.b #3,($FFFFFEC3).w
loc_4232:
subq.... | 19.153846 | 33 | 0.580991 |
eec8ea69d41caab4e7522f5c332b7ff70a3c4c35 | 2,193 | asm | Assembly | programs/oeis/011/A011917.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/011/A011917.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/011/A011917.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A011917: [ n(n-1)(n-2)(n-3)/7 ].
; 0,0,0,0,3,17,51,120,240,432,720,1131,1697,2451,3432,4680,6240,8160,10491,13289,16611,20520,25080,30360,36432,43371,51257,60171,70200,81432,93960,107880,123291,140297,159003,179520,201960,226440,253080,282003,313337,347211,383760,423120,465432,510840,559491,611537,667131,726432,78960... | 274.125 | 2,118 | 0.867761 |
15f086a4c7e405e8bcf5202d79112cfb148eba85 | 369 | asm | Assembly | programs/oeis/278/A278831.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/278/A278831.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/278/A278831.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A278831: Minimal number of possible moves at the n-th ply of a chess game, excluding positions where no move is possible.
; 20,20,19,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,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
mul $0,3... | 36.9 | 186 | 0.601626 |
cc7e927284b2d4249036b34500adfa1ce83c4ba1 | 641 | asm | Assembly | oeis/044/A044296.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/044/A044296.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/044/A044296.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A044296: Numbers n such that string 5,0 occurs in the base 9 representation of n but not of n-1.
; Submitted by Jamie Morken(s1)
; 45,126,207,288,369,405,450,531,612,693,774,855,936,1017,1098,1134,1179,1260,1341,1422,1503,1584,1665,1746,1827,1863,1908,1989,2070,2151,2232,2313,2394,2475,2556,2592,2637,2718,2799
mov $... | 18.852941 | 182 | 0.599064 |
1c9b06b188e8d80602ca625c8df41fd2ef6124cd | 965 | asm | Assembly | programs/oeis/152/A152966.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/152/A152966.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/152/A152966.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A152966: Twice repdigit numbers.
; 0,2,4,6,8,10,12,14,16,18,22,44,66,88,110,132,154,176,198,222,444,666,888,1110,1332,1554,1776,1998,2222,4444,6666,8888,11110,13332,15554,17776,19998,22222,44444,66666,88888,111110,133332,155554,177776,199998,222222,444444,666666,888888,1111110,1333332,1555554,1777776,1999998,2222222,... | 68.928571 | 751 | 0.809326 |
a05cd4791891277265a14c3052b0a430ea19619a | 498 | asm | Assembly | libsrc/math/daimath32/c/sccz80/frexp.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/daimath32/c/sccz80/frexp.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/daimath32/c/sccz80/frexp.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp
PUBLIC frexp
; float frexpf (float x, int8_t *pw2);
frexp:
IF __CPU_INTEL__ || __CPU_GBZ80__
ld hl,sp+2
ld c,(hl) ;pw2
inc hl
ld b,(hl)
inc hl
ld e,(hl) ;float
inc hl
ld d,(hl)
inc hl
ld a,(hl)
inc hl
ld h,(hl)
ld l,a
ex de,hl
ELSE
pop af ;Return
pop bc ;pw2
pop hl ;float
pop de
... | 10.163265 | 38 | 0.624498 |
a6d054b8b0425965c44c2b9b0d0f6082c69784db | 542 | asm | Assembly | oeis/140/A140841.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140841.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140841.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140841: Primes of the form 210n + 13.
; Submitted by Jon Maiga
; 13,223,433,643,853,1063,1483,1693,2113,2953,3163,3373,3583,3793,4003,4423,5683,6733,7573,7993,8623,9043,9463,9883,10093,10303,10513,10723,11353,12613,12823,13033,13873,14083,14293,14503,14713,14923,15973
mov $1,4
mov $2,$0
add $2,2
pow $2,2
lpb $2
s... | 21.68 | 205 | 0.667897 |
aa8974823b3f0c41eb00ea691186eb6aa04e5270 | 487 | asm | Assembly | oeis/315/A315340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/315/A315340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/315/A315340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A315340: Coordination sequence Gal.6.625.6 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Jamie Morken(s1)
; 1,6,10,16,22,28,32,38,44,50,54,60,66,70,76,82,88,92,98,104,110,114,120,126,130,136,142,148,152,158,164,170,1... | 32.466667 | 180 | 0.710472 |
0c3a82656da5b103876e40a9cc1b87b5a08f2a43 | 480 | asm | Assembly | data/pokemon/base_stats/sinnoh/toxicroak.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/sinnoh/toxicroak.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/sinnoh/toxicroak.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | db 0 ; 454 DEX NO
db 83, 106, 65, 85, 86, 65
; hp atk def spd sat sdf
db POISON, FIGHTING ; type
db 75 ; catch rate
db 181 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/sinnoh/toxicroak/... | 21.818182 | 55 | 0.675 |
0151e6c6b6679b5379308972861d2afd7aa9fdb7 | 14,143 | asm | Assembly | snippets/mul.test.i.asm | ped7g/ZXSpectrumNextMisc | 0148cd8f0529bff4451f089fd7106ea06713e766 | [
"MIT"
] | 15 | 2019-04-06T20:38:41.000Z | 2022-02-27T16:50:31.000Z | snippets/mul.test.i.asm | ped7g/ZXSpectrumNextMisc | 0148cd8f0529bff4451f089fd7106ea06713e766 | [
"MIT"
] | 7 | 2020-05-01T08:14:54.000Z | 2022-03-30T19:54:34.000Z | snippets/mul.test.i.asm | ped7g/ZXSpectrumNextMisc | 0148cd8f0529bff4451f089fd7106ea06713e766 | [
"MIT"
] | 1 | 2020-08-23T17:36:20.000Z | 2020-08-23T17:36:20.000Z | MODULE mul
test:
; mul 16x8 tests
ld ix,.data_16x8
.l0:
ld a,ixl
cp low .data_16x8.e
jr z,.done_16x8
ld a,(ix+0)
ld l,(ix+1)
ld e,(ix+2)
call mul_16_8_24_HLE
ld a,(ix+3)
sub e
jp nz,.error
ld a,(ix+4)
s... | 31.083516 | 117 | 0.495369 |
f12aeffcec68ed94fd09da876175cd0e575579d4 | 694 | asm | Assembly | oeis/041/A041027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041027: Denominators of continued fraction convergents to sqrt(18).
; Submitted by Jon Maiga
; 1,4,33,136,1121,4620,38081,156944,1293633,5331476,43945441,181113240,1492851361,6152518684,50713000833,209004522016,1722749176961,7100001229860,58522759015841,241191037293224,1988051057361633,8193395266739756,6753521319127... | 40.823529 | 479 | 0.831412 |
89da6ae24155622a3d522a8c2c65917661328a5b | 674 | asm | Assembly | oeis/158/A158516.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158516.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158516.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158516: a(n) = Hermite(n,6).
; Submitted by Jon Maiga
; 1,12,142,1656,19020,214992,2389704,26096544,279702672,2938887360,30232000224,304006255488,2982971060928,28499502599424,264436783608960,2375255330523648,20569960458014976,170831354919422976,1350597603460566528,10057242464427571200,69364200641629326336,4300807091... | 37.444444 | 482 | 0.808605 |
a7ab5a67a821b004b8fe0d348e55ec53f7d68933 | 10,499 | asm | Assembly | 45/runtime/rt/getput.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/getput.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/getput.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | PAGE 56,132
TITLE GETPUT - iAPX 88/86 SUPPORT FOR GRAPHICS PUT/GET STATEMENTS
;***
; GETPUT - iAPX 88/86 SUPPORT FOR GRAPHICS PUT/GET STATEMENTS
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtime entry points:
;
; - GET Statement:
;
; GET (x1,y1)-(x2,y2),arrayn... | 25.859606 | 79 | 0.673397 |
b62b24ebb1b0877a9c741e4fa76321a858361558 | 357 | asm | Assembly | TORING.asm | Mohamed-94/Group-of-Assembly-Programs-Samples--8086-85-Processors-family- | 060422e19882bb32c35bf5b8d42aae29eee0d820 | [
"MIT"
] | 16 | 2018-07-20T03:11:03.000Z | 2021-12-14T11:18:36.000Z | TORING.asm | Mohamed-94/Group-of-Assembly-Programs-Samples--8086-85-Processors-family- | 060422e19882bb32c35bf5b8d42aae29eee0d820 | [
"MIT"
] | null | null | null | TORING.asm | Mohamed-94/Group-of-Assembly-Programs-Samples--8086-85-Processors-family- | 060422e19882bb32c35bf5b8d42aae29eee0d820 | [
"MIT"
] | 3 | 2018-07-20T03:11:08.000Z | 2020-09-18T18:57:53.000Z | .MODEL SMALL
.STACK 100H
.DATA
MES1 DB "WELCOME TO THE FIRST APP$"
NTR DB "-YES MAN-"
FIR DB 34
SEC DB 54
RES DB ?
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
LEA DX,MES1
MOV AH,9
INT 21H
MOV AH,2
MOV CX,1000
MOV DL,0
Print_Loop:
INT 21H
INC DL
DEC CX
MOV DL,'!'
MOV AH,2
INT 21H
JNZ PRINT_LOOP
MOV... | 11.9 | 36 | 0.655462 |
e2ae29a275002cdfd2a0b7542401af8c59ef1dbd | 464 | asm | Assembly | programs/oeis/171/A171475.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/171/A171475.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/171/A171475.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A171475: a(n) = 6*a(n-1)-8*a(n-2) for n > 2; a(0) = 1, a(1) = 6, a(2) = 27.
; 1,6,27,114,468,1896,7632,30624,122688,491136,1965312,7862784,31454208,125822976,503304192,2013241344,8053014528,32212156416,128848822272,515395682304,2061583515648,8246335635456,32985345687552,131941389041664,527765568749568,211106230016409... | 27.294118 | 260 | 0.706897 |
cc2f7608a127d54f3eeccf47fc094f2cf9f74a6c | 1,569 | asm | Assembly | src/intel/tools/tests/gen5/and.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen5/and.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen5/and.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | and(8) g9<1>.wUD g9<4>.wUD 524032D { align16 };
and(8) g5<1>.xD g5<4>.xD 1D { align16 };
and(8) g5<1>D g6<8,8,1>D 1D { align1 };
and(16) g14<1>D g12<8,8,1>D 1D { align1 compr };
and(8) ... | 74.714286 | 82 | 0.402167 |
d3351e41e7d18358ddb3da209032c8ac837a83cc | 1,614 | asm | Assembly | maps/old/LakeOfRageHiddenPowerHouse.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | maps/LakeOfRageHiddenPowerHouse.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | null | null | null | maps/LakeOfRageHiddenPowerHouse.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | object_const_def ; object_event constants
const LAKEOFRAGEHIDDENPOWERHOUSE_FISHER
LakeOfRageHiddenPowerHouse_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
HiddenPowerGuy:
faceplayer
opentext
checkevent EVENT_GOT_TM10_HIDDEN_POWER
iftrue .AlreadyGotItem
writetext HiddenPowerGuyText1
buttonsound
verbose... | 19.445783 | 126 | 0.760223 |
0e27248604d3ed40086bbd06730bbb587bfb93f7 | 19,544 | asm | Assembly | roms/scios.asm | paulscottrobson/scmp-machines | ea9aa0f6f6610149f24e8a3af6e9d0f1029eb53a | [
"MIT"
] | 3 | 2020-01-21T21:19:36.000Z | 2021-12-02T03:48:13.000Z | roms/scios.asm | paulscottrobson/scmp-machines | ea9aa0f6f6610149f24e8a3af6e9d0f1029eb53a | [
"MIT"
] | null | null | null | roms/scios.asm | paulscottrobson/scmp-machines | ea9aa0f6f6610149f24e8a3af6e9d0f1029eb53a | [
"MIT"
] | null | null | null | ; ****************************************************************************
;
; The SC/MP I/O Monitor.
;
; Developed from the SCMPKB monitor by D.J.D.
; Tape routines by N.J.T.
; Converted to TASM and annotated by Paul Robson (autismuk@aol.com)
;
; ********************... | 44.217195 | 79 | 0.30393 |
0c4abee0363ed62ba9d33870c42c397df3bd0abd | 3,619 | asm | Assembly | Stopwatch using Seg7/sig7digit.asm | ayandeephazra/Embedded-Systems-Projects | 449d4c99948b8b56b99f10ecdf950179f94edb63 | [
"MIT"
] | 1 | 2021-08-04T19:11:08.000Z | 2021-08-04T19:11:08.000Z | Stopwatch using Seg7/sig7digit.asm | ayandeephazra/Embedded-Systems-Projects | 449d4c99948b8b56b99f10ecdf950179f94edb63 | [
"MIT"
] | null | null | null | Stopwatch using Seg7/sig7digit.asm | ayandeephazra/Embedded-Systems-Projects | 449d4c99948b8b56b99f10ecdf950179f94edb63 | [
"MIT"
] | null | null | null | ; Assembly file for seg7DigitUpdate() function
; Lab 3, ECE 266
; Created by Zhao Zhang for ECE 266, spring 2021
; The 7-segment coding table
.data
seg7Coding .byte 00111111b ; digit 0
.byte 00000110b ; digit 1
.byte 01011011b ; digit 2
... | 43.60241 | 97 | 0.492125 |
e6939023ded5686aa0219a103e2d330e8d6d6193 | 125 | asm | Assembly | Lab 3 - Reverse Subtraction with Borrows/4b.asm | SathyasriS27/ARM7-Thumb-Programming | 60418e8e7e5a3a775d5eecdea2ff9512074d0cf2 | [
"Apache-2.0"
] | null | null | null | Lab 3 - Reverse Subtraction with Borrows/4b.asm | SathyasriS27/ARM7-Thumb-Programming | 60418e8e7e5a3a775d5eecdea2ff9512074d0cf2 | [
"Apache-2.0"
] | null | null | null | Lab 3 - Reverse Subtraction with Borrows/4b.asm | SathyasriS27/ARM7-Thumb-Programming | 60418e8e7e5a3a775d5eecdea2ff9512074d0cf2 | [
"Apache-2.0"
] | null | null | null | AREA SBSC, CODE,READONLY
ENTRY
MOV R0,#0X000000BC ; 188
MOV R1,#0X0000009F ; 159
RSBS R2,R1,R0
UP B UP
END | 17.857143 | 29 | 0.632 |
8fe1a90466a48af02b181ce5c24114fe1170470a | 528 | asm | Assembly | oeis/040/A040976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040976: a(n) = prime(n) - 2.
; Submitted by Jamie Morken(s3)
; 0,1,3,5,9,11,15,17,21,27,29,35,39,41,45,51,57,59,65,69,71,77,81,87,95,99,101,105,107,111,125,129,135,137,147,149,155,161,165,171,177,179,189,191,195,197,209,221,225,227,231,237,239,249,255,261,267,269,275,279,281,291,305,309,311,315,329,335,345,347,351,3... | 58.666667 | 370 | 0.704545 |
da9dd9e40d4ee32b7299e8233e9e718eb604e9f2 | 2,293 | asm | Assembly | dev/display/ega2/860-cpi.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/display/ega2/860-cpi.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/display/ega2/860-cpi.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
CODE SEGMENT BYTE PUBLIC 'CODE'
ASSUME CS:CODE,DS:CODE
IF1
; %OUT EGA.CPI creation file
; %OUT .
; %OUT CP SR... | 41.690909 | 65 | 0.301788 |
fbf5f4d2cfad783d96689f76764f7dfdf69bebe0 | 161,353 | asm | Assembly | contrib/libs/openssl/asm/windows/crypto/sha/sha256-mb-x86_64.asm | ZhekehZ/catboost | 3f774da539b8e57cca25686b89c473cbd1f61a6c | [
"Apache-2.0"
] | 4 | 2020-06-24T06:07:52.000Z | 2021-04-16T22:58:09.000Z | contrib/libs/openssl/asm/windows/crypto/sha/sha256-mb-x86_64.asm | birichie/catboost | de75c6af12cf490700e76c22072fbdc15b35d679 | [
"Apache-2.0"
] | 6 | 2020-02-18T22:12:29.000Z | 2020-02-18T22:31:26.000Z | contrib/libs/openssl/asm/windows/crypto/sha/sha256-mb-x86_64.asm | birichie/catboost | de75c6af12cf490700e76c22072fbdc15b35d679 | [
"Apache-2.0"
] | 1 | 2021-04-27T23:40:09.000Z | 2021-04-27T23:40:09.000Z | default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section .text code align=64
EXTERN OPENSSL_ia32cap_P
global sha256_multi_block
ALIGN 32
sha256_multi_block:
mov QWORD[8+rsp],rdi ;WIN64 prologue
mov QWORD[16+rsp],rsi
mov rax,rsp
$L$SEH_begin_sha256_multi_block:
mov rdi,rcx
mov rsi,r... | 19.543726 | 70 | 0.711465 |
33c72f916b7a0c59800d5a9a94f5e42b567897ae | 408 | asm | Assembly | oeis/089/A089833.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089833.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089833.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089833: a(n) = A000108(n)*(A000142(n+1)-1).
; Submitted by Christian Krause
; 0,1,10,115,1666,30198,665148,17296851,518916970,17643220738,670442556004,28158587998814,1295295050441588,64764752531737100,3497296636751245560,202843204931717665155,12576278705767060962330
mov $2,$0
add $0,1
seq $0,33312 ; a(n) = n! - 1.
... | 40.8 | 190 | 0.720588 |
79d7e4cf73a45e5349b2371949e7e72c7bbb7540 | 8,269 | asm | Assembly | Transynther/x86/_processed/US/_st_sm_/i9-9900K_12_0xa0.log_21829_1186.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_sm_/i9-9900K_12_0xa0.log_21829_1186.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_sm_/i9-9900K_12_0xa0.log_21829_1186.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 %r15
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc4f4, %rax
nop
nop
nop
nop
xor %r15, %r15
mov (%rax), %r8w
nop
nop
nop
xor %r10, %r10
lea addresses_normal_ht+0x1c328, %r15
nop
nop
nop
nop
nop
cmp $42807, %r9
movl ... | 32.175097 | 2,999 | 0.65546 |
75425afabcd31b2adf37fbf1f9681dbce4cdd313 | 210 | asm | Assembly | asm/indirect_test.asm | stfnwong/z8t | f1721671886d312f23bc34ba48b313f57b0be75c | [
"MIT"
] | null | null | null | asm/indirect_test.asm | stfnwong/z8t | f1721671886d312f23bc34ba48b313f57b0be75c | [
"MIT"
] | null | null | null | asm/indirect_test.asm | stfnwong/z8t | f1721671886d312f23bc34ba48b313f57b0be75c | [
"MIT"
] | null | null | null | ; Test that lexer/assembler can pick up indirect registers, literals
ld (bc), a
ld (de), a
add a, (hl)
ld (hl), e
ld a, (de)
ld a, (bc)
ld e, (hl)
; literal indirect
ld hl, ($20)
; TODO: test error handling
| 15 | 68 | 0.638095 |
1a97713cfebd2262e480707af72092ec20ebc510 | 17 | asm | Assembly | 8008-machine/emulator/test.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | null | null | null | 8008-machine/emulator/test.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | null | null | null | 8008-machine/emulator/test.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | 1 | 2020-01-02T13:54:19.000Z | 2020-01-02T13:54:19.000Z |
cpu 8008new
| 5.666667 | 14 | 0.588235 |
39b5608c93788c9d4070b485b427d89d5aab911a | 3,285 | asm | Assembly | src/launch.asm | dikdom/tapecart-browser | 7a63144b4fbc4dfc3ce14b8bb5b5138099bb26d7 | [
"MIT"
] | 5 | 2017-08-04T22:40:01.000Z | 2021-12-11T22:33:05.000Z | src/launch.asm | dikdom/tapecart-browser | 7a63144b4fbc4dfc3ce14b8bb5b5138099bb26d7 | [
"MIT"
] | 3 | 2017-10-01T23:54:11.000Z | 2020-02-24T19:38:18.000Z | src/launch.asm | alexkazik/tapecart-browser | 20fd185d1bc8f9b1fd29a83e7021034fe4db5fb3 | [
"MIT"
] | 1 | 2019-09-29T07:45:00.000Z | 2019-09-29T07:45:00.000Z | block launch -- @ prog
run:
// selected _entry
local lohi _entry @zp
lda drawStart
clc
adc drawOffset
tay
lda dirStartPositionsLo, y
sta _entry.lo
lda dirStartPositionsHi, y
sta _entry.hi
ldy 24
lda [_entry], y
cmp 0xf0
bcc _do_launch
jmp main.run
_do_launch:
// disable screen
lda 0... | 15.946602 | 49 | 0.698326 |
e02dc609826b04721347b07cf6f2d49644292d9d | 3,977 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1270.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1270.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1270.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 %r15
push %r8
push %rbx
push %rcx
// Store
lea addresses_D+0x167f0, %r8
nop
nop
nop
xor $5859, %r14
mov $0x5152535455565758, %rbx
movq %rbx, (%r8)
nop
nop
nop
sub %r15, %r15
// Faulty Load
lea... | 67.40678 | 2,999 | 0.661805 |
71186a3aeb4943716cd66abc4b294256445af315 | 14 | asm | Assembly | Code/CustomControl/RAGrid/Src/lib.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 11 | 2016-12-03T16:35:42.000Z | 2022-03-26T06:02:53.000Z | Code/CustomControl/RAGrid/Src/lib.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 1 | 2018-02-24T20:17:46.000Z | 2018-03-02T08:57:40.000Z | Code/CustomControl/RAGrid/Src/lib.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 4 | 2018-10-19T01:14:55.000Z | 2021-09-11T18:51:48.000Z | ENDIF
End
| 3.5 | 6 | 0.571429 |
03d26924fdbfb89a7d1ebee49f322958a4454690 | 5,919 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1402.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1402.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1402.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x285c, %rax
nop
nop
nop
inc %r10
mov $0x6162636465666768, %r13
movq %r13, (%rax)
nop
dec %rsi
lea addresses_UC_ht+0x40b4, %rsi
lea addresses_WC_ht+0x6d9c, %rdi
sub $63837, %r8
... | 38.686275 | 2,999 | 0.655854 |
ffc8ff215df4eb4aa11531352fbdfb84796d4ca0 | 240 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_scroll_up.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_scroll_up.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_iy/zx_scroll_up.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; void zx_scroll_up(uchar rows, uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_scroll_up
EXTERN asm_zx_scroll_up
_zx_scroll_up:
pop af
pop de
pop hl
push hl
push de
push af
jp asm_zx_scroll_up
| 10.909091 | 43 | 0.7125 |
b7efd3f13e8ac57ca5045bd753c9ae5d357df87c | 439 | asm | Assembly | programs/oeis/105/A105225.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/105/A105225.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/105/A105225.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A105225: a(n+3) = 2a(n+2) - 3a(n+1) + 2a(n); a(0) = 1, a(1) = -1, a(2) = -2.
; 1,-1,-2,1,6,5,-6,-15,-2,29,34,-23,-90,-43,138,225,-50,-499,-398,601,1398,197,-2598,-2991,2206,8189,3778,-12599,-20154,5045,45354,35265,-55442,-125971,-15086,236857,267030,-206683,-740742,-327375,1154110,1808861,-499358,-4117079,-3118362,51... | 27.4375 | 246 | 0.596811 |
4af760318fe68452cb4d37f3fdb340e3b958b1de | 4,288 | asm | Assembly | Driver/Printer/Ascii/Dumb/dumbInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/Ascii/Dumb/dumbInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/Ascii/Dumb/dumbInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Dumb ASCII (Unformatted) Print Driver
FILE: dumbInfo.asm
AUTHOR: Dave Durran
REVISION HISTORY:
Name Date Description
---- ---- --... | 40.074766 | 80 | 0.310634 |
fbf9e6d955f9b80eee267f0b4e45ccb1e52a2965 | 1,083 | asm | Assembly | 04/mult.asm | linstantnoodles/nand2tetris-solutions | 96f59ca1b444b434decb74d13621bb93b4384d00 | [
"MIT"
] | 1 | 2021-07-12T16:29:05.000Z | 2021-07-12T16:29:05.000Z | 04/mult.asm | linstantnoodles/nand2tetris-solutions | 96f59ca1b444b434decb74d13621bb93b4384d00 | [
"MIT"
] | null | null | null | 04/mult.asm | linstantnoodles/nand2tetris-solutions | 96f59ca1b444b434decb74d13621bb93b4384d00 | [
"MIT"
] | null | null | null | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/Mult.asm
// Multiplies R0 and R1 and stores the result in R2.
// (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.)
// set i register (fir... | 21.66 | 116 | 0.658356 |
22bf376b257fda747ad9a3e119064d070c9ae1ca | 359 | asm | Assembly | programs/oeis/065/A065176.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/065/A065176.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/065/A065176.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A065176: Site swap sequence associated with the permutation A065174 of Z.
; 0,2,2,4,4,2,2,8,8,2,2,4,4,2,2,16,16,2,2,4,4,2,2,8,8,2,2,4,4,2,2,32,32,2,2,4,4,2,2,8,8,2,2,4,4,2,2,16,16,2,2,4,4,2,2,8,8,2,2,4,4,2,2,64,64,2,2,4,4,2,2,8,8,2,2,4,4,2,2,16,16,2,2,4,4,2,2,8,8,2,2,4,4,2,2,32,32,2,2
add $0,1
div $0,2
lpb $0,1
gc... | 32.636364 | 211 | 0.5961 |
8472b76302c339e98b231fbb24b43183006eeee1 | 1,716 | asm | Assembly | programs/oeis/034/A034828.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/034/A034828.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/034/A034828.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A034828: a(n) = floor(n^2/4)*(n/2).
; 0,0,1,3,8,15,27,42,64,90,125,165,216,273,343,420,512,612,729,855,1000,1155,1331,1518,1728,1950,2197,2457,2744,3045,3375,3720,4096,4488,4913,5355,5832,6327,6859,7410,8000,8610,9261,9933,10648,11385,12167,12972,13824,14700,15625,16575,17576,18603,19683,20790,21952,23142,24389,25665... | 190.666667 | 1,629 | 0.828671 |
62fec7f272194871e33bd084030a325c707b30c8 | 5,376 | asm | Assembly | ee/wman/idraw.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/idraw.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/idraw.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Draw information sub-window contents V1.01 1986 Jonathan Oakley QJUMP
*
section wman
*
xdef wm_idraw
xdef wm_drinf
*
xref wm_trap3
xref wm_ssubw
*
include dev8_keys_qdos_io
include dev8_keys_wwork
include dev8_keys_wstatus
*
* d... | 32 | 79 | 0.458333 |
e22d2a4f9f8e3c50d1766a1953154a969b209102 | 932 | asm | Assembly | programs/oeis/028/A028242.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/028/A028242.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/028/A028242.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A028242: Follow n+1 by n. Also (essentially) Molien series of 2-dimensional quaternion group Q_8.
; 1,0,2,1,3,2,4,3,5,4,6,5,7,6,8,7,9,8,10,9,11,10,12,11,13,12,14,13,15,14,16,15,17,16,18,17,19,18,20,19,21,20,22,21,23,22,24,23,25,24,26,25,27,26,28,27,29,28,30,29,31,30,32,31,33,32,34,33,35,34,36,35,37,36,38,37,39,38,40,... | 103.555556 | 783 | 0.680258 |
a6b179eba310ff62c25cb20af32538c051f975d8 | 5,747 | asm | Assembly | pc32/test1.asm | paule32/ELF_RK1711 | beb4b08a9bbdd074dc008170df01e327fc969e47 | [
"MIT"
] | null | null | null | pc32/test1.asm | paule32/ELF_RK1711 | beb4b08a9bbdd074dc008170df01e327fc969e47 | [
"MIT"
] | null | null | null | pc32/test1.asm | paule32/ELF_RK1711 | beb4b08a9bbdd074dc008170df01e327fc969e47 | [
"MIT"
] | null | null | null | ; -----------------------------------------------------------------------------
; MIT License
;
; Copyright (c) 2020 Jens Kallup
;
; 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 rest... | 37.562092 | 80 | 0.45415 |
aaa73a9f3200f7aa956884d3a4a149f9d8f15dc7 | 1,886 | asm | Assembly | boot/stage1/disk.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | 2 | 2021-01-14T19:56:02.000Z | 2022-01-09T22:49:01.000Z | boot/stage1/disk.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | null | null | null | boot/stage1/disk.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | null | null | null | bits 16
; Read the specified number of sectors from a disk into the memory.
;
; Parameters:
; EBX:EAX First sector index.
; CX Number of sectors to read.
; DS:DI Pointer to the target buffer.
;
; Returns:
; CF Clear on sucess; set on error.
read_sectors_from_disk:
push ... | 24.815789 | 91 | 0.52386 |
9c0e81729e26e4290ade8475d4cd6b79d2c3a6e8 | 3,109 | asm | Assembly | source/tools/Regvalue/doXsavec.asm | ganboing/pintool | ece4788ffded47124b1c9b203707cc255dbaf20f | [
"Intel"
] | 1 | 2017-06-06T16:02:31.000Z | 2017-06-06T16:02:31.000Z | source/tools/Regvalue/doXsavec.asm | ganboing/pintool | ece4788ffded47124b1c9b203707cc255dbaf20f | [
"Intel"
] | null | null | null | source/tools/Regvalue/doXsavec.asm | ganboing/pintool | ece4788ffded47124b1c9b203707cc255dbaf20f | [
"Intel"
] | null | null | null | ; BEGIN_LEGAL
; Intel Open Source License
;
; Copyright (c) 2002-2016 Intel Corporation. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are
; met:
;
; Redistributions of source code must reta... | 32.051546 | 95 | 0.724992 |
61474120fef8257c487181a538c03550d939eaa1 | 522 | asm | Assembly | _maps/Flapping Door.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _maps/Flapping Door.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _maps/Flapping Door.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - flapping door (LZ)
; ---------------------------------------------------------------------------
Map_Flap_internal:
dc.w @closed-Map_Flap_internal
dc.w @halfway-Map_Flap_internal
dc.w @open-Map_Flap_internal
@closed:... | 30.705882 | 77 | 0.413793 |
d7630f851ed3cca53f5fe1aca7584b27dd37fb80 | 146 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_bgmv.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_bgmv.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_bgmv.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_bgmv.asm
Type: file
Size: 27816
Last-Modified: '2016-05-13T04:22:15Z'
SHA-1: D38157172B0136C914D0DF242599E11BE493350F
Description: null
| 20.857143 | 47 | 0.815068 |
9a7871af65e755ed10c928a8eef52bad2d4354a5 | 415 | asm | Assembly | oeis/095/A095822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/095/A095822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/095/A095822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A095822: Numerators of certain upper bounds for Euler's number e.
; Submitted by Simon Strandgaard
; 3,11,49,87,1631,11743,31967,876809,8877691,4697191,1193556233,2232105163,2222710781,3317652307271,53319412081141,303328210950491,2348085347268533,313262209859119579,42739099682215483
add $0,1
mov $1,1
lpb $0
mov $2... | 23.055556 | 184 | 0.737349 |
051233609c5df160a9debd479a51e28726fb7666 | 321 | asm | Assembly | programs/oeis/043/A043657.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/043/A043657.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/043/A043657.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A043657: Numbers whose base-13 representation has exactly 2 runs.
; 13,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,73,74,75,76,77
add $0,12
mov $1,12
add $1,$0
div $0,13
add $1,$0
sub $1,11
mov $0,$1... | 29.181818 | 181 | 0.663551 |
760896a03af20294a4a5e95c7089a2152a53c615 | 658 | asm | Assembly | programs/oeis/275/A275202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/275/A275202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/275/A275202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A275202: Subword complexity (number of distinct blocks of length n) of the period doubling sequence A096268.
; 2,3,5,6,8,10,11,12,14,16,18,20,21,22,23,24,26,28,30,32,34,36,38,40,41,42,43,44,45,46,47,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,98,100,102,104,106,1... | 26.32 | 335 | 0.642857 |
bfb2cadc7cb35d262cebd77e7e79d2ad411f7859 | 367 | asm | Assembly | engine/engine/pads/implementation/setup.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | engine/engine/pads/implementation/setup.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | 2 | 2021-04-17T09:31:24.000Z | 2021-04-17T09:31:53.000Z | engine/engine/pads/implementation/setup.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | ; Enable internal pull-ups on data inputs.
sbi PORTC, 0
sbi PORTC, 1
sbi PORTC, 2
sbi PORTC, 3
; Configure the clock output as an output and raise it.
sbi DDRC, 4
sbi PORTC, 4
; Configure the latch output as an output. We'll raise it in end-polling.
sbi DDRC, 5
; Zero the pad status registers.
eor pad_0, pad_0
eor ... | 19.315789 | 74 | 0.735695 |
d091555deb44e09bb5e4c76d127eed26e6aafab7 | 1,300 | asm | Assembly | Sorular/05.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | 1 | 2021-08-10T13:39:26.000Z | 2021-08-10T13:39:26.000Z | Sorular/05.asm | iamruveyda/KBU-Micro | 0108ca4e94268cd7d5d2268d0a15d196a2ebe3d2 | [
"MIT"
] | null | null | null | Sorular/05.asm | iamruveyda/KBU-Micro | 0108ca4e94268cd7d5d2268d0a15d196a2ebe3d2 | [
"MIT"
] | null | null | null | .model small
.data
.code
main proc
;initialize the memory and registers
MOV AX,1000H ;
MOV DS,AX ;set data segment register
MOV [0050H],0003H ;set memory related data
MOV [0052H],00FBH ;set memory related data
MOV AX,0002H ;
MOV DI,AX ;set dest... | 31.707317 | 97 | 0.597692 |
dead88ddc1228673bd3ce0b8f9fbf6a067582c8e | 2,271 | asm | Assembly | masters_zx.asm | jorgicor/altair | a83f4a5b177c366000f69cb261befb499602aa69 | [
"MIT"
] | null | null | null | masters_zx.asm | jorgicor/altair | a83f4a5b177c366000f69cb261befb499602aa69 | [
"MIT"
] | null | null | null | masters_zx.asm | jorgicor/altair | a83f4a5b177c366000f69cb261befb499602aa69 | [
"MIT"
] | null | null | null | ; ----------------------------------------------------------------------------
; Altair, CIDLESA's 1981 arcade game remade for the ZX Spectrum and
; Amstrad CPC.
; ----------------------------------------------------------------------------
; Masters.
mstr_bird_sp
; 1
.dw bird_up_it
.db 0, 0
.dw RED
.dw 0, 0, 0
... | 11.828125 | 78 | 0.571995 |
d38b3c262157d2e9b69af137a21fdfdf0f930736 | 282 | asm | Assembly | test/rv32m_test2.asm | kojad666/Vulcan | aae3da4ad04ffa8f8beb51bbc79916b9766d1576 | [
"MIT"
] | 102 | 2020-06-16T16:11:40.000Z | 2022-03-27T13:33:18.000Z | test/rv32m_test2.asm | kojad666/Vulcan | aae3da4ad04ffa8f8beb51bbc79916b9766d1576 | [
"MIT"
] | null | null | null | test/rv32m_test2.asm | kojad666/Vulcan | aae3da4ad04ffa8f8beb51bbc79916b9766d1576 | [
"MIT"
] | 11 | 2020-06-23T06:15:10.000Z | 2022-02-16T23:59:50.000Z | # x10 contem o numero do qual eu vou calcular o fatorial...
# x12 contem o valor 1 (um) para me ajudar a sair do loop do fatorial
addi x10, x0, 6
addi x12, x0, 1
add x11, x10, x0
fatorial:
beq x10, x12, fim
addi x10, x10, -1
mul x11, x11, x10
beq x0, x0, fatorial
fim:
| 18.8 | 69 | 0.663121 |
db4a6bdbd3aae1c1f9a15953e34c31c41d23aa20 | 323 | asm | Assembly | oeis/021/A021711.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021711.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021711.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021711: Decimal expansion of 1/707.
; Submitted by Christian Krause
; 0,0,1,4,1,4,4,2,7,1,5,7,0,0,1,4,1,4,4,2,7,1,5,7,0,0,1,4,1,4,4,2,7,1,5,7,0,0,1,4,1,4,4,2,7,1,5,7,0,0,1,4,1,4,4,2,7,1,5,7,0,0,1,4,1,4,4,2,7,1,5,7,0,0,1,4,1,4,4,2,7,1,5,7,0,0,1,4,1,4,4,2,7,1,5,7,0,0,1
mov $1,17
pow $1,$0
div $1,203
mov $0,$1
mod $0,... | 32.3 | 199 | 0.566563 |
2d2edc50a7510fcf4e6dc676154e237e97f2ff2c | 2,228 | asm | Assembly | decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/sparc64/lshift.asm | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | 1 | 2019-05-03T20:03:11.000Z | 2019-05-03T20:03:11.000Z | decreasoner.x86/software/relsat-dist/gmp-3.1/mpn/sparc64/lshift.asm | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | null | null | null | decreasoner.x86/software/relsat-dist/gmp-3.1/mpn/sparc64/lshift.asm | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | null | null | null | ! SPARC v9 __gmpn_lshift --
! Copyright (C) 1996, 2000 Free Software Foundation, Inc.
! This file is part of the GNU MP Library.
! The GNU MP Library is free software; you can redistribute it and/or modify
! it under the terms of the GNU Lesser General Public License as published by
! the Free Software Foundation; e... | 22.734694 | 78 | 0.654847 |
ff9468cb0dc24a5cc0c3bdb3cc847a9d244e4d93 | 589 | asm | Assembly | programs/oeis/328/A328990.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/328/A328990.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/328/A328990.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A328990: a(n) = (3*b(n)+b(n-1)+1)/2, where b = A005409.
; 2,7,19,48,118,287,695,1680,4058,9799,23659,57120,137902,332927,803759,1940448,4684658,11309767,27304195,65918160,159140518,384199199,927538919,2239277040,5406093002,13051463047,31509019099,76069501248,183648021598,443365544447,1070379110495,2584123765440,62386... | 34.647059 | 398 | 0.760611 |
f25587c3f8d3efd75cd57cb71dce13ba2a50bb3c | 13,640 | asm | Assembly | MusicPic_v2.asm | robot256/MusicPicAsm | 5c3e554113b76056665d64e8e2ec904b11d1be59 | [
"MIT"
] | null | null | null | MusicPic_v2.asm | robot256/MusicPicAsm | 5c3e554113b76056665d64e8e2ec904b11d1be59 | [
"MIT"
] | null | null | null | MusicPic_v2.asm | robot256/MusicPicAsm | 5c3e554113b76056665d64e8e2ec904b11d1be59 | [
"MIT"
] | null | null | null | ; This file is a basic code template for assembly code generation *
; on the PIC16F819. This file contains the basic code *
; building blocks to build upon. *
; *
; If interrupts are not used a... | 22.142857 | 142 | 0.579179 |
0ae25389a8e1a266da03119376c2f3dab2fb02f5 | 65,356 | asm | Assembly | day22/hankaku.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | 11 | 2021-06-09T01:11:51.000Z | 2022-03-17T12:32:28.000Z | day9/hankaku.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | null | null | null | day9/hankaku.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | null | null | null | GLOBAL hankaku
[SECTION .data]
hankaku:
; char 0x00b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
DB 00000000b
; char 0x01b
DB... | 14.170859 | 17 | 0.721693 |
e76ed3d91bff5632cf6c23ce25cc1c4f73c23bcb | 357 | asm | Assembly | Etapa 01/Aula 06 - Chamadas de Sistemas/codes/hello.asm | bellorini/unioeste | 8c3d1f1e26dc3680160820c7219954b6076c9d5e | [
"MIT"
] | 6 | 2021-11-03T20:19:10.000Z | 2022-02-23T17:57:58.000Z | Etapa 01/Aula 06 - Chamadas de Sistemas/codes/hello.asm | bellorini/unioeste | 8c3d1f1e26dc3680160820c7219954b6076c9d5e | [
"MIT"
] | null | null | null | Etapa 01/Aula 06 - Chamadas de Sistemas/codes/hello.asm | bellorini/unioeste | 8c3d1f1e26dc3680160820c7219954b6076c9d5e | [
"MIT"
] | 5 | 2022-02-02T15:48:45.000Z | 2022-02-22T18:17:52.000Z | ; Aula 01 - Introdução
; hello.asm
; Meu primeiro assembly!
; nasm -f elf64 hello.asm ; ld hello.o -o hello.x
section .data
strOla : db "Ola", 10
strOlaL: equ $ - strOla
section .text
global _start
_start:
mov rax, 1
mov rdi, 1
lea rsi, [strOla]
mov edx, strOlaL
syscall
fim:
mo... | 14.875 | 49 | 0.605042 |
789cf7798813fe4f47700c7a77c22ed5c35758d0 | 162 | asm | Assembly | screen_splitting/defs.asm | cainex/c64_playground | 74587cd884d478eaf0d2cd3660d1b9503a7e728b | [
"Apache-2.0"
] | null | null | null | screen_splitting/defs.asm | cainex/c64_playground | 74587cd884d478eaf0d2cd3660d1b9503a7e728b | [
"Apache-2.0"
] | null | null | null | screen_splitting/defs.asm | cainex/c64_playground | 74587cd884d478eaf0d2cd3660d1b9503a7e728b | [
"Apache-2.0"
] | null | null | null | .const VIEWPORT_WIDTH=30
.const VIEWPORT_HEIGHT=$0f
.const MAP_WIDTH=80
.const MAP_HEIGHT=60
.const VIEWPORT_X=0
.const VIEWPORT_Y=$00
.const screen=$0400
| 20.25 | 27 | 0.765432 |
96408ce6e61a925fa2b25255146a49d29b0a55aa | 30,832 | asm | Assembly | target/cos_117/disasm/iop_overlay1/D3MSG.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/D3MSG.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/D3MSG.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1018- f:00010 d: 24 | A = 24 (0x0018)
0x0001 (0x000002) 0x291E- f:00024 d: 286 | OR[286] = A
0x0002 (0x000004) 0x1027- f:00010 d: 39 | A = 39 (0x0027)
0x0003 (0x000006) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
... | 85.644444 | 127 | 0.465458 |
66d31cfbadf2409da6c3d7c256ce3c53480ae7aa | 1,903 | asm | Assembly | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_muls_8_8x8.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_muls_8_8x8.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_muls_8_8x8.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_math
PUBLIC l_fast_muls_8_8x8
EXTERN l_fast_mulu_16_8x8
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_IMATH_FAST & $80
EXTERN error_mulu_overflow_mc
ENDIF
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
l_fast_muls_8_8x8:
; signed multiply of two 8-bit numbers
;
... | 14.308271 | 55 | 0.471886 |
2ab192841b12e0d9b2b9f56882790e4ac2fb5d60 | 38 | asm | Assembly | data/mcp/asm/prog_09_01.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | data/mcp/asm/prog_09_01.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | data/mcp/asm/prog_09_01.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | 0D00 97
0D01 C6 27
0D03 D6 30
0D05 76
| 7.6 | 10 | 0.736842 |
e55ef4ddd9431993a7930dc26b176d16322251f3 | 341 | asm | Assembly | programs/oeis/292/A292044.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/292/A292044.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/292/A292044.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A292044: Wiener index of the n-halved cube graph.
; 0,1,6,32,160,768,3584,16384,73728,327680,1441792,6291456,27262976,117440512,503316480,2147483648,9126805504,38654705664,163208757248,687194767360,2886218022912,12094627905536,50577534877696,211106232532992,879609302220800,3659174697238528
mov $1,4
pow $1,$0
add $0,... | 37.888889 | 240 | 0.812317 |
3b0dfb9817ae30f8f3b20d21e6b51f1234f06855 | 4,229 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_703_1144.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_703_1144.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_703_1144.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 %r15
push %r8
push %rax
push %rbx
push %rdi
push %rdx
lea addresses_WT_ht+0x134b7, %rbx
nop
nop
nop
xor $26890, %rdi
movb (%rbx), %al
nop
nop
nop
nop
nop
add $7992, %r8
lea addresses_D_ht+0x357b, %r15
nop
nop
nop
nop
nop
add $63812, %rdx
vmovups (%r15), %ymm1
vextracti1... | 32.782946 | 2,108 | 0.655001 |
519c3fd726c2a3e53e48b931bcc033118a0f477f | 17,133 | asm | Assembly | private/ntos/rtl/i386/xcptmisc.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 11 | 2017-09-02T11:27:08.000Z | 2022-01-02T15:25:24.000Z | private/ntos/rtl/i386/xcptmisc.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | null | null | null | private/ntos/rtl/i386/xcptmisc.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 14 | 2019-01-16T01:01:23.000Z | 2022-02-20T15:54:27.000Z | title "Miscellaneous Exception Handling"
;++
;
; Copyright (c) 1989 Microsoft Corporation
;
; Module Name:
;
; xcptmisc.asm
;
; Abstract:
;
; This module implements miscellaneous routines that are required to
; support exception handling. Functions are provided to call an exception
; ... | 27.949429 | 79 | 0.625109 |
a991c51753fcc8e0ce7a05ef6c8046c81957c342 | 709 | asm | Assembly | kernel/arch/cpu.asm | a0w-svg/AzamiOS | 76424d7a58b7c36345e2ddb43bf561fb58e1de0b | [
"BSD-3-Clause"
] | 2 | 2021-08-05T18:31:57.000Z | 2021-08-13T13:39:12.000Z | kernel/arch/cpu.asm | a0w-svg/AzamiOS | 76424d7a58b7c36345e2ddb43bf561fb58e1de0b | [
"BSD-3-Clause"
] | null | null | null | kernel/arch/cpu.asm | a0w-svg/AzamiOS | 76424d7a58b7c36345e2ddb43bf561fb58e1de0b | [
"BSD-3-Clause"
] | null | null | null | global gdt_flush ; Allows the C code to call gdt_flush().
extern gdt_pointer
gdt_flush:
lgdt [gdt_pointer] ; load the new GDT pointer.
mov ax, 0x10 ; 0x10 is the offset in the GDT to our data segment.
mov ds, ax ; loads all data segment selectors.
mov es, ax
mov fs, ax
mo... | 32.227273 | 75 | 0.648801 |
bca39ca722c21b33d1ec37b20696a3793fb8fabf | 489 | asm | Assembly | programs/oeis/269/A269658.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/269/A269658.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/269/A269658.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A269658: Number of length-5 0..n arrays with no adjacent pair x,x+1 repeated.
; 1,26,225,988,3065,7686,16681,32600,58833,99730,160721,248436,370825,537278,758745,1047856,1419041,1888650,2475073,3198860,4082841,5152246,6434825,7960968,9763825,11879426,14346801,17208100,20508713,24297390
mov $2,$0
add $0,1
lpb $0
mo... | 21.26087 | 208 | 0.670757 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.