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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
64376a02466f8ad2f39514d3237d55ceb4024016 | 197 | asm | Assembly | samples/fib.asm | andyfangdz/rust-vm | 67a9a1825168bd7340251a744556193da6cb9af3 | [
"MIT"
] | 1 | 2018-08-06T01:27:44.000Z | 2018-08-06T01:27:44.000Z | samples/fib.asm | andyfangdz/rust-vm | 67a9a1825168bd7340251a744556193da6cb9af3 | [
"MIT"
] | null | null | null | samples/fib.asm | andyfangdz/rust-vm | 67a9a1825168bd7340251a744556193da6cb9af3 | [
"MIT"
] | null | null | null | MOVI R0 50
JEQI R0 1 1
JA 3
MOVI R0 1
INT 0
HALT
JEQI R0 2 1
JA 3
MOVI R0 12
INT 0
HALT
MOVI R1 1
MOVI R2 1
MOVI R4 2
JEQ R0 R4 5
MOV R3 R1
ADD R1 R2
MOV R2 R3
ADDI R4 1
JA -6
MOV R0 R1
INT 0
HALT
| 8.208333 | 11 | 0.690355 |
391c5ad7912a5e8ed182043bcc9e9c689631aac4 | 910 | asm | Assembly | programs/oeis/290/A290074.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/290/A290074.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/290/A290074.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A290074: Decimal representation of the diagonal from the origin to the corner of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 641", based on the 5-celled von Neumann neighborhood.
; 1,1,5,3,23,15,95,63,383,255,1535,1023,6143,4095,24575,16383,98303,65535,393215,262143,1572863,104... | 43.333333 | 512 | 0.78022 |
f7074576fb54ce200d3a14b9bd480ff5e945baf9 | 7,212 | asm | Assembly | source/jni/u2/glenz/vid.asm | Falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | 9 | 2015-05-13T21:02:00.000Z | 2018-04-15T16:32:27.000Z | source/jni/u2/glenz/vid.asm | falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | null | null | null | source/jni/u2/glenz/vid.asm | falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | null | null | null | include asm.inc
;publics:
;setvmode()
extrn _bgpic:far
text__vid SEGMENT para public 'CODE'
ASSUME cs:text__vid
.386
modes dw OFFSET v320x200x256
dw OFFSET v320x350x256
dw OFFSET v320x350x256
dw OFFSET v320x240x256
dw OFFSET vtseng640x400x256
PUBLIC setvmode
setvmode PROC FAR
;ax=mode =... | 17.633252 | 66 | 0.693844 |
69bb3112bcabb9ae9af177e369fe3343205786ec | 438 | asm | Assembly | oeis/025/A025988.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025988.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025988.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025988: Expansion of 1/((1-2x)(1-5x)(1-6x)(1-9x)).
; Submitted by Jon Maiga
; 1,22,315,3740,40121,405042,3935095,37284280,347419941,3201202862,29273641475,266321046420,2414445954961,21837387317482,197190900709455,1778695458106160,16032377546389181,144437380023772902
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
... | 25.764706 | 190 | 0.691781 |
c45db5a7421a5c89cc193aeff1555469945df39e | 567 | asm | Assembly | oeis/002/A002283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002283: a(n) = 10^n - 1.
; 0,9,99,999,9999,99999,999999,9999999,99999999,999999999,9999999999,99999999999,999999999999,9999999999999,99999999999999,999999999999999,9999999999999999,99999999999999999,999999999999999999,9999999999999999999,99999999999999999999,999999999999999999999,9999999999999999999999,9999999999999... | 70.875 | 498 | 0.881834 |
c18ac8e3016c0860324c41c064706d94ac967bad | 14,662 | asm | Assembly | Hunter.asm | Venom37222/Hunter_Virus_SourceCode | c60ded7d25e199df0190acd87f2a0a5b9eb3e139 | [
"CC0-1.0"
] | null | null | null | Hunter.asm | Venom37222/Hunter_Virus_SourceCode | c60ded7d25e199df0190acd87f2a0a5b9eb3e139 | [
"CC0-1.0"
] | null | null | null | Hunter.asm | Venom37222/Hunter_Virus_SourceCode | c60ded7d25e199df0190acd87f2a0a5b9eb3e139 | [
"CC0-1.0"
] | null | null | null | ; Hunter Virus Source Code in Assemble Language
; Coded by Venom37222
PING equ 0AE3Bh
PONG equ 0CD28h
STAMP equ 30
MARKER equ 04D4Dh
code segment
org 0
assume cs:code,ds:code
start:
db 0E9h... | 32.083151 | 78 | 0.353567 |
05cffbbafa1cfe02708f3300ee37b4a490cabca9 | 46,362 | asm | Assembly | test_14.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null | test_14.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null | test_14.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null |
_test_14: file format elf32-i386
Disassembly of section .text:
00000000 <worker>:
printf(1, "TEST PASSED\n");
exit();
}
void
worker(void *arg1, void *arg2) {
0: f3 0f 1e fb endbr32
4: 55 push %ebp
5: 89 e5 mov %esp,%ebp
7: 83 ec 08 ... | 33.939971 | 82 | 0.432639 |
5d5cde852711f2569f639fb4410f78f93fe4c489 | 258 | asm | Assembly | programs/oeis/198/A198480.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/198/A198480.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/198/A198480.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A198480: 2*7^n - 1.
; 1,13,97,685,4801,33613,235297,1647085,11529601,80707213,564950497,3954653485,27682574401,193778020813,1356446145697,9495123019885,66465861139201,465261027974413,3256827195820897,22797790370746285
mov $1,7
pow $1,$0
mul $1,2
sub $1,1
| 32.25 | 197 | 0.802326 |
fb74a8e737b2d6cbc2bdc37a0100866f047b771f | 6,844 | asm | Assembly | tests/misc/trd/savetrd4.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/misc/trd/savetrd4.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/misc/trd/savetrd4.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ; test data SAVETRD for ful disk and full catalogue
device zxspectrum128
ORG #4000
EMPTYTRD "savetrd4.trd","savetrd4" ; create empty TRD image
SAVETRD "savetrd4.trd","0.C",#4000,4600
SAVETRD "savetrd4.trd","1.C",#4000,4600
SAVETRD "savetrd4.trd","2.C",#4000,4600
SAVETRD "savetrd4.trd"... | 41.478788 | 96 | 0.646698 |
15535ecef82032fd1c0ff73885993ecacf39cbaa | 3,188 | asm | Assembly | programs/oeis/017/A017160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017160: a(n) = (8*n + 7)^12.
; 13841287201,129746337890625,21914624432020321,787662783788549761,12381557655576425121,116191483108948578241,766217865410400390625,3909188328478827879681,16409682740640811134241,59091511031674153381441,188031682201497672618081,540360087662636962890625,1425760886846178945447841,349845059... | 455.428571 | 3,126 | 0.958281 |
d967d9dfc6d0fa6a1cd03ed67695f26b0b2d2a19 | 4,302 | asm | Assembly | c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/mpy_SP_RSxRVxRV_2.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/mpy_SP_RSxRVxRV_2.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/mpy_SP_RSxRVxRV_2.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ;;#############################################################################
;;! \file source/vector/mpy_SP_RSxRVxRV_2.asm
;;!
;;! \brief C-Callable multiplication of a real scalar, a real vector, and a
;;! real vector
;;! \author David M. Alter
;;! \date 07/15/11
;;
;; HISTORY:
;; 07/15/11 - original ... | 40.584906 | 79 | 0.386564 |
6ffba1ed73429d48fb92c24c683f04adbb8125a1 | 12,620 | asm | Assembly | source/mcdigit.asm | PaulSlocum/marble-craze | 559c73c898d3a5e2d6548ae67f0f077b282372ab | [
"MIT"
] | 1 | 2020-12-12T21:23:31.000Z | 2020-12-12T21:23:31.000Z | source/mcdigit.asm | PaulSlocum/marble-craze | 559c73c898d3a5e2d6548ae67f0f077b282372ab | [
"MIT"
] | null | null | null | source/mcdigit.asm | PaulSlocum/marble-craze | 559c73c898d3a5e2d6548ae67f0f077b282372ab | [
"MIT"
] | null | null | null | align 256
pfDigits1
; 00
byte %00011011
byte %00011011
byte %00011011
byte %00011011
byte %00011011
byte %00011001
byte %00011001
byte %00011001
byte %00011001
byte %00011001
byte %00011011
byte %00011001
byte %00011011
byte %00011010
byte %00011011
byte %00011011
byte %00011001
byte %00011011
b... | 12.445759 | 15 | 0.732567 |
0a46be20c89e1feaf793ec4b48d73fa7b016b3c0 | 3,297 | asm | Assembly | binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/darwin-vecsave.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 51 | 2015-01-31T01:51:39.000Z | 2022-02-18T02:01:50.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/darwin-vecsave.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 7 | 2017-05-29T09:29:00.000Z | 2019-03-11T16:01:39.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/darwin-vecsave.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 12 | 2015-03-26T08:05:38.000Z | 2022-02-18T02:01:51.000Z | /* This file contains the vector save and restore routines.
*
* Copyright (C) 2004, 2009 Free Software Foundation, Inc.
*
* 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 Foundation; either version 3,... | 21.134615 | 72 | 0.70367 |
afb0ad633ea3a45dcaa14e1c9aba060ac2004905 | 396 | asm | Assembly | 005.BootSectorFuncStrings/main.asm | mukeshmike9/AssemblyBootSector | e58028454f2cd8c8cccf5644b723d76bbdc49958 | [
"MIT"
] | 1 | 2020-04-26T03:47:10.000Z | 2020-04-26T03:47:10.000Z | 005.BootSectorFuncStrings/main.asm | mukeshmike9/AssemblyBootSector | e58028454f2cd8c8cccf5644b723d76bbdc49958 | [
"MIT"
] | null | null | null | 005.BootSectorFuncStrings/main.asm | mukeshmike9/AssemblyBootSector | e58028454f2cd8c8cccf5644b723d76bbdc49958 | [
"MIT"
] | null | null | null | [org 0x7c00]
mov bx, OS_NAME
call print
call print_nl
mov bx, AUTHOR_NAME
call print
call print_nl
mov dx, 0x12fe
call print_hex
call print_nl
jmp $
; Subroutines inclusion
%include "boot_sect_print.asm"
%include "boot_sect_print_hex.asm"
; Data Segment
OS_NAME:
db 'TindaOS', 0
AUTHOR_NAME:
db 'Mukesh Chau... | 11 | 34 | 0.732323 |
28a9e67736ebcd8ed4d4e502e1ac7314fd8021cc | 667 | asm | Assembly | research/01/helloworld.asm | NNNIC/psgg-nasm-sample | dfe5454f73ae3b9d86756548f5dffbedc1a03808 | [
"MIT"
] | null | null | null | research/01/helloworld.asm | NNNIC/psgg-nasm-sample | dfe5454f73ae3b9d86756548f5dffbedc1a03808 | [
"MIT"
] | null | null | null | research/01/helloworld.asm | NNNIC/psgg-nasm-sample | dfe5454f73ae3b9d86756548f5dffbedc1a03808 | [
"MIT"
] | null | null | null | global _main
extern _GetStdHandle@4
extern _WriteFile@20
extern _ExitProcess@4
section .text
_main:
; DWORD bytes;
; <- prepare local variable
mov ebp, esp
sub esp, 4
; hStdOut = GetStdHandle(STD_OUTPUT_HANDLE)
; (STD_OUTPUT_HANDLE = -11)
push -11
call _GetStdHandl... | 16.675 | 51 | 0.610195 |
95e70b8e02fcc194f358a709aedcd3647cd1424f | 28,288 | asm | Assembly | dev/ansi/ioctl.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/ansi/ioctl.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/ansi/ioctl.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | PAGE ,132
TITLE ANSI Generic IOCTL Code
;******************************************************************************
; Change Log:
; Date Who # Description
; -------- --- --- ------------------------------------------------------
; 06/29/90 MKS C04 Bug#1150. Video 7 Fastwrite VGA has proble... | 23.495017 | 94 | 0.718821 |
85127e7c2a49adb32f7745931a139de090fd382c | 32,293 | asm | Assembly | system.asm | tonypdmtr/80x86 | c7f69a83e60384ba449056067ea36fa8f3b81c0e | [
"MIT"
] | 2 | 2019-11-09T16:38:24.000Z | 2020-12-11T00:37:35.000Z | system.asm | tonypdmtr/80x86 | c7f69a83e60384ba449056067ea36fa8f3b81c0e | [
"MIT"
] | null | null | null | system.asm | tonypdmtr/80x86 | c7f69a83e60384ba449056067ea36fa8f3b81c0e | [
"MIT"
] | null | null | null | ;*******************************************************************************
; Program: SYSTEM
; Version: 1.08 (rewritten from scratch)
; Written: July 4, 1990
; Updated: October 5, 1990
; Author : Tony G. Papadimitriou <tonyp@acm.org>
; Purpose: Display system specific information
;********************************... | 39.238153 | 82 | 0.421732 |
f9feae660b7196444f64b91286ec9b74e2ca4152 | 525 | asm | Assembly | programs/oeis/130/A130664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/130/A130664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/130/A130664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A130664: a(1)=1. a(n) = a(n-1) + (number of terms from among a(1) through a(n-1) which are factorials).
; 1,2,4,6,9,12,15,18,21,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,215,220,225,230,235,240,245,250,255,2... | 87.5 | 368 | 0.700952 |
b717455a2787c5ae35789aa4080774605e4191e4 | 6,235 | asm | Assembly | Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xa0.log_21829_175.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xa0.log_21829_175.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xa0.log_21829_175.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 %r8
push %r9
push %rax
push %rbx
push %rdx
lea addresses_WC_ht+0xb654, %r8
nop
xor %r10, %r10
and $0xffffffffffffffc0, %r8
vmovntdqa (%r8), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $0, %xmm0, %rdx
add $12164, %rbx
lea addresses_WC_ht+0x7a54, %r9
x... | 39.967949 | 2,999 | 0.650842 |
1d014902534660c19578625faaeeb917f18bffcb | 6,228 | asm | Assembly | libs/Multiplatform_ReadJoystickKeypressHandler.asm | CurlyPaul/cpc-z80-poc | 93515b8fea39c05694378c48dac1a327dfad347b | [
"MIT"
] | null | null | null | libs/Multiplatform_ReadJoystickKeypressHandler.asm | CurlyPaul/cpc-z80-poc | 93515b8fea39c05694378c48dac1a327dfad347b | [
"MIT"
] | null | null | null | libs/Multiplatform_ReadJoystickKeypressHandler.asm | CurlyPaul/cpc-z80-poc | 93515b8fea39c05694378c48dac1a327dfad347b | [
"MIT"
] | null | null | null | ; Learn Multi platform Z80 Assembly Programming... With Vampires!
;Please see my website at www.chibiakumas.com/z80/
;for the 'textbook', useful resources and video tutorials
;File Read Controls
;Version V1.0
;Date 2018/7/6
;Content This function reads in input from the Key and Joystick input, and compares it to a... | 27.68 | 149 | 0.629094 |
c1bcd2c260a4c898b6280ffcad344f7a00cc4c2f | 195 | asm | Assembly | Gas/Dos/Gas.asm | Gabidal/GAS_Pack | 02f13531849bc5c03721a4319a9e315a60ba7707 | [
"MIT"
] | 1 | 2021-09-21T13:07:37.000Z | 2021-09-21T13:07:37.000Z | Gas/Dos/Gas.asm | Gabidal/GAS_Pack | 02f13531849bc5c03721a4319a9e315a60ba7707 | [
"MIT"
] | null | null | null | Gas/Dos/Gas.asm | Gabidal/GAS_Pack | 02f13531849bc5c03721a4319a9e315a60ba7707 | [
"MIT"
] | null | null | null | %include 'GInclude.asm'
main code
;_-_-_-_-_-_-_-_-_-_-_-_-_-_
addVar Check
addVar fileName
addVar Check
addVar Check
getVar ax, fileName
nout ax
mov bp, sp
;_-_-_-_-_-_-_-_-_-_-_-_-_-_
int 21h | 13.928571 | 28 | 0.697436 |
28d6564a1e66b7ead67434e442bff20c08d83f42 | 165 | asm | Assembly | Assembler/tests/optimizations/branching.asm | karannewatia/SCALE-MAMBA | 467b33a6c80050789204ea3ee3b5cf0113354f85 | [
"BSD-2-Clause"
] | 196 | 2018-05-25T11:41:56.000Z | 2022-03-12T05:49:50.000Z | Assembler/tests/optimizations/branching.asm | karannewatia/SCALE-MAMBA | 467b33a6c80050789204ea3ee3b5cf0113354f85 | [
"BSD-2-Clause"
] | 49 | 2018-07-17T15:49:41.000Z | 2021-01-19T11:35:31.000Z | Assembler/tests/optimizations/branching.asm | karannewatia/SCALE-MAMBA | 467b33a6c80050789204ea3ee3b5cf0113354f85 | [
"BSD-2-Clause"
] | 90 | 2018-05-25T11:41:42.000Z | 2022-03-23T19:15:10.000Z | popint r32 # 324
popint r33 # 325
ldint r37, 2 # 326
jmpeq r37, 0, 1 # 330
# Local_test-0-if-block-7
print_int r33 # 338
# Local_test-0-end-if-8
print_int r32 # 338
| 18.333333 | 25 | 0.69697 |
8a8ea5a8c8db6c66eac211e90f8e495bef436e08 | 18,248 | asm | Assembly | bbm.asm | picosonic/bbm | f3d8e3f7bedd36f6156bf8bc87068cc17800b41d | [
"MIT"
] | 4 | 2020-09-16T12:05:50.000Z | 2021-06-22T23:37:29.000Z | bbm.asm | picosonic/bbm | f3d8e3f7bedd36f6156bf8bc87068cc17800b41d | [
"MIT"
] | null | null | null | bbm.asm | picosonic/bbm | f3d8e3f7bedd36f6156bf8bc87068cc17800b41d | [
"MIT"
] | null | null | null | ; OS defines
INCLUDE "os.asm"
INCLUDE "inkey.asm"
INCLUDE "internal.asm"
; Variable and constant defines
INCLUDE "consts.asm"
INCLUDE "vars.asm"
ORG MAIN_RELOC_ADDR
GUARD ROMSBASE
.start
.datastart
.titles
INCBIN "TITLE.beeb"
.tilesheet
INCBIN "TILES.beeb"
.spritesheet
INCBIN "SPRITES.beeb"
.dataend
.codestart
... | 16.38061 | 153 | 0.69509 |
d649424b8660eb414e3f17c330b61af580b74ff1 | 2,083 | asm | Assembly | picoctf/EasyRsa/gmp-ecm/powerpc64/mulredc1.asm | beninato8/ctfs | b28c7b1e5f15a74fd62774da2b93aac225e38f57 | [
"MIT"
] | null | null | null | picoctf/EasyRsa/gmp-ecm/powerpc64/mulredc1.asm | beninato8/ctfs | b28c7b1e5f15a74fd62774da2b93aac225e38f57 | [
"MIT"
] | null | null | null | picoctf/EasyRsa/gmp-ecm/powerpc64/mulredc1.asm | beninato8/ctfs | b28c7b1e5f15a74fd62774da2b93aac225e38f57 | [
"MIT"
] | null | null | null | dnl ******************************************************************************
dnl Copyright 2009 Paul Zimmermann and Alexander Kruppa.
dnl
dnl This file is part of the ECM Library.
dnl
dnl The ECM Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser Gen... | 31.560606 | 82 | 0.645703 |
182d262b3b664f325200416abcf84de55ebd476d | 540 | asm | Assembly | oeis/087/A087654.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/087/A087654.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/087/A087654.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A087654: Decimal expansion of D(1) where D(x) is the Dawson function.
; Submitted by Christian Krause
; 5,3,8,0,7,9,5,0,6,9,1,2,7,6,8,4,1,9,1,3,6,3,8,7,4,2,0,4,0,7,5,5,6,7,5,4,7,9,1,9,7,5,0,0,1,7,5,3,9,3,3,3,1,8,8,7,5,2,1,9,0,9,8,0,0,2,5,6,6,5,0,3,3,3,0,5,2,7,1,0,6,2,9,7,2,6,0,8,6,1,5,0,2,7,4,3,0,8,0,9
add $0,1
mov ... | 19.285714 | 201 | 0.542593 |
5a964c88cc7a088b9ba35f472fc028662d6a9674 | 4,079 | asm | Assembly | atof.asm | magore/picfloat | 7e3e4d1aa5c5258032da6a3b16ff37772844dfb0 | [
"Unlicense"
] | 1 | 2021-07-06T10:41:31.000Z | 2021-07-06T10:41:31.000Z | atof.asm | magore/picfloat | 7e3e4d1aa5c5258032da6a3b16ff37772844dfb0 | [
"Unlicense"
] | null | null | null | atof.asm | magore/picfloat | 7e3e4d1aa5c5258032da6a3b16ff37772844dfb0 | [
"Unlicense"
] | null | null | null | ;File: atof.asm
;================================================================
; PIC Floating point library
;================================================================
; Copyright (C) 1991,1997,1998,1999,2000,2001,2002,2003 Mike Gore
; All rights reserved.
;
; Redistribution and use in source and binary form... | 33.434426 | 78 | 0.690365 |
3add0558b4a4d8d630958c87ee062f50a5cf4ae0 | 725 | asm | Assembly | programs/oeis/167/A167340.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/167/A167340.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/167/A167340.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A167340: Totally multiplicative sequence with a(p) = p*(p+2) = p^2+2p for prime p.
; 1,8,15,64,35,120,63,512,225,280,143,960,195,504,525,4096,323,1800,399,2240,945,1144,575,7680,1225,1560,3375,4032,899,4200,1023,32768,2145,2584,2205,14400,1443,3192,2925,17920,1763,7560,1935,9152,7875,4600,2303,61440,3969,9800,4845,12... | 72.5 | 513 | 0.76 |
1ceca89db60a760149dd49e3f4ccc83d4eefcf04 | 330 | asm | Assembly | programs/oeis/151/A151783.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/151/A151783.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/151/A151783.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A151783: a(n) = 4^{wt(n)-1}.
; 1,1,4,1,4,4,16,1,4,4,16,4,16,16,64,1,4,4,16,4,16,16,64,4,16,16,64,16,64,64,256,1,4,4,16,4,16,16,64,4,16,16,64,16,64,64,256,4,16,16,64,16,64,64,256,16,64,64,256,64,256,256,1024,1,4,4,16,4,16,16,64,4,16,16,64,16,64
seq $0,48881 ; a(n) = A000120(n+1) - 1 = wt(n+1) - 1.
mov $1,4
pow $1,$0
... | 41.25 | 214 | 0.578788 |
fcee0c11224b26b402e714ca2d79a5c050396d2a | 700 | asm | Assembly | programs/oeis/043/A043765.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/043/A043765.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/043/A043765.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A043765: Numbers n such that number of runs in the base 2 representation of n is congruent to 2 mod 10.
; 2,4,6,8,12,14,16,24,28,30,32,48,56,60,62,64,96,112,120,124,126,128,192,224,240,248,252,254,256,384,448,480,496,504,508,510,512,768,896,960,992,1008,1016,1020,1022,1024,1536,1792,1920
mov $8,$0
mov $10,2
lpb $10
... | 20.588235 | 184 | 0.58 |
1c7dca59825224fbbe8850cd4f439dc12ee47793 | 525 | asm | Assembly | libsrc/newbrain/cpmzcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/newbrain/cpmzcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/newbrain/cpmzcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Grundy Newbrain Specific libraries
;
; Stefano Bodrato - 19/05/2007
;
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; This function is linked only in the CP/M extension version
; it calls the ROM functions via the CP/M facility
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; ... | 18.75 | 66 | 0.447619 |
759990dc5f70ef600d4408c726d68a9374064a03 | 2,860 | asm | Assembly | cqasmsdk-release-1.0/tool.asm | frc123/CoolQ-Assembly-SDK | 6df6928304935af32ebb3726aad3580841e08d23 | [
"MIT"
] | 9 | 2020-04-10T06:12:40.000Z | 2020-05-07T11:39:07.000Z | cqasmsdk-release-1.0/tool.asm | frc123/CoolQ-Assembly-SDK | 6df6928304935af32ebb3726aad3580841e08d23 | [
"MIT"
] | null | null | null | cqasmsdk-release-1.0/tool.asm | frc123/CoolQ-Assembly-SDK | 6df6928304935af32ebb3726aad3580841e08d23 | [
"MIT"
] | null | null | null | ; CoolQ Assembly SDK
; MIT License
; Copyright (c) 2020 frc
; Email: i@frc6.com
; Email: frc@xiaorou.net.cn
; Blog: frc6.com
; QQ: 2093003592
; Documentation: https://github.com/frc123/CoolQ-Assembly-SDK/wiki
;取字符串长度,不包括终止符0
_getStringLength proc uses edx ebx esi ,lpszData
mov ebx,lpszData
xor esi,es... | 25.535714 | 138 | 0.687762 |
ac5275c5b213af8a8709b64a3f0860d6ad92eee4 | 6,445 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1015.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1015.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1015.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x14786, %rsi
lea addresses_WT_ht+0x148d4, %rdi
nop
nop
nop
dec %r13
mov $11, %rcx
rep movsq
add $64364, %r10
lea addresses_WT_ht+0x3d86, %r10
dec %r13
mov $0x6162636465666768... | 39.060606 | 2,999 | 0.659891 |
2d91d31386521e06270fdf2b59b867b0b459a03e | 10,897 | asm | Assembly | Driver/Video/VGAlike/Cyber16/cyber16Escape.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Video/VGAlike/Cyber16/cyber16Escape.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Video/VGAlike/Cyber16/cyber16Escape.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1999. All rights reserved.
GLOBALPC CONFIDENTIAL
PROJECT: GlobalPC
MODULE: Cyber16 Video Driver
FILE: cyber16Escape.asm
AUTHOR: Allen Yuen, Mar 25, 1999
ROUTINES:
Name Description
---- ----... | 25.283063 | 79 | 0.609434 |
73530b5886ea12dc4bf692b4608f012257f1f889 | 481 | asm | Assembly | oeis/333/A333562.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/333/A333562.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/333/A333562.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A333562: a(n) = Sum_{j = 0..3*n} binomial(n+j-1,j)*2^j.
; Submitted by Jon Maiga
; 1,15,769,47103,3080193,208470015,14413725697,1011196362751,71695889072129,5124481173422079,368599603785760769,26648859989512290303,1934777421539431153665,140966705275001764839423,10301634747725237826093057,754776795329691207916847103
... | 22.904762 | 235 | 0.717256 |
9d7be32faa7e0482c82afdad8b89d6e53301480b | 1,209 | asm | Assembly | Examples/ch13/Keybd.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch13/Keybd.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch13/Keybd.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | TITLE Buffered Keyboard Input (Keybd.asm)
; Test function 3Fh, read from file or device
; with the keyboard. Flush the buffer.
; Last update: 11/4/01
INCLUDE Irvine16.inc
.data
firstName BYTE 15 DUP(?),0
lastName BYTE 30 DUP(?),0
.code
main PROC
mov ax,@data
mov ds,ax
; Input th... | 18.6 | 50 | 0.612903 |
48a514bc9a438c0e02ab866a6f31ab6b44dc701f | 436 | asm | Assembly | boot/pm/switch_to_pm.asm | vincent-uden/Potatis-MOS | 48a42c62ebcea1e6c02490abe081a1dca54566a3 | [
"WTFPL"
] | 3 | 2020-01-08T18:17:13.000Z | 2020-08-11T15:58:10.000Z | boot/pm/switch_to_pm.asm | vincent-uden/Potatis-MOS | 48a42c62ebcea1e6c02490abe081a1dca54566a3 | [
"WTFPL"
] | null | null | null | boot/pm/switch_to_pm.asm | vincent-uden/Potatis-MOS | 48a42c62ebcea1e6c02490abe081a1dca54566a3 | [
"WTFPL"
] | 1 | 2020-01-08T18:17:17.000Z | 2020-01-08T18:17:17.000Z | [bits 16]
switch_to_pm:
; Entering 32-bit protected mode
cli ; Clear the interrupt register
lgdt [gdt_descriptor]
mov eax, cr0 ; Set the first bit of cr0, a control register to high to
or eax, 0x1 ; switch to protected mode.
mov cr0, eax ; update cr0.
jmp CODE_SEG:init_pm
[bits 32]
init_pm:
mov ax, DA... | 16.769231 | 72 | 0.690367 |
9f5ca7762c1c965e14cb34d8a0e2d09069011981 | 322 | asm | Assembly | programs/oeis/321/A321883.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/321/A321883.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/321/A321883.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A321883: Nonnegative integers n for which n! + 1 is not a square.
; 0,1,2,3,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69
mov $1,$0
trn $1,3
mul $1,2
add $0,$1
trn $1,3
sub $0,$... | 32.2 | 195 | 0.639752 |
de15d91d94111f4292a45d3f50d311e93785d657 | 282 | asm | Assembly | programs/oeis/221/A221912.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/221/A221912.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/221/A221912.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A221912: Partial sums of floor(n/12).
; 0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,9,10,11,12,14,16,18,20,22,24,26,28,30,32,34,36,39,42,45,48,51,54,57,60,63,66,69,72,76,80,84,88,92,96,100,104,108,112,116,120,125,130,135,140,145,150,155
lpb $0
trn $0,11
add $1,$0
sub $0,1
lpe
| 31.333333 | 194 | 0.62766 |
bd3e510ef43f920d2a776634dd20f1b49f92730c | 424 | asm | Assembly | src/stage1/bootloader.asm | Cc618/Os2020 | c8a882e7e2de8e9bd31ad9e3fe11d9798880f15a | [
"MIT"
] | 3 | 2020-03-19T18:08:44.000Z | 2021-01-24T07:01:10.000Z | src/stage1/bootloader.asm | chiboubys/Os2020 | c8a882e7e2de8e9bd31ad9e3fe11d9798880f15a | [
"MIT"
] | null | null | null | src/stage1/bootloader.asm | chiboubys/Os2020 | c8a882e7e2de8e9bd31ad9e3fe11d9798880f15a | [
"MIT"
] | 3 | 2020-03-19T18:08:47.000Z | 2021-08-29T15:32:15.000Z | ; This file gathers all source files to make the boot loader
[org 0x7C00]
[bits 16]
%include "constants.inc"
bootloader_begin:
; Os entry
%include "boot.asm"
; Functions used by boot.asm
%include "utils.asm"
; GDT in one file
%include "gdt.asm"
[bits 32]
; Prepare second stage bootloader
%include "pm.asm"
; Pa... | 14.62069 | 60 | 0.714623 |
f8fccb16fce9a0cfc8b5aba348baa27031e9bfc6 | 369 | asm | Assembly | programs/oeis/120/A120153.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/120/A120153.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/120/A120153.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A120153: a(1)=7; a(n)=floor((23+sum(a(1) to a(n-1)))/3).
; 7,10,13,17,23,31,41,55,73,97,130,173,231,308,410,547,729,972,1296,1728,2304,3072,4096,5462,7282,9710,12946,17262,23016,30688,40917,54556,72741,96988,129318,172424,229898,306531,408708,544944
add $0,1
mov $1,3
lpb $0
sub $0,1
add $2,$1
mov $1,8
add $1... | 23.0625 | 192 | 0.644986 |
0c482fec161e844627c91e8a925f63c81018166a | 29,324 | asm | Assembly | kernel_modules/mandelbrot/mdb_asm_kernel.asm | GregoryIstratov/mandelbrot_cpu | 306b17de869cbc164d00da921a78dcd40610c4c2 | [
"MIT"
] | 1 | 2019-08-21T20:09:47.000Z | 2019-08-21T20:09:47.000Z | kernel_modules/mandelbrot/mdb_asm_kernel.asm | GregoryIstratov/mdb | 306b17de869cbc164d00da921a78dcd40610c4c2 | [
"MIT"
] | null | null | null | kernel_modules/mandelbrot/mdb_asm_kernel.asm | GregoryIstratov/mdb | 306b17de869cbc164d00da921a78dcd40610c4c2 | [
"MIT"
] | null | null | null |
; Calling conversions. Taken from UNIX x86-64 ABI.
; RDI, RSI, RDX, RCX, R8, and R9
; RAX, R10 and R11 are available for use by the function without saving.
; Return value is stored in RAX and RDX
; Floating-point arguments are passed in XMM0 to XMM7
; If the callee wishes to use registers RBP, RBX, and R12–R15, it mu... | 32.582222 | 98 | 0.371811 |
a464683b2c52a5cdd2c126781cc9c849a98b7f09 | 255 | asm | Assembly | mc-sema/validator/x86_64/tests/DIV_F32m.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/DIV_F32m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/DIV_F32m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_FPU_C1|FLAG_FPU_PE
;TEST_FILE_META_END
; set up st0 to be 3.141593
FLDPI
FLD1
;TEST_BEGIN_RECORDING
lea rdi, [rsp-08]
FSTP dword [rdi]
FDIV dword [rdi]
mov edi, 0
;TEST_END_RECORDING
| 15.9375 | 41 | 0.803922 |
deb37457a4adcbc3b43c4f8446a96371b95e71da | 653 | asm | Assembly | programs/oeis/340/A340507.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/340/A340507.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/340/A340507.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A340507: a(n) = floor(sqrt(2*n)) - A003056(n).
; 0,0,1,0,0,1,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1... | 93.285714 | 501 | 0.517611 |
1f4a16d99700263a18cdc0f643f41ccb9f1533cd | 414 | asm | Assembly | oeis/088/A088677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/088/A088677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/088/A088677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A088677: Numbers that can be represented as j^6 + k^6, with 0 < j < k, in exactly one way.
; Submitted by Christian Krause
; 65,730,793,4097,4160,4825,15626,15689,16354,19721,46657,46720,47385,50752,62281,117650,117713,118378,121745,133274,164305,262145,262208,262873,266240,277769,308800,379793,531442,531505,532170,5... | 29.571429 | 207 | 0.731884 |
9e59f57d91641ef1dac2a3bf49a7e624a62f1146 | 237 | asm | Assembly | SOURCE ASM FILES/FPSHack_TEST_SlowHookShotIn.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 14 | 2017-08-16T17:20:21.000Z | 2021-12-07T03:45:12.000Z | SOURCE ASM FILES/FPSHack_TEST_SlowHookShotIn.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 1 | 2018-05-26T12:32:23.000Z | 2018-08-10T06:48:38.000Z | SOURCE ASM FILES/FPSHack_TEST_SlowHookShotIn.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 6 | 2017-12-25T01:48:35.000Z | 2021-12-07T21:07:30.000Z | #To be inserted at 800f2620
###############################
##FPSHack_TEST_SlowHookShotIn##
###############################
lis r17, 0x817F
lfs f17, 0x0004 (r17) #Load FloatSlowdown
lfs f0, -0x5EE8 (rtoc) #Vanilla
fmuls f0, f0, f17 | 23.7 | 41 | 0.535865 |
3edaee6e939d2ae758b186e17b7934c019b539a2 | 542 | asm | Assembly | oeis/322/A322829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/322/A322829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/322/A322829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A322829: a(n) = Jacobi (or Kronecker) symbol (n/21).
; Submitted by Christian Krause
; 0,1,-1,0,1,1,0,0,-1,0,-1,-1,0,-1,0,0,1,1,0,-1,1,0,1,-1,0,1,1,0,0,-1,0,-1,-1,0,-1,0,0,1,1,0,-1,1,0,1,-1,0,1,1,0,0,-1,0,-1,-1,0,-1,0,0,1,1,0,-1,1,0,1,-1,0,1,1,0,0,-1,0,-1,-1,0,-1,0,0,1,1,0,-1,1,0
mov $1,$0
seq $1,314096 ; Coordinati... | 38.714286 | 195 | 0.605166 |
f871179f03800bd9eb81db3027fae3291e9d6050 | 366 | asm | Assembly | data/mapHeaders/route20.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/route20.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/route20.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Route20_h:
db OVERWORLD ; tileset
db ROUTE_20_HEIGHT, ROUTE_20_WIDTH ; dimensions (y, x)
dw Route20Blocks, Route20TextPointers, Route20Script ; blocks, texts, scripts
db WEST | EAST ; connections
WEST_MAP_CONNECTION ROUTE_20, CINNABAR_ISLAND, 0, 0, CinnabarIslandBlocks
EAST_MAP_CONNECTION ROUTE_20, ROUTE_19, -3, ... | 40.666667 | 78 | 0.800546 |
6978ac106b107bc4ef857d6b3ec929849f830f1d | 366 | asm | Assembly | arch/lib/string/mid_string.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | arch/lib/string/mid_string.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | arch/lib/string/mid_string.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | /* mid_string.asm
* Copy the middle N chars in a string, from position Pos:
* R0 = dest <- mid_string(dest, src, Pos, N))
*
* Programmer: Mayer Goldberg, 2010
*/
MID_STRING:
MOV(R3, STARG(3));
MOV(R2, STARG(1));
ADD(R2, STARG(2));
MOV(R1, STARG(0));
PUSH(R3);
PUSH(R2);
PUSH(R1);
CALL(LEFT_STRING... | 17.428571 | 58 | 0.595628 |
49d354152fce47783ae778c23ea0bda772d3493f | 615 | asm | Assembly | programs/oeis/053/A053838.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053838.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053838.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A053838: a(n) = (sum of digits of n written in base 3) modulo 3.
; 0,1,2,1,2,0,2,0,1,1,2,0,2,0,1,0,1,2,2,0,1,0,1,2,1,2,0,1,2,0,2,0,1,0,1,2,2,0,1,0,1,2,1,2,0,0,1,2,1,2,0,2,0,1,2,0,1,0,1,2,1,2,0,0,1,2,1,2,0,2,0,1,1,2,0,2,0,1,0,1,2,1,2,0,2,0,1,0,1,2,2,0,1,0,1,2,1,2,0,0,1,2,1,2,0,2,0,1,2,0,1,0,1,2,1,2,0,0,1,2,1,2,0,2,0,1... | 68.333333 | 501 | 0.515447 |
ef7c6b0db48a1e7b513550c9bb3a498f96306e14 | 4,683 | asm | Assembly | unused/develop/obj/spritesheet_0.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 33 | 2020-12-27T11:53:23.000Z | 2022-02-19T23:05:12.000Z | unused/develop/obj/spritesheet_0.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 2 | 2020-12-10T16:53:53.000Z | 2022-01-31T21:42:01.000Z | unused/develop/obj/spritesheet_0.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 6 | 2021-04-18T08:09:16.000Z | 2022-01-31T21:52:24.000Z | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.1.4 #12246 (Mac OS X x86_64)
;--------------------------------------------------------
.module spritesheet_0
.optsdcc -mgbz80
;--------------------------------------------------------
; Pu... | 22.955882 | 57 | 0.505018 |
3b30f8cc8a13d68facfaf12eceab3ecf1823d27f | 764 | asm | Assembly | programs/oeis/246/A246074.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/246/A246074.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/246/A246074.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A246074: Paradigm Shift Sequence for a (-4,5) production scheme with replacement.
; 1,2,3,4,5,6,7,8,9,10,11,12,14,16,18,20,22,24,28,32,36,40,44,48,56,64,72,80,88,96,112,128,144,160,176,192,224,256,288,320,352,384,448,512,576,640,704,768,896,1024,1152,1280,1408,1536,1792,2048,2304,2560,2816,3072,3584,4096,4608,5120,56... | 30.56 | 454 | 0.680628 |
94e4b3826016ff8e8242d18817df2178cdb946d7 | 1,076 | asm | Assembly | 2016/23/test.asm | CoderPuppy/advent-of-code | 8cdccd2b3f2f9555abfbc35708bf4fc366bf4449 | [
"MIT"
] | null | null | null | 2016/23/test.asm | CoderPuppy/advent-of-code | 8cdccd2b3f2f9555abfbc35708bf4fc366bf4449 | [
"MIT"
] | null | null | null | 2016/23/test.asm | CoderPuppy/advent-of-code | 8cdccd2b3f2f9555abfbc35708bf4fc366bf4449 | [
"MIT"
] | null | null | null | section .data
format: db "%d: %d %d %d %d", 10, 0
; format: db "hello world", 10, 0
section .text
bits 64
global main
extern printf
log:
mov rdi, format
mov rsi, r14
mov rdx, rbp
mov rcx, rbx
mov r8, r12
mov r9, r13
xor rax, rax
call printf
ret
main:
push rbp
push rbx
push r12
push r13
push r14
x... | 10.150943 | 36 | 0.570632 |
da3f64f191ffbb84f2a1d02e0ec546e590b5db5e | 731 | asm | Assembly | oeis/001/A001590.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001590.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001590.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001590: Tribonacci numbers: a(n) = a(n-1) + a(n-2) + a(n-3) with a(0)=0, a(1)=1, a(2)=0.
; Submitted by Jon Maiga
; 0,1,0,1,2,3,6,11,20,37,68,125,230,423,778,1431,2632,4841,8904,16377,30122,55403,101902,187427,344732,634061,1166220,2145013,3945294,7256527,13346834,24548655,45152016,83047505,152748176,280947697,51674... | 45.6875 | 499 | 0.763338 |
fb932e25b366855a40db264a0238ae8964527709 | 10,650 | asm | Assembly | P6/data_P6_2/MDTest155.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/MDTest155.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/MDTest155.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | ori $ra,$ra,0xf
mflo $4
mfhi $3
srav $3,$2,$3
ori $3,$4,56619
sb $0,3($0)
lb $0,0($0)
multu $0,$0
mfhi $5
lui $1,10391
srav $6,$4,$4
lui $5,26299
divu $5,$ra
mfhi $5
mthi $0
div $5,$ra
lb $2,3($0)
addiu $4,$4,-25342
addiu $4,$1,-32021
sb $6,13($0)
multu $4,$0
addu $4,$6,$4
mthi $4
mthi $5
multu $6,$4
addiu $3,$0,-17568... | 11.966292 | 18 | 0.56892 |
6f6a92cf3af1b231faf12822a3d6a19c70277aa3 | 457 | asm | Assembly | programs/oeis/174/A174934.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/174/A174934.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/174/A174934.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A174934: a(n) = Sum_{k<=n} A007955(k) * A000027(n-k+1) = Sum_{k<=n} A007955(k) * (n-k+1), where A007955(m) = product of divisors of m.
; 1,4,10,24,43,98,160,286,439,692,956,2948,4953,7154,9580,13030,16497,25796,35114,52432,70191,88434,106700,456742,806909,1157752,1509324,1882848,2256401,3439954
lpb $0
mov $2,$0
... | 38.083333 | 160 | 0.66302 |
e497434002afbf62f4c6a48a26a8969002f1a8e9 | 1,164 | asm | Assembly | programs/oeis/165/A165825.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/165/A165825.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/165/A165825.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A165825: Totally multiplicative sequence with a(p) = 4.
; 1,4,4,16,4,16,4,64,16,16,4,64,4,16,16,256,4,64,4,64,16,16,4,256,16,16,64,64,4,64,4,1024,16,16,16,256,4,16,16,256,4,64,4,64,64,16,4,1024,16,64,16,64,4,256,16,256,16,16,4,256,4,16,64,4096,16,64,4,64,16,64,4,1024,4,16,64,64,16,64,4,1024,256,16,4,256,16,16,16,256,... | 105.818182 | 779 | 0.696735 |
c4dcf93d18fbd7ae023027a4e2e3b668332328d8 | 4,878 | asm | Assembly | boot/boot.asm | chenzhuoyu/MagicOS | d8049933a371c9707ad84b521f8bb5b263eaa75f | [
"MIT"
] | 2 | 2015-03-23T07:43:50.000Z | 2019-03-23T16:55:59.000Z | boot/boot.asm | chenzhuoyu/MagicOS | d8049933a371c9707ad84b521f8bb5b263eaa75f | [
"MIT"
] | null | null | null | boot/boot.asm | chenzhuoyu/MagicOS | d8049933a371c9707ad84b521f8bb5b263eaa75f | [
"MIT"
] | 2 | 2015-05-29T02:18:38.000Z | 2019-07-01T22:41:28.000Z | org 0x7C00
; fat_descriptor
fat_descriptor:
jmp boot_entry ; JMP instruction,
nop ; NOP needed
FAT_OEM_NAME db "MagicBox" ; OEM name
FAT_BYTES_PER_SECTOR dw 512 ; Bytes per sector
FAT_SECTORS_PER_CLUSTER db 1 ; Sectors per cluster
FAT_RESERVED_SECTORS dw 1 ; Reserved sectors
F... | 19.357143 | 67 | 0.667487 |
517a13f148fa41a668306d0f8b98a7cbec6e045e | 1,017 | asm | Assembly | MODULE1/2-data_types/fanta.asm | wetw0rk/SLAE | c78bc5a8559b35fefb0b3302be8d3d1acd712e11 | [
"MIT"
] | 18 | 2017-11-28T01:10:10.000Z | 2020-07-22T13:24:26.000Z | MODULE1/2-data_types/fanta.asm | wetw0rk/SLAE | c78bc5a8559b35fefb0b3302be8d3d1acd712e11 | [
"MIT"
] | null | null | null | MODULE1/2-data_types/fanta.asm | wetw0rk/SLAE | c78bc5a8559b35fefb0b3302be8d3d1acd712e11 | [
"MIT"
] | 11 | 2018-12-14T16:18:03.000Z | 2020-12-01T16:37:19.000Z | ; Executable name : fanta
; Designed OS : Linux (32-bit)
; Author : wetw0rk
; Version : 1.0
; Created Following : SLAE
; Description : A simple program that demonstrates data types.
; This program should be ran under (gdb). If you
; dont it'll just exit... | 23.651163 | 72 | 0.656834 |
1dc0b22b12ed0512a44783646afa9d289c5413cb | 4,981 | nasm | Assembly | modules/taskman/ring0/connection.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/taskman/ring0/connection.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/taskman/ring0/connection.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; connection.nasm - connection system calls.
;-------------------------------------------------------------------------------
module tm.kern.connection
%include "errors.ah"
%include "thread.ah"
%include "msg.ah"
%include "tm/kern.ah"
%in... | 22.137778 | 80 | 0.650271 |
de8acfecf75eda0b88d2bd43dc39a89c0d2803b1 | 713 | asm | Assembly | oeis/099/A099587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/099/A099587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/099/A099587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A099587: a(n) = coefficient of x in (1+x)^n mod (1+x^4).
; Submitted by Christian Krause
; 0,1,2,3,4,4,0,-14,-48,-116,-232,-396,-560,-560,0,1912,6528,15760,31520,53808,76096,76096,0,-259808,-887040,-2141504,-4283008,-7311552,-10340096,-10340096,0,35303296,120532992,290992384,581984768,993510144,1405035520,1405035520,... | 41.941176 | 496 | 0.740533 |
9c4358fcb26f8519ce32546b5370e205b53c99c4 | 886 | asm | Assembly | src/common/registers.asm | rainbowbismuth/gbg | 4b6234ad30c9995b8d7678c6db05412043e64fa6 | [
"BSD-3-Clause"
] | null | null | null | src/common/registers.asm | rainbowbismuth/gbg | 4b6234ad30c9995b8d7678c6db05412043e64fa6 | [
"BSD-3-Clause"
] | null | null | null | src/common/registers.asm | rainbowbismuth/gbg | 4b6234ad30c9995b8d7678c6db05412043e64fa6 | [
"BSD-3-Clause"
] | null | null | null | REG_Joypad EQU $00
REG_Divider EQU $04
REG_Interrupt_Flag EQU $0F
REG_Sound1_Sweep EQU $10
REG_Sound1_LengthDuty EQU $11
REG_Sound1_VolumeEnvelope EQU $12
REG_Sound1_FreqLow EQU $13
REG_Sound1_FreqHi EQU $14
REG_Sound_MasterVolume EQU $24
REG_Sound_Panning EQU $25
REG_Sound_OnOff EQU $26
REG_LCD_Control EQU $40
RE... | 17.372549 | 44 | 0.825056 |
e59012b516aceca8c291caa50521337afa2a9544 | 8,268 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1578.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1578.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1578.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x6b13, %rbx
nop
nop
nop
xor $43350, %r14
mov (%rbx), %r11
nop
and %rcx, %rcx
lea addresses_D_ht+0x18213, %rsi
nop
nop
nop
xor $14963, %rdx
movb (%rsi), %bl
nop
nop
nop
no... | 31.557252 | 2,999 | 0.654814 |
20c3390901e9d7133cfb48041624bb6df392bc47 | 7,342 | asm | Assembly | maps/CeladonGameCornerPrizeRoom.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 1 | 2021-07-05T23:48:37.000Z | 2021-07-05T23:48:37.000Z | maps/CeladonGameCornerPrizeRoom.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 1 | 2020-12-16T01:11:20.000Z | 2020-12-16T22:53:56.000Z | maps/CeladonGameCornerPrizeRoom.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 1 | 2021-07-05T23:33:22.000Z | 2021-07-05T23:33:22.000Z | CELADONGAMECORNERPRIZEROOM_TM32_COINS EQU 1500
CELADONGAMECORNERPRIZEROOM_TM29_COINS EQU 3500
CELADONGAMECORNERPRIZEROOM_TM15_COINS EQU 7500
CELADONGAMECORNERPRIZEROOM_PIKACHU_COINS EQU 2222
CELADONGAMECORNERPRIZEROOM_PORYGON_COINS EQU 5555
CELADONGAMECORNERPRIZEROOM_LARVITAR_COINS EQU 8888
object_const_def ; objec... | 25.581882 | 167 | 0.847998 |
2cc757338a0664824b4178ad78a70249d2db542d | 463 | asm | Assembly | oeis/274/A274340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/274/A274340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/274/A274340.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A274340: A 4-cycle of the iterated sum of deficient divisors function.
; Submitted by Jamie Morken(m3)
; 19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,36,19,20,22,... | 42.090909 | 301 | 0.673866 |
5f4151391c4159a2e969ff62f6281c78f3a0b64e | 14,544 | asm | Assembly | ASM/src/hacks.asm | mzxrules/MM-Randomizer | 56260563e3737cbff8a2bbb98ff8bcb161f3440e | [
"MIT"
] | 1 | 2018-10-06T16:13:07.000Z | 2018-10-06T16:13:07.000Z | ASM/src/hacks.asm | mzxrules/MM-Randomizer | 56260563e3737cbff8a2bbb98ff8bcb161f3440e | [
"MIT"
] | null | null | null | ASM/src/hacks.asm | mzxrules/MM-Randomizer | 56260563e3737cbff8a2bbb98ff8bcb161f3440e | [
"MIT"
] | null | null | null | ; Prevent Kokiri Sword from being added to inventory on game load
; Replaces:
; sh t9, 0x009C (v0)
.org 0xBAED6C ; In memory: 0x803B2B6C
nop
;==================================================================================================
; Time Travel
;============================================... | 27.338346 | 114 | 0.467547 |
b18741396bbabf0286eae43e9a365210224b0d8d | 413 | asm | Assembly | programs/oeis/101/A101803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/101/A101803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/101/A101803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A101803: Nearest integer to n*(phi-1), where phi is golden ratio 1.618033988749895... (A001622).
; 0,1,1,2,2,3,4,4,5,6,6,7,7,8,9,9,10,11,11,12,12,13,14,14,15,15,16,17,17,18,19,19,20,20,21,22,22,23,23,24,25,25,26,27,27,28,28,29,30,30,31,32,32,33,33,34,35,35,36,36,37,38,38,39,40,40,41,41,42,43,43,44,44,45,46
add $0,4
... | 27.533333 | 210 | 0.62954 |
9d4a3ddaf024eaf5ec8f4f89ff96183d1389364e | 2,669 | asm | Assembly | Assembly/CH06N07/CH06N07.asm | IceNerd/hogwarts | df1f3e1a94688fd728f6b54653a36a47671293da | [
"Unlicense"
] | null | null | null | Assembly/CH06N07/CH06N07.asm | IceNerd/hogwarts | df1f3e1a94688fd728f6b54653a36a47671293da | [
"Unlicense"
] | null | null | null | Assembly/CH06N07/CH06N07.asm | IceNerd/hogwarts | df1f3e1a94688fd728f6b54653a36a47671293da | [
"Unlicense"
] | null | null | null | TITLE Boolean Calculator (CH06N07.asm)
;Program Description: This program will do boolean algebra to integers
;
;Author: Alberto Martinez
;Date Created: 10.26.03
;Last Modification Date: 10.26.03
INCLUDE Irvine32.inc
.DATA
StartMSG BYTE "Boolean Calculator",0
CaseTable BYTE '1'
DWORD CMD_AND
... | 17.559211 | 71 | 0.58299 |
6f7f56b4ae71104cb2e67caf71579a92f6a23598 | 1,056 | asm | Assembly | PartC.asm | haarisyahya/MIPS-Assembly-programs-created | 2c9d9770281c12505e9e02d415068e06a75a84ea | [
"MIT"
] | null | null | null | PartC.asm | haarisyahya/MIPS-Assembly-programs-created | 2c9d9770281c12505e9e02d415068e06a75a84ea | [
"MIT"
] | null | null | null | PartC.asm | haarisyahya/MIPS-Assembly-programs-created | 2c9d9770281c12505e9e02d415068e06a75a84ea | [
"MIT"
] | null | null | null | #Haaris Yahya
#hy20ao
#7054984
.data
prompt: .asciiz "Enter a non-negative value for n: "
prompt2: .asciiz "Enter character : "
prompt1: .asciiz "Error !!! Number should be greater than or equal to 3"
newline: .asciiz "\n"
asterisk: .byte '*'
.text
#prompt and read int
li $v0, 4
la $a0, prompt
syscall
#read int an... | 12.137931 | 72 | 0.676136 |
d0514273d29e4413ddd72803c38c967cb6f5ff6d | 560 | asm | Assembly | mips assembly/include/midi.asm | adrianmgg/misc_little_things_i_did | 077a0d7728c6259c51b6cc8ce87a36144c76f97b | [
"MIT"
] | null | null | null | mips assembly/include/midi.asm | adrianmgg/misc_little_things_i_did | 077a0d7728c6259c51b6cc8ce87a36144c76f97b | [
"MIT"
] | null | null | null | mips assembly/include/midi.asm | adrianmgg/misc_little_things_i_did | 077a0d7728c6259c51b6cc8ce87a36144c76f97b | [
"MIT"
] | null | null | null | .eqv VOICE_PIANO 0
.eqv VOICE_CHROMATIC_PERCUSSION 8
.eqv VOICE_ORGAN 16
.eqv VOICE_GUITAR 24
.eqv VOICE_BASS 32
.eqv VOICE_STRINGS 40
.eqv VOICE_ENSEMBLE 48
.eqv VOICE_BRASS 56
.eqv VOICE_REED 64
.eqv VO... | 35 | 35 | 0.546429 |
7182d9fd00cf2f20812f28d2a48493bd563c02a0 | 406 | asm | Assembly | programs/oeis/204/A204674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/204/A204674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/204/A204674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A204674: a(n) = 4*n^3 + 5*n^2 + 2*n + 1.
; 1,12,57,160,345,636,1057,1632,2385,3340,4521,5952,7657,9660,11985,14656,17697,21132,24985,29280,34041,39292,45057,51360,58225,65676,73737,82432,91785,101820,112561,124032,136257,149260,163065,177696,193177,209532,226785,244960,264081
mov $4,$0
add $0,1
pow $0,2
mov $1,$0
mo... | 23.882353 | 235 | 0.679803 |
d1534bc6c5962b4023f2a4b559e870c1dc546a12 | 738 | asm | Assembly | EserciziMips/Stack.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | EserciziMips/Stack.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | EserciziMips/Stack.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | # Si consideri la funzione f definita su interi
# f(x) = f(x-2) – 2
# f(1) = 14
# f(0) = 10
# Si realizzi un programma in assembler MIPS che,definito un intero
# positivo x≥2, calcola il corrispondente valore di f(x) in modo ricorsivo
# ESEMPIO:
# f(6)=f(4)-2=(f(2)-2)-2=((f(0)-2)-2)-2=10-2-2-2=4
# f(5)=f(3)-2=f(1)-2-2=... | 15.061224 | 74 | 0.574526 |
e5c7330e4cefe4eb5deff19cc66be5780350419d | 1,209 | asm | Assembly | programs/oeis/017/A017413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/017/A017413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A017413: a(n) = 11*n + 2.
; 2,13,24,35,46,57,68,79,90,101,112,123,134,145,156,167,178,189,200,211,222,233,244,255,266,277,288,299,310,321,332,343,354,365,376,387,398,409,420,431,442,453,464,475,486,497,508,519,530,541,552,563,574,585,596,607,618,629,640,651,662,673,684,695,706,717,728,739,750,761,772,783,794,805,816,... | 172.714286 | 1,150 | 0.767577 |
3fb1ed73cc12508b934028ce1a3c9fcb22761532 | 149 | asm | Assembly | day21/app/a_asm.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | 11 | 2021-06-09T01:11:51.000Z | 2022-03-17T12:32:28.000Z | day21/app/a_asm.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | null | null | null | day21/app/a_asm.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | null | null | null | [BITS 32]
GLOBAL api_putchar, api_end
api_putchar:
MOV EDX, 1
MOV AL, [ESP+4]
INT 0x40
RET
api_end:
MOV EDX, 4
INT 0x40
| 10.642857 | 29 | 0.590604 |
76756355788ddbcb3d99292401fb10c052ace1be | 7,152 | asm | Assembly | dos/finfo.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dos/finfo.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dos/finfo.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE FILE_INFO - Internal Get/Set File Info routines
NAME FILE_INFO
;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1991
; All Rights Reserved.
;
;** Low level routines for returning file information and setting file
; attributes
;
; GET_FILE_INFO
; SET_FILE_ATTRIBUTE
;
; Modification history:
;
;... | 22.490566 | 80 | 0.697567 |
5d3c4e57746c1668ee00c33d3a105f85ee3041a3 | 1,050 | asm | Assembly | programs/oeis/079/A079578.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/079/A079578.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079578.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A079578: Least coprime to n, greater than n+1.
; 3,5,5,7,7,11,9,11,11,13,13,17,15,17,17,19,19,23,21,23,23,25,25,29,27,29,29,31,31,37,33,35,35,37,37,41,39,41,41,43,43,47,45,47,47,49,49,53,51,53,53,55,55,59,57,59,59,61,61,67,63,65,65,67,67,71,69,71,71,73,73,77,75,77,77,79,79,83,81,83,83,85,85,89,87,89,89,91,91,97,93,95... | 116.666667 | 899 | 0.705714 |
160169cc5de0b82e0e38756d6033f5a3a8169b3c | 90 | asm | Assembly | file-system/root/usr/drivers/trapm.asm | dwildie/cromix-s100computers | 5155b207b5660aa28b46dee6ce2c1709c50b02f1 | [
"Apache-2.0"
] | 2 | 2022-01-13T22:27:43.000Z | 2022-03-22T23:26:47.000Z | file-system/root/usr/drivers/trapm.asm | dwildie/cromix-s100computers | 5155b207b5660aa28b46dee6ce2c1709c50b02f1 | [
"Apache-2.0"
] | null | null | null | file-system/root/usr/drivers/trapm.asm | dwildie/cromix-s100computers | 5155b207b5660aa28b46dee6ce2c1709c50b02f1 | [
"Apache-2.0"
] | null | null | null | ;
;
;
entry trapm
psect trapm(rea,exe)
trapm:
trap #14
rts
end
| 6.923077 | 23 | 0.477778 |
16995ffca984e9b1017f41125ee124ae0fd9a03e | 5,716 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_324.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_324.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_324.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 %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1764b, %rsi
lea addresses_WT_ht+0x1ce43, %rdi
nop
nop
nop
xor %r11, %r11
mov $70, %rcx
rep movsw
cmp $39840, %rbx
lea addresses_D_ht+0x7c4b, %r15
nop
nop
nop
cmp $43420, %r10... | 40.253521 | 2,999 | 0.660602 |
62d33efa73ae04cee793f223519b3686923a0ef2 | 3,621 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_6_574.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_6_574.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_6_574.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %r8
push %rbp
push %rdx
lea addresses_normal_ht+0x853b, %r10
nop
sub %rbp, %rbp
movl $0x61626364, (%r10)
nop
nop
nop
nop
sub %r11, %r11
lea addresses_D_ht+0xb2bb, %r12
nop
dec %r11
mov (%r12), %r15w
nop
and $62711, %r10
lea addres... | 19.786885 | 129 | 0.643192 |
3aedc7610f40e5b9dcfbb9b65bef59b980ae0670 | 179 | asm | Assembly | cemu/examples/arm_sys_exec_bin_sh.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 823 | 2016-05-15T08:55:57.000Z | 2022-03-23T01:06:44.000Z | cemu/examples/arm_sys_exec_bin_sh.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 57 | 2016-05-16T20:09:17.000Z | 2022-03-13T14:11:51.000Z | cemu/examples/arm_sys_exec_bin_sh.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 118 | 2016-05-16T18:10:25.000Z | 2022-03-02T15:02:18.000Z | #
# ARM sys_exec("/bin/sh") shellcode
#
# @_hugsy_
#
ldr r0, ="nib/"
str r0, [sp]
ldr r0, ="hs//"
str r0, [sp, 4]
mov r0, sp
mov r1, 0
mov r2, 0
mov r7, __NR_SYS_execve
svc 0
wfi
| 11.1875 | 35 | 0.603352 |
6f80336e36dd6e8c050b9c017e44bc51fefea4f6 | 1,152 | asm | Assembly | src/util/sprite/spix.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/sprite/spix.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/sprite/spix.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Sprite spix
*
* Mode 4
* +----|------+
* | r r |
* | g g |
* | r r |
* | r r |
* |rgrra arrgr|
* - -
* |rgrra arrgr|
* | r r |
* | r r |
* | g g |
* | r r |
* +----|------+
*
... | 21.333333 | 27 | 0.33941 |
c1bf42a8df9e7ce8f83050b42ce733a79d145201 | 4,740 | asm | Assembly | source/string/manager.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/string/manager.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/string/manager.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : manager.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; *... | 44.299065 | 98 | 0.316667 |
d90466df5b206c0ad0c7747416f4ca1597bc2807 | 6,396 | asm | Assembly | sounds/theme.asm | puzzud/retroleague | e11932ffaaf7ee07571e9971cf12bbf7f1457d89 | [
"MIT"
] | 4 | 2017-11-06T20:37:16.000Z | 2021-02-05T15:55:20.000Z | sounds/theme.asm | puzzud/retroleague | e11932ffaaf7ee07571e9971cf12bbf7f1457d89 | [
"MIT"
] | 11 | 2016-09-06T17:42:23.000Z | 2016-09-26T18:50:24.000Z | sounds/theme.asm | puzzud/retroleague | e11932ffaaf7ee07571e9971cf12bbf7f1457d89 | [
"MIT"
] | 2 | 2020-03-28T21:41:22.000Z | 2020-05-08T09:18:25.000Z | ; Marche aux Flambeaux by F. S. Clark, 1869
.export _VOICE_1_START
_VOICE_1_START:
.byte 192, 96, 171, 48, 64, 43, 64, 171, 24, 64, 43, 64, 43, 43, 43, 171
.byte 8, 43, 43, 173, 48, 171, 24, 41, 168, 18, 176, 6, 168, 24, 164, 42
.byte 172, 6, 173, 24, 45, 50, 48, 47, 50, 55, 64, 173, 48, 175, 24, 47
.byte 168,... | 62.705882 | 81 | 0.535804 |
f36afb8fc8d0ff8647a390cbe01ede52731a38b4 | 1,516 | asm | Assembly | Guypervisor/vmcs_init_helpers.asm | guysudai1/Guypervisor | c855f2fef4f263a1dee5b25bf9e86f7dbcf4ee83 | [
"MIT"
] | 10 | 2020-08-15T19:02:24.000Z | 2021-03-31T21:58:48.000Z | Guypervisor/vmcs_init_helpers.asm | guysudai1/Guypervisor | c855f2fef4f263a1dee5b25bf9e86f7dbcf4ee83 | [
"MIT"
] | null | null | null | Guypervisor/vmcs_init_helpers.asm | guysudai1/Guypervisor | c855f2fef4f263a1dee5b25bf9e86f7dbcf4ee83 | [
"MIT"
] | null | null | null | .CODE
public GetEsSelector
public GetCsSelector
public GetSsSelector
public GetDsSelector
public GetFsSelector
public GetGsSelector
public GetLdtrSelector
public GetTrSelector
public guest_code
;public vmexit_handler
public __read_rsp
public __read_esp
guest_code PROC
cli
xor rax, rax
loop_... | 16.301075 | 42 | 0.687995 |
e82aa0d2f2d2f96f5bceb1fd7209326744110bf6 | 679 | asm | Assembly | programs/oeis/070/A070169.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070169.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070169.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070169: Rounded total surface area of a regular tetrahedron with edge length n.
; 0,2,7,16,28,43,62,85,111,140,173,210,249,293,339,390,443,501,561,625,693,764,838,916,998,1083,1171,1263,1358,1457,1559,1665,1774,1886,2002,2122,2245,2371,2501,2634,2771,2912,3055,3203,3353,3507,3665,3826,3991,4159,4330,4505,4683,4865,5... | 97 | 489 | 0.771723 |
52786e49aa3343d5da0c0c7e086af118873f5378 | 181 | asm | Assembly | data/pokemon/dex_entries/rayquaza.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/rayquaza.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/rayquaza.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "SKY HIGH@" ; species name
db "It flies into the"
next "ozone layer, way"
next "up into the sky."
page "It had never been"
next "seen before, until"
next "recently.@"
| 18.1 | 30 | 0.651934 |
7699d84142eb2bc95ee568d0763e7ae2e294e667 | 222 | asm | Assembly | audio/sfx/vine_whip.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/sfx/vine_whip.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/sfx/vine_whip.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SFX_Vine_Whip_Ch7:
noisenote 1, 12, 2, 51
noisenote 2, 15, 2, 33
noisenote 1, 14, 2, 51
noisenote 1, 12, 2, 50
noisenote 1, 9, 2, 18
noisenote 1, 11, 2, 49
noisenote 12, 9, 1, 16
noisenote 8, 15, 2, 65
endchannel
| 20.181818 | 23 | 0.657658 |
e16a0817156f478dc8346262cffed7ec0fd54aa4 | 5,585 | asm | Assembly | src/modules/editor.asm | freem/nesmon | f12df78120f7b0a3610964ed2f1d4743e357d632 | [
"0BSD"
] | 2 | 2015-09-21T04:33:26.000Z | 2015-11-06T02:32:29.000Z | src/modules/editor.asm | freem/nesmon | f12df78120f7b0a3610964ed2f1d4743e357d632 | [
"0BSD"
] | null | null | null | src/modules/editor.asm | freem/nesmon | f12df78120f7b0a3610964ed2f1d4743e357d632 | [
"0BSD"
] | null | null | null | ;==============================================================================;
; nesmon/src/modules/editor.asm
; Editor module
;==============================================================================;
; The nesmon editor is a simple line editor. This editor provides the core
; functionality of the nesmon tools... | 19.392361 | 80 | 0.609311 |
b3128337a8c36425a8ece6da7eadd739b8e57250 | 619 | asm | Assembly | oeis/139/A139175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/139/A139175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/139/A139175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A139175: a(n) = (n! - 5)/5.
; Submitted by Jon Maiga
; 23,143,1007,8063,72575,725759,7983359,95800319,1245404159,17435658239,261534873599,4184557977599,71137485619199,1280474741145599,24329020081766399,486580401635327999,10218188434341887999,224800145555521535999,5170403347776995327999,124089680346647887871999,310224... | 41.266667 | 470 | 0.844911 |
260da25c4ae35430d4f9cf9974a50725b5313758 | 81 | asm | Assembly | src/main/fragment/mos6502-common/pwsz1_derefidx_vbuyy_gt_vwsc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/pwsz1_derefidx_vbuyy_gt_vwsc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/pwsz1_derefidx_vbuyy_gt_vwsc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda #<{c1}
cmp ({z1}),y
iny
lda #>{c1}
sbc ({z1}),y
bvc !+
eor #$80
!:
bmi {la1}
| 8.1 | 12 | 0.481481 |
04d3cacc27685f0afe1eec4ec42c7bc5f26162a7 | 351 | asm | Assembly | programs/oeis/014/A014017.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014017.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014017.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014017: Inverse of 8th cyclotomic polynomial.
; 1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0,-1,0,0,0,1,0,0,0
lpb $0
mod $0,8
lpe
lpb $0
sub $1,$0
dif $0,4
ad... | 25.071429 | 213 | 0.521368 |
92bbb7845ea7664d7a93e0b6fa89ff648ec46009 | 53,422 | asm | Assembly | xv6-pdx/date.asm | budiwa/CS333 | 3ceee2ce2ac6cf112444b53446093a08b5ebfdf6 | [
"Xnet",
"X11"
] | null | null | null | xv6-pdx/date.asm | budiwa/CS333 | 3ceee2ce2ac6cf112444b53446093a08b5ebfdf6 | [
"Xnet",
"X11"
] | null | null | null | xv6-pdx/date.asm | budiwa/CS333 | 3ceee2ce2ac6cf112444b53446093a08b5ebfdf6 | [
"Xnet",
"X11"
] | null | null | null |
_date: file format elf32-i386
Disassembly of section .text:
00000000 <dayofweek>:
static char *days[] = {"Sun", "Mon", "Tue", "Wed",
"Thu", "Fri", "Sat"};
int
dayofweek(int y, int m, int d)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push... | 35.192358 | 60 | 0.419471 |
8f31af0139629aa2b83d7abf71cbd878a40b6db8 | 10 | asm | Assembly | src/main/fragment/mos6502-common/vbuyy=vwuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbuyy=vwuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbuyy=vwuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldy #<{c1} | 10 | 10 | 0.5 |
025f596a65f052e01d644ad5ee975478416e4fdb | 1,284 | asm | Assembly | programs/oeis/014/A014797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014797: Squares of odd square pyramidal numbers.
; 1,25,3025,8281,81225,148225,670761,1030225,3186225,4447881,10962721,14402025,30525625,38452401,73188025,89397025,156975841,187279225,308880625,361722361,567440041,654592225,985646025,1122987121,1634180625,1842555625,2604979521,2911142025,4015123225,4452759441,601105... | 214 | 1,176 | 0.899533 |
e3476d9889e48c5aa3518ee45de79a9587d72e02 | 338 | 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 $28, 0
li $29, 0
# jr PC mod 4 not 0
la $1, label1
la $2, label1
addiu $1, $1, 1
jr $1
nop
label1:
# jr PC < 0x3000
li $1, 0x2996
la $2, label2
jr $1
nop
label2:
# jr PC > 0x4ffc
li $1, 0x4fff
la $2, label3
jr $1
nop
label3:
end:j end
.ktext 0x4180
mfc0 $12, $12
mfc0 $13, $13
mfc0 $14, $14
mtc0 $2, $14
e... | 9.135135 | 19 | 0.600592 |
ea0d8da1b5ad6f525bda8a09c31fb5ec04ad18f9 | 121 | asm | Assembly | Sem4/AEIE_LAB/Day1_Add_8_Bit.asm | SOUMEE2000/Heritage-CSE-Codes | 040d4e4c8d8f2b92ad74bd373243611d912c6a91 | [
"Apache-2.0"
] | null | null | null | Sem4/AEIE_LAB/Day1_Add_8_Bit.asm | SOUMEE2000/Heritage-CSE-Codes | 040d4e4c8d8f2b92ad74bd373243611d912c6a91 | [
"Apache-2.0"
] | null | null | null | Sem4/AEIE_LAB/Day1_Add_8_Bit.asm | SOUMEE2000/Heritage-CSE-Codes | 040d4e4c8d8f2b92ad74bd373243611d912c6a91 | [
"Apache-2.0"
] | null | null | null | ORG 2000H
MVI A, 35H
MVI D, 0FEH
LXI B, 45CDH
ADD D
JNC L1
MVI E, 01H
JMP L2
L1: MVI E, 00H
L2: MOV D,A
HLT
| 10.083333 | 18 | 0.595041 |
cfb85d03eca7e76889d2f112136d140c23d21f94 | 550 | asm | Assembly | oeis/016/A016985.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016985.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016985.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016985: a(n) = (7n)^5.
; 0,16807,537824,4084101,17210368,52521875,130691232,282475249,550731776,992436543,1680700000,2706784157,4182119424,6240321451,9039207968,12762815625,17623416832,23863536599,31757969376,41615795893,53782400000,68641485507,86617093024,108175616801,133827821568,164130859375,199690286432,24116207... | 91.666667 | 500 | 0.876364 |
9b92ff8e255baba93fc7bd2a92840dae48950c5e | 21,878 | asm | Assembly | ZX-Spectrum/assembly/streams_10-11.asm | peroff/8-Bit-Tea-Party | 374d486a9712a7d6286d8080c1e98e28b1c5e066 | [
"MIT"
] | 13 | 2018-08-01T20:29:20.000Z | 2021-09-03T21:49:25.000Z | ZX-Spectrum/assembly/streams_10-11.asm | peroff/8-Bit-Tea-Party | 374d486a9712a7d6286d8080c1e98e28b1c5e066 | [
"MIT"
] | 3 | 2019-09-18T21:13:41.000Z | 2021-10-10T13:45:17.000Z | ZX-Spectrum/assembly/streams_10-11.asm | peroff/8-Bit-Tea-Party | 374d486a9712a7d6286d8080c1e98e28b1c5e066 | [
"MIT"
] | 4 | 2019-09-18T20:25:37.000Z | 2021-08-19T10:17:46.000Z | ;WELCOME TO 8-BIT TEA PARTY!
;
;MAIN FILE FOR ASSEMBLER CODE ON STREAMS.
;WE USING PENTAGON-128K MODEL EMULATION.
;
;CPU: Zilog Z80, 3.5MhZ, 1976.
;RAM: 48Kb BASE, 128Kb WITH MORE MEMORY.
;ROM: 16Kb base and more with 128Kb.
;SCREEN:256x192 PIXELS IN MONOCHROME.
; 32x24 COLOR ATTRIBUTES.
;SOUND: ... | 23.274468 | 43 | 0.461605 |
5343cd12eb024b11e15da4e66dc0426375a42808 | 311 | asm | Assembly | programs/oeis/209/A209978.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/209/A209978.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/209/A209978.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A209978: a(n) = A196227(n)/2.
; 0,0,1,4,7,14,17,28,35,46,53,72,79,102,113,128,143,174,185,220,235,258,277,320,335,374,397,432,455,510,525,584,615,654,685,732,755,826,861,908,939,1018,1041,1124,1163,1210,1253,1344,1375,1458,1497
mov $2,$0
seq $0,49696 ; a(n)=T(n,n), array T as in A049695.
sub $0,$2
trn $0,1
| 38.875 | 197 | 0.672026 |
cc1169eb736a78e32037489a8d5bea534ea59a8e | 400 | asm | Assembly | audio/sfx/battle_31.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | audio/sfx/battle_31.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | audio/sfx/battle_31.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | SFX_Battle_31_Ch4:
duty 2
unknownsfx0x20 15, 255, 224, 7
unknownsfx0x20 15, 255, 224, 7
unknownsfx0x20 15, 255, 224, 7
unknownsfx0x20 15, 255, 224, 7
unknownsfx0x20 15, 242, 224, 7
endchannel
SFX_Battle_31_Ch5:
duty 3
unknownsfx0x20 15, 255, 226, 7
unknownsfx0x20 15, 255, 225, 7
unknownsfx0x20 15, 255, 226... | 21.052632 | 31 | 0.735 |
e7df990e690c60792ac0d3f27caedf1aadc2c971 | 227 | asm | Assembly | Directory_Structure/Projects/Example_1802_Projects/QBlink.1802.asm | Jeff-Birt/TASM_vsCode_Extension | 37589d66405a09ace0244432469a416606a39d55 | [
"MIT"
] | 4 | 2021-03-07T21:49:16.000Z | 2021-05-12T15:07:45.000Z | Directory_Structure/Projects/Example_1802_Projects/QBlink.1802.asm | Jeff-Birt/TASM_vsCode_Extension | 37589d66405a09ace0244432469a416606a39d55 | [
"MIT"
] | 1 | 2021-03-14T18:36:52.000Z | 2021-03-23T15:15:38.000Z | Directory_Structure/Projects/Example_1802_Projects/QBlink.1802.asm | Jeff-Birt/TASM_vsCode_Extension | 37589d66405a09ace0244432469a416606a39d55 | [
"MIT"
] | 1 | 2021-04-15T16:49:06.000Z | 2021-04-15T16:49:06.000Z | ; Q blink --- Q off, load 0x0010 to R(1)
; virtual system RAM, 0x0000 to 0x0039 ->
.org $0000 ; Start of variable Ram
BEGIN:
REQ
LDI $10
PLO R1
LDI $00
PHI R1
DEC R1
GLO R1
BNZ $07
BQ $00
SEQ
BR $01
.end | 11.947368 | 42 | 0.599119 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.