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
6192433f4d6351b1f30b1847a00f6b3e04622f7c
167
asm
Assembly
1/boot_sect_simple.asm
luckyagarwal/os_
f96886f4b9fce02bc46db879825b3909cf1004e5
[ "MIT" ]
null
null
null
1/boot_sect_simple.asm
luckyagarwal/os_
f96886f4b9fce02bc46db879825b3909cf1004e5
[ "MIT" ]
null
null
null
1/boot_sect_simple.asm
luckyagarwal/os_
f96886f4b9fce02bc46db879825b3909cf1004e5
[ "MIT" ]
null
null
null
loop: jmp loop times 510-($-$$) db 0; in the binary file of this code $$, is pointing to E9 and $, is pointing to ff and you can read rest in document dw 0xaa55
20.875
135
0.676647
bc82c04498e5d6018e8326a81d4e664b86e547fc
362
asm
Assembly
programs/oeis/095/A095819.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/095/A095819.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/095/A095819.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A095819: Tenth column (m=9) of (1,4)-Pascal triangle A095666. ; 4,37,190,715,2200,5863,14014,30745,62920,121550,223652,394706,671840,1107890,1776500,2778446,4249388,6369275,9373650,13567125,19339320,27183585,37718850,51714975,70122000,94103724,125076072,164750740 mov $1,$0 add $0,36 mov $2,4 add $2,$1 add $2,4 bin $...
25.857143
201
0.743094
11fd47b5689b731f4e46023821c35067acc2b7b3
184
asm
Assembly
kernel/arch/x86_shared/error.asm
feliwir/benny
b5960339facfe6cbe0f66b3766c06fdf2123aa8c
[ "MIT" ]
3
2016-10-03T20:48:18.000Z
2021-01-23T20:17:15.000Z
kernel/arch/x86_shared/error.asm
feliwir/benny
b5960339facfe6cbe0f66b3766c06fdf2123aa8c
[ "MIT" ]
5
2016-10-03T22:56:39.000Z
2018-06-17T09:54:08.000Z
kernel/arch/x86_shared/error.asm
feliwir/benny
b5960339facfe6cbe0f66b3766c06fdf2123aa8c
[ "MIT" ]
4
2016-09-12T10:50:13.000Z
2020-08-25T09:05:55.000Z
.code32 .global error .section .text # Print error with the error code error: movl $0x4f524f45, 0xb8000 movl $0x4f3a4f52, 0xb8004 movl $0x4f204f20, 0xb8008 movb %al , 0xb800a hlt
18.4
33
0.75
a957b6f78e621557aec4a316bdbb283643793cbe
4,748
asm
Assembly
libtool/src/gmp-6.1.2/mpn/x86/k7/addlsh1_n.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
278
2015-11-03T03:01:20.000Z
2022-01-20T18:21:05.000Z
libtool/src/gmp-6.1.2/mpn/x86/k7/addlsh1_n.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
374
2015-11-03T12:37:22.000Z
2021-12-17T14:18:08.000Z
libtool/src/gmp-6.1.2/mpn/x86/k7/addlsh1_n.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
96
2015-11-22T07:47:26.000Z
2022-01-20T19:52:19.000Z
dnl AMD K7 mpn_addlsh1_n -- rp[] = up[] + (vp[] << 1) dnl Copyright 2011 Free Software Foundation, Inc. dnl Contributed to the GNU project by Torbjorn Granlund and Marco Bodrato. 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 ...
24.101523
79
0.689343
df7a05b28d4277a00b1f55286f32c26852074451
3,179
asm
Assembly
src/drivers/cpu/intel_car.asm
pwk4m1/TinyBIOS
f9f0ec8b725717cac1756836cf68267e0ed77114
[ "BSD-3-Clause" ]
23
2019-09-28T17:33:32.000Z
2022-03-26T20:30:22.000Z
src/drivers/cpu/intel_car.asm
pwk4m1/TinyBIOS
f9f0ec8b725717cac1756836cf68267e0ed77114
[ "BSD-3-Clause" ]
null
null
null
src/drivers/cpu/intel_car.asm
pwk4m1/TinyBIOS
f9f0ec8b725717cac1756836cf68267e0ed77114
[ "BSD-3-Clause" ]
1
2022-03-24T13:12:04.000Z
2022-03-24T13:12:04.000Z
; BSD 3-Clause License ; ; Copyright (c) 2021, k4m1 <k4m1@protonmail.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: ; ; * Redistributions of source code must retain the above copyright notic...
27.643478
77
0.750865
fa94fb8ee38342dad35a8a62b46b1ef18e5e2468
45,070
asm
Assembly
xv6/stressfs.asm
suriya-1403/suriya-s-XV6
20b673c3be1f83f7b3c8bf1de0ef6a77564bcb24
[ "MIT" ]
2
2022-01-11T20:12:26.000Z
2022-01-17T19:55:04.000Z
xv6/stressfs.asm
Aravinda214/XV6
20b673c3be1f83f7b3c8bf1de0ef6a77564bcb24
[ "MIT" ]
null
null
null
xv6/stressfs.asm
Aravinda214/XV6
20b673c3be1f83f7b3c8bf1de0ef6a77564bcb24
[ "MIT" ]
1
2021-08-20T21:44:41.000Z
2021-08-20T21:44:41.000Z
_stressfs: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "fs.h" #include "fcntl.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 push -0x4(%ecx) a: 55 ...
35.376766
60
0.425427
2ce20df70bdba876280e38e2a390e49b54b246b0
6,340
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_329.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_329.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_329.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1e494, %rsi lea addresses_D_ht+0x8a84, %rdi clflush (%rdi) nop nop add %r14, %r14 mov $36, %rcx rep movsq nop nop nop nop nop add $9701, %r8 lea addresses_D_ht+0x1ca84, %rsi lea addresse...
39.135802
2,999
0.660883
537945fd323dc80357e721b3ddc5f87446255b37
699
asm
Assembly
libsrc/_DEVELOPMENT/target/yaz180/device/am9511a/__am9511a_data.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/target/yaz180/device/am9511a/__am9511a_data.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/target/yaz180/device/am9511a/__am9511a_data.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
INCLUDE "config_private.inc" SECTION data_align_256 PUBLIC APUCMDBuf, APUPTRBuf APUCMDBuf: DEFS __APU_CMD_SIZE APUPTRBuf: DEFS __APU_PTR_SIZE ; pad to next 256 byte boundary ALIGN 256 SECTION data_driver PUBLIC APUCMDInPtr, APUCMDOutPtr, APUPTRInPtr, APUPTROut...
24.103448
69
0.65093
f6f0b7334e7068db4b31be8d282b8e4e1116c878
7,390
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca_notsx.log_28_195.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca_notsx.log_28_195.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca_notsx.log_28_195.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 %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9655, %rsi lea addresses_normal_ht+0x4835, %rdi clflush (%rdi) nop nop nop nop nop and $3959, %r13 mov $87, %rcx rep movsb and $58223, %r10 lea addresses_WC_ht+0x1c6f5, %rbx...
20.358127
151
0.647497
2e7f881bd90cc04160c361f0a713826a64cb3196
3,638
asm
Assembly
2021/assembly-language-and-microcomputer-interface/exp-2/main.asm
Overloadlightning/BIT
de85cb74523d63b22b0118c26c65f854b7d2df86
[ "MIT" ]
6
2021-10-30T06:07:42.000Z
2022-03-02T15:24:57.000Z
2021/assembly-language-and-microcomputer-interface/exp-2/main.asm
Overloadlightning/BIT
de85cb74523d63b22b0118c26c65f854b7d2df86
[ "MIT" ]
null
null
null
2021/assembly-language-and-microcomputer-interface/exp-2/main.asm
Overloadlightning/BIT
de85cb74523d63b22b0118c26c65f854b7d2df86
[ "MIT" ]
1
2022-02-21T15:37:49.000Z
2022-02-21T15:37:49.000Z
.386 .model flat, stdcall option casemap:none includelib msvcrt.lib include msvcrt.inc .data num_a_str byte 200 dup(0) num_b_str byte 200 dup(0) result dword 405 dup(0) len_a dword 0 len_b dword 0 len_result dword 0 flag dword 0 index dword 0 i dword 0 j dword 0...
20.788571
61
0.645135
8b81f00cbd95fce2ff97615602a7f4f21dad265a
261
asm
Assembly
mc-sema/validator/x86_64/tests/OR16rm.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86_64/tests/OR16rm.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86_64/tests/OR16rm.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_AF ;TEST_FILE_META_END ; OR16rm ;TEST_BEGIN_RECORDING lea rdi, [rsp-0x6] mov WORD [rdi], 0x1234 mov ax, 0x5678 or ax, [rdi] mov rdi, 0x0 ;TEST_END_RECORDING
17.4
26
0.693487
9e81d5859313320af205b5d0e22b33d6eb72390c
596
asm
Assembly
oeis/120/A120797.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/120/A120797.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/120/A120797.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A120797: a(0) = 1. a(n) = n + (largest noncomposite {1 or prime} occurring earlier in the sequence). ; Submitted by Jon Maiga ; 1,2,4,5,9,10,11,18,19,28,29,40,41,54,55,56,57,58,59,78,79,100,101,124,125,126,127,154,155,156,157,188,189,190,191,226,227,264,265,266,267,268,269,312,313,358,359,406,407,408,409,460,461,514,...
25.913043
207
0.620805
ebfbd474b1720a1fff2104ac1de7ab33d8935b46
3,352
asm
Assembly
sources/ippcp/asm_ia32/pcpbnumuldgtw7as.asm
idesai/ipp-crypto
67220e3042f23d423c7977cdfd8b4f54f3cba2e0
[ "Apache-2.0" ]
1
2020-11-03T21:30:58.000Z
2020-11-03T21:30:58.000Z
sources/ippcp/asm_ia32/pcpbnumuldgtw7as.asm
idesai/ipp-crypto
67220e3042f23d423c7977cdfd8b4f54f3cba2e0
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_ia32/pcpbnumuldgtw7as.asm
idesai/ipp-crypto
67220e3042f23d423c7977cdfd8b4f54f3cba2e0
[ "Apache-2.0" ]
null
null
null
;=============================================================================== ; Copyright 2015-2018 Intel Corporation ; All Rights Reserved. ; ; If this software was obtained under the Intel Simplified Software License, ; the following terms apply: ; ; The source code, information and material ("Material") co...
32.230769
83
0.653341
cdf0b2c8cfabc81c259afdde19d410d272806079
2,605
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_12_410.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_12_410.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_12_410.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 %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x82e9, %rdx nop and $27734, %r11 mov $0x6162636465666768, %rbx movq %rbx, %xmm4 vmovups %ymm4, (%rdx) nop nop nop nop cmp %rdx, %rdx lea addresses_WC_ht+0xdee9, %r11 sub $11167, %rbx m...
20.038462
147
0.643378
0442eb9597717143db86a987dbf9f32ad250782c
735
asm
Assembly
programs/oeis/087/A087656.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/087/A087656.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/087/A087656.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A087656: Let f be defined on the rationals by f(p/q) =(p+1)/(q+1)=p_{1}/q_{1} where (p_{1},q_{1})=1. Let f^k(p/q)=p_{k}/q_{k} where (p_{k},q_{k})=1. Sequence gives least k such that p_{k}-q_{k} = 1 starting at n. ; 1,2,2,4,3,6,3,4,5,10,4,12,7,6,4,16,5,18,6,8,11,22,5,8,13,6,8,28,7,30,5,12,17,10,6,36,19,14,7,40,9,42,12...
23.709677
214
0.529252
365715d5787ed5fd210a36b8025b8336234722d0
899
asm
Assembly
programs/oeis/172/A172225.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/172/A172225.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/172/A172225.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A172225: Number of ways to place 2 nonattacking wazirs on an n X n board. ; 0,2,24,96,260,570,1092,1904,3096,4770,7040,10032,13884,18746,24780,32160,41072,51714,64296,79040,96180,115962,138644,164496,193800,226850,263952,305424,351596,402810,459420,521792,590304,665346,747320,836640,933732,1039034,1152996,1276080,140...
81.727273
754
0.828699
112c61ef07524e6a9299a2403d9796bf0d8e43f7
5,045
asm
Assembly
src/moves.asm
NotImplementedLife/rubik
e0bf62e069682273f8679f9297decd66079aa9c3
[ "MIT" ]
4
2021-06-12T06:07:57.000Z
2022-01-31T04:39:08.000Z
src/moves.asm
NotImplementedLife/rubik
e0bf62e069682273f8679f9297decd66079aa9c3
[ "MIT" ]
null
null
null
src/moves.asm
NotImplementedLife/rubik
e0bf62e069682273f8679f9297decd66079aa9c3
[ "MIT" ]
null
null
null
INCLUDE "src/include/macros.inc" INCLUDE "src/include/hardware.inc" SECTION "MOVES", ROM0 MACRO swapCubeStates ; assume b = d = HIGH(CubeState) ld a, \1 ld c, a ld a, \2 ld e, a ld a, [bc] ld l, a ld a, [de] ld [bc], a ld a, l ld [de], a ENDM ; \1 = src ; \2 = sz MACRO performSwaps ld hl, ...
14.291785
78
0.672349
0df1bf2a95d2a050ab5b93e4a15b46113e045374
201
asm
Assembly
data/pokemon/dex_entries/hitmonlee.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
data/pokemon/dex_entries/hitmonlee.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
data/pokemon/dex_entries/hitmonlee.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
db "KICKING@" ; species name dw 411, 1100 ; height, weight db "It is also called" next "the Kick Master." next "It uses its" page "elastic legs to" next "execute every" next "known kick.@"
18.272727
30
0.661692
12b1d7983bcd593d252305a331acdae90a0a166b
655
asm
Assembly
oeis/298/A298677.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/298/A298677.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/298/A298677.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A298677: a(n) = 110*a(n-1) - a(n-2) for n >= 2, a(0)=1, a(1)=111. ; 1,111,12209,1342879,147704481,16246150031,1786928798929,196545921732159,21618264461738561,2377812544869509551,261537761671184312049,28766775971285404815839,3164083819079723345430241,348020453322798282592510671,38279085781688731361830743569,4210351415...
50.384615
463
0.816794
53fa8fb2986c4bd010cf0ce9cb8f2b7efc297346
947
asm
Assembly
programs/oeis/290/A290255.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/290/A290255.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/290/A290255.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A290255: Number of 0's following directly the first 1 in the binary representation of n. ; 0,1,0,2,1,0,0,3,2,1,1,0,0,0,0,4,3,2,2,1,1,1,1,0,0,0,0,0,0,0,0,5,4,3,3,2,2,2,2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,5,4,4,3,3,3,3,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...
29.59375
501
0.479409
f3668ff86f1db2cba01325d19d3052a28382d4fc
314
asm
Assembly
programs/oeis/113/A113779.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/113/A113779.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/113/A113779.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A113779: Each term is the sum of the next two digits. ; 17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17,9,8,17 add $0,40 mul $0,2 add $0,1 mod $0,3 gcd $0,10 add $0,7
31.4
200
0.595541
70e40aa62ead1507c7149c22549ad5e838f75ffc
288
asm
Assembly
Programs/Assemble Code/S~HR-S~H~R_insert_middle.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
3
2021-11-06T03:47:08.000Z
2021-11-06T03:47:11.000Z
Programs/Assemble Code/S~HR-S~H~R_insert_middle.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
null
null
null
Programs/Assemble Code/S~HR-S~H~R_insert_middle.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
1
2021-11-06T03:47:14.000Z
2021-11-06T03:47:14.000Z
0: pAlloc currentPtr 1: pMove currentPtr, root 2: sSetTime "{1}" 3: pBne currentPtr, null, 5 4: Exception 5: pMoveNext currentPtr, currentPtr 6: sLoop 3 7: nAlloc newNodePtr, "{1}" 8: nSetNextPtrNext newNodePtr, currentPtr 9: nSetNextPtr currentPtr, newNodePtr 10: Halt
14.4
42
0.715278
cac4d282bc2e8d0bb1823bfc43d713b64695e0b2
137
asm
Assembly
Src/Ant8/Tests/aa8/basic/e_ld_1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/Tests/aa8/basic/e_ld_1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/Tests/aa8/basic/e_ld_1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
# $Id: e_ld_1.asm,v 1.1 2001/03/14 16:57:30 ellard Exp $ #@ tests for "underflow" in ld. ld r3, r2, 0 # OK ld r3, r2, -1 # Not OK
17.125
56
0.576642
789c66656d761dfe3f0070a84c5ea782666a727e
49,316
asm
Assembly
scripts/exchange_sort/exchange_sort_8192w.asm
yashadhikari/ELISA
d9eee200d119a37264ba3b738b01c319d9c760c2
[ "MIT" ]
null
null
null
scripts/exchange_sort/exchange_sort_8192w.asm
yashadhikari/ELISA
d9eee200d119a37264ba3b738b01c319d9c760c2
[ "MIT" ]
null
null
null
scripts/exchange_sort/exchange_sort_8192w.asm
yashadhikari/ELISA
d9eee200d119a37264ba3b738b01c319d9c760c2
[ "MIT" ]
null
null
null
.text main: # load length value and array address # r1 = passes remaining # r2 = iterations remaining in current pass # r3 = address of left element to compare; # the adjacent right element is 1(r3) lw $r1 length lw $r2 length la $r3 array loop: beq $r1...
948.384615
48,040
0.6564
53d049093763a05eb91a3f56757c4cbd4f39dd77
1,143
asm
Assembly
Version-3/boot/switch_to_protected_mode.asm
AaronV77/Friday
1f4c32a01859738b8b7193f655322ac5454e4d52
[ "MIT" ]
null
null
null
Version-3/boot/switch_to_protected_mode.asm
AaronV77/Friday
1f4c32a01859738b8b7193f655322ac5454e4d52
[ "MIT" ]
null
null
null
Version-3/boot/switch_to_protected_mode.asm
AaronV77/Friday
1f4c32a01859738b8b7193f655322ac5454e4d52
[ "MIT" ]
null
null
null
; This file will see if we can enter protected mode and start using ; - 32-bit registers and more memory. [bits 16] ; Tell our assembler to use 16-bits. switch_to_pm: cli ; Clear out the interrupt flag. lgdt [gdt_pointer] ; Load our global descriptor table that is located in the global_descriptor_tabl...
40.821429
123
0.690289
231c70163f55f355b287f5d39d5e4b376116b19e
9,898
asm
Assembly
Library/Chart/UI/uiAxis.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Chart/UI/uiAxis.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Chart/UI/uiAxis.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Chart Library FILE: uiAxis.asm AUTHOR: Chris Boyke METHODS: Name Description ---- ----------- FUNCTIONS: Scope Name Description ----- ----...
23.679426
80
0.622752
b00687ecd814a045c4006cdfaad85360b59203eb
1,108
asm
Assembly
non_regression/other_x64_linux_14.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
1
2021-02-28T21:31:18.000Z
2021-02-28T21:31:18.000Z
non_regression/other_x64_linux_14.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
non_regression/other_x64_linux_14.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
.file "(extract)data.cpp" .text .align 2 .p2align 4,,15 # ---------------------- .globl _ZN8aspeller10DictionaryD0Ev .type _ZN8aspeller10DictionaryD0Ev, @function _ZN8aspeller10DictionaryD0Ev: pushq %rbx movq %rdi, %rbx call _ZN8aspeller10DictionaryD1Ev@PLT movq %rbx, %rdi popq %rbx ...
27.02439
79
0.622744
a8321042f704ca47cf432c38bd743ae909936e00
6,553
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_1319.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_1319.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_1319.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 %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x10484, %rdx nop xor %rbx, %rbx movb $0x61, (%rdx) add %r8, %r8 lea addresses_WC_ht+0x4d2, %rbx nop and $33347, %r15 vmovups (%rbx), %ymm1 vextracti128 $0, %ymm1, %x...
36.814607
2,999
0.653441
fa4f781c00a569ac5aa80dadc5e66d73806da02a
2,541
asm
Assembly
unittests/ASM/PrimaryGroup/3_F7_07.asm
woachk/FEX
66dc5ebc54f3ff9b51eed714eb37bff34a0a82e6
[ "MIT" ]
null
null
null
unittests/ASM/PrimaryGroup/3_F7_07.asm
woachk/FEX
66dc5ebc54f3ff9b51eed714eb37bff34a0a82e6
[ "MIT" ]
null
null
null
unittests/ASM/PrimaryGroup/3_F7_07.asm
woachk/FEX
66dc5ebc54f3ff9b51eed714eb37bff34a0a82e6
[ "MIT" ]
null
null
null
%ifdef CONFIG { "RegData": { "RAX": "0x414243442A2A0001", "RBX": "0x1C1C1C1C00000001", "RCX": "0x0000000000000001", "RDX": "0x1010101010101010", "RSI": "0x41424344FF800000", "RDI": "0xFFFFFF8000000000", "RBP": "0x0000000000000000", "RSP": "0xFFFFFFFFFFFFFF80", "R8": "0xFFFFFFFF000...
19.25
33
0.580874
27fb25dc0a100405858db054cebeb187af4af6de
1,655
a51
Assembly
func_spi.a51
captdam/pc-uart-mpu6500
effeec5c8c823369fea68807597841c05379f25e
[ "MIT" ]
null
null
null
func_spi.a51
captdam/pc-uart-mpu6500
effeec5c8c823369fea68807597841c05379f25e
[ "MIT" ]
null
null
null
func_spi.a51
captdam/pc-uart-mpu6500
effeec5c8c823369fea68807597841c05379f25e
[ "MIT" ]
null
null
null
FUNC_SPI: ; SPI Function (Start - Send cmd - Exchange data - end) ; MSB send first ; Input: A: Send cmd; B: Send data; ; Return: A: Get data; MISO EQU P3.4 MOSI EQU P3.5 SCLK EQU P3.6 SS EQU P3.7 func_spi_ini: PUSH PSW ;Save current working space CLR RS1 CLR RS0 USING 0 PUSH AR0 PUSH AR1 PUSH AR2 ...
19.244186
85
0.687613
108a8d016e3b3ec6640a6b19cabcc1cad9ac6edb
32,597
asm
Assembly
writecountTest.asm
snowman789/xv6_scheduler
074553f802c8f35434bd34f04ea9b81dd6779a1b
[ "MIT-0" ]
null
null
null
writecountTest.asm
snowman789/xv6_scheduler
074553f802c8f35434bd34f04ea9b81dd6779a1b
[ "MIT-0" ]
null
null
null
writecountTest.asm
snowman789/xv6_scheduler
074553f802c8f35434bd34f04ea9b81dd6779a1b
[ "MIT-0" ]
null
null
null
_writecountTest: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.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:...
32.274257
71
0.413596
7d554dfea495754d2f45d80ff850251e86241a18
6,473
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_793.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_793.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_793.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1c7ac, %rbx nop nop sub $27892, %rsi mov (%rbx), %r12 inc %r9 lea addresses_A_ht+0x14f5f, %rsi lea addresses_A_ht+0x10f5f, %rdi nop nop nop nop nop xor %r13, %r13 mov $20...
39.469512
2,999
0.6592
2d621b2b74620888fa9a6c3c75de4f6db6679a45
484
asm
Assembly
libpal/intel_64bit_systemv_nasm/write_cs.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
26
2020-01-06T23:53:17.000Z
2022-02-01T08:58:21.000Z
libpal/intel_64bit_systemv_nasm/write_cs.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
30
2019-11-13T00:55:22.000Z
2022-01-06T08:09:35.000Z
libpal/intel_64bit_systemv_nasm/write_cs.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
14
2019-11-15T16:56:22.000Z
2021-12-22T10:14:17.000Z
bits 64 default rel section .text global pal_execute_write_cs pal_execute_write_cs : ; The added 0x48 is an undocumented issue with NASM. Basically, even though ; BITS 64 is used, and we are compiling for 64bit, NASM does not add the ; REX prefix to the retf instruction. As a result, we need to hand jam i...
26.888889
79
0.71281
93e5624756a0661b9eee37561407297193061ccc
2,278
asm
Assembly
Assembly/overlay9_1.asm
WildGenie/Ninokuni
019b4b7f069b311d0146d634f0af4c3096be7dd9
[ "Apache-2.0" ]
14
2015-01-15T19:08:06.000Z
2021-09-27T17:27:22.000Z
Assembly/overlay9_1.asm
WildGenie/Ninokuni
019b4b7f069b311d0146d634f0af4c3096be7dd9
[ "Apache-2.0" ]
5
2015-01-13T21:19:45.000Z
2015-04-12T15:51:18.000Z
Assembly/overlay9_1.asm
WildGenie/Ninokuni
019b4b7f069b311d0146d634f0af4c3096be7dd9
[ "Apache-2.0" ]
7
2015-02-02T20:14:00.000Z
2017-05-14T07:58:12.000Z
;;----------------------------------------------------------------------------;; ;; Hacks for overlay 1 from arm9 ;; Copyright 2014 Benito Palacios (aka pleonex) ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obta...
38.610169
80
0.768657
27513d3e3c2d9f0f50bcc26009edcacd8ef1b45a
8,254
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_509.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_509.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_509.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x209c, %rsi nop add %r10, %r10 movb (%rsi), %r8b nop nop inc %rbx lea addresses_A_ht+0x9a9c, %rsi lea addresses_UC_ht+0x146bc, %rdi nop nop nop nop nop xor $7537, %rax mov $97,...
30.913858
2,999
0.650109
be0e68754f3fe8e50b7c49e2bc4424b349cb38b1
2,933
asm
Assembly
src/drivers/emulations/OPNBBOnNeotronOPNA.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
6
2020-04-21T17:26:27.000Z
2021-09-25T18:41:01.000Z
src/drivers/emulations/OPNBBOnNeotronOPNA.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
null
null
null
src/drivers/emulations/OPNBBOnNeotronOPNA.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
null
null
null
; ; OPNB-B on Neotron + OPNA driver ; OPNBBOnNeotronOPNA_CLOCK: equ 8000000 OPNBBOnNeotronOPNA: MACRO super: Driver Device_noName, OPNBBOnNeotronOPNA_CLOCK, OPNBBOnNeotronOPNA_PrintInfoImpl neotronDriver: dw 0 opnaDriver: dw 0 ; e = register ; d = value SafeWriteRegister: PROC ld a,e cp 20H jp c,Syste...
23.464
88
0.807024
66aefec7e214600ae7c47c769de5860886cdd4cc
6,212
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1841.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1841.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1841.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x14a40, %rsi nop nop nop cmp $54557, %r10 mov $0x6162636465666768, %rax movq %rax, %xmm5 movups %xmm5, (%rsi) nop nop nop nop sub %r14, %r14 lea addresses_A_ht+0x6e80, %rax clflush (%r...
34.320442
2,999
0.653896
7c135d1c14ec53d619eb066a84f7156e35fd2013
533
asm
Assembly
oeis/343/A343824.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/343/A343824.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/343/A343824.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A343824: Sum of the elements in all pairs (d1, d2) of divisors of n such that d1<=d2, d1|n, d2|n, and d1 + d2 <= n. ; Submitted by Jamie Morken(s3) ; 0,2,2,9,2,24,2,28,12,32,2,96,2,40,36,75,2,126,2,132,44,56,2,288,18,64,52,168,2,336,2,186,60,80,52,495,2,88,68,400,2,432,2,240,198,104,2,760,24,258,84,276,2,528,68,512,9...
24.227273
209
0.604128
0b13e52d80780570f395dd7611e87cd748a83a43
7,695
asm
Assembly
Library/Bitmap/pointerImages.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Bitmap/pointerImages.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Bitmap/pointerImages.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Bitmap FILE: pointerImages.asm AUTHOR: Jon Witort, 28 Aug 1992 REVISION HISTORY: Name Date Description ---- ---- ----------- jon 28 aug 92 ...
22.970149
79
0.695387
dd8ab34236fc6aa8faf5863b6c0af8e2cdcdefc4
284
asm
Assembly
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_useFirstHalfTilesforSprites_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_useFirstHalfTilesforSprites_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_useFirstHalfTilesforSprites_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void SMS_useFirstHalfTilesforSprites(_Bool usefirsthalf) SECTION code_clib SECTION code_SMSlib PUBLIC _SMS_useFirstHalfTilesforSprites_fastcall EXTERN asm_SMSlib_useFirstHalfTilesforSprites defc _SMS_useFirstHalfTilesforSprites_fastcall = asm_SMSlib_useFirstHalfTilesforSprites
25.818182
87
0.915493
811a40c31ee00c229d26c0d985e1e43caf6ce813
8,305
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2552.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_2552.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_2552.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 %r14 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1e811, %r8 and %r14, %r14 movl $0x61626364, (%r8) nop nop sub $24789, %r13 lea addresses_D_ht+0x1583b, %r8 sub $54746, %rax and $0xffffffffffffffc0, %r8 movaps (%r8...
32.956349
2,999
0.65575
2c7c95eb7110723144fff0f133063f176d465b8d
1,919
asm
Assembly
S6/CS332-uP/002_rvstr.asm
joe247/CSE-LABS
bab17548562bdc9c0bc8b15679f07379a9e98dec
[ "MIT" ]
2
2021-02-03T02:03:21.000Z
2021-07-03T20:24:14.000Z
S6/CS332-uP/002_rvstr.asm
joe247/CSE-LABS
bab17548562bdc9c0bc8b15679f07379a9e98dec
[ "MIT" ]
null
null
null
S6/CS332-uP/002_rvstr.asm
joe247/CSE-LABS
bab17548562bdc9c0bc8b15679f07379a9e98dec
[ "MIT" ]
null
null
null
.model small ;data segment begins here .stack ;stack segment begins here .data ;data segment begins here msg1 db "Enter the string > $" ;given string gets stored in msg1 msg2 db "Reversed string: $" ;given string gets stored in msg2 gstr db 100 DUP('$') ;intialize 'gstr' with size 100 & '$' rstr ...
37.627451
97
0.666493
501cab83322f877c51563ee8db98699d2f7c5619
534
asm
Assembly
oeis/280/A280757.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/280/A280757.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/280/A280757.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A280757: Expansion of x*(2 + x)/(1 - 4*x^2 - x^3 + x^4). ; Submitted by Christian Krause ; 0,2,1,8,6,31,31,122,149,488,687,1979,3087,8115,13640,33568,59588,139797,258280,585208,1113329,2459315,4780244,10365381,20466962,43782453,87452985,185231393,373127431,784596104,1590288132,3326280454,6772621201,14110813844,288264...
23.217391
246
0.657303
55922d421cce465974b80d18f07750161fbd0749
372
asm
Assembly
programs/oeis/162/A162550.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/162/A162550.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/162/A162550.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A162550: 2n repeated C_n times, where C_n = A000108(n) is a Catalan number. ; 0,2,4,4,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12 mul $0,4 mov $1,7 mov $2,$0 sub...
28.615385
209
0.626344
eaf534de7a0ce06e6666fc6b2f276ec5a3e4ed0b
197
asm
Assembly
libsrc/alloc/malloc-classic/sbrk.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/alloc/malloc-classic/sbrk.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/alloc/malloc-classic/sbrk.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; CALLER linkage for function pointers SECTION code_clib PUBLIC sbrk PUBLIC _sbrk EXTERN asm_sbrk .sbrk ._sbrk pop de pop bc pop hl push hl push bc push de jp asm_sbrk
9.85
38
0.685279
119a3ae57616076da7d2d70fa69972ed6a43095d
21,840
asm
Assembly
Appl/Bindery/Document/documentOpenClose.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Bindery/Document/documentOpenClose.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Bindery/Document/documentOpenClose.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @---------------------------------------------------------------------- Copyright (c) Geoworks 1992-1994 -- All Rights Reserved PROJECT: GEOS MODULE: Studio FILE: documentOpenClose.asm ROUTINES: Name Description ---- ----------- INT DOC_ObjMessageNoFlags This file contains the docum...
23.559871
83
0.662271
4fbc19d950e3caaec1a1e73a4a0fbca779557470
2,315
asm
Assembly
programs/oeis/299/A299338.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/299/A299338.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/299/A299338.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A299338: Expansion of 1 / ((1 - x)^7*(1 + x)^6). ; 1,1,7,7,28,28,84,84,210,210,462,462,924,924,1716,1716,3003,3003,5005,5005,8008,8008,12376,12376,18564,18564,27132,27132,38760,38760,54264,54264,74613,74613,100947,100947,134596,134596,177100,177100,230230,230230,296010,296010,376740,376740,475020,475020,593775,593775...
289.375
2,225
0.872138
fdf754b0e59f3f3773326b877bdfcaec42e2e8bd
2,203
asm
Assembly
programs/oeis/061/A061679.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/061/A061679.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/061/A061679.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A061679: Concatenation of n^3 and 7. ; 17,87,277,647,1257,2167,3437,5127,7297,10007,13317,17287,21977,27447,33757,40967,49137,58327,68597,80007,92617,106487,121677,138247,156257,175767,196837,219527,243897,270007,297917,327687,359377,393047,428757,466567,506537,548727,593197,640007,689217,740887,795077,851847,911257,...
220.3
2,105
0.868815
ba6b5499fd1e111898e51aae180921fe66dbba47
7,348
asm
Assembly
msp430/core/fr2433-xt1/interrupts.asm
dmrq70/forth-mecrisp
50ed8de458ff83f3549f602364ca05c9fe66f8a0
[ "Unlicense" ]
2
2019-10-24T19:12:05.000Z
2021-02-05T09:26:34.000Z
msp430/core/fr2433-xt1/interrupts.asm
dmrq70/forth-mecrisp
50ed8de458ff83f3549f602364ca05c9fe66f8a0
[ "Unlicense" ]
null
null
null
msp430/core/fr2433-xt1/interrupts.asm
dmrq70/forth-mecrisp
50ed8de458ff83f3549f602364ca05c9fe66f8a0
[ "Unlicense" ]
null
null
null
; ; Mecrisp - A native code Forth implementation for MSP430 microcontrollers ; Copyright (C) 2011 Matthias Koch ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3...
29.991837
79
0.500408
b1430d5038f1e9d204d9f96e4d503d5bceaa47c1
1,084
asm
Assembly
HW5/ChristianWebber-HW5-2.asm
vonderborch/CS260
ff435317be557c10f131f99184e944ef2ada7cdf
[ "MIT" ]
null
null
null
HW5/ChristianWebber-HW5-2.asm
vonderborch/CS260
ff435317be557c10f131f99184e944ef2ada7cdf
[ "MIT" ]
null
null
null
HW5/ChristianWebber-HW5-2.asm
vonderborch/CS260
ff435317be557c10f131f99184e944ef2ada7cdf
[ "MIT" ]
null
null
null
.text .globl partition # Setup the left address, right address, and pivot stuff partition: addi $sp, $sp, -12 sw $a0, 0($sp) #left sw $a1, 4($sp) #right sw $ra, 8($sp) #return addi $a1, $a1, -1 addi $t0, $a0, -1 #left address addi $t1, $a1, 1 #right address addi $t2, $a1, -1 #pivot address lw $t2, 0($t2) ja...
16.676923
61
0.583026
287b3968a7bd9c6eead85e04f3e5e0141046f5eb
466
asm
Assembly
sw/552tests/inst_tests/jalr_11.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
1
2022-02-15T16:03:25.000Z
2022-02-15T16:03:25.000Z
sw/552tests/inst_tests/jalr_11.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
sw/552tests/inst_tests/jalr_11.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
// Original test: ./hsin/hw4/problem6/jalr_0.asm // Author: hsin // Test source code follows lbi r3, .Label1 // r3 = the address of .Label1 lbi r4, .Label2 // r4 = the address of .Label2 lbi r7, 1 // r7 = 1 addi r1, r7, 0 // r1 = 1 jalr r4, 0 // r7 = .ra1: // jump to .Label2 .ra1: halt ...
19.416667
50
0.542918
0a47be516997a185e2a9c20af478384f4403fc81
5,640
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_9010_123.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_9010_123.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_9010_123.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x117f9, %rdi nop nop dec %rcx mov (%rdi), %r10 nop nop nop nop nop and %r14, %r14 lea addresses_WC_ht+0x1f51, %rsi lea addresses_WT_ht+0xece1, %rdi dec %r9 mov $106, %rcx rep movsw nop n...
38.630137
2,999
0.657447
719d52165ad33d2ec677eabfad3631b40596b6cd
556
asm
Assembly
programs/oeis/153/A153466.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/153/A153466.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/153/A153466.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A153466: a(n) = A027941(n) + A027941(n+6). ; 232,610,1600,4192,10978,28744,75256,197026,515824,1350448,3535522,9256120,24232840,63442402,166094368,434840704,1138427746,2980442536,7802899864,20428257058,53481871312,140017356880,366570199330,959693241112,2512509524008,6577835330914,17220996468736,45085154075296,1180344...
27.8
349
0.758993
79534968e69e7a5cdc8e0095ca2f8d6a250d8e1d
8,011
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1367.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1367.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1367.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 %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x15317, %rdi nop xor %rcx, %rcx movups (%rdi), %xmm5 vpextrq $1, %xmm5, %rdx nop nop nop sub %r8, %r8 lea addresses_D_ht+0x1dfb3, %r8 nop nop inc %rcx mov (%r8), %rbp sub %rcx,...
31.53937
2,999
0.653976
9083312775bf807860b8cb1be6a05174eeea15d8
1,478
asm
Assembly
text/maps/copycats_house_2f.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
text/maps/copycats_house_2f.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
text/maps/copycats_house_2f.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
_CopycatsHouse2FText_5ccd4:: text $52, ": Hi! Do" line "you like #MON?" para $52, ": Uh no, I" line "just asked you." para $52, ": Huh?" line "You're strange!" para "COPYCAT: Hmm?" line "Quit mimicking?" para "But, that's my" line "favorite hobby!" prompt _TM31PreReceiveText:: text "Oh wow!" line "A #...
15.237113
28
0.654263
fb9a0c1bce2c055dfc6ea02fa51977e9a3ddbddc
4,973
asm
Assembly
gpuTest.asm
krawthekrow/simd16s-assembler
15b3542b7d60429c0b307df66f2a01ef8005d66c
[ "MIT" ]
2
2020-04-21T05:09:33.000Z
2021-01-06T09:57:47.000Z
assembler/gpuTest_simd16s.asm
krawthekrow/simd20s-assembler
0d1f650940d50810c09d2a7975a56df333927390
[ "MIT" ]
null
null
null
assembler/gpuTest_simd16s.asm
krawthekrow/simd20s-assembler
0d1f650940d50810c09d2a7975a56df333927390
[ "MIT" ]
null
null
null
alias tt_AND 0b0001 alias tt_OR 0b0111 alias tt_XOR 0b0110 alias tt_XNOT 0b1001 alias tt_ALL 0b1111 alias tt_NONE 0b0000 alias tt_FIRST 0b0011 alias tt_SECOND 0b0101 alias tt_NOTFIRST 0b1100 alias tt_NOTSECOND 0b1010 alias tt_NOTFIRSTANDSECOND 0b0100 alias GREEN 1 alias BLUE 2 alias YELLOW 3 // test screen gpu g0 g0 g...
27.938202
65
0.758697
9a06dce71a66ab18b4453f61f626652584737bea
517
asm
Assembly
oeis/202/A202672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/202/A202672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/202/A202672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A202672: Array: row n shows the coefficients of the characteristic polynomial of the n-th principal submatrix of the symmetric matrix A087062 based on (1,1,1,1,...); by antidiagonals. ; Submitted by Jon Maiga ; 1,-1,1,-3,1,1,-5,6,-1,1,-7,15,-10,1,1,-9,28,-35,15,-1,1,-11,45,-84,70,-21,1,1,-13,66,-165,210,-126,28,-1,1...
30.411765
190
0.630561
c297bb4bce062dc82e92d153870feb62fa038d08
763
asm
Assembly
AVR/max_array.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
AVR/max_array.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
AVR/max_array.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
;-------------------------------------; ; INDIRECT ADDRESSING FOR ATMEL328 ; ; FIND MAXIMUM OF ARRAY ; ; ; ; Por: Prof. Carlo Requiao ; ; 16/Sep/2020 ; ;-------------------------------------; .device ATmega328 .dseg .cseg...
17.744186
49
0.370904
3ed227dbebc0d73656648d0e47d38b4a080a1563
473
asm
Assembly
libsrc/target/tvc/sound/tvc_play_os_sound.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
null
null
null
libsrc/target/tvc/sound/tvc_play_os_sound.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/target/tvc/sound/tvc_play_os_sound.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
; Videoton TV Computer ASM stub ; Sandor Vass - 2022 ; ; Plays a sound for a specifed duration (in 22ms) ; SECTION code_clib PUBLIC tvc_play_os_sound INCLUDE "target/tvc/def/tvc.def" ; ; ; .tvc_play_os_sound ._tvc_play_os_sound ld hl,2 add hl,sp ld b,(hl) inc hl inc ...
15.766667
49
0.528541
750f08767f69b46f4a63bddfa9f12561bf0f9e17
316
asm
Assembly
programs/oeis/080/A080819.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/080/A080819.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/080/A080819.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A080819: Row sums from triangle in A080818. ; 1,4,9,16,16,25,36,36,49,64,81,81,100,121,121,144,169,196,196,225,256,256,289,324,361,361,400,441,441,484,529,529,576,625,676,676,729,784,784,841,900,961,961,1024,1089,1089,1156,1225,1225,1296,1369,1444,1444 seq $0,80820 ; Least m such that m^2 >= n*(n+1)/2. pow $0,2
52.666667
208
0.705696
3b698d153e1ead9cf8e58b948cb971cd02fe9044
5,887
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_1083_494.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.log_1083_494.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.log_1083_494.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1ce6a, %rsi lea addresses_WT_ht+0xb9b2, %rdi nop nop nop nop nop sub %rbx, %rbx mov $98, %rcx rep movsb nop nop cmp $16310, %r12 lea addresses_UC_ht+0xb072, %rsi lea addresses_normal_h...
37.980645
2,999
0.662986
57283755c5c2181804289a267de71b4bacd3b1f7
673
asm
Assembly
oeis/233/A233829.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/233/A233829.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/233/A233829.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A233829: a(n) = 3*binomial(6*n+9,n)/(2*n+3). ; Submitted by Christian Krause ; 1,9,90,975,11160,132867,1629012,20430900,260907075,3381098545,44352058608,587787511779,7858257798300,105855415586550,1435361957277480,19576154604317304,268364706225271110,3695862686045572350,51108790709588823150,709399980457825910715,98799...
42.0625
488
0.839525
de6d9a1debc06772b1124313eb5e95df7ce57c08
167
asm
Assembly
src/bootloader.asm
Spectrum76/Maple
91db2548026c58519e2b694f456b0b3a833085bd
[ "MIT" ]
null
null
null
src/bootloader.asm
Spectrum76/Maple
91db2548026c58519e2b694f456b0b3a833085bd
[ "MIT" ]
null
null
null
src/bootloader.asm
Spectrum76/Maple
91db2548026c58519e2b694f456b0b3a833085bd
[ "MIT" ]
null
null
null
[org 0x7c00] mov bp, 0x7c00 mov sp, bp mov bx, message call print jmp $ %include "print.asm" message: db "Hello, World!", 0 times 510-($-$$) db 0 dw 0xaa55
8.789474
25
0.628743
c4022bb15fdab7ec3b5e6be606e34be6806a4fab
4,327
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_252_1092.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_252_1092.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_252_1092.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x165dc, %rdi nop nop nop add $51103, %r14 movl $0x61626364, (%rdi) nop nop nop nop nop and $10519, %rax lea addresses_A_ht+0x97fc, %rsi lea addresses_normal_ht+0x981c, %rdi c...
23.906077
755
0.653802
f7cacf7d3261409e65b908dd97175db1ce59ec6f
543
asm
Assembly
oeis/157/A157475.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/157/A157475.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/157/A157475.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A157475: 512n + 16. ; 528,1040,1552,2064,2576,3088,3600,4112,4624,5136,5648,6160,6672,7184,7696,8208,8720,9232,9744,10256,10768,11280,11792,12304,12816,13328,13840,14352,14864,15376,15888,16400,16912,17424,17936,18448,18960,19472,19984,20496,21008,21520,22032,22544,23056,23568,24080,24592,25104,25616,26128,26640,2715...
90.5
497
0.804788
d5eac0d9d98691f3ccc1aec16c101f5444adc5fb
606
nasm
Assembly
Projetos/F-Assembly/src/nasm/pow.nasm
RaphaelAzev/Z01-GrupoH-2-
1a0077f53beb4a57c5e509fe22c4a9bb0ecaa905
[ "Unlicense" ]
null
null
null
Projetos/F-Assembly/src/nasm/pow.nasm
RaphaelAzev/Z01-GrupoH-2-
1a0077f53beb4a57c5e509fe22c4a9bb0ecaa905
[ "Unlicense" ]
null
null
null
Projetos/F-Assembly/src/nasm/pow.nasm
RaphaelAzev/Z01-GrupoH-2-
1a0077f53beb4a57c5e509fe22c4a9bb0ecaa905
[ "Unlicense" ]
null
null
null
; Arquivo: Pow.nasm ; Curso: Elementos de Sistemas ; Criado por: Luciano Soares ; Data: 27/03/2017 ; Eleva ao quadrado o valor da RAM[1] e armazena o resultado na RAM[0]. ; Só funciona com números positivos leaw $R1, %A movw (%A), %D leaw $R2, %A movw %D, (%A) leaw $R5, %A movw %D, (%A) leaw $0, %A movw %A, %S leaw $R...
15.947368
71
0.567657
e26f25f30d16c9f184635a1dd35f43a5ac88fc7c
6,399
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1937.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.log_21829_1937.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.log_21829_1937.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1881, %rax nop xor %rbx, %rbx movw $0x6162, (%rax) nop nop nop nop nop and %r11, %r11 lea addresses_A_ht+0xd935, %rsi lea addresses_WT_ht+0x1f75, %rdi nop nop nop nop no...
36.988439
2,999
0.661353
fb7a7c040ddc81f03b4185391532d5cd1044b960
3,577
asm
Assembly
Quickdraw/QuickDraw Source/PutRgn.asm
Computer-history-Museum/MacPaint
f6b5321ab10a4422a811502252d2a2a00cf7764f
[ "MIT" ]
2
2020-10-06T18:30:23.000Z
2021-03-31T20:01:46.000Z
Quickdraw/QuickDraw Source/PutRgn.asm
Computer-history-Museum/MacPaint
f6b5321ab10a4422a811502252d2a2a00cf7764f
[ "MIT" ]
null
null
null
Quickdraw/QuickDraw Source/PutRgn.asm
Computer-history-Museum/MacPaint
f6b5321ab10a4422a811502252d2a2a00cf7764f
[ "MIT" ]
null
null
null
.INCLUDE GRAFTYPES.TEXT .PROC PUTRGN,4 .REF SETSIZE ;---------------------------------------------------------------- ; ; PROCEDURE PutRgn(Rgn: RgnHandle; bufHandle: Handle; VAR index,size: INTEGER); ; ; Expands a region out to an array of inversion points. ; ;-----------------------...
44.7125
80
0.393067
594104780fc4b2602945ebde5a83bf53b4fb2637
956
asm
Assembly
Documentation/Tut32/hello.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Documentation/Tut32/hello.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Documentation/Tut32/hello.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
# Dan Ellard # hello.asm-- An Ant-32 "Hello World" program. # g0 - holds the address of the string # g1 - holds the address of the end of the loop # g2 - holds the address of the start of the loop # g3 - holds the next character to be printed. lc g0, $str_data # load the address of the string into g...
36.769231
73
0.573222
8540a90a645a5a5050cec0421205eddd406d7cb0
7,476
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_188.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_188.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_188.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1c87a, %r11 nop nop nop nop sub $26060, %r14 mov $0x6162636465666768, %rcx movq %rcx, %xmm5 movups %xmm5, (%r11) nop nop nop inc %rdi lea addresses_WT_ht+0xd4ba, %rsi lea...
34.451613
2,999
0.660246
222116e725b67d8f5030da88e42cd1ecf6cfbb10
484
asm
Assembly
programs/oeis/082/A082306.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/082/A082306.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/082/A082306.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A082306: Expansion of e.g.f. (1+x)*exp(2*x)*cosh(x). ; 1,3,9,29,97,327,1097,3649,12033,39371,127945,413349,1328609,4251535,13551753,43046729,136314625,430467219,1355971721,4261625389,13366006881,41841412823,130754415049,407953774929,1270932914177,3954013510747,12285684836937,38127987424949,118196761017313,36602867927...
30.25
303
0.745868
3b52788933356a0bde848c488838a76d0a3c0e9a
302
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_read.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_read.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_read.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; int esxdos_f_read(uchar handle, void *dst, size_t nbyte) SECTION code_clib SECTION code_esxdos PUBLIC _esxdos_f_read EXTERN l0_esxdos_f_read_callee _esxdos_f_read: pop de dec sp pop af pop hl pop bc push bc push hl dec sp push de jp l0_esxdos_f_read_callee
12.583333
58
0.711921
1d9cfb1f54f02807ae5253499a999d31a32e3d38
529
asm
Assembly
oeis/113/A113742.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/113/A113742.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/113/A113742.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A113742: Generalized Mancala solitaire (A002491); to get n-th term, start with n and successively round up to next 5 multiples of n-1, n-2, ..., 1, for n>=1. ; Submitted by Jamie Morken(w3) ; 1,6,16,30,48,72,102,132,168,210,258,318,360,418,492,540,622,714,780,870,972,1054,1174,1260,1392,1488,1590,1714,1848,2022,2118,...
29.388889
207
0.671078
87e7c5054ecc587a3cca97934db9fabec8052a58
662
asm
Assembly
includes/multispriteheader.asm
Al-Nafuur/batari-Basic
9988745b6f1879730e6a8c83e7d21deb106e091a
[ "CC0-1.0" ]
47
2020-01-20T00:52:34.000Z
2022-02-04T01:21:23.000Z
includes/multispriteheader.asm
Al-Nafuur/batari-Basic
9988745b6f1879730e6a8c83e7d21deb106e091a
[ "CC0-1.0" ]
5
2020-03-08T10:37:24.000Z
2021-03-25T15:50:50.000Z
includes/multispriteheader.asm
Al-Nafuur/batari-Basic
9988745b6f1879730e6a8c83e7d21deb106e091a
[ "CC0-1.0" ]
10
2020-02-23T08:09:59.000Z
2022-03-12T07:45:02.000Z
; Provided under the CC0 license. See the included LICENSE.txt for details. processor 6502 include "vcs.h" include "macro.h" include "multisprite.h" include "2600basic_variable_redefs.h" ifconst bankswitch if bankswitch == 8 ORG $1000 RORG $D000 endif if bankswitch == 16 ORG $10...
19.470588
76
0.654079
db1aa7003ee274fecb10c29a5b909a9f601e6c10
310
asm
Assembly
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_push_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_push_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_push_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; size_t w_vector_push_back(w_vector_t *v, int c) SECTION code_clib SECTION code_adt_w_vector PUBLIC w_vector_push_back EXTERN w_vector_append defc w_vector_push_back = w_vector_append ; SDCC bridge for Classic IF __CLASSIC PUBLIC _w_vector_push_back defc _w_vector_push_back = w_vector_push_back ENDIF
16.315789
49
0.848387
8fdebb6a5ecd39fc9ab868a53de725cff128a5cc
366
asm
Assembly
programs/oeis/037/A037702.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/037/A037702.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/037/A037702.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A037702: Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,0,2. ; 1,7,28,114,457,1831,7324,29298,117193,468775,1875100,7500402,30001609,120006439,480025756,1920103026,7680412105,30721648423,122886593692,491546374770,1966185499081,7864741996327,31458967985308 add $0,1 mov...
36.6
194
0.781421
52fb1cda140fb214407ae7e18bce4d05638d80d1
6,361
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_719.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_719.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_719.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 %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xed6c, %r13 nop nop nop nop add $3983, %rbx mov (%r13), %rdi xor $36304, %r10 lea addresses_D_ht+0x165ec, %rsi lea addresses_A_ht+0x1106c, %rdi nop nop nop nop nop cmp $54171, %r8 mov $1...
37.19883
2,999
0.653356
b7c06af0440b886fc76cb639a0d0a5e17d0592e5
686
asm
Assembly
oeis/278/A278438.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/278/A278438.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/278/A278438.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A278438: Numbers m such that T(m) + 2*T(m+1) is a square, where T = A000217. ; Submitted by Jamie Morken(s4) ; 7,799,78407,7683199,752875207,73774087199,7229107670407,708378777612799,69413891098384007,6801852948864019999,666512175097575576007,65311391306613542428799,6399849835873029582446407,6271199725242502855373191...
62.363636
463
0.829446
48294e86b471799d23fc36f38e40b726a3919a36
174
asm
Assembly
programs/oeis/335/A335408.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/335/A335408.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/335/A335408.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A335408: Diameter of nearest neighbor interchange distance for free 3-trees. ; 0,1,3,5,7,10,12,15,18,21 add $0,5 mov $1,5 add $1,$0 mul $1,$0 div $1,10 sub $1,5 mov $0,$1
15.818182
78
0.66092
bfd6e5c7968c9572cbc9763ac9a69788f6b1b314
2,715
asm
Assembly
compiler_design/01/my-date.asm
mohsend/Magnificent-University-projects
4b0f9df939a60ace45eeccb331db85af77d83ee9
[ "MIT" ]
null
null
null
compiler_design/01/my-date.asm
mohsend/Magnificent-University-projects
4b0f9df939a60ace45eeccb331db85af77d83ee9
[ "MIT" ]
null
null
null
compiler_design/01/my-date.asm
mohsend/Magnificent-University-projects
4b0f9df939a60ace45eeccb331db85af77d83ee9
[ "MIT" ]
null
null
null
; Prints current system time and date to STDOUT in the following format: ; HH:MM:SS YY:MM:DD ;------------ ;stack segment : STSEG SEGMENT DB 64 DUP (?) STSEG ENDS ;------------ ;data segment : DTSEG SEGMENT ; place program data here ; Define the character string time DB "00:00:00 00/00/00", '$'...
27.15
95
0.601842
8e4134d258608ac00bb9cfe3352b65cbac788c42
1,829
asm
Assembly
src/real_mode/static_library.asm
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
10
2021-03-04T18:48:29.000Z
2022-03-10T19:07:54.000Z
src/real_mode/static_library.asm
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
7
2020-06-27T13:13:08.000Z
2021-10-17T17:09:40.000Z
src/real_mode/static_library.asm
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
1
2022-02-10T20:09:01.000Z
2022-02-10T20:09:01.000Z
%include "fuzzy/memmgr/tables/gdt.asm" ; Code must be within 512 bytes. [ORG 0x7E00] [BITS 16] [SECTION .text] ; convert 4+4 byte CS:IP address into ; 2+2 byte CS:IP address pop eax pop ebx push bx push ax jmp execute_int_enter_real_mode execute_int_enter_r...
22.304878
86
0.563149
526782d450f03e798b5f944e5efe2e631bdcb2e7
7,498
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1614.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1614.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1614.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r9 push %rax push %rcx push %rsi lea addresses_UC_ht+0x2a6c, %rcx nop add $2932, %rsi movl $0x61626364, (%rcx) nop nop nop add $35007, %rax lea addresses_normal_ht+0xeefc, %r10 nop nop nop nop and $4905, %r11 vmovups (%r10), %ymm0 vextract...
33.774775
2,999
0.657642
385429c7b6c11d4792740b72353d85055815c250
1,023
asm
Assembly
programs/oeis/135/A135668.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/135/A135668.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/135/A135668.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A135668: a(n) = ceiling(n + sqrt(n)). ; 2,4,5,6,8,9,10,11,12,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,92,93,94,95,96,97,98,99,100,101,102,103,1...
85.25
906
0.697947
efa9f827330759bcba0a0e4667ddbc0b2d24d793
175
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_empty.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_empty.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_empty.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; void b_vector_empty(b_vector_t *v) SECTION code_clib SECTION code_adt_b_vector PUBLIC b_vector_empty EXTERN asm_b_vector_empty defc b_vector_empty = asm_b_vector_empty
14.583333
40
0.851429
dec8f1d108b9a7b8f4f49c9f347755e3066642eb
850
a51
Assembly
Practical Exam/P14.a51
pronoym99/Microcontrollers-and-Applications
b96fbef72ef66999502d32cc7a0cb84bbe8214ed
[ "Unlicense" ]
1
2018-10-28T21:11:08.000Z
2018-10-28T21:11:08.000Z
Practical Exam/P14.a51
pronoym99/Microcontrollers-and-Applications
b96fbef72ef66999502d32cc7a0cb84bbe8214ed
[ "Unlicense" ]
null
null
null
Practical Exam/P14.a51
pronoym99/Microcontrollers-and-Applications
b96fbef72ef66999502d32cc7a0cb84bbe8214ed
[ "Unlicense" ]
null
null
null
org 0000h mov a,#1h ;load initial pattern here mov r1,#07h ;7 iterations remaining mov tmod,#01h ;T0 Mode 1 mov tl0,#0b0h ;settings for 50ms mov th0,#3ch back:mov p1,a ;p1 <- A rl a ;rotate left by one bit ...
40.47619
57
0.497647
ec77bb7034de58cea8f9f792598c421c1d661d3c
367
asm
Assembly
oeis/124/A124724.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/124/A124724.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/124/A124724.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A124724: a(n) = (4/(n + 1)) * C(5*n, n). ; Submitted by Christian Krause ; 4,10,60,455,3876,35420,339300,3362260,34179860,354465254,3735373880,39884521950,430571952300,4691735290080,51534335175776,570003171679020,6343110854237300,70968228417131850,797820661622862900 mov $1,$0 mov $2,$0 add $2,$0 mul $2,2 add $0,$2 b...
24.466667
193
0.724796
a681c99fdace6a8a68cc33b1af5371e25fa5d611
1,312
asm
Assembly
src/util/strg/findc.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/strg/findc.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/strg/findc.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
; find one character in a string 06/01-92 O.Fink section string include win1_keys_err xdef st_findc ; find one character ;+++ ; find one character in a string ; abcdef -> find "d" -> d1=4 ; ; Entry Exit ; ...
25.72549
72
0.470274
a505866e880de9a6c1750064ee5b10302275b925
671
asm
Assembly
oeis/302/A302397.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/302/A302397.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/302/A302397.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A302397: Expansion of e.g.f. 1/(1 + x*exp(x)). ; Submitted by Jamie Morken(s4) ; 1,-1,0,3,-4,-25,114,287,-4152,1647,192230,-807961,-10164804,111209111,454840554,-14657978385,21202175504,1988791958879,-15488971798194,-260886468394153,4872247004699460,23537372210149959,-1365745577227898350,4274609859520565663,364461939...
41.9375
476
0.792846
a582e14c2868cfbe7b7f9d8f43f38d653b2f534c
2,907
asm
Assembly
programs/oeis/030/A030631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/030/A030631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/030/A030631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A030631: Numbers with 13 divisors. ; 4096,531441,244140625,13841287201,3138428376721,23298085122481,582622237229761,2213314919066161,21914624432020321,353814783205469041,787662783788549761,6582952005840035281,22563490300366186081,39959630797262576401,116191483108948578241,491258904256726154641,1779197418239532716881,...
363.375
2,788
0.952528
186c1308a9be82281c2ba4f96d7bf0f20966b43b
6,780
asm
Assembly
MathProgs/GeoProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
MathProgs/GeoProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
1
2019-10-13T06:14:21.000Z
2019-10-13T14:02:45.000Z
MathProgs/GeoProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
2_POINTS: ld a, tA call Prompt .db "X1=",0 ld a, tB call Prompt .db "Y1=",0 ld a, tC call Prompt .db "X2=",0 ld a, tD call Prompt .db "Y2=",0 call PutLine .db "SLOPE:",0 call ParseExpr ;(B-D)/(A-C .db tLParen,tB,tSub,tD,tRParen,tDiv,tLParen,tA,tSub,tC,0 bcall(_FormDisp) call PutLine .db "DISTANCE:",0...
17.121212
75
0.69056
abefdd16a02e57b3694ddcd7dd78242b852c3335
898
asm
Assembly
motor_r2d2.asm
kanpapa/cosmac
044ca0439a636515e46c4138a9a16958db8a90d1
[ "MIT" ]
2
2020-07-18T11:38:57.000Z
2022-01-11T17:21:32.000Z
motor_r2d2.asm
kanpapa/cosmac
044ca0439a636515e46c4138a9a16958db8a90d1
[ "MIT" ]
null
null
null
motor_r2d2.asm
kanpapa/cosmac
044ca0439a636515e46c4138a9a16958db8a90d1
[ "MIT" ]
null
null
null
* * Motor driver program for COSMAC-R2D2 * SB-Assembler * * BUS0 --- AIN1 * BUS1 --- AIN2 * BUS2 --- BIN1 * BUS3 --- BIN2 * Q --- PWMA/B * * 動作 * R2D2は1モーターのため前進、後進のみの動き。テーブルから落ちないように注意。 * 前面にPUSH SWがあるのでこれを押すと動くようにする。前進して後進は繰り替えす。 * 停止する場合はRESETを押すことにする。 * .CR 1802 ;To load the 1802 cross overlay ...
17.607843
55
0.512249
3aa121eaabb1bdd5a7aedfb8a68784bfcc8d23df
388
asm
Assembly
programs/oeis/262/A262248.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/262/A262248.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/262/A262248.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A262248: Number of intersections of diagonals in the interior of a regular p-gon where p is the n-th prime. ; 0,0,5,35,330,715,2380,3876,8855,23751,31465,66045,101270,123410,178365,292825,455126,521855,766480,971635,1088430,1502501,1837620,2441626,3464840,4082925,4421275,5160610,5563251,6438740,10334625,11716640,1404...
64.666667
214
0.796392
b62a4b9124604f5767b6db5d745e73941e43dfe9
5,886
asm
Assembly
nrom-scroller/src/main.asm
Gumball2415/nes-scribbles
96017f512cb7b3a86d3e64e865f3c23ff7483bc6
[ "MIT" ]
null
null
null
nrom-scroller/src/main.asm
Gumball2415/nes-scribbles
96017f512cb7b3a86d3e64e865f3c23ff7483bc6
[ "MIT" ]
null
null
null
nrom-scroller/src/main.asm
Gumball2415/nes-scribbles
96017f512cb7b3a86d3e64e865f3c23ff7483bc6
[ "MIT" ]
null
null
null
.include "defines.inc" .include "global.inc" .segment "BANK0" .proc main ; Game logic goes here LDA #$00 TAX TAY ; Satellite & Stardust Intro ; enable pulse 1 and 2 LDA #%00000011 STA $4015 ; load nametable LDA #0 ; base nametable to draw on STA temp_8_0 LDA #1 STA nametable_state JSR ...
13.256757
86
0.648998
f917ca4aea596ffadfc4842a9a99ee5da5e5e6a6
394
nasm
Assembly
Projetos/F-Assembly/src/nasm/factorial.nasm
juanjorgegarcia/Z01
7d49ef8f476f9c8e9f187a62f96fdca7bcd46314
[ "Unlicense" ]
null
null
null
Projetos/F-Assembly/src/nasm/factorial.nasm
juanjorgegarcia/Z01
7d49ef8f476f9c8e9f187a62f96fdca7bcd46314
[ "Unlicense" ]
67
2018-03-13T21:40:05.000Z
2018-05-23T19:17:13.000Z
Projetos/F-Assembly/src/nasm/factorial.nasm
juanjorgegarcia/Z01
7d49ef8f476f9c8e9f187a62f96fdca7bcd46314
[ "Unlicense" ]
3
2018-03-07T01:27:37.000Z
2018-03-23T19:35:14.000Z
leaw $0, %A movw (%A), %D leaw $1, %A movw %D, (%A) movw (%A), %S decw %S leaw $2, %A movw %S, (%A) leaw $3, %A movw (%A), %D leaw $1, %A ;init loop multi addw (%A), %D, %D decw %S leaw $10, %A jg %S nop leaw $1, %A movw %D, (%A) leaw $2, %A movw (%A), %S decw %S movw %S, (%A) leaw $8, %A jg %S nop leaw $1, ...
11.588235
33
0.48731
315b4cb76d9caecaa8e2ce80467982e7a127e9a8
847
asm
Assembly
oeis/142/A142290.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142290.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142290.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142290: Primes congruent to 41 mod 43. ; Submitted by Christian Krause ; 41,127,557,643,1847,1933,2621,2707,2879,3137,3739,3911,4513,4943,5717,6491,6577,7351,7523,7867,8039,8297,8641,9157,9587,9931,10103,11393,11909,12253,12511,12941,13457,14489,14747,15091,15263,15349,15607,16381,16553,16811,17327,17929,18617,19219...
33.88
498
0.729634
1ee5b7da855c93346b0bd6810a319d7df5e1c0fd
610
asm
Assembly
tests/test_z80n.asm
CatpainBlack/FantASM
83bb5aa8eeaa28bd725596e9c2a8bee632b188dd
[ "BSD-2-Clause-FreeBSD" ]
4
2020-01-31T03:52:49.000Z
2021-05-25T09:05:00.000Z
tests/test_z80n.asm
CatpainBlack/FantASM
83bb5aa8eeaa28bd725596e9c2a8bee632b188dd
[ "BSD-2-Clause-FreeBSD" ]
2
2020-02-24T19:59:55.000Z
2020-02-24T20:57:18.000Z
tests/test_z80n.asm
CatpainBlack/FantASM
83bb5aa8eeaa28bd725596e9c2a8bee632b188dd
[ "BSD-2-Clause-FreeBSD" ]
1
2019-09-23T01:49:28.000Z
2019-09-23T01:49:28.000Z
org 0x8000 wibble = 0x9000 register = 0xff start LDIX LDWS LDIRX LDDX LDDRX LDPIRX OUTINB MUL D,E MUL de ADD HL,A ADD DE,A ADD BC,A ADD HL,49152 ADD DE,49152 ADD BC,49152 add hl,wibble add de,start+20-20 add bc,data SWAPNIB MIRROR PUSH 49152 push ...
11.090909
38
0.639344
1f93c26d2620240a8ce3e1d95c21cf58a78df59b
237
asm
Assembly
programs/oeis/127/A127733.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/127/A127733.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/127/A127733.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A127733: Square of A127648 = Triangle read by rows, n^2 preceded by (n-1) zeros. ; 1,0,4,0,0,9,0,0,0,16,0,0,0,0,25,0,0,0,0,0,36,0,0,0,0,0,0,49 seq $0,127648 ; Triangle read by rows: row n consists of n zeros followed by n+1. pow $0,2
39.5
82
0.658228
954b2791b4d3d6ff54fc3cfe93a7c46b7398dc5a
4,050
asm
Assembly
library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/freeprog.asm
dancrossnyc/multics
dc291689edf955c660e57236da694630e2217151
[ "RSA-MD" ]
65
2021-07-27T16:54:21.000Z
2022-03-30T17:50:19.000Z
library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/freeprog.asm
dancrossnyc/multics
dc291689edf955c660e57236da694630e2217151
[ "RSA-MD" ]
1
2021-07-29T13:24:12.000Z
2021-07-29T13:28:22.000Z
library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/freeprog.asm
dancrossnyc/multics
dc291689edf955c660e57236da694630e2217151
[ "RSA-MD" ]
4
2021-07-27T16:05:31.000Z
2021-12-30T08:38:51.000Z
; *********************************************************** ; * * ; * Copyright, (C) Honeywell Bull Inc., 1987 * ; * * ; * Copyright, (C) Honeywell Information Systems Inc., 1986 * ; * ...
32.4
78
0.425679
718c9bb0c5f5fdf4687e5fe6a45fa42bc3dc8759
790
asm
Assembly
AssemblyLanguage_Lab/ASB_LAB_6/Lab6/scr/ins2.asm
strawberrylin/Hust_CS_Lab
2a93d9cdc9bb6d981f9bfa3865af4ffd235a39e1
[ "MIT" ]
1
2018-09-27T07:30:59.000Z
2018-09-27T07:30:59.000Z
AssemblyLanguage_Lab/ASB_LAB_6/scr/ins2.asm
strawberrylin/Hust_CS_Lab
2a93d9cdc9bb6d981f9bfa3865af4ffd235a39e1
[ "MIT" ]
null
null
null
AssemblyLanguage_Lab/ASB_LAB_6/scr/ins2.asm
strawberrylin/Hust_CS_Lab
2a93d9cdc9bb6d981f9bfa3865af4ffd235a39e1
[ "MIT" ]
null
null
null
.386 code segment use16 assume cs:code,ss:stack OLD_INT DW ?,? ;判断INT 16H的功能号:00H和10H NEW16H: cmp ah, 0h je loap0 cmp ah, 10h je loap0 jmp dword ptr OLD_INT ;比较知道输入的是a还是b loap0: pushf call dword ptr OLD_INT cmp al, 'A' je newb cmp al, 'a' je newb cmp al, 'B' je newa cmp al, 'b' je newa ir...
13.859649
40
0.640506
c97d86c8a80ab09a07131ce4bf7d9c1d9c40f8a0
4,768
asm
Assembly
src/board.asm
dioph/snek
f7e23d2d4cffa989a73ae7660a46d5b17208e804
[ "MIT" ]
null
null
null
src/board.asm
dioph/snek
f7e23d2d4cffa989a73ae7660a46d5b17208e804
[ "MIT" ]
null
null
null
src/board.asm
dioph/snek
f7e23d2d4cffa989a73ae7660a46d5b17208e804
[ "MIT" ]
1
2021-01-19T15:57:35.000Z
2021-01-19T15:57:35.000Z
%include "src/lib.asm" NCOLS: equ 40 WIDTH: equ NCOLS+1 NROWS: equ 12 MAXS: equ (NROWS-2)*(NCOLS-2) struc queue .data: resd MAXS .size: resd 1 endstruc section .data score_msg: db 'Score: ', 0 board: times NCOLS db ...
34.550725
79
0.480495