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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5357186eb464a4790714caafb7b9b685be4d45bb | 2,834 | asm | Assembly | base/mvdm/wow16/user/user3.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/wow16/user/user3.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/wow16/user/user3.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;
; USER3.ASM
; More Win16 USER thunks
;
; History:
;
; Created 25-Jan-1991 by Jeff Parsons (jeffpar)
; Added Win 31 thunks 22nd-March-1992 by Chandan S. Chauhan (ChandanC)
; Split off from USER2.ASM 4-Dec-92 by barryb
;
;--
TITLE USER3.ASM
PAGE ,132
.286p
.xlist
... | 25.531532 | 74 | 0.678899 |
f0a096ffc1bc68a9b50656115c99a9e0893d2576 | 1,472 | asm | Assembly | 2018-11/retardedAO/AO-TP-EXOs/TP-EXO6.asm | djalilhebal/shit | 42b65d37c1af93780b345403cdad7a9cc7d6a5cf | [
"WTFPL"
] | 3 | 2017-12-05T17:00:30.000Z | 2019-01-24T23:02:07.000Z | 2018-11/retardedAO/AO-TP-EXOs/TP-EXO6.asm | djalilhebal/shit | 42b65d37c1af93780b345403cdad7a9cc7d6a5cf | [
"WTFPL"
] | null | null | null | 2018-11/retardedAO/AO-TP-EXOs/TP-EXO6.asm | djalilhebal/shit | 42b65d37c1af93780b345403cdad7a9cc7d6a5cf | [
"WTFPL"
] | null | null | null | ; TP-EXO6: Reads a four-digit integer and prints the sum of its digits.
pile segment para stack 'pile'
db 256 dup(0)
pile ends
data segment
buf db 4+1, ?, 4 dup(?) ; maxLength+1 + actualLength + data
msg db 'Entrez un nombre: $'
sum db 13, 10, 'La somme de ses chiffres est XY$'
data ends
code se... | 26.285714 | 72 | 0.508832 |
bad1936421c4ca1290d5568c6cb1543a58ad9e30 | 8,562 | asm | Assembly | src/CORE32/mathtrnf.asm | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 86 | 2018-05-24T12:03:44.000Z | 2022-03-13T03:01:25.000Z | src/CORE32/mathtrnf.asm | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 1 | 2019-05-30T01:38:40.000Z | 2019-10-26T07:15:01.000Z | src/CORE32/mathtrnf.asm | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 14 | 2018-07-16T08:29:12.000Z | 2021-08-23T06:21:30.000Z | ;_ mathtrnf.asm May 8 1991 Modified by: Phil Hinger */
; Written by Walter Bright
; Copyright (C) 1984-1991 by Walter Bright
; All rights reserved
include macros.asm
include flthead.asm
.287
ifdef _MT
c_extrn _FEEXCEPT,near
c_extrn _FEROUND,near
endif
begdata
ifndef _MT
extr... | 20.483254 | 70 | 0.677529 |
df1697477d5c1b6599a231a242aae3512a45b755 | 2,481 | asm | Assembly | architecture/design/logisim/test/ideal_pipeline.asm | sabertazimi/hust-lab | dc3425b6afe75ac3c1b48bb62fdd27c425284a0f | [
"MIT"
] | 29 | 2017-07-30T07:46:11.000Z | 2021-11-21T15:51:04.000Z | architecture/design/fpga/mips/ideal_pipeline.asm | sabertazimi/hust-lab | dc3425b6afe75ac3c1b48bb62fdd27c425284a0f | [
"MIT"
] | 2 | 2018-03-22T10:09:35.000Z | 2021-09-12T16:08:35.000Z | architecture/design/logisim/test/ideal_pipeline.asm | sabertazimi/hust-lab | dc3425b6afe75ac3c1b48bb62fdd27c425284a0f | [
"MIT"
] | 9 | 2018-09-03T13:14:08.000Z | 2021-06-25T17:00:46.000Z | addi $v0, $zero, 1
# spec for addx
nop
addiu $s0, $0, 2
nop
add $a0, $s0, $zero
nop
syscall
nop
addiu $s1, $0, -1
nop
add $a0, $s1, $zero
nop
syscall
nop
addu $s2, $s0, $s1
nop
add $a0, $s2, $zero
nop
syscall
nop
addi $s1, $s2, 32
nop
add $a0, $s1, $zero
nop
syscall
nop
addiu $s1, $s1, 32
nop
add $a0, $s1, $zero
nop
s... | 9.653696 | 26 | 0.634825 |
a7420cd55768bdaf1552344bbedb39a6b77424da | 17,539 | asm | Assembly | Palmtree.Math.Core.Implements/vs_build/x86_Debug/debug.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Debug/debug.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Debug/debug.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\debug.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
PUBLIC _test_total_count
PUBLIC _test_o... | 22.956806 | 111 | 0.640515 |
3d53d054864b3005eac84a959f89bc45fcd6a8fd | 10,819 | asm | Assembly | Verilog/P4/test/test.asm | JJLeo/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 9 | 2021-03-04T07:22:24.000Z | 2021-11-30T02:56:08.000Z | Verilog/P4/test/test.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | null | null | null | Verilog/P4/test/test.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 3 | 2021-09-28T07:41:35.000Z | 2021-12-14T08:55:28.000Z | ori $28, $0, 0
ori $29, $0, 0
subu $13, $12, $13
sw $12, 2904($0)
beq $13, $12, label1
subu $13, $12, $12
label1: sw $13, 3552($0)
ori $13, $13, 59351
lw $13, 3884($0)
subu $13, $1, $12
lui $13, 38528
addu $12, $13, $1
sw $13, 1936($0)
lw $12, 1768($0)
lw $12, 2512($0)
jal label2
addu $12, $12, $13
label2: ori $13, $0,... | 17.365971 | 28 | 0.572511 |
f5f02437d1a4e04fd4ee17f5e04d3a951be0f95f | 1,044 | asm | Assembly | software/pcx86/bdsrc/test/case.asm | fatman2021/basicdos | d5de65300632632dd0f5a4d9335d38b4aa39d268 | [
"MIT"
] | 59 | 2020-12-22T21:02:32.000Z | 2022-02-16T05:53:49.000Z | software/pcx86/bdsrc/test/case.asm | fatman2021/basicdos | d5de65300632632dd0f5a4d9335d38b4aa39d268 | [
"MIT"
] | null | null | null | software/pcx86/bdsrc/test/case.asm | fatman2021/basicdos | d5de65300632632dd0f5a4d9335d38b4aa39d268 | [
"MIT"
] | 5 | 2020-12-24T03:07:40.000Z | 2022-02-03T18:40:55.000Z | ;
; BASIC-DOS Case Utility
;
; @author Jeff Parsons <Jeff@pcjs.org>
; @copyright (c) 2020-2021 Jeff Parsons
; @license MIT <https://basicdos.com/LICENSE.txt>
;
; This file is part of PCjs, a computer emulation software project at pcjs.org
;
include macros.inc
include dosapi.inc
CODE SEGMENT
org 10... | 18.642857 | 79 | 0.657088 |
0b4578d5b5520082d34d16f2cd2109c0b090497a | 2,237 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_360_1062.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-8650U_0xd2.log_360_1062.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-8650U_0xd2.log_360_1062.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 %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
// Store
lea addresses_PSE+0x1c053, %rdi
sub %r12, %r12
mov $0x5152535455565758, %r9
movq %r9, (%rdi)
nop
nop
and %r12, %r12
// Store
lea addresses_A+0x14453, %rcx
nop
i... | 34.953125 | 1,079 | 0.651319 |
a70f54ffffd4a699d0a54335c63ff355548e4998 | 7,920 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2196.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_2196.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_2196.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 %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x153ce, %rsi
lea addresses_WT_ht+0x12326, %rdi
nop
nop
nop
nop
inc %r10
mov $110, %rcx
rep movsl
nop
nop
nop
nop
nop
add $49396, %r9
lea addresses_D_ht+0x8726, %rbx
nop
nop
no... | 34.285714 | 2,999 | 0.654798 |
6c859e82a0336241aafa97cc915f8632045ac5ac | 285 | asm | Assembly | intel8080_assembler/tests/numbers.asm | AgustinCB/emulators | 7d4602cee4f35bd478843bee23315ba099f56526 | [
"MIT"
] | 8 | 2018-08-14T12:11:38.000Z | 2020-07-19T01:21:35.000Z | intel8080_assembler/tests/numbers.asm | AgustinCB/emulators | 7d4602cee4f35bd478843bee23315ba099f56526 | [
"MIT"
] | null | null | null | intel8080_assembler/tests/numbers.asm | AgustinCB/emulators | 7d4602cee4f35bd478843bee23315ba099f56526 | [
"MIT"
] | 1 | 2018-08-14T15:04:54.000Z | 2018-08-14T15:04:54.000Z | NUM DB 1
DOUB DW 0FFFFH
MVI A, 10
HERE:
MVI A, 10B
MVI A, 10O
MVI A, 10H
JMP $ + 1
JMP 4+3
JMP 'a'
JMP NUM
JMP NUM + 1
JMP HERE
JMP 5-1
JMP 5*5
JMP 5/5
JMP 5 MOD 3
JMP 5 SHL 1
JMP 5 SHR 1
JMP 7 AND 1
JMP 7 OR 1
JMP 7 XOR 1
JMP NOT 0
JMP 2*2+4/2
JMP 2*(2+2)
JMP FUTURE
FUTURE:
JMP DOUB | 9.827586 | 14 | 0.652632 |
df89ed7379cb65fd6fd3f75a353f15e85bf3f8f4 | 341 | asm | Assembly | src/chips/SegaPCM.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | 6 | 2020-04-21T17:26:27.000Z | 2021-09-25T18:41:01.000Z | src/chips/SegaPCM.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | src/chips/SegaPCM.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | ;
; VGM SegaPCM chip
;
SegaPCM: MACRO
super: Chip SegaPCM_name, Header.segaPCMClock, System_Return
ENDM
; ix = this
; iy = header
SegaPCM_Construct: equ Chip_Construct
; jp Chip_Construct
; ix = this
SegaPCM_Destruct: equ Chip_Destruct
; jp Chip_Destruct
;
SECTION RAM
SegaPCM_instance: SegaPCM
ENDS
SegaPCM_na... | 13.115385 | 61 | 0.756598 |
2b7073383d177250570f189f1cdefd3086889d31 | 438 | asm | Assembly | oeis/026/A026326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026326: Expansion of 1/((1-2x)(1-6x)(1-7x)(1-9x)).
; Submitted by Jon Maiga
; 1,24,373,4776,54853,588408,6028741,59809992,579668485,5521782552,51920105029,483393574248,4466595742597,41031327740856,375223258308037,3419303762715144,31074026594864389,281793678455877720
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
... | 25.764706 | 190 | 0.691781 |
e0f47c100d4a67a554555e71bde4b89d745d4c6f | 61,129 | asm | Assembly | Sound Test.asm | NatsumiFox/AMPS | b1ae660ba2662d8cbb4bddfdb0ec1df1a0cdd824 | [
"Apache-2.0"
] | 20 | 2019-08-11T16:50:42.000Z | 2022-01-03T04:34:36.000Z | Sound Test.asm | TheRetroSnake/AMPS | b1ae660ba2662d8cbb4bddfdb0ec1df1a0cdd824 | [
"Apache-2.0"
] | 13 | 2019-07-31T08:32:16.000Z | 2021-06-21T00:02:09.000Z | Sound Test.asm | TheRetroSnake/AMPS | b1ae660ba2662d8cbb4bddfdb0ec1df1a0cdd824 | [
"Apache-2.0"
] | 4 | 2019-12-17T09:22:14.000Z | 2021-08-23T05:44:54.000Z | ; ===========================================================================
; ---------------------------------------------------------------------------
; Sound Test Screen
; ---------------------------------------------------------------------------
if FEATURE_SOUNDTEST=0
inform 3,"FEATURE_SOUNDTEST must be 1 i... | 33.698456 | 187 | 0.565918 |
9be8832439d9ee3b46c49f97015b48bda40d2bfb | 282 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wv_stack/c/sccz80/wv_stack_empty.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sccz80/wv_stack_empty.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sccz80/wv_stack_empty.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int wv_stack_empty(wv_stack_t *s)
SECTION code_clib
SECTION code_adt_wv_stack
PUBLIC wv_stack_empty
EXTERN asm_wv_stack_empty
defc wv_stack_empty = asm_wv_stack_empty
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _wv_stack_empty
defc _wv_stack_empty = wv_stack_empty
ENDIF
| 14.842105 | 40 | 0.843972 |
e75b9dc33fcb44e789d3d800743bba343faebcd4 | 370 | asm | Assembly | programs/oeis/136/A136442.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/136/A136442.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/136/A136442.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A136442: a(3n) = 1, a(3n-1) = 0 and a(3n+1) = a(n).
; 1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0
mul $0,2
add $0,1
mov $1,$0
add $1,$0
mov $2,$1
lpb $... | 24.666667 | 211 | 0.494595 |
d28f3d07ff448b3bf454acc6128b070139e080ef | 125 | asm | Assembly | gfx/pokemon/jigglypuff/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/jigglypuff/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/jigglypuff/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 14
frame 2, 09
frame 3, 09
frame 2, 06
frame 4, 20
setrepeat 2
frame 3, 05
frame 4, 05
dorepeat 6
endanim
| 11.363636 | 12 | 0.656 |
5c43dc4751d0d2aa90a2b7076ce71a5b1750b7f4 | 5,269 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0xca_notsx.log_23_333.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0xca_notsx.log_23_333.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0xca_notsx.log_23_333.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x87f, %r13
and $7900, %r11
mov $0x6162636465666768, %rdi
movq %rdi, %xmm7
movups %xmm7, (%r13)
nop
sub %r14, %r14
lea addresses_WC_ht+0x8f43, %rsi
lea addresses_WT_ht+0x17... | 21.245968 | 152 | 0.64889 |
04c6fca06fefb3cb10a4925622ef3599a89c6bc0 | 359 | asm | Assembly | programs/oeis/172/A172050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/172/A172050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/172/A172050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A172050: A008585+A029907.
; 0,4,8,13,20,30,46,72,116,191,320,542,924,1580,2704,4625,7900,13470,22922,38928,65980,111619,188488,317758,534840,898900,1508696,2528917,4233956,7080606,11828710,19741272,32916164,54835655,91276304
mov $1,$0
mov $2,$0
cal $0,29907 ; a(n+1) = a(n) + a(n-1) + Fibonacci(n).
mul $1,2
mov $3,$0... | 27.615385 | 198 | 0.696379 |
0f26b580528ad54856b080b91f6e40bda1fc324c | 470 | asm | Assembly | programs/oeis/079/A079309.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/079/A079309.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079309.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A079309: a(n) = C(1,1) + C(3,2) + C(5,3) + ... + C(2*n-1,n).
; 1,4,14,49,175,637,2353,8788,33098,125476,478192,1830270,7030570,27088870,104647630,405187825,1571990935,6109558585,23782190485,92705454895,361834392115,1413883873975,5530599237775,21654401079325,84859704298201,332818970772253,1306288683596309,513063398397... | 26.111111 | 261 | 0.685106 |
04ddcbacd7fe44cae1bfb038bb63f1940b260e4a | 586 | asm | Assembly | wof/lcs/base/190.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | wof/lcs/base/190.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/base/190.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
005EB4 bne $5fe2
005EC2 bne $66da
005F4A bne $5fe2
006086 bne $66da
006150 bne $66da
006170 bne $5fe2
0062F2 bne $5fe2
006302 bne $66da
006324 bne $5fe2
006688 bne $5fe2
01A610 dbra D1, $1a60e
04C7D8... | 23.44 | 54 | 0.619454 |
b8171028347c7096b95b74bd8f400e33e951c1b3 | 740 | asm | Assembly | src/lib/math/atan2.asm | germix/sanos | 5f6668985083d1114d1699a3a724b15f413e0cbb | [
"Spencer-94"
] | 57 | 2015-10-31T23:26:31.000Z | 2022-03-19T21:32:44.000Z | src/lib/math/atan2.asm | germix/sanos | 5f6668985083d1114d1699a3a724b15f413e0cbb | [
"Spencer-94"
] | 3 | 2017-05-28T14:08:43.000Z | 2021-03-01T10:43:00.000Z | src/lib/math/atan2.asm | germix/sanos | 5f6668985083d1114d1699a3a724b15f413e0cbb | [
"Spencer-94"
] | 31 | 2015-10-24T16:25:21.000Z | 2022-03-02T21:35:48.000Z | ;-----------------------------------------------------------------------------
; atan2.asm - floating point arc tangent (2 argument)
; Ported from Al Maromaty's free C Runtime Library
;-----------------------------------------------------------------------------
SECTION .text
global a... | 35.238095 | 78 | 0.325676 |
bee2eabde59582f1bc9adaba46289e5f669e600f | 389 | asm | Assembly | oeis/152/A152263.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152263.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152263.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152263: a(n) = ((8 + sqrt(6))^n + (8 - sqrt(6))^n)/2.
; Submitted by Jon Maiga
; 1,8,70,656,6436,64928,665560,6883136,71527696,745221248,7774933600,81176105216,847871534656,8857730451968,92547138221440,967005845328896,10104359508418816,105583413105625088,1103281758201710080
mov $1,1
lpb $0
sub $0,1
mov $2,$3
... | 24.3125 | 195 | 0.694087 |
9f22c833557292a4828beb87b19dd94cb5e51fbc | 290 | asm | Assembly | masm/hw3.asm | userElaina/MicrocomputerLab | 75ea8b0e6ad098df66db859a84c1cc8b27ef9c92 | [
"MIT"
] | null | null | null | masm/hw3.asm | userElaina/MicrocomputerLab | 75ea8b0e6ad098df66db859a84c1cc8b27ef9c92 | [
"MIT"
] | null | null | null | masm/hw3.asm | userElaina/MicrocomputerLab | 75ea8b0e6ad098df66db859a84c1cc8b27ef9c92 | [
"MIT"
] | null | null | null | DATA SEGMENT
MESG DB 'Hello world!', 0AH
DATA ENDS
CODE SEGMENT
ASSUME CS: CODE, DS: DATA
BEG: MOV AX, DATA
MOV DS, AX
MOV AH, 9
MOV DX, OFFSET MESG
INT 21H
MOV AH, 4CH
INT 21H
CODE ENDS
END BEG
| 18.125 | 34 | 0.486207 |
78061a1d2cea5be70ebee1ea67da9b9b27290694 | 733 | asm | Assembly | oeis/060/A060022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060022.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060022: Expansion of (1-x-x^N)/((1-x)(1-x^2)(1-x^3)...(1-x^N)) for N = 3.
; Submitted by Christian Krause
; 1,0,1,0,0,-1,-1,-3,-3,-5,-6,-8,-9,-12,-13,-16,-18,-21,-23,-27,-29,-33,-36,-40,-43,-48,-51,-56,-60,-65,-69,-75,-79,-85,-90,-96,-101,-108,-113,-120,-126,-133,-139,-147,-153,-161,-168,-176,-183,-192,-199,-208,-21... | 33.318182 | 447 | 0.54161 |
3d9809f8d7c65f9c8e894e392ab26cf43da7e9b1 | 13,742 | asm | Assembly | base/ntos/ke/amd64/callout.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/ntos/ke/amd64/callout.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/ntos/ke/amd64/callout.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | title "Call Out to User Mode"
;++
;
; Copyright (c) 2000 Microsoft Corporation
;
; Module Name:
;
; callout.asm
;
; Abstract:
;
; This module implements the code necessary to call out from kernel
; mode to user mode.
;
; Author:
;
; David N. Cutler (davec) 30-Aug-2000
;
; Environment... | 34.70202 | 84 | 0.591981 |
4ca84624906b1bd9e2488f4f8c497bfcf0e953e4 | 2,330 | asm | Assembly | scripts/PokemonMansionB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | scripts/PokemonMansionB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | scripts/PokemonMansionB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | PokemonMansionB1F_Script:
call Mansion4Script_523cf
call EnableAutoTextBoxDrawing
ld hl, Mansion4TrainerHeaders
ld de, PokemonMansionB1F_ScriptPointers
ld a, [wPokemonMansionB1FCurScript]
call ExecuteCurMapScriptInTable
ld [wPokemonMansionB1FCurScript], a
ret
Mansion4Script_523cf:
ld hl, wCurrentMapScriptFlag... | 19.579832 | 113 | 0.824893 |
0d28d57ff651609971bff467f2ea9c93f0f38f4a | 3,372 | asm | Assembly | data/maps/scripts.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/maps/scripts.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/maps/scripts.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | SECTION "Map Scripts 1", ROMX
INCLUDE "maps/OsakaDowntown.asm"
INCLUDE "maps/Hamamatsu.asm"
INCLUDE "maps/Nara.asm"
INCLUDE "maps/Toyohashi.asm"
INCLUDE "maps/KyotoEast.asm"
INCLUDE "maps/Minabe.asm"
INCLUDE "maps/Kobe.asm"
INCLUDE "maps/IzuIsland.asm"
INCLUDE "maps/Stumpslab.asm"
INCLUDE "maps/KeksandrasHouse1F.asm"
I... | 19.491329 | 54 | 0.771056 |
843751d6ce9b2eba91540f1fdba5ded7889e6fd4 | 1,684 | asm | Assembly | programs/oeis/081/A081276.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/081/A081276.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/081/A081276.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A081276: Floor(n^3/8).
; 0,0,1,3,8,15,27,42,64,91,125,166,216,274,343,421,512,614,729,857,1000,1157,1331,1520,1728,1953,2197,2460,2744,3048,3375,3723,4096,4492,4913,5359,5832,6331,6859,7414,8000,8615,9261,9938,10648,11390,12167,12977,13824,14706,15625,16581,17576,18609,19683,20796,21952,23149,24389,25672,27000,28372,... | 240.571429 | 1,629 | 0.836105 |
fca7706dbeabbfef08707c91ef85f50f269fee2e | 683 | asm | Assembly | oeis/007/A007808.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/007/A007808.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/007/A007808.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A007808: Number of directed column-convex polyominoes of height n: a(k+1)=(k+1)*a(k)+(a(1)+...+a(k)).
; 1,1,3,13,69,431,3103,25341,231689,2345851,26065011,315386633,4128697741,58145826519,876660153671,14089181041141,240455356435473,4343224875615731,82776756452911579,1660133837750060001,34950186057896000021,7706516025... | 52.538462 | 492 | 0.831625 |
57b1deb5103234139f4e1d68cd8a5026a92900b1 | 336 | asm | Assembly | programs/oeis/021/A021200.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021200.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021200.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021200: Decimal expansion of 1/196.
; 0,0,5,1,0,2,0,4,0,8,1,6,3,2,6,5,3,0,6,1,2,2,4,4,8,9,7,9,5,9,1,8,3,6,7,3,4,6,9,3,8,7,7,5,5,1,0,2,0,4,0,8,1,6,3,2,6,5,3,0,6,1,2,2,4,4,8,9,7,9,5,9,1,8,3,6,7,3,4,6,9,3,8,7,7,5,5,1,0,2,0,4,0,8,1,6,3,2,6
add $0,1
mov $1,10
pow $1,$0
sub $1,6
mul $1,9
div $1,21
add $1,4
div $1,84
mod ... | 24 | 199 | 0.541667 |
deb93ace3e8d26296583cb923aea336d11691bf2 | 24,989 | asm | Assembly | sources/isal/crc/crc32_iscsi_00.asm | intel/qpl | cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d | [
"MIT"
] | 11 | 2022-02-25T08:20:23.000Z | 2022-03-25T08:36:19.000Z | sources/isal/crc/crc32_iscsi_00.asm | intel/qpl | cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d | [
"MIT"
] | null | null | null | sources/isal/crc/crc32_iscsi_00.asm | intel/qpl | cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright (C) 2022 Intel Corporation
;
; SPDX-License-Identifier: MIT
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Function to compute iscsi CRC32 with table-based recombination
; crc done "by 3" with block sizes 1... | 38.444615 | 88 | 0.72628 |
011452ec2d8ce38bb18a0603ddc00a80f5a0d028 | 1,195 | asm | Assembly | libsrc/_DEVELOPMENT/string/z80/asm_strcmp.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/_DEVELOPMENT/string/z80/asm_strcmp.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/string/z80/asm_strcmp.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Dec 2013
; ===============================================================
;
; int strcmp(const char *s1, const char *s2)
;
; Compare string s1 to string s2. Return when the first
; differing char is found with *s1 - *s2.
;
; =======================... | 20.254237 | 67 | 0.425941 |
e008f1dc0857351b445e7ba8687b7c71b73aa4fd | 1,452 | asm | Assembly | hello64/hello64_inc.asm | P403n1x87/asm | 324cdecab6ea05fb85e53dcdc1c4b86b894597ed | [
"FSFAP"
] | 8 | 2019-05-14T02:16:24.000Z | 2022-02-25T18:06:38.000Z | hello64/hello64_inc.asm | P403n1x87/asm | 324cdecab6ea05fb85e53dcdc1c4b86b894597ed | [
"FSFAP"
] | null | null | null | hello64/hello64_inc.asm | P403n1x87/asm | 324cdecab6ea05fb85e53dcdc1c4b86b894597ed | [
"FSFAP"
] | null | null | null | ; hello64_inc.asm
;
; A simple x86_64 Hello World application that shows how import symbols
; from an external file.
;
; Copyright (C) 2016 Gabriele N. Tornetta <phoenix1987@gmail.com>. All
; rights reserved.
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU Genera... | 25.034483 | 71 | 0.682507 |
a7b143d35fdfe0668d25126c89e37592bef338a4 | 130 | asm | Assembly | unittests/ASM/TwoByte/0F_0E.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/TwoByte/0F_0E.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/TwoByte/0F_0E.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
femms ; Just ensure it runs
hlt
| 9.285714 | 27 | 0.576923 |
4741ed056a64c1c168ea7b9986579a44a50f5e12 | 39,177 | asm | Assembly | zombie.asm | vitor0x5/XV6-TF-SO1-2019 | 3d46dc7ab5a92e3054795960e1d7937fa0003b4e | [
"MIT-0"
] | null | null | null | zombie.asm | vitor0x5/XV6-TF-SO1-2019 | 3d46dc7ab5a92e3054795960e1d7937fa0003b4e | [
"MIT-0"
] | null | null | null | zombie.asm | vitor0x5/XV6-TF-SO1-2019 | 3d46dc7ab5a92e3054795960e1d7937fa0003b4e | [
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
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 pus... | 33.628326 | 60 | 0.409322 |
0ce4b70e7279cf812df742f26a2db806b7de3013 | 2,114 | asm | Assembly | strlib.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | strlib.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | strlib.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | ; string routines in TMS9900 ASM
; strlen
; counts bytes in a string passed on the stack
; returned in on the stack
strlen:
;mov r11,*r10+
pop r6
push r11
clr r7 ; lenght counter
slloop:
clr r3 ; clear r3 holding char
movb *r6+,r3 ; get next char
ci r3,0 ; is char 0
jeq... | 20.930693 | 77 | 0.602649 |
c6f3ed9d377e86a10252a175d90ec44b8123de73 | 1,200 | asm | Assembly | pwnlib/shellcraft/templates/arm/setregs.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | 7 | 2017-07-11T01:12:02.000Z | 2017-09-21T23:39:54.000Z | pwnlib/shellcraft/templates/arm/setregs.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/arm/setregs.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | 6 | 2017-09-07T02:31:11.000Z | 2021-07-05T16:59:18.000Z | <%
from pwnlib.regsort import regsort
from pwnlib.constants import Constant, eval
from pwnlib.shellcraft import registers
from pwnlib.shellcraft.arm import mov
%>
<%page args="reg_context, stack_allowed = True"/>
<%docstring>
Sets multiple registers, taking any register dependencies into account
(i.e., given ea... | 27.272727 | 76 | 0.614167 |
c4ae0d069d0d44d184a864d9db5a493eca04ca2a | 247 | a51 | Assembly | tests/print_asm.a51 | planet-s/area8051 | c3ba414c1bbdceb6050372ccd83d435093efd155 | [
"MIT"
] | null | null | null | tests/print_asm.a51 | planet-s/area8051 | c3ba414c1bbdceb6050372ccd83d435093efd155 | [
"MIT"
] | null | null | null | tests/print_asm.a51 | planet-s/area8051 | c3ba414c1bbdceb6050372ccd83d435093efd155 | [
"MIT"
] | null | null | null | .org 00H
start:
lcall print
ljmp shutdown
print:
mov 0x99, #'H'
mov 0x99, #'e'
mov 0x99, #'l'
mov 0x99, #'l'
mov 0x99, #'o'
mov 0x99, #'\n'
ret
shutdown:
mov dptr, #0xFFFF
mov a, #1
movx @dptr, a
| 12.35 | 21 | 0.502024 |
f2139965bb9072d422287756474f574c79c54dbc | 72 | asm | Assembly | gfx/pokemon/sableye/anim.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | gfx/pokemon/sableye/anim.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | gfx/pokemon/sableye/anim.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | frame 0, 04
setrepeat 4
frame 1, 06
frame 2, 06
dorepeat 2
endanim | 12 | 12 | 0.694444 |
5b163d4d8fdc1ed2c4ad3c1e04de3a1b69b50f22 | 7,297 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1525.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1525.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1525.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 %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x11938, %rsi
lea addresses_WT_ht+0x1cf98, %rdi
nop
nop
nop
nop
nop
lfence
mov $100, %rcx
rep movsb
nop
nop
nop
nop
nop
and %rbp, %rbp
lea addresses_normal_ht+0x155f8, %r9
cmp %... | 35.251208 | 2,999 | 0.661505 |
8993620acefe12e25c5d5c9188956d8a8d70edd6 | 888 | asm | Assembly | oeis/218/A218659.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/218/A218659.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/218/A218659.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A218659: Hilltop maps: number of n X 4 binary arrays indicating the locations of corresponding elements not exceeded by any king-move neighbor in a random 0..1 n X 4 array.
; Submitted by Christian Krause
; 9,225,3249,50625,793881,12383361,193349025,3018953025,47135449449,735942652641,11490533873361,179405691966081,2... | 126.857143 | 490 | 0.867117 |
e2249b7a39a507b237c5b9bc1fbd29764f089496 | 2,673 | asm | Assembly | kernel/arch/riscv/trap.asm | tstree-oscomp2021/hecto-os | 285141beba9d946bfdd1c15135e0f41d12eadc7f | [
"Apache-2.0",
"MIT"
] | 2 | 2021-05-19T06:00:14.000Z | 2021-05-19T07:09:08.000Z | kernel/arch/riscv/trap.asm | tstree-oscomp2021/hecto-os | 285141beba9d946bfdd1c15135e0f41d12eadc7f | [
"Apache-2.0",
"MIT"
] | null | null | null | kernel/arch/riscv/trap.asm | tstree-oscomp2021/hecto-os | 285141beba9d946bfdd1c15135e0f41d12eadc7f | [
"Apache-2.0",
"MIT"
] | 1 | 2021-12-08T12:48:21.000Z | 2021-12-08T12:48:21.000Z | # 我们将会用一个宏来用循环保存寄存器。这是必要的设置
.altmacro
.set REG_SIZE, 8 # 寄存器宽度对应的字节数
.set TRAP_FRAME_SIZE, 34 # TrapFrame 的大小
# 宏:将寄存器存到栈上
.macro SAVE_GP n
sd x\n, \n*8(sp)
.endm
# 宏:将寄存器从栈中取出
.macro LOAD_GP n
ld x\n, \n*8(sp)
.endm
.macro RESTORE_SYS_GP
.option push
.option norelax
1:
... | 27.84375 | 73 | 0.534231 |
f75497ece68e0c02c52c414baac5d72fc09bea3e | 46,306 | asm | Assembly | aes/XTS_AES_256_enc_vaes.asm | intelkevinputnam/isa-l_crypto | 99d3b44924279c4f82108a035dc8d91062a54446 | [
"BSD-3-Clause"
] | 178 | 2019-05-07T21:09:12.000Z | 2022-03-24T06:17:51.000Z | aes/XTS_AES_256_enc_vaes.asm | intelkevinputnam/isa-l_crypto | 99d3b44924279c4f82108a035dc8d91062a54446 | [
"BSD-3-Clause"
] | 761 | 2019-05-13T09:35:59.000Z | 2022-03-31T18:18:06.000Z | aes/XTS_AES_256_enc_vaes.asm | intelkevinputnam/isa-l_crypto | 99d3b44924279c4f82108a035dc8d91062a54446 | [
"BSD-3-Clause"
] | 57 | 2019-05-30T13:41:29.000Z | 2022-02-20T17:13:01.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2020 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 so... | 27.432464 | 123 | 0.645705 |
84b0ebde6c5df375a21478596bcae4b4fcb2c211 | 9,903 | asm | Assembly | iod/con2/ptr/version.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ptr/version.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ptr/version.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Version number/update record v0.00 Feb 1988 J.R.Oakley QJUMP
*
section version
*
xdef pt_vers
xdef pt.vers
*
dc.w nmend-*-2,'Pointer Interface V'
*
* v1.06.
* Key debounce improved. (Extension)
*
*
* v1.07.
* First internal mouse version. (Extension)
* Closing last window in particular (Extensio... | 26.692722 | 76 | 0.696759 |
7bbd4c674cb0a3901ca3f741eec9d3c4dd6c1d13 | 7,900 | asm | Assembly | data/pokemon/egg_moves_kanto.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | data/pokemon/egg_moves_kanto.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | data/pokemon/egg_moves_kanto.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | SECTION "Egg Moves 1", ROMX
EggMovePointers1:
dw BulbasaurEggMoves
dw NoEggMoves1
dw NoEggMoves1
dw CharmanderEggMoves
dw NoEggMoves1
dw NoEggMoves1
dw SquirtleEggMoves
dw NoEggMoves1
dw NoEggMoves1
dw NoEggMoves1
dw NoEggMoves1
dw NoEggMoves1
dw NoEggMoves1
dw NoEggMoves1
dw NoEggMoves1
dw PidgeyEggMo... | 13.435374 | 27 | 0.769494 |
ff276eb10704d6c52e8c9dcd79dd27a62e0195be | 390 | asm | Assembly | oeis/176/A176629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/176/A176629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/176/A176629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A176629: a(n) = n-th semiprime - (-1)^(n-th semiprime).
; Submitted by Christian Krause
; 3,5,10,9,13,16,22,21,26,25,34,33,36,37,40,45,50,52,56,58,57,61,66,70,73,78,81,86,85,88,92,94,93,96,105,112,116,117,120,122,121,124,130,134,133,142,141,144,146,145,156,157,160,162,165,170,178,177,184,186,188
seq $0,186621 ; Semi... | 32.5 | 208 | 0.658974 |
d5c41ad5510bb8b3af0bd82e984dedee40610b9f | 294 | asm | Assembly | oeis/094/A094027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/094/A094027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/094/A094027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A094027: Expansion of x(1+100x)/((1-x^2)(1-100x^2)).
; 0,1,100,101,10100,10101,1010100,1010101,101010100,101010101,10101010100,10101010101,1010101010100,1010101010101,101010101010100,101010101010101,10101010101010100,10101010101010101
lpb $0
sub $0,2
sub $2,1
mul $2,100
lpe
sub $0,$2
| 29.4 | 181 | 0.761905 |
3b4e28756761c164e2eb40c1193ff8510e080e00 | 278 | asm | Assembly | libsrc/target/special/stdio/fputc_cons_native.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/special/stdio/fputc_cons_native.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/special/stdio/fputc_cons_native.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC fputc_cons_native
PUBLIC _fputc_cons_native
INCLUDE "target/special/def/special.def"
fputc_cons_native:
_fputc_cons_native:
ld hl,2
add hl,sp
ld a,(hl)
cp 10
jr nz,not_lf
ld c,13
call CONSOLE_OUT
not_lf:
ld c,(hl)
call CONSOLE_OUT
ret
| 12.636364 | 41 | 0.758993 |
f430d2ab6d713a20074ea6fd1e97a41a85f0f0c0 | 5,498 | asm | Assembly | src/parkera.asm | ViGrey/calendar_dot_exe | 6c19b273570f8bdb9b2ea161ede841895183a7d6 | [
"BSD-2-Clause"
] | 2 | 2021-01-01T00:41:54.000Z | 2021-01-19T01:39:47.000Z | src/parkera.asm | ViGrey/calendar_dot_exe | 6c19b273570f8bdb9b2ea161ede841895183a7d6 | [
"BSD-2-Clause"
] | null | null | null | src/parkera.asm | ViGrey/calendar_dot_exe | 6c19b273570f8bdb9b2ea161ede841895183a7d6 | [
"BSD-2-Clause"
] | null | null | null | ; Copyright (C) 2020-2021, Vi Grey
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; 1. Redistributions of source code must retain the above copyright
; notice, this list of conditions and ... | 23.198312 | 76 | 0.734631 |
6c44a4be64c07e872554bfd2bf46dec426378222 | 7,550 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_478.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_478.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_478.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 %r12
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xba38, %r10
nop
nop
nop
cmp $2446, %r12
mov (%r10), %r9
and $61941, %r10
lea addresses_normal_ht+0x12938, %r10
nop
cmp $15434, %r9
vmovups (%r10), %ymm0
vextracti... | 33.40708 | 2,999 | 0.658013 |
4719745aa272ff2c1e782098e46b4e6d7c6cca6e | 1,458 | asm | Assembly | Homework Submission/Homework 5/2.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | Homework Submission/Homework 5/2.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | Homework Submission/Homework 5/2.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
PROMPT_1 DB "Enter num 1: $"
PROMPT_2 DB 0AH, 0DH, "Enter num 2: $"
PROMPT_3 DB 0AH, 0DH, "Sum: $"
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
LEA DX, PROMPT_1
MOV AH, 09H
INT 21H
MOV AH, 01H
... | 17.152941 | 43 | 0.347051 |
33e1749f598033dc13b59c5e3814206f1b9ce59c | 13,276 | asm | Assembly | src/third_party/libjpeg-turbo/simd/jcgryext-sse2-64.asm | rhencke/engine | 1016db292c4e73374a0a11536b18303c9522a224 | [
"BSD-3-Clause"
] | null | null | null | src/third_party/libjpeg-turbo/simd/jcgryext-sse2-64.asm | rhencke/engine | 1016db292c4e73374a0a11536b18303c9522a224 | [
"BSD-3-Clause"
] | null | null | null | src/third_party/libjpeg-turbo/simd/jcgryext-sse2-64.asm | rhencke/engine | 1016db292c4e73374a0a11536b18303c9522a224 | [
"BSD-3-Clause"
] | null | null | null | ;
; jcgryext.asm - grayscale colorspace conversion (64-bit SSE2)
;
; Copyright (C) 2011, D. R. Commander.
;
; Based on the x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled ... | 36.273224 | 88 | 0.544893 |
1adf6649b4b6105fea32162a18acc41ef10f6073 | 1,126 | asm | Assembly | polo.asm | DittoPDX/gameExploitation | 95d6d7bb242d927410fd5f52045b4fc250b16bf0 | [
"MIT"
] | 2 | 2018-02-09T08:14:38.000Z | 2019-04-27T18:17:08.000Z | polo.asm | DittoPDX/gameExploitation | 95d6d7bb242d927410fd5f52045b4fc250b16bf0 | [
"MIT"
] | 1 | 2018-03-18T19:47:03.000Z | 2018-08-20T16:40:52.000Z | polo.asm | DittoPDX/gameExploitation | 95d6d7bb242d927410fd5f52045b4fc250b16bf0 | [
"MIT"
] | null | null | null | mov ecx,dword ptr ds:[1072A88]
lea eax,dword ptr ss:[ebp-18]
push eax
call aok hd.AE26F0
mov dword ptr ss:[ebp-4],5
mov eax,dword ptr ds:[eax]
mov dword ptr ss:[ebp-14],10
cmp dword ptr ds:[eax+380],0
jne aok hd.C2555B
mov eax,dword ptr ds:[ebx+64]
mov byte ptr ss:[ebp-D],1
cmp dword ptr ds:[eax+A20],1
jne ... | 20.472727 | 34 | 0.690941 |
72a5ad76582b846c4b554d3ad7819693161b744f | 1,745 | a51 | Assembly | a51test/(B5)CJNE_A_d_o.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(B5)CJNE_A_d_o.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(B5)CJNE_A_d_o.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | MOV 0x00,#0x00
MOV 0x01,#0x01
MOV 0x02,#0x02
MOV 0x03,#0x03
MOV 0x04,#0x04
MOV 0x05,#0x05
MOV 0x06,#0x06
MOV 0x07,#0x07
MOV 0x08,#0x08
MOV 0x09,#0x09
MOV 0x0A,#0x0A
MOV 0x0B,#0x0B
MOV 0x0C,#0x0C
MOV 0x0D,#0x0D
MOV 0x0E,#0x0E
MOV 0x0F,#0x0F
MOV 0x10,#0x10
MOV 0x11,#0x11
MOV 0x12,#0x12
MOV 0x13,#0x13
MOV 0x14,#0x14
MOV 0... | 19.829545 | 30 | 0.744413 |
1837f9736f36766c7123892c4ffa2741f6696902 | 378 | asm | Assembly | programs/oeis/083/A083323.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/083/A083323.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/083/A083323.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A083323: a(n) = 3^n - 2^n + 1.
; 1,2,6,20,66,212,666,2060,6306,19172,58026,175100,527346,1586132,4766586,14316140,42981186,129009092,387158346,1161737180,3485735826,10458256052,31376865306,94134790220,282412759266,847255055012
mul $0,2
mov $2,1
lpb $0
sub $0,2
add $1,1
add $3,$2
mul $2,2
sub $3,1
add $2,... | 19.894737 | 195 | 0.671958 |
0a6a334cbbf543b37d957316cbf1157b0a5f4d49 | 521 | asm | Assembly | x86/rot_bootstrap.asm | Gip-Gip/ROT | 121780c65fa44fde69434e1270e2ff5887252c07 | [
"0BSD"
] | null | null | null | x86/rot_bootstrap.asm | Gip-Gip/ROT | 121780c65fa44fde69434e1270e2ff5887252c07 | [
"0BSD"
] | null | null | null | x86/rot_bootstrap.asm | Gip-Gip/ROT | 121780c65fa44fde69434e1270e2ff5887252c07 | [
"0BSD"
] | null | null | null | ; rot_bootstrap.asm - a bunch of defs, with a little bit of startup code
extern rot_main
global rot_start
MBALIGN equ 1<<0
MEMINFO equ 1<<1
FLAGS equ MBALIGN | MEMINFO
MAGIC equ 0x1BADB002
CHECKSUM equ -(MAGIC + FLAGS)
section .multiboot_header
align 4
DD MAGIC
DD FLAGS
DD CHE... | 12.707317 | 72 | 0.677543 |
f7fcf9761c0f59b0bd78c8146ae6e5426bfff61f | 585 | asm | Assembly | programs/oeis/025/A025791.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/025/A025791.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/025/A025791.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A025791: Expansion of 1/((1-x)(1-x^9)(1-x^10)).
; 1,1,1,1,1,1,1,1,1,2,3,3,3,3,3,3,3,3,4,5,6,6,6,6,6,6,6,7,8,9,10,10,10,10,10,10,11,12,13,14,15,15,15,15,15,16,17,18,19,20,21,21,21,21,22,23,24,25,26,27,28,28,28,29
mov $11,$0
mov $13,$0
add $13,1
lpb $13,1
clr $0,11
mov $0,$11
sub $13,1
sub $0,$13
add $0,3
... | 16.714286 | 163 | 0.490598 |
1e8a3f1acb6b941d0db8b6460167698ed24b62a8 | 605 | asm | Assembly | Verilog/P7/test/P7测试集/计时器功能测试.asm | JJLeo/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 9 | 2021-03-04T07:22:24.000Z | 2021-11-30T02:56:08.000Z | Verilog/P7/test/P7测试集/计时器功能测试.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | null | null | null | Verilog/P7/test/P7测试集/计时器功能测试.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 3 | 2021-09-28T07:41:35.000Z | 2021-12-14T08:55:28.000Z | .text
li $12, 0x0c01
mtc0 $12, $12
li $1, 500
li $2, 9
sw $1, 0x7f04($0)
sw $2, 0x7f00($0)
li $1, 1000
sw $1, 0x7f14($0)
sw $2, 0x7f10($0)
lw $1, 0x7f00($0)
lw $1, 0x7f04($0)
lw $1, 0x7f10($0)
lw $1, 0x7f14($0)
li $1, 0
li $2, 0
for:
ori $3, $3, 0
beq $1, $0, for
nop
beq $2, $0, for
nop
lw $1, 0x7f00($0)
lw $1, 0... | 10.803571 | 20 | 0.573554 |
9c87af340a7af4ab6c5984b2450cbcf46cfcd015 | 1,592 | asm | Assembly | Source/Test/Case/HookSetSuccess/LoopJumpAssist.asm | samuelgr/Hookshot | cf6e0fa6c273fcac087e0c0a97097433736e72ab | [
"BSD-3-Clause"
] | 4 | 2021-01-10T22:25:31.000Z | 2022-01-11T16:55:25.000Z | Source/Test/Case/HookSetSuccess/LoopJumpAssist.asm | samuelgr/Hookshot | cf6e0fa6c273fcac087e0c0a97097433736e72ab | [
"BSD-3-Clause"
] | 2 | 2021-01-11T11:23:47.000Z | 2021-05-12T05:26:30.000Z | Source/Test/Case/HookSetSuccess/LoopJumpAssist.asm | samuelgr/Hookshot | cf6e0fa6c273fcac087e0c0a97097433736e72ab | [
"BSD-3-Clause"
] | 2 | 2020-10-02T03:07:50.000Z | 2021-12-29T14:42:25.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Hookshot
; General-purpose library for injecting DLLs and hooking function calls.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Authored by Samuel Grossman
; Copyright (c) 2019-2021
;;;;;;;;;;;;;;;;;;... | 30.037736 | 149 | 0.579146 |
694ebcee7689360caef25220f0cad6a35d4f6b5c | 5,134 | asm | Assembly | smsq/sbas/base.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/sbas/base.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/sbas/base.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; SBAS_BASE - SBASIC Base V2.02 1992 Tony Tebby QJUMP
vec macro routine
xref [routine]
dc.w [routine]-*
endm
section header
xref smsq_end
header_base
dc.l sb_base-header_base ; length of header
dc.l 0 ; module length unknown
dc.l smsq_end-sb_base ; loaded length
dc.l 0 ; checksum
dc.l 0 ... | 21.662447 | 62 | 0.691469 |
1d4959ded799fb7a6eb4d12b643ffa98bb2f6f52 | 5,963 | asm | Assembly | MessageBox.asm | zhaojunchen/win-exec-calc-shellcode | 796e4ab0aa052428b7994daa07d4b5ff1e1c86ec | [
"BSD-3-Clause"
] | null | null | null | MessageBox.asm | zhaojunchen/win-exec-calc-shellcode | 796e4ab0aa052428b7994daa07d4b5ff1e1c86ec | [
"BSD-3-Clause"
] | null | null | null | MessageBox.asm | zhaojunchen/win-exec-calc-shellcode | 796e4ab0aa052428b7994daa07d4b5ff1e1c86ec | [
"BSD-3-Clause"
] | null | null | null | ; 参数压栈!
BITS 32
SECTION .text
%include 'type-conversion.asm'
xor edx, edx
; 分配字符串空间
push B2DW('t','i','p',0)
push esp
pop eax
push 0x00000000
push B2DW('0', '1', '8', '4')
push B2DW('0', '1', '5', '0')
push B2DW('0', '1', '7', '3')
push B2DW('G', '1', ':', '2')
push esp
pop ecx; &(学号)
; 填充MessageBoxA参数
push edx;
push... | 27.104545 | 102 | 0.550394 |
18254d9e7c6efc7d72a5246a0903fdc82a804ab8 | 279 | asm | Assembly | bin/src/MAIN.asm | xohozu/aEditor | bb3d2900e58c08afbf97687b585fb22ec4992516 | [
"MIT"
] | 10 | 2015-02-04T08:53:48.000Z | 2018-10-02T12:33:01.000Z | bin/src/MAIN.asm | qhhonx/aEditor | bb3d2900e58c08afbf97687b585fb22ec4992516 | [
"MIT"
] | null | null | null | bin/src/MAIN.asm | qhhonx/aEditor | bb3d2900e58c08afbf97687b585fb22ec4992516 | [
"MIT"
] | 2 | 2015-05-22T15:39:22.000Z | 2016-03-09T13:47:48.000Z | INCLUDE MACRO.ASM
EXTRN _GET_MOUSE_STATE:FAR
EXTRN _INIT_MOUSE:FAR
EXTRN _INIT_FRAME:FAR
EXTRN _GET_ACTION:FAR
CODE SEGMENT
ASSUME CS:CODE
__SET_DISPLAY_MODE 12H
CALL _INIT_FRAME
CALL _INIT_MOUSE
LOOP1:
CALL _GET_MOUSE_STATE
CALL _GET_ACTION
JMP LOOP1
CODE ENDS
END
| 13.95 | 26 | 0.820789 |
f4619bd2dce42e58992dfd9fe5cdfddbd8a67fea | 3,364 | asm | Assembly | boot/enableA20.asm | MahmoudYounes/BeOS | e832950a9103f154903eb600b0496d95c9826efb | [
"MIT"
] | null | null | null | boot/enableA20.asm | MahmoudYounes/BeOS | e832950a9103f154903eb600b0496d95c9826efb | [
"MIT"
] | null | null | null | boot/enableA20.asm | MahmoudYounes/BeOS | e832950a9103f154903eb600b0496d95c9826efb | [
"MIT"
] | null | null | null | ; ========================================
; function to enable A20 if not enabled
; credits to osdev
; args: none
; ========================================
func_EnableA20:
pushad
cli
mov cx, 0 ; counter to check which method we have used
checkIfEnabled:
; first let's check if a20 is enabled
; if not ena... | 16.736318 | 63 | 0.570452 |
c2a96b7d0089cf78a83fff8f5d9920615d442c41 | 172 | asm | Assembly | data/pokemon/dex_entries/rattata.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/rattata.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/rattata.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "RAT@" ; species name
db "This #MON's"
next "impressive vital-"
next "ity allows it to"
page "live anywhere. It"
next "also multiplies"
next "very quickly.@"
| 17.2 | 25 | 0.656977 |
3e88462193fc2485ca80bef690905650ee51b393 | 850 | asm | Assembly | programs/oeis/053/A053539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/053/A053539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/053/A053539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A053539: a(n) = n * 8^(n-1).
; 0,1,16,192,2048,20480,196608,1835008,16777216,150994944,1342177280,11811160064,103079215104,893353197568,7696581394432,65970697666560,562949953421312,4785074604081152,40532396646334464,342273571680157696,2882303761517117440,24211351596743786496,202914184810805067776,16971004547812787486... | 106.25 | 779 | 0.907059 |
a4ba5d11b1eb6836ecac0e606ce55e2de3c0d843 | 6,313 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_xt_/i3-7100_9_0x84_notsx.log_21829_302.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i3-7100_9_0x84_notsx.log_21829_302.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i3-7100_9_0x84_notsx.log_21829_302.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x14fe, %rax
nop
nop
nop
nop
nop
cmp %r15, %r15
movb $0x61, (%rax)
nop
nop
and $12492, %rbp
lea addresses_WC_ht+0xaabe, %rcx
and $15881, %rsi
movups (%rcx), %xmm3
vpextrq $0, %... | 38.260606 | 2,999 | 0.658641 |
3355c3e042d30018c9ab6b1e7c7eaadef6dd4e87 | 2,391 | asm | Assembly | vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegGetCr4.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegGetCr4.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegGetCr4.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | ; $Id: bs3-cmn-RegGetCr4.asm 72138 2018-05-07 13:03:51Z vboxsync $
;; @file
; BS3Kit - Bs3RegGetCr4
;
;
; Copyright (C) 2007-2018 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or... | 29.8875 | 75 | 0.698453 |
0ee170a050b279807c6a655482e937a727cf5291 | 1,347 | asm | Assembly | Linux_x86/demo/primes.asm | Liblor/Basic_IO_asm | b3d3e00cd6ab23d9201f4be5035e3d8b6de42fe9 | [
"MIT"
] | null | null | null | Linux_x86/demo/primes.asm | Liblor/Basic_IO_asm | b3d3e00cd6ab23d9201f4be5035e3d8b6de42fe9 | [
"MIT"
] | null | null | null | Linux_x86/demo/primes.asm | Liblor/Basic_IO_asm | b3d3e00cd6ab23d9201f4be5035e3d8b6de42fe9 | [
"MIT"
] | null | null | null | ;
; nasm -f elf32 primes.asm && ld -melf_i386 primes.o
;
section .data
welcome db "Primes", 0xa, 0
line db "====================", 0xa, 0
question db "Find primes up to: ", 0
sep db ", ", 0
nl db 0x0a, 0
section .bss
limit resd 1
factor resd 1
section .text
global _start
%include "../basm_io.... | 15.662791 | 71 | 0.62732 |
c90137f49fb4b307cbb49a9922ea31fa3ccbdb49 | 640 | asm | Assembly | iod/nul/cnam.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/nul/cnam.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/nul/cnam.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Setup name of NUL Channel V2.00 1996 Tony Tebby
section nul
xdef nul_cnam
xref nul_name
xref nul_parm
include 'dev8_keys_err'
include 'dev8_iod_nul_data'
include 'dev8_mac_assert'
;+++
; Set up nul channel name in (a1)
;---
nul_cnam
move.w d2,d4
subq.w #5,d4 ; space for name
ble.s ncn_ipar ... | 15.238095 | 57 | 0.651563 |
1ed330b1d3fb11c636afe0a094bba6b9765afd65 | 586 | asm | Assembly | programs/oeis/307/A307430.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/307/A307430.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/307/A307430.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A307430: Dirichlet g.f.: zeta(s) / zeta(4*s).
; 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1
seq $0,57918 ; Number of pairs of numbers (a,b) each less than n wher... | 41.857143 | 201 | 0.590444 |
8a485209c5e3172f69c6cb7c13e9505a96bc1e3a | 4,402 | asm | Assembly | 13_RTOSDemo/RL78_RL78G14_FPB_Renesas_e2studio_CS+/src/FreeRTOS_Demo/Full_Demo/RegTest.asm | NoMaY-jp/FreeRTOS_examples_for_Renesas_R_CPUs | 69484b4bc97bb85e6cf1ef762d9b1e389dfdd38c | [
"MIT"
] | 4 | 2021-06-01T01:33:58.000Z | 2022-03-29T03:20:48.000Z | 13_RTOSDemo/RL78_RL78G14_FPB_Renesas_e2studio_CS+/src/FreeRTOS_Demo/Full_Demo/RegTest.asm | NoMaY-jp/FreeRTOS_examples_for_Renesas_R_CPUs | 69484b4bc97bb85e6cf1ef762d9b1e389dfdd38c | [
"MIT"
] | null | null | null | 13_RTOSDemo/RL78_RL78G14_FPB_Renesas_e2studio_CS+/src/FreeRTOS_Demo/Full_Demo/RegTest.asm | NoMaY-jp/FreeRTOS_examples_for_Renesas_R_CPUs | 69484b4bc97bb85e6cf1ef762d9b1e389dfdd38c | [
"MIT"
] | null | null | null | ;/*
; * FreeRTOS V202012.00
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
; *
; * 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 restriction, inc... | 25.445087 | 84 | 0.621763 |
bfbacc69a690c8ebbe271b81130a70561f1b2942 | 450 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_wides_fastcall.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_wides_fastcall.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_wides_fastcall.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE NIRVANA ENGINE - by Einar Saukas
;
; See "nirvana-.h" for further details
; ----------------------------------------------------------------
; void NIRVANAM_wides(unsigned char *addr)
; fastcall
SECTION code_clib
SECT... | 25 | 66 | 0.575556 |
9cdfa0bdd2235bc502412f624220d1b5be55bf8c | 9,123 | asm | Assembly | compeng205-assign-45/space-sprites/space-sprites/asm/fighter_002.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | compeng205-assign-45/space-sprites/space-sprites/asm/fighter_002.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | compeng205-assign-45/space-sprites/space-sprites/asm/fighter_002.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | fighter_002 EECS205BITMAP <41, 41, 255,, offset fighter_002 + sizeof fighter_002>
BYTE 0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh
BYTE 0ffh,0ffh,0ffh,049h,049h,024h,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh
BYTE 0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,... | 84.472222 | 85 | 0.790639 |
57380c0af60ea32b6f9added0657b1a70428b056 | 738 | asm | Assembly | IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.asm | DK519/DK_Project | b562574ba2d223aff5dd3f3c3260ee1f9905e735 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 1 | 2019-04-28T16:32:26.000Z | 2019-04-28T16:32:26.000Z | IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.asm | DK519/DK_Project | b562574ba2d223aff5dd3f3c3260ee1f9905e735 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.asm | DK519/DK_Project | b562574ba2d223aff5dd3f3c3260ee1f9905e735 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | ;; @file
; SEC CAR function
;
; Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;;
;
; Define assembler characteristics
;
.586p
.xmm
.model flat, c
RET_ESI MACRO
movd esi, mm7 ; move ReturnAddress from MM7 to ESI
jmp esi... | 16.043478 | 78 | 0.50542 |
4a07c8a6c35a6bb1795ee47fdd0042c0fbbf1af9 | 395 | asm | Assembly | programs/oeis/097/A097300.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/097/A097300.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/097/A097300.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A097300: Tenth column (m=9) of (1,6)-Pascal triangle A096956.
; 6,55,280,1045,3190,8437,20020,43615,88660,170170,311168,545870,923780,1514870,2416040,3759074,5720330,8532425,12498200,18007275,25555530,35767875,49424700,67492425,91158600,121872036,161388480,211822380
lpb $0
mov $2,$0
cal $2,97299 ; Ninth column (... | 35.909091 | 204 | 0.744304 |
8a494caf71498653e8bfeb80d4360e639ab3107b | 567 | asm | Assembly | scripts/UndergroundPathRoute7Copy.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | scripts/UndergroundPathRoute7Copy.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | scripts/UndergroundPathRoute7Copy.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | UndergroundPathRoute7Copy_Script:
ld a, ROUTE_7
ld [wLastMap], a
ret
UndergroundPathRoute7Copy_TextPointers:
dw UGPathRoute7EntranceUnusedText_5d773
dw UGPathRoute7EntranceUnusedText_5d77d
UGPathRoute7EntranceUnusedText_5d773:
TX_FAR _UGPathRoute7EntranceUnusedText_5d773
db "@"
UGPathRoute7EntranceUnusedText_... | 22.68 | 45 | 0.871252 |
76bb5762262aa3be81935a7fc311a01f2104bfbe | 830 | asm | Assembly | programs/oeis/256/A256994.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/256/A256994.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/256/A256994.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A256994: a(n) = n + 1 when n <= 3, otherwise a(n) = 2^(n-2) + 3; also iterates of A005187 starting from a(1) = 2.
; 2,3,4,7,11,19,35,67,131,259,515,1027,2051,4099,8195,16387,32771,65539,131075,262147,524291,1048579,2097155,4194307,8388611,16777219,33554435,67108867,134217731,268435459,536870915,1073741827,2147483651,... | 36.086957 | 517 | 0.749398 |
fe0844e644dc9e59a4c1c410eb088ed5f87a6034 | 359 | asm | Assembly | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/dtog.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/dtog.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/dtog.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; size_t dtog(double x, char *buf, uint16_t prec, uint16_t flag)
SECTION code_clib
SECTION code_stdlib
PUBLIC _dtog
EXTERN d2mlib, asm_dtog
_dtog:
pop af
pop de
pop hl
exx
pop hl
pop de
pop bc
push bc
push de
push hl
exx
push hl
push de
push af... | 9.447368 | 64 | 0.584958 |
f21e78617b517bba2892de286850401988542a78 | 460 | asm | Assembly | src/nco_bug_fix.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/nco_bug_fix.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/nco_bug_fix.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | ; doesnt work
;@JMP 0x004BBC2D _Who_Can_Build_Me_NCO_Bug_Fix
_Who_Can_Build_Me_NCO_Bug_Fix:
mov edi, [esp+0x30]
mov ebp, ecx
mov ecx, [PlayerPtr]
mov ecx, [ecx+24h]
mov ecx, [ecx+64h]
mov eax, 1
shl eax, cl
mov ecx, [edi+0x360]
test ecx, eax
... | 20 | 49 | 0.552174 |
1cb56029aae021e8b22064998d30b40b64fe6b5c | 6,273 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-8650U_0xd2.log_478_719.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-8650U_0xd2.log_478_719.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-8650U_0xd2.log_478_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 %r12
push %r13
push %r14
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xa1a7, %r13
nop
nop
add $30747, %rax
mov $0x6162636465666768, %rdx
movq %rdx, %xmm6
movups %xmm6, (%r13)
nop
nop
xor %rbx, %rbx
lea addresses_A_ht+0x19a7, ... | 25.604082 | 1,433 | 0.653435 |
3000dbea26ef262c8a4ed46c1aed1045690f8030 | 1,054 | asm | Assembly | programs/oeis/047/A047373.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047373.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047373.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A047373: Numbers that are congruent to {0, 1, 2, 3, 5} mod 7.
; 0,1,2,3,5,7,8,9,10,12,14,15,16,17,19,21,22,23,24,26,28,29,30,31,33,35,36,37,38,40,42,43,44,45,47,49,50,51,52,54,56,57,58,59,61,63,64,65,66,68,70,71,72,73,75,77,78,79,80,82,84,85,86,87,89,91,92,93,94,96,98,99,100,101,103,105,106,107,108,110,112,113,114,11... | 95.818182 | 921 | 0.704934 |
acd7c8911e81cce878e0a863dd1d1c8b5e6f03ac | 565 | asm | Assembly | oeis/281/A281453.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/281/A281453.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/281/A281453.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A281453: Expansion of f(x, x) * f(x^7, x^11) in powers of x where f(, ) is Ramanujan's general theta function.
; Submitted by Jon Maiga
; 1,2,0,0,2,0,0,1,2,2,0,3,2,0,0,2,4,0,0,0,2,0,0,2,0,2,0,2,0,0,0,0,3,2,0,0,6,0,0,0,1,4,0,2,2,0,0,2,2,4,0,0,0,0,0,0,4,2,0,0,2,0,0,0,2,2,0,0,2,0,0,2,0,0,0,3,4,0,0,2,0,4,0,0,2,0,0,1,4,2,... | 56.5 | 201 | 0.619469 |
4bc0d78ddf1c8782b7d163c87b937c1ac0d3f0a4 | 1,604 | asm | Assembly | compsci courses/CPSC355 - Computing Machinery/misc/otherresources/week5/globalvariables/asciicap.asm | q-omar/UofC | 03ad4cb9145854394c98ccdb6292825d2b3927c6 | [
"MIT"
] | 1 | 2021-04-11T10:18:55.000Z | 2021-04-11T10:18:55.000Z | compsci courses/CPSC355 - Computing Machinery/misc/otherresources/week5/globalvariables/asciicap.asm | q-omar/UofC | 03ad4cb9145854394c98ccdb6292825d2b3927c6 | [
"MIT"
] | null | null | null | compsci courses/CPSC355 - Computing Machinery/misc/otherresources/week5/globalvariables/asciicap.asm | q-omar/UofC | 03ad4cb9145854394c98ccdb6292825d2b3927c6 | [
"MIT"
] | null | null | null | .data // This section contains programmer-initialized data
max: .word 90
.bss //This section contains uninitialized space allocated with the .skip pseudo-op
array_uninit: .skip 26 * 1 // char array = 26 bytes
c_var: .skip 1 // char = 1 byte
h_var: .skip 2 // short int = 2 bytes
... | 27.655172 | 91 | 0.565461 |
efc7a2abaa2d953208a758216bdbb2a577f27ec0 | 402 | asm | Assembly | programs/oeis/157/A157001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/157/A157001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/157/A157001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A157001: Fractions x/y, with 1<=x,y<=n, that reduce to (odd)/(even).
; 0,1,2,5,7,11,14,21,25,32,37,47,53,63,70,85,93,106,115,132,142,158,169,191,203,222,235,259,273,295,310,341,357,382,399,430,448,476,495,532,552,583,604,642,664,698,721,767,791,828,853,898,924,964,991,1043,1071
mov $2,$0
lpb $2
mov $3,$2
mov $2,... | 25.125 | 209 | 0.621891 |
a6ed85805b3c8e974d54b1f7d74c654a60e13e45 | 1,338 | asm | Assembly | Sample/Platform/DUET/Library/Paging/Ia32/Cpu.asm | bitcrystal/edk | 321b15a55b946372eb21b3e95d323be245c31021 | [
"BSD-3-Clause"
] | 14 | 2016-09-25T02:27:49.000Z | 2021-09-22T15:39:44.000Z | Sample/Platform/DUET/Library/Paging/Ia32/Cpu.asm | bitcrystal/edk | 321b15a55b946372eb21b3e95d323be245c31021 | [
"BSD-3-Clause"
] | 1 | 2015-12-04T20:53:47.000Z | 2015-12-04T20:53:47.000Z | Sample/Platform/DUET/Library/Paging/Ia32/Cpu.asm | bitcrystal/edk | 321b15a55b946372eb21b3e95d323be245c31021 | [
"BSD-3-Clause"
] | 17 | 2015-07-21T10:18:21.000Z | 2021-11-22T17:36:53.000Z | title Cpu.asm
;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation
; All rights reserved. This program and the accompanying materials
; are licensed and made a... | 37.166667 | 97 | 0.384155 |
917538101c9bb8ffabf952d5c0555036135ef0e2 | 278 | asm | Assembly | programs/oeis/139/A139593.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/139/A139593.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/139/A139593.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A139593: A139276(n) followed by A139272(n+1).
; 0,3,11,22,38,57,81,108,140,175,215,258,306,357,413,472,536,603,675,750,830,913,1001,1092,1188,1287,1391,1498,1610,1725,1845,1968,2096,2227,2363,2502,2646,2793,2945,3100,3260,3423,3591,3762
mul $0,4
mov $1,-3
bin $1,$0
div $1,4
| 34.75 | 190 | 0.715827 |
ec1fe9c16eb45f32db4c16343865a85cb4b0f59a | 265 | asm | Assembly | Quack.asm | L1FE0FJ4Y/tiny_vm | 28d19d87097965505ecf0006417091269ef71afb | [
"CC-BY-3.0"
] | null | null | null | Quack.asm | L1FE0FJ4Y/tiny_vm | 28d19d87097965505ecf0006417091269ef71afb | [
"CC-BY-3.0"
] | null | null | null | Quack.asm | L1FE0FJ4Y/tiny_vm | 28d19d87097965505ecf0006417091269ef71afb | [
"CC-BY-3.0"
] | null | null | null |
.class $Main:Obj
.method bad_init
.local n_reps,rep
const 0
store rep
const 3
store n_reps
cond_4:
load n_reps
load rep
call Obj:less
jump_if loop_5
jump endloop_6
loop_5:
jump cond_4
endloop_6:
const nothing
return 0
.method $constructor
const nothing
return 0 | 10.6 | 20 | 0.796226 |
65d8d7aaf3a9e64751c40147f81bb57ab761d411 | 553 | asm | Assembly | oeis/158/A158221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158221: a(n) = 169n + 1.
; 170,339,508,677,846,1015,1184,1353,1522,1691,1860,2029,2198,2367,2536,2705,2874,3043,3212,3381,3550,3719,3888,4057,4226,4395,4564,4733,4902,5071,5240,5409,5578,5747,5916,6085,6254,6423,6592,6761,6930,7099,7268,7437,7606,7775,7944,8113,8282,8451,8620,8789,8958,9127,9296,9465,9634,9803,9972,... | 92.166667 | 501 | 0.78481 |
a7c9b98f02edbb5547e19e8b8b7358ff7de380e0 | 941 | asm | Assembly | programs/oeis/135/A135178.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/135/A135178.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/135/A135178.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A135178: a(n) = p^3 + p^2 where p = prime(n).
; 12,36,150,392,1452,2366,5202,7220,12696,25230,30752,52022,70602,81356,106032,151686,208860,230702,305252,362952,394346,499280,578676,712890,922082,1040502,1103336,1236492,1306910,1455666,2064512,2265252,2590122,2704940,3330150,3465752,3894542,4357316,4685352,5207646,576... | 94.1 | 811 | 0.829968 |
95578c106b5fc6a4f38f245b6e13186386ff3592 | 2,880 | asm | Assembly | GaidenMagic/SpellEffectRoutine.asm | HyperGammaSpaces/FE8GaidenMagic | 4e54fca4d1e78f6c290c09772fc48505f2a8c2b0 | [
"Unlicense"
] | 1 | 2020-06-04T11:36:50.000Z | 2020-06-04T11:36:50.000Z | GaidenMagic/SpellEffectRoutine.asm | HyperGammaSpaces/FE8GaidenMagic | 4e54fca4d1e78f6c290c09772fc48505f2a8c2b0 | [
"Unlicense"
] | null | null | null | GaidenMagic/SpellEffectRoutine.asm | HyperGammaSpaces/FE8GaidenMagic | 4e54fca4d1e78f6c290c09772fc48505f2a8c2b0 | [
"Unlicense"
] | null | null | null | .thumb
.macro blh to, reg=r3
ldr \reg, =\to
mov lr, \reg
.short 0xf800
.endm
@08022CF0 B510 PUSH {r4,lr} //MenuDef15_ Effect Pointer Executed When Selected
@08022CF2 4C0D LDR r4, [PC, #0x34] # pointer:08022D28 -> 03004E50 (Pointer to the work memory of the operation character )
@08022CF4 6820 LDR r0, [... | 24.827586 | 124 | 0.713194 |
e59410d00420589115c262fe14e3e994000af353 | 47,564 | asm | Assembly | asm/necessary_fixes - Copy.asm | WideBoner/wwrando | 60f515902b0d99f12927135381517ded72f90741 | [
"MIT"
] | 47 | 2019-12-27T21:12:12.000Z | 2022-03-23T17:44:54.000Z | asm/necessary_fixes - Copy.asm | WideBoner/wwrando | 60f515902b0d99f12927135381517ded72f90741 | [
"MIT"
] | 11 | 2020-03-14T15:15:31.000Z | 2022-02-05T21:52:31.000Z | asm/necessary_fixes - Copy.asm | WideBoner/wwrando | 60f515902b0d99f12927135381517ded72f90741 | [
"MIT"
] | 4 | 2020-01-17T20:49:59.000Z | 2021-12-25T12:17:14.000Z |
; 8005D618 is where the game calls the new game save init function.
; We replace this call with a call to our custom save init function.
.open "sys/main.dol"
.org 0x8005D618
bl init_save_with_tweaks
.close
; nop out a couple lines so the long intro movie is skipped.
.open "sys/main.dol"
.org 0x80232C78
nop
.or... | 40.757498 | 358 | 0.772517 |
a57323e022386eff6cb9e94a962af7a889013d41 | 101,677 | asm | Assembly | sh.asm | johnhhyang/os2 | 4a6108a836f08fb8e87b183683497ab299d235ba | [
"MIT-0"
] | null | null | null | sh.asm | johnhhyang/os2 | 4a6108a836f08fb8e87b183683497ab299d235ba | [
"MIT-0"
] | null | null | null | sh.asm | johnhhyang/os2 | 4a6108a836f08fb8e87b183683497ab299d235ba | [
"MIT-0"
] | null | null | null |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <runcmd>:
struct cmd *parsecmd(char*);
// Execute cmd. Never returns.
void
runcmd(struct cmd *cmd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 38 sub $0x38,%esp... | 37.58854 | 71 | 0.424265 |
b53c15036a4b7f90839be5705e6df82f97fdae3f | 1,911 | asm | Assembly | apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_P1_01.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | 1 | 2020-05-15T18:08:48.000Z | 2020-05-15T18:08:48.000Z | apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_P1_01.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | null | null | null | apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_P1_01.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | null | null | null | ;******************************************************************************
; MSP430x24x Demo - Software Poll P1.4, Set P1.0 if P1.4 = 1
;
; Description: Poll P1.4 in a loop, if HI, P1.0 is set, if LOW, P1.0 reset.
; ACLK = 32.768kHz, MCLK = SMCLK = default DCO
;
; MSP430x249
; ... | 44.44186 | 81 | 0.268969 |
710f61477cf30b1cfa12357617f5e6d3b70867f9 | 812 | asm | Assembly | oeis/142/A142822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142822: Primes congruent to 24 mod 61.
; Submitted by Jon Maiga
; 1061,1427,1549,2281,2647,3257,3623,3989,4111,4721,5087,5209,6551,6673,6917,7039,7283,7649,8747,9479,9601,9967,10211,10333,12041,12163,13627,14969,15091,15823,16067,16189,16433,16921,19483,19727,20947,21191,21313,21557,22777,23021,23143,23509,23753,248... | 36.909091 | 501 | 0.736453 |
a7c9234e6deb519ed0a528c18ccd561b5b4dc34d | 1,830 | asm | Assembly | src/skcompat.asm | flamewing/genesis-debugger | 20fd1d8e21379b0a733a6b6ecc9a4fa8a3622d00 | [
"0BSD"
] | 10 | 2018-12-28T02:45:18.000Z | 2022-03-08T13:58:43.000Z | src/skcompat.asm | flamewing/genesis-debugger | 20fd1d8e21379b0a733a6b6ecc9a4fa8a3622d00 | [
"0BSD"
] | 1 | 2018-05-20T22:08:00.000Z | 2018-05-21T20:44:51.000Z | src/skcompat.asm | flamewing/genesis-debugger | 20fd1d8e21379b0a733a6b6ecc9a4fa8a3622d00 | [
"0BSD"
] | 3 | 2018-05-21T20:38:20.000Z | 2022-03-01T18:40:03.000Z | ; ===========================================================================
; Copyright (C) 2011-2018 by flamewing
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
... | 34.528302 | 80 | 0.672131 |
334c6d3a3618d3b283d3cb11b0a93cd4dbf2eb96 | 1,089 | asm | Assembly | programs/oeis/023/A023542.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/023/A023542.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/023/A023542.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A023542: Convolution of natural numbers with Beatty sequence for tau^2 A001950.
; 2,9,23,47,84,136,206,296,409,548,715,913,1145,1413,1720,2068,2460,2899,3387,3927,4521,5172,5883,6656,7494,8400,9376,10425,11549,12751,14034,15400,16852,18393,20025,21751,23573,25494,27517,29644
mov $19,$0
mov $21,$0
add $21,1
lpb $21
... | 18.15 | 195 | 0.481175 |
0a111894a0d6eab903d4af4097099bf7381948ba | 1,643 | asm | Assembly | src/GD3.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | 6 | 2020-04-21T17:26:27.000Z | 2021-09-25T18:41:01.000Z | src/GD3.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | src/GD3.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | ;
; GD3 tag processing
;
; dehl = GD3 offset
; iy = reader
GD3_PrintInfoEnglish:
call MappedReader_SetPosition_IY
call GD3_CheckVersion
ret nz
ld hl,GD3_name
call GD3_PrintTag
call GD3_SkipTag
ld hl,GD3_game
call GD3_PrintTag
call GD3_SkipTag
ld hl,GD3_system
call GD3_PrintTag
call GD3_SkipTag
ld hl,GD3_a... | 12.937008 | 33 | 0.729763 |
20796d63804cca700374e29621af108abecf265f | 3,954 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1571.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1571.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1571.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 %rbx
lea addresses_normal_ht+0x3dcd, %rbx
nop
cmp %r13, %r13
movl $0x61626364, (%rbx)
add %r8, %r8
pop %rbx
pop %r8
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r15
push %r8
push %rax
push %rbp
push %rdx
// Faulty Load
mov $... | 76.038462 | 2,999 | 0.662367 |
db51d786b96cf3c917db45b325276bce12c3db84 | 225 | asm | Assembly | include/spacelib2/spacelib2.asm | backwardspy/spacelib2 | 2b51c3e064988233f5180abff9f7144661a8b468 | [
"MIT"
] | null | null | null | include/spacelib2/spacelib2.asm | backwardspy/spacelib2 | 2b51c3e064988233f5180abff9f7144661a8b468 | [
"MIT"
] | null | null | null | include/spacelib2/spacelib2.asm | backwardspy/spacelib2 | 2b51c3e064988233f5180abff9f7144661a8b468 | [
"MIT"
] | null | null | null | .filenamespace sl
#import "lib/extensions.asm"
#import "lib/math.asm"
#import "lib/interrupts.asm"
#import "lib/bank.asm"
#import "lib/graphics.asm"
#import "lib/sprites.asm"
#import "lib/input.asm"
#import "lib/debug.asm"
| 18.75 | 28 | 0.728889 |
217aa77f9c6c5d49a408c60c0f11c3def8b69e57 | 4,169 | asm | Assembly | code.asm | llamaking136/Video-to-Text-Kernel | ce08acd8eae873f021861d46613a16310987ed4f | [
"MIT"
] | null | null | null | code.asm | llamaking136/Video-to-Text-Kernel | ce08acd8eae873f021861d46613a16310987ed4f | [
"MIT"
] | null | null | null | code.asm | llamaking136/Video-to-Text-Kernel | ce08acd8eae873f021861d46613a16310987ed4f | [
"MIT"
] | null | null | null | [GLOBAL gdt_flush] ; Allows the C code to call gdt_flush().
gdt_flush:
mov eax, [esp+4] ; Get the pointer to the GDT, passed as a parameter.
lgdt [eax] ; Load the new GDT pointer
mov ax, 0x10 ; 0x10 is the offset in the GDT to our data segment
mov ds, ax ; Load all data segment ... | 24.668639 | 75 | 0.630847 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.