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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5b34d85777ef4b8b837e5d3ac90d0e1f696fc34d | 202 | asm | Assembly | test/testcases/asm/fn_call_42.0.asm | arthurchaloin/koak | ff6034a33e7b93b42bfc820d1998511b835a5645 | [
"BSD-3-Clause"
] | null | null | null | test/testcases/asm/fn_call_42.0.asm | arthurchaloin/koak | ff6034a33e7b93b42bfc820d1998511b835a5645 | [
"BSD-3-Clause"
] | null | null | null | test/testcases/asm/fn_call_42.0.asm | arthurchaloin/koak | ff6034a33e7b93b42bfc820d1998511b835a5645 | [
"BSD-3-Clause"
] | null | null | null | ; ModuleID = 'main'
source_filename = "<string>"
define double @fnNoArgs42_0() {
entry:
ret double 4.200000e+01
}
define double @main() {
entry:
%0 = call double @fnNoArgs42_0()
ret double %0
}
| 14.428571 | 34 | 0.668317 |
5bade0f1d39f759ace609cdfab4dd0c2ba7191aa | 75 | asm | Assembly | test/vxcall.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/vxcall.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/vxcall.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z |
psh 1
psh 2
psh 3
psh 4
vxcall spt 6, 2
pop r1
pop r1
add r1, .0
out r1
| 5.769231 | 15 | 0.64 |
71028d4b1ecab8c9414cd58293091f1ba25048f7 | 194 | asm | Assembly | src/main.asm | atdean/m68k-vasm-project-template | 25a82a5809e077b3e7c1bcfaf5d3aa142f802668 | [
"MIT"
] | 1 | 2022-02-21T21:49:41.000Z | 2022-02-21T21:49:41.000Z | src/main.asm | atdean/m68k-vasm-project-template | 25a82a5809e077b3e7c1bcfaf5d3aa142f802668 | [
"MIT"
] | null | null | null | src/main.asm | atdean/m68k-vasm-project-template | 25a82a5809e077b3e7c1bcfaf5d3aa142f802668 | [
"MIT"
] | null | null | null | INCLUDE "header.i"
entry_point:
nop
jmp entry_point
ignore_handler:
rte ; immediately return from the exception/interrupt
__end:
; vim: ft=asm68k
| 14.923077 | 81 | 0.603093 |
08ea42806cc60c592f8ceba87dde6c9929a47217 | 10,161 | asm | Assembly | masm/lesson04/lesson04.asm | neozhou2009/nehe-opengl | 9f073e5b092ad8dbcb21393871a2855fe86a65c6 | [
"MIT"
] | 177 | 2017-12-31T04:44:27.000Z | 2022-03-23T10:08:03.000Z | masm/lesson04/lesson04.asm | neozhou2009/nehe-opengl | 9f073e5b092ad8dbcb21393871a2855fe86a65c6 | [
"MIT"
] | 2 | 2018-06-28T20:28:33.000Z | 2018-09-09T17:34:44.000Z | masm/lesson04/lesson04.asm | neozhou2009/nehe-opengl | 9f073e5b092ad8dbcb21393871a2855fe86a65c6 | [
"MIT"
] | 72 | 2018-01-07T16:41:29.000Z | 2022-03-18T17:57:38.000Z | ; include file for Masm32 (and nasm/tasm)
; could be find at hardcode site :
; http://bizarrecreations.webjump.com
.586p
.MODEL FLAT,STDCALL
option casemap:none
include \masm32\include\windows.inc
include \masm32\include\ogl\gl.def
include \masm32\include\ogl\glu.def
includelib \masm32\lib\opengl32.lib
includelib \mas... | 30.331343 | 91 | 0.620411 |
c445797fb493dc06ed58d128f7c70c61abad0e21 | 16,020 | asm | Assembly | src/ppu/tiles.asm | goodboyandgod/sneese | 7c5eb32fb9b7596878ac56085e6d137127f470d9 | [
"Artistic-2.0"
] | null | null | null | src/ppu/tiles.asm | goodboyandgod/sneese | 7c5eb32fb9b7596878ac56085e6d137127f470d9 | [
"Artistic-2.0"
] | null | null | null | src/ppu/tiles.asm | goodboyandgod/sneese | 7c5eb32fb9b7596878ac56085e6d137127f470d9 | [
"Artistic-2.0"
] | null | null | null | %if 0
SNEeSe, an Open Source Super NES emulator.
Copyright (c) 1998-2015, Charles Bilyue.
Portions copyright (c) 1998-2003, Brad Martin.
Portions copyright (c) 2003-2004, Daniel Horchner.
Portions copyright (c) 2004-2005, Nach. ( http://nsrt.edgeemu.com/ )
Unzip Technology, copyright (c) 1998 Gilles Vollant.
zlib Te... | 18.869258 | 79 | 0.746504 |
e804d87c8efb0a90cf438bd5088143368474277f | 118 | asm | Assembly | Source.asm | usamashafiq/assembly-programing-in-MASM | 788d098680068fbb8c6a822952ffcef55caee589 | [
"MIT"
] | null | null | null | Source.asm | usamashafiq/assembly-programing-in-MASM | 788d098680068fbb8c6a822952ffcef55caee589 | [
"MIT"
] | null | null | null | Source.asm | usamashafiq/assembly-programing-in-MASM | 788d098680068fbb8c6a822952ffcef55caee589 | [
"MIT"
] | null | null | null | .model small
.stack 100h
.data
.code
Main proc
mov dl,A
mov dh,2
int 21h
mov ah,4ch
int 21h
main endp
end main
| 9.076923 | 13 | 0.694915 |
dac46507a05b019f862461f3d4fe1631eeaf50a8 | 4,123 | asm | Assembly | libsrc/input/spectrum/in_MouseAMXInit_callee.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/input/spectrum/in_MouseAMXInit_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/input/spectrum/in_MouseAMXInit_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; void __CALLEE__ in_MouseAMXInit_callee(uchar xvector, uchar yvector)
; 09.2005 aralbrec
; References:
; 1. http://www.breezer.demon.co.uk/spec/tech/hware.html
; Has an excerpt of the Z80 Emulator's documentation on the AMX Mouse.
; Information is incorrect about mouse buttons. Used the Spectaculator
; ... | 24.111111 | 83 | 0.668445 |
e974ba097de29d9cc577f0dd9608ce37a18b50af | 16,620 | asm | Assembly | src/x86/msac.asm | ignatenkobrain/rav1e | a421d78fc6f1fd443b02edf8a3093c86275d0f0c | [
"BSD-2-Clause"
] | null | null | null | src/x86/msac.asm | ignatenkobrain/rav1e | a421d78fc6f1fd443b02edf8a3093c86275d0f0c | [
"BSD-2-Clause"
] | null | null | null | src/x86/msac.asm | ignatenkobrain/rav1e | a421d78fc6f1fd443b02edf8a3093c86275d0f0c | [
"BSD-2-Clause"
] | 1 | 2021-01-29T08:25:44.000Z | 2021-01-29T08:25:44.000Z | ; Copyright © 2019, VideoLAN and dav1d authors
; Copyright © 2019, Two Orioles, LLC
; 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 copy... | 27.65391 | 81 | 0.471179 |
08bf315ddb719d0efa9359d5d6ed37714184bc06 | 182 | asm | Assembly | data/pokemon/dex_entries/raitora.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/raitora.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/raitora.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "PROWLER@" ; species name
db "Its golden color"
next "and splendidly"
next "rotund shape made"
page "it a symbol of"
next "royal superiority"
next "in ancient NIHON.@"
| 18.2 | 29 | 0.686813 |
1613b2da7cdddb8f607b585fe8ba9ed9db628689 | 418 | asm | Assembly | programs/oeis/061/A061085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/061/A061085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/061/A061085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A061085: a(n) = A019550(n) / 3.
; 4,8,12,16,170,204,238,272,306,340,374,408,442,476,510,544,578,612,646,680,714,748,782,816,850,884,918,952,986,1020,1054,1088,1122,1156,1190,1224,1258,1292,1326,1360,1394,1428,1462,1496,1530,1564,1598,1632,1666
mov $1,2
add $1,$0
add $1,$0
mov $2,$0
mov $3,$0
lpb $2,1
lpb $0,1
... | 19 | 211 | 0.629187 |
fcd32ef96beabaf6779a884cb4fd0bc2517d4454 | 4,511 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_608.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_608.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_608.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 %r15
push %r9
push %rbx
push %rdx
lea addresses_A_ht+0x12f2e, %r12
clflush (%r12)
nop
nop
inc %r11
movw $0x6162, (%r12)
nop
nop
nop
xor %rbx, %rbx
lea addresses_UC_ht+0x18496, %rdx
add $21577, %r12
movl $0x61626364, (%rdx)
nop
xor %r11, %r11
pop %rdx... | 55.012195 | 2,999 | 0.658612 |
8f39d6ca502a1f3db420b8b64abcfa5b1ec69c73 | 530 | asm | Assembly | programs/oeis/061/A061171.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/061/A061171.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/061/A061171.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A061171: One half of second column of Lucas bisection triangle (odd part).
; 3,19,79,283,940,2982,9171,27581,81557,237995,687158,1966764,5588259,15780103,44323195,123920827,345062176,957403026,2647935987,7302634865,20087869313,55128445259,150971982314,412643577048,1125852459075,3066738855547,8340945563431,22654017146... | 35.333333 | 344 | 0.792453 |
da41b5eb2bab9860b18d27a7a9c34abba5e06e8d | 1,000 | asm | Assembly | MarkO/BIN2HEX.asm | MarkO-555/CoCoIO-NIC-Base-Code | f3084e1f1a351d950812ea351f777b279a2a2110 | [
"BSD-3-Clause"
] | 1 | 2021-12-12T04:03:37.000Z | 2021-12-12T04:03:37.000Z | MarkO/BIN2HEX.asm | MarkO-555/CoCoIO-NIC-Base-Code | f3084e1f1a351d950812ea351f777b279a2a2110 | [
"BSD-3-Clause"
] | null | null | null | MarkO/BIN2HEX.asm | MarkO-555/CoCoIO-NIC-Base-Code | f3084e1f1a351d950812ea351f777b279a2a2110 | [
"BSD-3-Clause"
] | 1 | 2021-12-14T04:18:19.000Z | 2021-12-14T04:18:19.000Z | ; BIN2HEX
```
start: lda #220
cmp #200
blt under2
```
BIN2HEX: ; Read $40 and Output HEX in ASCII to $41
LDA $40 ; GET DATA
CMPA #9 ; IS DATA 9 OR LESS?
BLS ASCZ
ADDA #'A-'9-1 ; NO, ADD OFFSET FOR LETTERS
ASCZ: ADDA #'O ; CONVERT DATA TO ASCII
STA $41 ; STORE ASCII DATA
BI... | 21.276596 | 52 | 0.635 |
51d58c57d463b0b01a53c3bf8ac2229ee8558164 | 175 | asm | Assembly | data/pokemon/dex_entries/bastiodon.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/bastiodon.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/bastiodon.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "SHIELD@" ; species name
db "When attacked,"
next "they form a wall."
next "Their rock-hard"
page "faces serve to"
next "protect them from"
next "the attacks.@"
| 17.5 | 28 | 0.662857 |
30b5edf82154f18be529e2ea4c29c048c6cc048a | 8,194 | asm | Assembly | filtros/pixelar_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | filtros/pixelar_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | filtros/pixelar_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | ; void pixelar_asm (
; unsigned char *src,
; unsigned char *dst,
; int m,
; int n,
; int src_row_size,
; int dst_row_size
; );
section .data
mask: DQ 0x00000000FFFFFFFF
maskDejarPrimeroYCuarto: DW 0xFFFF, 0x0000, 0x0000, 0x0000, 0xFFFF, 0x0000, 0x0000, 0x0000
maskMultiplode4: DQ 0xFFFFFFFFFFFFFFFC
section .text
... | 41.175879 | 160 | 0.653527 |
0aed3a08040343ccdb9a40bbc1d698f2919bbb90 | 1,063 | asm | Assembly | wof/lcs/enemy/86.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/enemy/86.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/enemy/86.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
001590 lea ($20,A0), A0
00827C move.w A1, ($86,A0) [enemy+68]
008280 move.b ($30,A0), ($79,A1) [enemy+86]
008D88 move.w A1, ($86,A0) [enemy+68]
008D8C move.b ($30,A0), ($79,A1) [enemy+86]
01228E move.l (A2)+, (A3)+ [enemy+80, enemy+82]
012290 move.... | 34.290323 | 54 | 0.619003 |
5d886762299fe5497664000d44a5f1dbef9b8426 | 2,840 | asm | Assembly | utils/get_time.asm | hongfz16/AssemblyPlayStation | 92950569f51076fcb8e18bc51ef0fe505017f8c2 | [
"MIT"
] | 2 | 2019-11-12T05:13:41.000Z | 2020-09-24T02:41:38.000Z | utils/get_time.asm | hongfz16/AssemblyPlayStation | 92950569f51076fcb8e18bc51ef0fe505017f8c2 | [
"MIT"
] | null | null | null | utils/get_time.asm | hongfz16/AssemblyPlayStation | 92950569f51076fcb8e18bc51ef0fe505017f8c2 | [
"MIT"
] | null | null | null | [bits 32]
global get_second
global get_minute
global get_hour
global get_weekday
global get_dayofmonth
global get_month
global get_year
global get_century
global get_time_int
global get_time_str
extern port_byte_in
extern port_byte_out
extern int_to_hex_ascii
get_time:
; dw: data [ebp+8]
push ebp
mov ebp, esp
pus... | 11.687243 | 33 | 0.68169 |
17aa827da55a2272c48b7d59fbaad50f623a7d03 | 1,685 | asm | Assembly | Driver/Printer/PrintCom/Color/colorGetFormat.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PrintCom/Color/colorGetFormat.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PrintCom/Color/colorGetFormat.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: color Print Drivers
FILE: colorGetFormat.asm
AUTHOR: Dave Durran
ROUTINES:
Name Description
---- -----------
REVISION HIS... | 23.082192 | 79 | 0.518694 |
afcea6d13eb40566fdc15a0cb96954d11161f351 | 2,445 | asm | Assembly | dino/lcs/123p/3A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/123p/38.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/123p/38.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
00042A move.l D1, (A0)+
00042C dbra D0, $42a
001588 movea.l ($38,A6), A0 [123p+ 36]
00158C ext.w D0 [123p+ 38, 123p+ 3A]
0015CA movea.l ($38,A6), A0 [123p+ 36]
0015CE ext.w D0 [123p+ 38, 123p+ 3A]
004D94 move.l D1, (A1)+
004D96 dbra D0, $4d94... | 71.911765 | 350 | 0.643354 |
9087873a4652caa80f9c5d3232842447192fcaee | 9,204 | asm | Assembly | Ouroboros/External/libjpegTurbo/simd/jf3dnflt.asm | jiangzhu1212/oooii | fc00ff81e74adaafd9c98ba7c055f55d95a36e3b | [
"MIT"
] | null | null | null | Ouroboros/External/libjpegTurbo/simd/jf3dnflt.asm | jiangzhu1212/oooii | fc00ff81e74adaafd9c98ba7c055f55d95a36e3b | [
"MIT"
] | null | null | null | Ouroboros/External/libjpegTurbo/simd/jf3dnflt.asm | jiangzhu1212/oooii | fc00ff81e74adaafd9c98ba7c055f55d95a36e3b | [
"MIT"
] | null | null | null | ;
; jf3dnflt.asm - floating-point FDCT (3DNow!)
;
; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
;
; Based on
; 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 shou... | 28.672897 | 79 | 0.666341 |
0859f1315f6f9df72310ab77f219b42a90c227c0 | 1,018 | asm | Assembly | src/_common.asm | c64lib/ctm-viewer | 93eb54fa9210f5adfba6edb0e94af2fbd0c197c4 | [
"MIT"
] | null | null | null | src/_common.asm | c64lib/ctm-viewer | 93eb54fa9210f5adfba6edb0e94af2fbd0c197c4 | [
"MIT"
] | null | null | null | src/_common.asm | c64lib/ctm-viewer | 93eb54fa9210f5adfba6edb0e94af2fbd0c197c4 | [
"MIT"
] | null | null | null | .filenamespace c64lib
.label CHARSET_ADDR = $E000
.label SCREEN_ADDR = $C000
start:
jsr configureC64
jsr unpackData
jsr configureVic2
loop:
jmp loop
configureC64: {
sei
configureMemory(RAM_IO_RAM)
disableNMI()
disableCIAInterrupts()
cli
rts
}
unpackData: {
// char... | 19.576923 | 62 | 0.712181 |
c948eee515e762508c838f7cc59480ee37f8ada2 | 896 | asm | Assembly | rom0/reportz.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 15 | 2018-09-07T15:49:44.000Z | 2021-09-21T20:47:14.000Z | rom0/reportz.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 6 | 2020-05-24T08:43:07.000Z | 2020-05-26T22:02:36.000Z | rom0/reportz.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 3 | 2020-08-03T06:28:34.000Z | 2021-12-29T00:27:50.000Z | REPORT: CP MAX_ERR
JR C,REPORTZ
SUB $81
LD (ERR_NR),A
EX DE,HL
REPORTL:LD A,(DE) ; Find end of command line
INC DE
CP $80
JR Z,MESSAGE
CP $0E
JR NZ,REPORTL
INC DE
INC DE
INC DE
INC DE
INC DE
JR REPORTL
STDERR_MSG:
XOR A
PUSH DE
RST $30
DEFW L1601
POP DE
JR MESSAGE
REPORTZ:SUB $1C
LD B,A
INC B
... | 12.273973 | 47 | 0.641741 |
629acc392907074dfca928ec7ec306acb602ae27 | 54,560 | asm | Assembly | target/cos_117/disasm/iop_overlay1/TRACE.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/TRACE.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/TRACE.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1018- f:00010 d: 24 | A = 24 (0x0018)
0x0001 (0x000002) 0x292F- f:00024 d: 303 | OR[303] = A
0x0002 (0x000004) 0x1020- f:00010 d: 32 | A = 32 (0x0020)
0x0003 (0x000006) 0x2930- f:00024 d: 304 | OR[304] = A
... | 82.416918 | 127 | 0.471499 |
bd73a8ffe711fcba90531d053545f1aac8f19408 | 8,881 | asm | Assembly | src/Native/Runtime/amd64/AllocFast.asm | kouvel/corert | c6af4cfc8b625851b91823d9be746c4f7abdc667 | [
"MIT"
] | 3,223 | 2015-11-18T16:04:48.000Z | 2022-03-25T14:40:43.000Z | src/Native/Runtime/amd64/AllocFast.asm | kouvel/corert | c6af4cfc8b625851b91823d9be746c4f7abdc667 | [
"MIT"
] | 4,032 | 2015-11-18T15:44:29.000Z | 2020-11-01T06:32:44.000Z | src/Native/Runtime/amd64/AllocFast.asm | kouvel/corert | c6af4cfc8b625851b91823d9be746c4f7abdc667 | [
"MIT"
] | 678 | 2015-11-18T15:43:40.000Z | 2022-03-25T07:44:21.000Z | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
include asmmacros.inc
;; Allocate non-array, non-finalizable object. If the allocation doesn't fit into the current thread's
;; allocation context then automatically fallback to th... | 32.294545 | 103 | 0.59115 |
c5566c5832a2b49038814f5fc66ecb3f44f2067e | 10,405 | asm | Assembly | code/game-select.asm | sinusoid-studios/rhythm-land | 6471f1d7b7d885bbb898888645ac291d45125134 | [
"MIT"
] | 11 | 2021-08-10T20:31:11.000Z | 2021-12-28T11:57:03.000Z | code/game-select.asm | sinusoid-studios/rhythm-land | 6471f1d7b7d885bbb898888645ac291d45125134 | [
"MIT"
] | null | null | null | code/game-select.asm | sinusoid-studios/rhythm-land | 6471f1d7b7d885bbb898888645ac291d45125134 | [
"MIT"
] | 1 | 2021-10-02T17:49:10.000Z | 2021-10-02T17:49:10.000Z | INCLUDE "constants/hardware.inc"
INCLUDE "constants/other-hardware.inc"
INCLUDE "constants/game-select.inc"
INCLUDE "constants/actors.inc"
INCLUDE "constants/sfx.inc"
INCLUDE "constants/transition.inc"
INCLUDE "constants/screens.inc"
SECTION UNION "Game Variables", HRAM
hCurrentSelection:
DS 1
SECTION "Game Sele... | 25.691358 | 94 | 0.588275 |
179af09f594c3c5de57312bf16bd71b543e84be2 | 378 | asm | Assembly | programs/oeis/213/A213902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/213/A213902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/213/A213902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A213902: Number of integers of the form 6*k+1 and 6*k-1 between prime(n) and prime(n+1).
; 0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,1,0,1,0,0,1,0,1,2,0,0,0,0,0,4,0,1,0,2,0,1,1,0,1,1,0,2,0,0,0,3,3,0,0,0,1,0,2,1,1,1,0,1,0,0,2,4,0,0,0,4,1,2,0,0,1,2,1,1,0,1,2,0,2,2,0,2,0,1,0,1,2,0,0,0,3,2,0,2,0,1,3,0,5,1
seq $0,1223 ; Prime gaps: ... | 54 | 201 | 0.597884 |
a093c452109b6b2189a2f1f0cbc90474bfde2a06 | 249 | asm | Assembly | pwnlib/shellcraft/templates/powerpc/linux/unlink.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 325 | 2016-01-25T08:38:06.000Z | 2022-03-30T14:31:50.000Z | pwnlib/shellcraft/templates/powerpc/linux/unlink.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 8 | 2016-08-23T10:15:27.000Z | 2019-01-16T02:49:34.000Z | pwnlib/shellcraft/templates/powerpc/linux/unlink.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 71 | 2016-07-13T10:03:52.000Z | 2022-01-10T11:57:34.000Z | <%
from pwnlib.shellcraft.powerpc.linux import syscall
%>
<%page args="name"/>
<%docstring>
Invokes the syscall unlink. See 'man 2 unlink' for more information.
Arguments:
name(char): name
</%docstring>
${syscall('SYS_unlink', name)}
| 19.153846 | 69 | 0.686747 |
254d344da5814d50c901f440a7d971ea8108ca93 | 347 | asm | Assembly | programs/oeis/022/A022089.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022089.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022089.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022089: Fibonacci sequence beginning 0, 6.
; 0,6,6,12,18,30,48,78,126,204,330,534,864,1398,2262,3660,5922,9582,15504,25086,40590,65676,106266,171942,278208,450150,728358,1178508,1906866,3085374,4992240,8077614,13069854,21147468,34217322,55364790,89582112,144946902
mov $3,1
lpb $0,1
sub $0,1
mov $2,$1
mov $1,$... | 28.916667 | 221 | 0.73487 |
fe9fbc160ab44494e432b19e0756bf656cb037a9 | 1,432 | asm | Assembly | Altair101/asm/programs/zTest.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 2 | 2021-12-12T23:27:10.000Z | 2022-02-17T14:01:21.000Z | Altair101/asm/programs/zTest.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | null | null | null | Altair101/asm/programs/zTest.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 4 | 2021-08-29T19:55:49.000Z | 2022-02-15T08:30:15.000Z | ; --------------------------------------
; Program for quick tests.
;
; --------------------------------------
mvi a,'\n'
out 3
... | 39.777778 | 100 | 0.235335 |
6f68569e2ff6b8d721ed55cc81b59ed18b1e09eb | 3,485 | asm | Assembly | dv/65xxTest2_NmosOps.asm | luke-mckay/fluffy-octo-umbrella | 75b5d9ad3d345265f54e84ad2adafa7e618aff7f | [
"Apache-2.0"
] | null | null | null | dv/65xxTest2_NmosOps.asm | luke-mckay/fluffy-octo-umbrella | 75b5d9ad3d345265f54e84ad2adafa7e618aff7f | [
"Apache-2.0"
] | null | null | null | dv/65xxTest2_NmosOps.asm | luke-mckay/fluffy-octo-umbrella | 75b5d9ad3d345265f54e84ad2adafa7e618aff7f | [
"Apache-2.0"
] | null | null | null | ; SPDX-License-Identifier: LGPL-2.1-or-later
;
; 6502 Compatible Processor Test Code
; Targets Documented 6502 Commands
; Copyright 2022, Luke E. McKay.
;
; This library is free software; you can redistribute it and/or
; modify it under the terms of the GNU Lesser General Public
; License as published by the Free Softw... | 24.716312 | 75 | 0.511621 |
74cad8783ce65798768a65e0da45d6bea63a364e | 598 | asm | Assembly | programs/oeis/258/A258632.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/258/A258632.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/258/A258632.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A258632: Number of length 1 1..(n+1) arrays with every leading partial sum divisible by 2, 3, 5 or 7
; 1,2,3,4,5,6,7,8,9,9,10,10,11,12,13,13,14,14,15,16,17,17,18,19,20,21,22,22,23,23,24,25,26,27,28,28,29,30,31,31,32,32,33,34,35,35,36,37,38,39,40,40,41,42,43,44,45,45,46,46,47,48,49,50,51,51,52,53,54,54,55,55,56,57,58,... | 26 | 291 | 0.59699 |
93f24dde27b16a2614ef767f1fb2cf54042db79d | 235 | asm | Assembly | mc-sema/validator/x86_64/tests/SHRD32rri8.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/SHRD32rri8.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/SHRD32rri8.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_AF|FLAG_OF
;TEST_FILE_META_END
; Shr32RI
mov ebx, 0x00000010
mov eax, 0x00001000
;TEST_BEGIN_RECORDING
shrd eax,ebx,16
;TEST_END_RECORDING
| 18.076923 | 33 | 0.757447 |
f758bbac0e7e1e12d4ae84d9aef3beebae731d58 | 7,637 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_306.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_0xa0.log_21829_306.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_0xa0.log_21829_306.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x36b8, %rcx
nop
nop
nop
nop
and %rax, %rax
mov (%rcx), %r13w
nop
nop
nop
nop
nop
xor %r12, %r12
lea addresses_WT_ht+0x8f31, %r14
sub $31792, %rcx
mov (%r14), %r9d
nop
xor %r14,... | 35.52093 | 2,999 | 0.654969 |
f957267e2bc6bdb3fdf01d1688d15c2f3f37ecaa | 6,221 | asm | Assembly | android/android_23/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/pvmp3_polyphase_filter_window_wm.asm | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | android/android_23/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/pvmp3_polyphase_filter_window_wm.asm | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | android/android_23/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/pvmp3_polyphase_filter_window_wm.asm | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | ; ------------------------------------------------------------------
; Copyright (C) 1998-2009 PacketVideo
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licen... | 26.814655 | 79 | 0.436907 |
891587b680155c27ff30c32bccb307a3003add9d | 413 | asm | Assembly | REVERSEPRINT.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | REVERSEPRINT.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | REVERSEPRINT.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
CAR DB 0DH
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH,1
REPEAT:
INT 21H
CMP AL,CAR
JE PRINT
XOR BX,BX
MOV BL,AL
PUSH BX
JMP REPEAT
PRINT:
CMP SP,100H
JE EXIT
MOV AH,2
POP DX
INT 21H
... | 12.147059 | 18 | 0.48184 |
3f5c020ec6b67f2cb7101c85072df3351a0f60cb | 4,493 | asm | Assembly | alice2/brads_alice2_archive/asm/inttest.asm | lkesteloot/alice | 44b85caf744e5830536b5e813e761cc0ce3f695e | [
"Apache-2.0"
] | 63 | 2015-08-14T23:27:39.000Z | 2022-03-09T22:46:11.000Z | alice2/brads_alice2_archive/asm/inttest.asm | lkesteloot/alice | 44b85caf744e5830536b5e813e761cc0ce3f695e | [
"Apache-2.0"
] | 64 | 2015-09-11T23:13:03.000Z | 2018-10-29T09:38:06.000Z | alice2/brads_alice2_archive/asm/inttest.asm | lkesteloot/alice | 44b85caf744e5830536b5e813e761cc0ce3f695e | [
"Apache-2.0"
] | 9 | 2016-01-06T00:06:33.000Z | 2021-12-07T10:38:15.000Z | #undef SLOWCLOCK ; Defined if we are running slow
#undef NOPRINT ; Defined to turn off printing
#include "library.asm"
INTFLAG EQU 08000H
NUM2 EQU 08001H
NUM7 EQU 08002H
PRNTBUF EQU 09000H
IRQ2BUF EQU 0A000H
IRQ7BUF EQU 0B000H
;----------------------------------------
;
; Memory test program
;
MAIN
LD HL, IN... | 10.90534 | 51 | 0.605831 |
22ba02ed3c0cee3f50e6435ddf1b780cf6792d4b | 648 | asm | Assembly | sbsext/ut/opex.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ut/opex.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ut/opex.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Open routines for EX V2.0 1994 Tony Tebby
section utils
xdef ut_openp
xdef ut_openj
xref pipe_len
xref pipe_nol
xref ut_opdefxj
include 'dev8_keys_qdos_ioa'
include 'dev8_sbsext_ut_opdefx_keys'
include 'dev8_sbsext_ext_ex_defs'
ut_openp
move.l job_id+4(sp),d1 ; owner job
moveq #0,d3 ; open ... | 17.513514 | 50 | 0.716049 |
ac0760d929caa99d4f4e3bab3efd1d4f213099d3 | 8,251 | asm | Assembly | game/logic/game_states/gameover_screen.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | game/logic/game_states/gameover_screen.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | game/logic/game_states/gameover_screen.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | #define OAM_BALLOONS 4*32
init_gameover_screen:
.(
; Set background tileset
.(
tileset_addr = tmpfield1 ; Not movable, used by cpu_to_ppu_copy_tiles
;tileset_addr_msb = tmpfield2 ; Not movable, used by cpu_to_ppu_copy_tiles
tiles_count = tmpfield3 ; Not movable, used by cpu_to_ppu_copy_tiles
lda #<(tileset_... | 20.12439 | 76 | 0.75409 |
9df08b5b1ab425c27a33f7e99f823087db60236f | 155 | asm | Assembly | src/Project6/sample3.asm | HSU-F20-CS243/p06-starter | 108791397c0454575f72d6787e0214417e0f5ec2 | [
"Apache-2.0"
] | null | null | null | src/Project6/sample3.asm | HSU-F20-CS243/p06-starter | 108791397c0454575f72d6787e0214417e0f5ec2 | [
"Apache-2.0"
] | null | null | null | src/Project6/sample3.asm | HSU-F20-CS243/p06-starter | 108791397c0454575f72d6787e0214417e0f5ec2 | [
"Apache-2.0"
] | null | null | null | //x = R0 + R1
@R0 //[2,@R0,@,R0,0]
D=M //[3,D=M,D,M,]
@R1 //[2,@R1,@,R1,1]
D=D+M //[3,D=D+M,D,D+M,]
@x //[2,@x,@,x,16]
M=D //[3,M=D,M,D,]
//@x -> @16 | 17.222222 | 24 | 0.348387 |
940357b4141c48a4600fe2729c406e55ed39ce32 | 1,135 | asm | Assembly | mips_architecture/lab5_ex2.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | null | null | null | mips_architecture/lab5_ex2.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | 1 | 2021-06-03T22:25:48.000Z | 2021-06-03T22:25:48.000Z | mips_architecture/lab5_ex2.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | 1 | 2021-06-03T10:36:57.000Z | 2021-06-03T10:36:57.000Z | .eqv SYS_PRINT_STRING 4
.eqv SYS_READ_STRING 8
.eqv SYS_EXIT 10
.eqv SYS_PRINT_CHAR 11
.data
str: .space 17 # + 2 bytes to include '\n' and '\0'
revstr: .asciiz "reverse: "
.text
.globl main
main:
# read input string
li $v0, SYS_READ_STRING
la $... | 24.148936 | 65 | 0.461674 |
e9108bb9fe736bfda4a810206876ae593f891240 | 263 | a51 | Assembly | Lab_2/Task_6.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | null | null | null | Lab_2/Task_6.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | null | null | null | Lab_2/Task_6.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | 1 | 2021-09-19T12:10:50.000Z | 2021-09-19T12:10:50.000Z | ;Write an 8051 ASM program to perform division on 8-bit numbers present in data memory address location 33H & 34H and
;store the result in 35H (Reminder) & 36H (Quotient).
ORG 0000H
MOV A,33H
MOV B,34H
DIV AB
MOV 35H,B
MOV 36H,A
END ;Deeptimaan Banerjee | 26.3 | 118 | 0.737643 |
e295f59dc7a7ad101d3c4c367c6199d14c0c3ce2 | 401 | asm | Assembly | programs/oeis/095/A095833.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/095/A095833.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/095/A095833.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A095833: Triangle read by rows: T(n,k) = (n-k+1)*n, n>=1, 1<=k<=n.
; 1,4,2,9,6,3,16,12,8,4,25,20,15,10,5,36,30,24,18,12,6,49,42,35,28,21,14,7,64,56,48,40,32,24,16,8,81,72,63,54,45,36,27,18,9,100,90,80,70,60,50,40,30,20,10,121,110,99,88,77,66,55,44,33,22,11,144,132,120,108,96,84
add $0,1
mov $1,1
lpb $0,1
sub $0,$1... | 25.0625 | 211 | 0.57606 |
f18e8e90f601a30f119f8266be390d92975a12f8 | 321 | asm | Assembly | programs/oeis/070/A070497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070497: a(n) = n^3 mod 35.
; 0,1,8,27,29,20,6,28,22,29,20,1,13,27,14,15,1,13,22,34,20,21,8,22,34,15,6,13,7,29,15,6,8,27,34,0,1,8,27,29,20,6,28,22,29,20,1,13,27,14,15,1,13,22,34,20,21,8,22,34,15,6,13,7,29,15,6,8,27,34,0,1,8,27,29,20,6,28,22,29,20,1,13,27,14,15,1,13,22,34,20,21,8,22,34,15,6,13,7,29
pow $0,3
mod $0,35... | 53.5 | 270 | 0.610592 |
b2a3b3b403a3806129a3a4e56b984bdde0de59da | 936 | asm | Assembly | libsrc/spectrum/opus/opus_getsect_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/spectrum/opus/opus_getsect_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/spectrum/opus/opus_getsect_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ;
; ZX Spectrum OPUS DISCOVERY specific routines
;
; Stefano Bodrato - 2014
;
; Get a sector.
; A standard 178K Opus disk has 0..718 sectors
; Each sector is 256 bytes long
;
; int __CALLEE__ opus_getsect_callee(int drive, int sector, char * buffer);
;
; $Id: opus_getsect_callee.asm,v 1.5 2016-07-14 17:44:17 pauloscus... | 19.102041 | 81 | 0.759615 |
cc54828e115b73dfc14babb08a92d1ea0a58299a | 2,359 | asm | Assembly | src/fx/starfield.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 8 | 2016-12-26T19:33:13.000Z | 2021-02-19T21:01:07.000Z | src/fx/starfield.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 9 | 2016-11-25T00:58:44.000Z | 2017-06-26T15:22:10.000Z | src/fx/starfield.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | null | null | null |
; quick & dirty starfield
; copied from Kieran's mode7-sprites cracktro wip
.start_fx_starfield
STARFIELD_shadow_addr = MODE7_VRAM_SHADOW
STARFIELD_ERASE_STARS = FALSE ; FALSE if erasing screen anyway
STARFIELD_top_row = 1 ; omit Ceefax header
STARFIELD_left_column = 1 ; needs to be 4 if req background... | 19.495868 | 109 | 0.658754 |
38a4434429d3192940da7c8c72b96902bab87dfd | 804 | asm | Assembly | lib/vgcplayer_config.h.asm | kieranhj/rocket-beeb | 99a686b3a73d8f5294eea4fb37a5128b69a9acf7 | [
"MIT"
] | null | null | null | lib/vgcplayer_config.h.asm | kieranhj/rocket-beeb | 99a686b3a73d8f5294eea4fb37a5128b69a9acf7 | [
"MIT"
] | null | null | null | lib/vgcplayer_config.h.asm | kieranhj/rocket-beeb | 99a686b3a73d8f5294eea4fb37a5128b69a9acf7 | [
"MIT"
] | null | null | null | ;******************************************************************
; 6502 BBC Micro Compressed VGM (VGC) Music Player
; By Simon Morris
; https://github.com/simondotm/vgm-player-bbc
; https://github.com/simondotm/vgm-packer
;******************************************************************
;-------------------------... | 40.2 | 91 | 0.578358 |
b091811bf50477763dabb2d8a89a6226d99654ab | 451 | asm | Assembly | examples/hello/hello.asm | suzukiplan/vgs8 | bc2743daeee9c83a53657a5fb5cffa072fb7ac0a | [
"MIT"
] | 1 | 2022-01-11T22:13:57.000Z | 2022-01-11T22:13:57.000Z | examples/hello/hello.asm | suzukiplan/vgs8 | bc2743daeee9c83a53657a5fb5cffa072fb7ac0a | [
"MIT"
] | null | null | null | examples/hello/hello.asm | suzukiplan/vgs8 | bc2743daeee9c83a53657a5fb5cffa072fb7ac0a | [
"MIT"
] | null | null | null | .setcpu "6502"
.autoimport on
.segment "STARTUP"
; init CMAP register
lda #%00000000
sta $5404
; draw "Hello, VGS8 World!" on the BG nametable
ldx #$00
draw_loop:
lda string_hello_world, x
sta $63C7, x ; write on (7 + x, 15) = ($007 + x, $3C0 = 15 * 64)
inx
cpx #18 ; text lengt... | 18.791667 | 68 | 0.607539 |
9ac5fc50fb8a8bb1c28b3f0c03bf068a64ce0c15 | 660 | asm | Assembly | cards/bn6/ModCards/137-A030 EarthDragon.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | 10 | 2017-12-05T14:25:38.000Z | 2022-02-21T04:28:00.000Z | cards/bn6/ModCards/137-A030 EarthDragon.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | null | null | null | cards/bn6/ModCards/137-A030 EarthDragon.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | null | null | null | .include "defaults_mod.asm"
table_file_jp equ "exe6-utf8.tbl"
table_file_en equ "bn6-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252354A // BR5J
game_code_2 equ 0x42523545 // BR5E
game_code_3 equ 0x42523550 // BR5P
card_type equ 1
card_id equ 30
card_no equ "030"
card_sub equ "Mod Card 030"
card_sub_x ... | 24.444444 | 35 | 0.775758 |
49639d7c8d5ffec2583489c0b741e24d6773d6cf | 603 | asm | Assembly | oeis/065/A065482.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/065/A065482.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/065/A065482.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A065482: a(n) = round( 2^n/n ).
; Submitted by Jon Maiga
; 2,2,3,4,6,11,18,32,57,102,186,341,630,1170,2185,4096,7710,14564,27594,52429,99864,190650,364722,699051,1342177,2581110,4971027,9586981,18512790,35791394,69273666,134217728,260301048,505290270,981706811,1908874354,3714566310,7233629130,14096302920,27487790694,... | 86.142857 | 491 | 0.824212 |
5b15a71d209240c4ca817537b17651b3e5cc2927 | 347 | asm | Assembly | programs/oeis/047/A047277.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047277.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047277.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047277: Numbers that are congruent to {0, 2, 6} mod 7.
; 0,2,6,7,9,13,14,16,20,21,23,27,28,30,34,35,37,41,42,44,48,49,51,55,56,58,62,63,65,69,70,72,76,77,79,83,84,86,90,91,93,97,98,100,104,105,107,111,112,114,118,119,121,125,126,128,132,133,135,139,140
mul $0,7
seq $0,261557 ; a(0) = a(1) = 0; for n>1, a(n) = 2*n -... | 49.571429 | 197 | 0.616715 |
150add27fd51e5ad017cb7ca1bf570d9be38e65b | 305 | asm | Assembly | libsrc/target/zx81/zx81/chroma81/zx_pxy2aaddr.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx81/zx81/chroma81/zx_pxy2aaddr.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx81/zx81/chroma81/zx_pxy2aaddr.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uchar *zx_pxy2aaddr(uchar xcoord, uchar ycoord)
; CALLER linkage for function pointers
SECTION code_clib
PUBLIC zx_pxy2aaddr
PUBLIC _zx_pxy2aaddr
EXTERN asm_zx_pxy2aaddr
.zx_pxy2aaddr
._zx_pxy2aaddr
pop af
pop de
pop hl
push hl
push de
push af
ld h,e
jp asm_zx_pxy2aaddr
| 13.863636 | 49 | 0.740984 |
e544b5d89e76919d942c06e40b19929698df7fd0 | 121,584 | asm | Assembly | system-programming/assignments/attacklab/target39/ctarget.asm | nurseiit/comm-unist | e7a122c910bf12eddf5c0ffc2c666995b4989408 | [
"MIT"
] | 4 | 2019-07-03T00:57:01.000Z | 2020-12-11T23:06:11.000Z | system-programming/assignments/attacklab/target39/ctarget.asm | nurseiit/comm-unist | e7a122c910bf12eddf5c0ffc2c666995b4989408 | [
"MIT"
] | 1 | 2019-10-19T17:42:42.000Z | 2019-10-19T17:42:42.000Z | system-programming/assignments/attacklab/target39/ctarget.asm | nurseiit/comm-unist | e7a122c910bf12eddf5c0ffc2c666995b4989408 | [
"MIT"
] | 1 | 2019-11-05T04:14:08.000Z | 2019-11-05T04:14:08.000Z |
ctarget: file format elf64-x86-64
Disassembly of section .init:
0000000000400c48 <_init>:
400c48: 48 83 ec 08 sub $0x8,%rsp
400c4c: 48 8b 05 a5 43 20 00 mov 0x2043a5(%rip),%rax # 604ff8 <_DYNAMIC+0x1d8>
400c53: 48 85 c0 test %rax,%rax
400c56: 74 02 ... | 52.249248 | 107 | 0.541436 |
f88af6c3be4dd81881523c6f87329c40f3c16cba | 656 | asm | Assembly | oeis/173/A173317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/173/A173317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/173/A173317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A173317: 5*n! - 1.
; 4,4,9,29,119,599,3599,25199,201599,1814399,18143999,199583999,2395007999,31135103999,435891455999,6538371839999,104613949439999,1778437140479999,32011868528639999,608225502044159999,12164510040883199999,255454710858547199999,5620003638888038399999,129260083694424883199999,310224200866619719679999... | 82 | 486 | 0.856707 |
9e55606783f64f7b66207028c1a4348f154ccfc5 | 5,757 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_789.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_789.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_789.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 %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1bd59, %r13
clflush (%r13)
nop
nop
add $29439, %r8
movb (%r13), %r15b
add %r12, %r12
lea addresses_WT_ht+0xb643, %rsi
lea addresses_WT_ht+0x1743, %rdi
clflush (%rsi)
clflush (%rdi)
nop... | 40.829787 | 2,999 | 0.656592 |
f7192db3305164e6e0569e11ed16087546d5dcea | 689 | asm | Assembly | reference of the registers.asm | L12161/assembly_habijabi | 4dc7e77af33997f953107a1222a47b7b8b223f93 | [
"Apache-2.0"
] | null | null | null | reference of the registers.asm | L12161/assembly_habijabi | 4dc7e77af33997f953107a1222a47b7b8b223f93 | [
"Apache-2.0"
] | null | null | null | reference of the registers.asm | L12161/assembly_habijabi | 4dc7e77af33997f953107a1222a47b7b8b223f93 | [
"Apache-2.0"
] | null | null | null | .MODEL SMLL
.STACK 100H
.DATA
;jeshob variables declared hocche
; BH and BL --> 8bit registers , 1BYTE
; BX = BH+BL --> 16 bit register, 1 WORD
; general purpose register AX BX CX DX
; CS - points at the segment containing the current program.
;DS - generally points at segment where variables are defined.
;ES... | 27.56 | 70 | 0.666183 |
9a739e38c5d791ad859dc090e137da78ad96c72b | 570 | asm | Assembly | programs/oeis/279/A279101.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/279/A279101.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/279/A279101.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A279101: a(n) = Sum_{k=0..n} ceiling((1 + sqrt(2))^k).
; 1,4,10,25,59,142,340,819,1973,4760,11486,27725,66927,161570,390056,941671,2273385,5488428,13250226,31988865,77227939,186444726,450117372,1086679451,2623476253,6333631936,15290740102,36915112117,89120964311,215157040714,519435045712,1254027132111,3027489309905,7... | 47.5 | 404 | 0.785965 |
90d9f31ca32c32dc8452e9b0cfda48e3f9b42177 | 4,790 | asm | Assembly | m3-sys/m3cc/gcc/gcc/config/i386/cygwin.asm | RodneyBates/modula-3 | 9d4ab288617cb92ada991ba78ec2035d4a80e81a | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | 2 | 2015-03-02T17:01:32.000Z | 2021-12-29T14:34:46.000Z | m3-sys/m3cc/gcc/gcc/config/i386/cygwin.asm | RodneyBates/modula-3 | 9d4ab288617cb92ada991ba78ec2035d4a80e81a | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | null | null | null | m3-sys/m3cc/gcc/gcc/config/i386/cygwin.asm | RodneyBates/modula-3 | 9d4ab288617cb92ada991ba78ec2035d4a80e81a | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | 1 | 2021-12-29T14:35:47.000Z | 2021-12-29T14:35:47.000Z | /* stuff needed for libgcc on win32.
*
* Copyright (C) 1996, 1998, 2001, 2003 Free Software Foundation, Inc.
* Written By Steve Chamberlain
*
* This file 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 Foundat... | 34.963504 | 88 | 0.684342 |
ef3f6a98e08e30700d1c371324299184fe2154f1 | 1,119 | asm | Assembly | CSE341-BRACU-Microprocessors/Assignment-2(Lab-3)/task2.asm | AIM3r4j/BRACU | 8f3973ca8226a496914f825a2d295d25dd5b4a4d | [
"MIT"
] | null | null | null | CSE341-BRACU-Microprocessors/Assignment-2(Lab-3)/task2.asm | AIM3r4j/BRACU | 8f3973ca8226a496914f825a2d295d25dd5b4a4d | [
"MIT"
] | null | null | null | CSE341-BRACU-Microprocessors/Assignment-2(Lab-3)/task2.asm | AIM3r4j/BRACU | 8f3973ca8226a496914f825a2d295d25dd5b4a4d | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
;variables
a db "Please Enter First Number:$"
b db "Please Enter Second Number:$"
c db "Summation of the numbers:$"
.CODE
MAIN PROC
;initialize DS
MOV AX,@DATA
MOV DS,AX
; enter your code here
;Performing Summation
;First Number
lea dx, a
... | 13.164706 | 63 | 0.484361 |
b0170c43c82f6b14e2575d0ff6498d4edb0df706 | 455 | asm | Assembly | oeis/271/A271352.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/271/A271352.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/271/A271352.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A271352: a(n) = 3^n mod 211.
; Submitted by Christian Krause
; 1,3,9,27,81,32,96,77,20,60,180,118,143,7,21,63,189,145,13,39,117,140,209,205,193,157,49,147,19,57,171,91,62,186,136,197,169,85,44,132,185,133,188,142,4,12,36,108,113,128,173,97,80,29,87,50,150,28,84,41,123,158,52,156,46,138,203,187,139,206,196,166,76,17,5... | 50.555556 | 350 | 0.69011 |
e566ee355e2ca2f2cf1fac6d267340dd99ce63cd | 671 | asm | Assembly | oeis/020/A020134.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020134.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020134.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020134: Ceiling of Gamma(n + 1/3)/Gamma(1/3).
; Submitted by Christian Krause
; 1,1,1,2,4,15,80,506,3711,30921,288592,2982110,33797241,416832634,5557768441,79661347642,1221473997165,19950741953682,345812860530488,6339902443058942,122571447232472866,2492286093726948269,53168769999508229721,1187435863322350463748,2770... | 74.555556 | 501 | 0.85842 |
fcfd71341b221dd2b8f689b9bf9c602f15929dad | 620 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccixp_dread.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccixp_dread.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccixp_dread.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC cm48_sdccixp_dread1, cm48_sdccixp_dread2
EXTERN cm48_sdccixp_dload
cm48_sdccixp_dread2:
; sdcc float primitive
; Read two sdcc floats from the stack
;
; Covert from sdcc float format to math48 format.
;
; enter : stack = sdcc_float right, sdcc_float left, ret1, ret0
... | 17.222222 | 66 | 0.641935 |
c5ef552ddb4aa2ac613ae2034512bef788c417a5 | 713 | asm | Assembly | src/asmtutor.com/src/helloworld-input.asm | ishirshov/NASM-tutorial-for-Unix | 75173993e35e29bce1c04908573cc034ff32363e | [
"Apache-2.0"
] | null | null | null | src/asmtutor.com/src/helloworld-input.asm | ishirshov/NASM-tutorial-for-Unix | 75173993e35e29bce1c04908573cc034ff32363e | [
"Apache-2.0"
] | null | null | null | src/asmtutor.com/src/helloworld-input.asm | ishirshov/NASM-tutorial-for-Unix | 75173993e35e29bce1c04908573cc034ff32363e | [
"Apache-2.0"
] | null | null | null | %include 'functions.asm'
SECTION .bss
sinput: RESB 255
;Справочная информация по выделяемой памяти:
;character: RESB 1 ; 1 байт - 8 бит
;short: RESW 1 ; 2 байта - 16 бит
;integer: RESD 1 ; 4 байта - 32 бит
;double: RESQ 1 ; 8 байт - 64 бита
;double64: REST 1 ; 10 бай... | 20.371429 | 50 | 0.538569 |
418cc1633038aa22ec53213f136d44cd02a360c6 | 2,913 | asm | Assembly | thirdparty/ffmpeg/libavcodec/x86/opusdsp.asm | yashrajsingh1998/ApraPipes1 | ec93095613f4345d6044c7012f2d8c3b99f65f03 | [
"MIT"
] | 30 | 2022-03-10T16:34:13.000Z | 2022-03-29T09:32:35.000Z | thirdparty/ffmpeg/libavcodec/x86/opusdsp.asm | yashrajsingh1998/ApraPipes1 | ec93095613f4345d6044c7012f2d8c3b99f65f03 | [
"MIT"
] | 2 | 2022-03-30T14:52:15.000Z | 2022-03-31T11:30:20.000Z | thirdparty/ffmpeg/libavcodec/x86/opusdsp.asm | yashrajsingh1998/ApraPipes1 | ec93095613f4345d6044c7012f2d8c3b99f65f03 | [
"MIT"
] | 6 | 2021-09-24T04:58:43.000Z | 2022-03-10T10:02:27.000Z | ;******************************************************************************
;* Opus SIMD functions
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or
;* modify it under the terms of the GNU Lesser General Public
;* License as published by the Free Software Foundation; e... | 26.008929 | 80 | 0.564367 |
9dfcdc18bc73ac1d5ac23c5593e5cada59c2618b | 687 | asm | Assembly | programs/oeis/212/A212181.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/212/A212181.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212181.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A212181: Largest odd divisor of tau(n): a(n) = A000265(A000005(n)).
; 1,1,1,3,1,1,1,1,3,1,1,3,1,1,1,5,1,3,1,3,1,1,1,1,3,1,1,3,1,1,1,3,1,1,1,9,1,1,1,1,1,1,1,3,3,1,1,5,3,3,1,3,1,1,1,1,1,1,1,3,1,1,3,7,1,1,1,3,1,1,1,3,1,1,3,3,1,1,1,5,5,1,1,3,1,1,1,1,1,3,1,3,1,1,1,3,1,3,3,9,1,1,1,1,1,1,1,3,1,1,1,5,1,1,1,3,3,1,1,1,3,1,1,3,... | 76.333333 | 502 | 0.535662 |
5d0fbf276d9888d114fd6526db48ab6f9642aed8 | 20,238 | asm | Assembly | third_party/virtualbox/src/VBox/Disassembler/testcase/tstAsmLock-1.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 521 | 2019-03-29T15:44:08.000Z | 2022-03-22T09:46:19.000Z | third_party/virtualbox/src/VBox/Disassembler/testcase/tstAsmLock-1.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 30 | 2019-06-04T17:00:49.000Z | 2021-09-08T20:44:19.000Z | third_party/virtualbox/src/VBox/Disassembler/testcase/tstAsmLock-1.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 99 | 2019-03-29T16:04:13.000Z | 2022-03-28T16:59:34.000Z | ; $Id: tstAsmLock-1.asm $
;; @file
; Disassembly testcase - Valid lock sequences and related instructions.
;
; This is a build test, that means it will be assembled, disassembled,
; then the disassembly output will be assembled and the new binary will
; compared with the original.
;
;
; Copyright (C) 2008-2017 Oracle ... | 29.93787 | 82 | 0.616711 |
6a24efece03b46483f98fface277ee8467744fdf | 744 | asm | Assembly | programs/oeis/024/A024148.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024148.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024148.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024148: a(n) = 12^n - n^8.
; 1,11,-112,-4833,-44800,-141793,1306368,30067007,413204480,5116733631,61817364224,742794011807,8915670466560,106992389648351,1283916988759808,15407019011695743,184884254600069120,2218611099764679551,26623333269865283328,319479999353639363807,3833759992421875122176,46005119909331878606751,... | 82.666667 | 663 | 0.892473 |
19bdee91f2f91de9492c8f4b4d58bf01a54ac1f9 | 42,064 | asm | Assembly | prog2.asm | prajwalds17/xv6 | 614f33e9aeeac19b07cdbf1453a89b5727261ac7 | [
"MIT-0"
] | null | null | null | prog2.asm | prajwalds17/xv6 | 614f33e9aeeac19b07cdbf1453a89b5727261ac7 | [
"MIT-0"
] | null | null | null | prog2.asm | prajwalds17/xv6 | 614f33e9aeeac19b07cdbf1453a89b5727261ac7 | [
"MIT-0"
] | null | null | null |
_prog2: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include"fcntl.h"
#include"user.h"
#include"stat.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)... | 33.94996 | 60 | 0.41173 |
20091f3573bccf7e386a4e71b6926f7b49701889 | 1,431 | asm | Assembly | programs/oeis/331/A331952.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/331/A331952.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/331/A331952.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A331952: a(n) = (-7 + (-1)^(1+n) + 6*n^2) / 8.
; -1,0,2,6,11,18,26,36,47,60,74,90,107,126,146,168,191,216,242,270,299,330,362,396,431,468,506,546,587,630,674,720,767,816,866,918,971,1026,1082,1140,1199,1260,1322,1386,1451,1518,1586,1656,1727,1800,1874,1950,2027,2106,2186,2268,2351,2436,2522,2610,2699,2790,2882,2976,3... | 159 | 1,333 | 0.784766 |
fbb96226a38b4f5f35e1858eb66ba6941a91367d | 330 | asm | Assembly | src/commands/include.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | 2 | 2019-08-03T17:09:30.000Z | 2021-04-01T22:17:09.000Z | src/commands/include.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | null | null | null | src/commands/include.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | 1 | 2019-08-04T21:26:32.000Z | 2019-08-04T21:26:32.000Z | include 'DoAdd.asm'
include 'DoAnd.asm'
include 'DoDivide.asm'
include 'DoRemainder.asm'
include 'DoMultiply.asm'
include 'DoNeg.asm'
include 'DoNot.asm'
include 'DoOr.asm'
include 'DoPrint.asm'
include 'DoPrintBin.asm'
include 'DoPrintHex.asm'
include 'DoPrintStack.asm'
include 'DoSubstract.asm'
include '... | 23.571429 | 27 | 0.751515 |
c50f0a81b37d35fe580a81b0ba8c70a023fad687 | 423 | asm | Assembly | oeis/220/A220094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/220/A220094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/220/A220094.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A220094: Sum of the n-digit base-ten numbers whose digits are nonzero.
; Submitted by Jon Maiga
; 45,4455,404595,36446355,3280467195,295244704755,26572047342795,2391484476085155,215233604784766395,19371024448062897555,1743392200482566077995,156905298044843094701955,14121476824048587852317595,1270932914164487290670858... | 28.2 | 225 | 0.799054 |
3b58a07abd3a8cb1f3bb63242e00f01bf4976e04 | 338 | asm | Assembly | programs/oeis/099/A099862.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/099/A099862.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/099/A099862.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A099862: Bisection of A002808.
; 6,9,12,15,18,21,24,26,28,32,34,36,39,42,45,48,50,52,55,57,60,63,65,68,70,74,76,78,81,84,86,88,91,93,95,98,100,104,106,110,112,115,117,119,121,123,125,128,130,133,135,138,141,143,145,147,150,153,155,158,160
mul $0,2
add $0,4
seq $0,122825 ; a(n) = n + number of previous prime terms, a... | 42.25 | 207 | 0.671598 |
d0a12246af8e94914ebf50805192440e3640ed34 | 689 | asm | Assembly | oeis/092/A092467.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/092/A092467.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/092/A092467.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A092467: a(n) = Sum_{i+j+k=n, 0<=i,j,k<=n} (n+2k)!/(i! * j! * (3*k)!).
; Submitted by Jon Maiga
; 1,3,13,63,309,1511,7373,35951,175269,854455,4165565,20307647,99002389,482649479,2352978861,11471077391,55922991237,272631840855,1329115610269,6479611111519,31588945184245,154000207833639,750771001516685,3660106078087087,... | 43.0625 | 480 | 0.788099 |
19c7090964920269f76e736e8e66a478c0445c2c | 2,274 | asm | Assembly | ASM/src/bean_salesman.asm | Edos512/OoT-RandomizerNoER | 59e4c565986b37d7a83d8523ee7c7ee5701873b5 | [
"MIT"
] | 4 | 2019-08-08T01:05:47.000Z | 2019-08-18T03:01:37.000Z | ASM/src/bean_salesman.asm | Edos512/OoT-RandomizerNoER | 59e4c565986b37d7a83d8523ee7c7ee5701873b5 | [
"MIT"
] | 2 | 2020-11-06T22:56:36.000Z | 2020-11-09T15:22:34.000Z | ASM/src/bean_salesman.asm | Edos512/OoT-RandomizerNoER | 59e4c565986b37d7a83d8523ee7c7ee5701873b5 | [
"MIT"
] | 2 | 2018-05-23T08:43:25.000Z | 2018-06-04T17:52:47.000Z | ; Override the initial salesman bean count check if the salesman is randomized
; t1 = bean count value to use
bean_initial_check:
addu v0, v0, t7 ; v0 = save context
lb t1, SHUFFLE_BEANS
beqz t1, @@return
lb v0, -0x59A4(v0) ; if the salesman isn't randomized, use the cur... | 38.542373 | 125 | 0.604222 |
672d8182cbd3dead351dca9f9b793c418d2c81f1 | 418 | asm | Assembly | programs/oeis/272/A272180.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/272/A272180.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/272/A272180.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A272180: a(n) = Product_{k=0..n} (n^2 + k).
; 0,2,120,11880,1860480,427518000,135970773120,57274321104000,30885807297945600,20759078324729606400,17018214378110225280000,16716468557742686853120000,19383353274717848149493760000,26198415087179810897268887040000,40828604361516687201839617904640000
pow $0,2
mov $1,$0
mov... | 26.125 | 250 | 0.751196 |
c45ec3b61806eff6aa3e2c88a008a80e9e7960a2 | 242 | asm | Assembly | Z80/WinAPE/ClearScreen.asm | leonhad/masm | f5739a8c8c6c461f9e928576ff36f7991541959b | [
"MIT"
] | 9 | 2020-05-29T14:03:07.000Z | 2021-06-17T07:56:26.000Z | Z80/WinAPE/ClearScreen.asm | leonhad/masm | f5739a8c8c6c461f9e928576ff36f7991541959b | [
"MIT"
] | null | null | null | Z80/WinAPE/ClearScreen.asm | leonhad/masm | f5739a8c8c6c461f9e928576ff36f7991541959b | [
"MIT"
] | 4 | 2021-04-17T17:41:54.000Z | 2022-03-13T16:06:39.000Z | screensize equ &4000
ORG &8100
LD A, %00001111
FillAgain:
LD HL, &C000 ; Data origin
LD DE, &C000+1 ; Screen menu destination
LD BC, screensize-1 ; Copy one address to another
LD (HL), A
LDIR
DEC A
CP 255
JP NZ, FillAgain
ret | 14.235294 | 50 | 0.677686 |
84ce53ae642b4bffcc721cf1b8cf23dbc3c30e92 | 338 | asm | Assembly | unittests/ASM/3DNow/9A.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | unittests/ASM/3DNow/9A.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | unittests/ASM/3DNow/9A.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | %ifdef CONFIG
{
"RegData": {
"MM0": ["0x43808000c3808000", "0x0"],
"MM1": ["0x44200000c4200000", "0x0"]
}
}
%endif
movq mm0, [rel data1]
movq mm1, [rel data2]
pfsub mm0, [rel data3]
pfsub mm1, [rel data4]
hlt
align 8
data1:
dd -1.0
dd 1.0
data2:
dd -128.0
dd 128.0
data3:
dd 256.0
dd -256.0
data4:
d... | 9.941176 | 42 | 0.609467 |
bb06f231f9dce15257fb269593fcda6f9b46b6b6 | 17,690 | asm | Assembly | engine/movie/trade.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | engine/movie/trade.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | engine/movie/trade.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | InternalClockTradeAnim:
; Do the trading animation with the player's gameboy on the left.
; In-game trades and internally clocked link cable trades use this.
ld a, [wTradedPlayerMonSpecies]
ld [wLeftGBMonSpecies], a
ld a, [wTradedEnemyMonSpecies]
ld [wRightGBMonSpecies], a
ld de, InternalClockTradeFuncSequence
jr... | 20.665888 | 85 | 0.766139 |
3addc22e6adfcb104342b75e457098733a5bbdd7 | 2,168 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_1_576.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_1_576.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_1_576.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 %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
// Store
lea addresses_PSE+0xb2cf, %rdx
nop
nop
nop
nop
nop
inc %r9
mov $0x5152535455565758, %r15
movq %r15, %xmm3
movups %xmm3, (%rdx)
cmp %rbp, %rb... | 17.770492 | 146 | 0.646218 |
0511e0a5591fb0bfd349c2360ccf335c4b249f40 | 2,289 | asm | Assembly | external/source/shellcode/linux/ia32/single_reverse_tcp_shell.asm | OsmanDere/metasploit-framework | b7a014a5d22d3b57157e301d4af57e3a31ad03a9 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 26,932 | 2015-01-01T00:04:51.000Z | 2022-03-31T22:51:38.000Z | external/source/shellcode/linux/ia32/single_reverse_tcp_shell.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 11,048 | 2015-01-01T00:05:44.000Z | 2022-03-31T21:49:52.000Z | external/source/shellcode/linux/ia32/single_reverse_tcp_shell.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 12,593 | 2015-01-01T01:01:20.000Z | 2022-03-31T22:13:32.000Z | ;;
;
; Name: single_reverse_tcp_shell
; Version: $Revision: 1512 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and copyrights as
; the rest of this package.
;
; Description:
;
; Single reverse TCP shell.
;
; Meta... | 27.578313 | 89 | 0.617737 |
0a503dfb0c4c1625919f34e63bfecfb876096205 | 444 | asm | Assembly | ARITHMETIC_16_ALL.asm | apsrcreatix/8086 | 11b9e79a2980fcbfc1b2b5e74f4f38253e583101 | [
"CC0-1.0"
] | 40 | 2017-12-27T22:58:38.000Z | 2022-03-15T03:44:03.000Z | ARITHMETIC_16_ALL.asm | carlpaez/8086 | 11b9e79a2980fcbfc1b2b5e74f4f38253e583101 | [
"CC0-1.0"
] | null | null | null | ARITHMETIC_16_ALL.asm | carlpaez/8086 | 11b9e79a2980fcbfc1b2b5e74f4f38253e583101 | [
"CC0-1.0"
] | 15 | 2018-02-14T07:42:16.000Z | 2022-03-15T03:16:34.000Z |
DATA SEGMENT
N1 DW 1234H
N2 DW 1234H
DATA ENDS
CODE SEGMENT
ASSUME CS : CODE ,DS : DATA
START:
MOV AX,DATA
MOV DS,AX
MOV AX,N1
MOV BX,N2
ADD... | 19.304348 | 40 | 0.31982 |
fa5f2b233e35efc10c357fb519ea44fcd68e9f50 | 314 | asm | Assembly | oeis/006/A006946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006946: Independence number of De Bruijn graph of order n on two symbols.
; Submitted by Christian Krause
; 1,2,3,7,13,28,55,114,227,466,931,1891,3781
add $0,1
mov $1,$0
mov $3,$0
lpb $3
mul $1,$3
cmp $2,0
max $4,1
add $4,$2
div $1,$4
mul $1,2
mov $2,0
sub $3,1
lpe
mov $0,$1
div $0,2
add $0,1
| 14.952381 | 76 | 0.61465 |
a644c8953b519598b078e2ec413fdfd6b41fc515 | 320 | asm | Assembly | programs/oeis/174/A174112.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/174/A174112.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/174/A174112.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A174112: After correction, duplicate of A111490.
; 1,2,4,5,9,9,15,16,21,23,33,29,41,45,51,52,68,65,83,81,91,99,121,109,128,138,152,152,180,168,198,199,217,231,253,234,270,286,308,298,338,326,368
mov $2,$0
lpb $0,1
add $1,1
mov $3,$0
sub $0,1
sub $1,1
add $4,1
mod $3,$4
add $1,$3
lpe
add $1,1
add $1,$2
| 20 | 145 | 0.621875 |
3086748748d9855256e9bc09918056c8de096580 | 276 | asm | Assembly | programs/oeis/040/A040211.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040211.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040211.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040211: Continued fraction for sqrt(227).
; 15,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30,15,30
pow $1,$0
sub $1,2
gcd $1,$0
mul $1,15
| 34.5 | 190 | 0.655797 |
8eef36ded7682c70bae2dd167e3861e11b5dd998 | 4,805 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_74_2036.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_74_2036.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_74_2036.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xf14a, %rsi
nop
nop
nop
nop
lfence
mov $0x6162636465666768, %r15
movq %r15, %xmm5
movups %xmm5, (%rsi)
nop
nop
nop
nop
xor $35117, %r10
lea addresses_A_ht+0xdc1a, %r9
dec %rdi... | 21.167401 | 221 | 0.641623 |
cca49cb0310aa10cbf136a7fde30bd17e1f20a1b | 91 | asm | Assembly | Test/TEST/test4-target-ram.asm | sparks-c16/zasm | c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4 | [
"BSD-2-Clause"
] | 43 | 2019-12-06T23:46:40.000Z | 2022-03-31T15:34:44.000Z | Test/TEST/test4-target-ram.asm | sparks-c16/zasm | c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4 | [
"BSD-2-Clause"
] | 21 | 2019-12-27T01:49:08.000Z | 2022-03-31T15:38:42.000Z | Test/TEST/test4-target-ram.asm | sparks-c16/zasm | c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4 | [
"BSD-2-Clause"
] | 13 | 2019-12-27T00:38:46.000Z | 2022-03-15T08:34:51.000Z | #!/usr/local/bin/zasm -x --target=ram -o original/test4-target-ram.hex
.org 1000
rst 0
| 13 | 70 | 0.681319 |
4138f5b499ac79fcb0c194060ea4161993f701c9 | 179 | asm | Assembly | samples/x86-linux/exec-shell.asm | hpolloni/shellnoob | 31110c2de7e6979d9962ddcf90805f5e2866c927 | [
"MIT"
] | 492 | 2015-01-01T22:25:21.000Z | 2022-03-26T10:38:32.000Z | samples/x86-linux/exec-shell.asm | XXXHakuna-MatataXXX/shellnoob | c923d5e15cbf052ea9f2b72c79fdfe3bb2ae9f28 | [
"MIT"
] | 7 | 2015-01-12T17:56:20.000Z | 2022-03-15T18:56:46.000Z | samples/x86-linux/exec-shell.asm | XXXHakuna-MatataXXX/shellnoob | c923d5e15cbf052ea9f2b72c79fdfe3bb2ae9f28 | [
"MIT"
] | 123 | 2015-01-11T10:00:37.000Z | 2022-03-08T06:34:50.000Z | .section .text
xor %eax,%eax
push %eax
push $0x68732f2f
push $0x6e69622f
mov %esp,%ebx
push %eax
push %ebx
mov %esp,%ecx
mov $0xb,%al
int $0x80
| 14.916667 | 19 | 0.569832 |
e9bf1f52fb64a52461e2063dbefdc490ee250fe7 | 11,719 | asm | Assembly | Library/Mailbox/Inbox/inboxDetails.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Mailbox/Inbox/inboxDetails.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Mailbox/Inbox/inboxDetails.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT:
MODULE:
FILE: inboxDetails.asm
AUTHOR: Adam de Boor, Jun 3, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descri... | 23.965235 | 79 | 0.564468 |
ba84a1816faedd9d5c8a36e5b4c6e82d4c7b26b2 | 2,731 | asm | Assembly | CISP 310/M9 - String Operations/A10_Concatenate.asm | gb-camera/college-hw | e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd | [
"Unlicense"
] | null | null | null | CISP 310/M9 - String Operations/A10_Concatenate.asm | gb-camera/college-hw | e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd | [
"Unlicense"
] | null | null | null | CISP 310/M9 - String Operations/A10_Concatenate.asm | gb-camera/college-hw | e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd | [
"Unlicense"
] | null | null | null | ; Michael Dinh - CISP 310 - Assignment 10
; String Concatenation
; 11/22/2020
.586
.MODEL FLAT
INCLUDE io.h ; input/output header
.STACK 4096 ; allocate stack memory
.DATA
prompt1 BYTE "Enter the first string.", 0
prompt2 BYTE "Enter the second string.", 0
stringIn BYTE 40 DUP (?)
resultLbl BYTE "Your combined strin... | 31.390805 | 76 | 0.632369 |
88d55886452ed5de44570d99e51e6ca61534d1ac | 272 | asm | Assembly | Userland/LibC/crti.asm | UltraOS/Ultra | 287035fea303767285e48e5c7867d147790ff55b | [
"Apache-2.0"
] | 44 | 2020-07-09T07:31:43.000Z | 2022-03-29T20:55:01.000Z | Userland/LibC/crti.asm | 8infy/UltraOS | 2ed2879c96a7095b5077df5ba5db5b30a6565417 | [
"Apache-2.0"
] | 3 | 2021-04-24T13:53:53.000Z | 2021-09-27T05:50:28.000Z | Userland/LibC/crti.asm | 8infy/UltraOS | 2ed2879c96a7095b5077df5ba5db5b30a6565417 | [
"Apache-2.0"
] | 3 | 2021-03-01T09:29:12.000Z | 2021-06-25T17:06:27.000Z | %ifdef ULTRA_32
section .init
global _init
_init:
push ebp
section .fini
global _fini
_fini:
push ebp
%elifdef ULTRA_64
section .init
global _init
_init:
push rax
section .fini
global _fini
_fini:
push rax
%else
%error Unknown architecture
%endif
| 8.774194 | 27 | 0.724265 |
858fc99b6b4000a5fac3da137aca8d1e2517e4cd | 22,903 | asm | Assembly | videocodec/libvpx_internal/libvpx/vp9/common/x86/vp9_postproc_sse2.asm | Omegaphora/hardware_intel_common_omx-components | 2dc257bd12d2604f5bac67d039e2b7e53c255ac9 | [
"Apache-2.0"
] | 49 | 2015-01-07T04:37:04.000Z | 2022-03-25T08:37:14.000Z | videocodec/libvpx_internal/libvpx/vp9/common/x86/vp9_postproc_sse2.asm | Omegaphora/hardware_intel_common_omx-components | 2dc257bd12d2604f5bac67d039e2b7e53c255ac9 | [
"Apache-2.0"
] | 1 | 2016-03-22T11:48:22.000Z | 2016-12-05T15:26:52.000Z | videocodec/libvpx_internal/libvpx/vp9/common/x86/vp9_postproc_sse2.asm | Omegaphora/hardware_intel_common_omx-components | 2dc257bd12d2604f5bac67d039e2b7e53c255ac9 | [
"Apache-2.0"
] | 16 | 2015-01-08T01:47:24.000Z | 2022-02-25T06:06:06.000Z | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 32.906609 | 110 | 0.407108 |
11162c7a9e09697f26a2a9e13e3d39a01cc4518d | 409 | asm | Assembly | oeis/340/A340619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/340/A340619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/340/A340619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A340619: n appears A006519(n) times.
; 1,2,2,3,4,4,4,4,5,6,6,7,8,8,8,8,8,8,8,8,9,10,10,11,12,12,12,12,13,14,14,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,18,18,19,20,20,20,20,21,22,22,23,24,24,24,24,24,24,24,24,25,26,26,27,28,28,28,28,29,30,30,31,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
... | 31.461538 | 280 | 0.608802 |
04cc7986abf83447ce192c9eeb4de815b11c3ea3 | 439 | asm | Assembly | oeis/343/A343582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/343/A343582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/343/A343582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A343582: a(n) = (-1)^n*n!*[x^n] exp(-3*x)/(1 - 2*x).
; Submitted by Jon Maiga
; 1,1,5,-3,105,-807,10413,-143595,2304081,-41453775,829134549,-18240782931,437779321785,-11382260772087,318703306401405,-9561099177693243,305955173729230497,-10402475906664696735,374489132640316502949,-14230587040330864850595,56922348161323... | 27.4375 | 250 | 0.710706 |
989cf4234b2149b4891cd2112466634394bae3d3 | 522 | asm | Assembly | programs/oeis/184/A184522.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/184/A184522.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/184/A184522.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A184522: Upper s-Wythoff sequence, where s=5n. Complement of A184523.
; 1,2,3,4,5,7,8,9,10,11,13,14,15,16,17,19,20,21,22,23,25,26,27,28,29,31,32,33,34,35,36,38,39,40,41,42,44,45,46,47,48,50,51,52,53,54,56,57,58,59,60,62,63,64,65,66,67,69,70,71,72,73,75,76,77,78,79,81,82,83,84,85,87,88,89,90,91,93,94,95,96,97,98,100,... | 52.2 | 390 | 0.681992 |
f791b9b2845f3ddcf3afad22affb09ebc6193fb4 | 2,606 | asm | Assembly | Appl/Art/Decks/GeoDeck/CGAJoker.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Art/Decks/GeoDeck/CGAJoker.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Art/Decks/GeoDeck/CGAJoker.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | CGAJoker label byte
word C_BLACK
Bitmap <67,41,0,BMF_MONO>
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00
db 0x00, 0x1f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x01,
0x00
db 0x00, 0xea, 0xab, 0x00, 0x00, 0x00, 0x00, 0x03,
0x00
db 0x03... | 30.302326 | 53 | 0.615886 |
698a81066f21f20451037eee61b7dc6517fee80e | 9,698 | asm | Assembly | src/music/music2-ft.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | 10 | 2019-10-27T23:16:43.000Z | 2019-11-14T13:53:55.000Z | src/music/music2-ft.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | null | null | null | src/music/music2-ft.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | null | null | null | song_index_mus_tcrf = 0
song_index_mus_totaka = 1
sfx_index_sfx_null = 0
song_list:
.dw _mus_tcrf
.dw _mus_totaka
sfx_list:
.dw _sfx_null
instrument_list:
.dw _Blong_0
.dw _Vib2d50_1
.dw _tri_2
.dw _short_tri_3
.dw _closed_hat_4
.dw _crash_cym_5
.dw _open_hat_6
.dw _Strum_7
.dw _Blong_28rel2... | 24.551899 | 82 | 0.702 |
b18fb71deab965026d4e85dc228d36e2a4c01c70 | 586 | asm | Assembly | programs/oeis/275/A275970.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/275/A275970.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/275/A275970.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A275970: a(n) = 3*2^n + n - 1.
; 2,6,13,26,51,100,197,390,775,1544,3081,6154,12299,24588,49165,98318,196623,393232,786449,1572882,3145747,6291476,12582933,25165846,50331671,100663320,201326617,402653210,805306395,1610612764,3221225501,6442450974,12884901919,25769803808,51539607585,103079215138,206158430243,4123168604... | 65.111111 | 504 | 0.836177 |
e4572928ad83847e199473873648b77506788ec2 | 2,808 | asm | Assembly | src/skeleton_sound_engine.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | src/skeleton_sound_engine.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | src/skeleton_sound_engine.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | ; In order to be fully agnostic we split the vars into their own file and let this fall wherever the include puts us
; Make sure to include skeleton_sound_engine_vars.6502.asm
sound_init:
lda #$0F
sta $4015 ;enable Square 1, Square 2, Triangle and Noise channels
lda #$30
sta $4000 ;set Square ... | 32.651163 | 159 | 0.663105 |
d3c0d02d658e412af9331211b1bc2980ea47fbdd | 4,543 | asm | Assembly | Library/Text/TextGraphic/tgNumber.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/TextGraphic/tgNumber.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/TextGraphic/tgNumber.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Text/TextGraphic
FILE: tgNumber.asm
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- --... | 16.702206 | 80 | 0.57429 |
ffbdd1bce8b39c1c120d9f0fc41896807bf72765 | 56,732 | asm | Assembly | user/uthread.asm | eric-qian-d/TCP | 76e62ad0ece99d6881879e59500f18eb2756c3e4 | [
"MIT-0"
] | null | null | null | user/uthread.asm | eric-qian-d/TCP | 76e62ad0ece99d6881879e59500f18eb2756c3e4 | [
"MIT-0"
] | null | null | null | user/uthread.asm | eric-qian-d/TCP | 76e62ad0ece99d6881879e59500f18eb2756c3e4 | [
"MIT-0"
] | null | null | null |
user/_uthread: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <thread_init>:
struct thread *current_thread;
extern void thread_switch(uint64, uint64);
void
thread_init(void)
{
0: 1141 addi sp,sp,-16
2: e422 sd s0,8(sp)
4: 080... | 31.291782 | 79 | 0.477297 |
694936b78e7be6d03832f4c6e79604e0102f9512 | 663 | asm | Assembly | programs/oeis/053/A053616.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/053/A053616.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053616.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A053616: Pyramidal sequence: distance to nearest triangular number.
; 0,0,1,0,1,1,0,1,2,1,0,1,2,2,1,0,1,2,3,2,1,0,1,2,3,3,2,1,0,1,2,3,4,3,2,1,0,1,2,3,4,4,3,2,1,0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5,5,4,3,2,1,0,1,2,3,4,5,6,5,4,3,2,1,0,1,2,3,4,5,6,6,5,4,3,2,1,0,1,2,3,4,5,6,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,7,6,5,4,3,2,1,0,1,2,3,... | 55.25 | 507 | 0.529412 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.