max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
programs/oeis/266/A266540.asm | karttu/loda | 0 | 45018 | <reponame>karttu/loda
; A266540: Partial sums of A266539.
; 0,0,1,2,3,4,7,10,11,12,15,18,23,28,35,42,43,44,47,50,55,60,67,74,83,92,103,114,127,140,155,170,171,172,175,178,183,188,195,202,211,220,231,242,255,268,283,298,315,332,351,370,391,412,435,458,483,508,535,562,591,620,651,682,683,684,687,690,695,700,707,714,723,7... |
oeis/030/A030873.asm | neoneye/loda-programs | 11 | 45021 | ; A030873: [ exp(5/19)*n! ].
; Submitted by <NAME>(s3)
; 1,2,7,31,156,936,6557,52457,472118,4721185,51933039,623196471,8101554127,113421757790,1701326366855,27221221869682,462760771784596,8329693892122733,158264183950331941,3165283679006638838
add $0,1
mov $2,1
lpb $0
mul $1,5
mul $2,$0
sub $0,1
div $1,19
ad... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_496.asm | ljhsiun2/medusa | 9 | 45022 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_496.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13f20, %rsi
lea addresses_A_ht+0xfeec, %rdi
nop
dec %r8
mov $125, %rcx
rep movsw
nop
nop... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2296.asm | ljhsiun2/medusa | 9 | 45023 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2296.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1b02e, %r13
nop
nop
nop
nop
add %rsi, %rsi
movl $0x61626364, (%r13)
cmp $16988, %r8
lea... |
src/knight.asm | hackneyc/CastleEscape | 2 | 45024 | public _LeftKnight0
public _RightKnight0
public RightJumpKnight0
public LeftJumpKnight0
section RODATA_2
_RightKnight0:
include "sprite/RightKnight.inc"
_LeftKnight0:
include "sprite/LeftKnight.inc"
RightJumpKnight0:
include "sprite/RightJumpKnight.i... |
contrib/opensigcomp/tools/test/lzw.asm | dulton/reSipServer | 1 | 45027 | <reponame>dulton/reSipServer
at (32)
:length_value pad (2)
:position_value pad (2)
:index pad (2)
at (42)
set (requested_feedback_location, 0)
at (64)
:byte_copy_left pad (2)
:byte_copy_right pad (2)
:input_bit_order ... |
engine/engine/video/declarations/colors.asm | neomura/atmega328p-cartridge | 0 | 45028 | ; The numerical value of the color black.
.equ COLOR_BLACK = 0
; The numerical value of the color avocado (when using palette A).
.equ COLOR_AVOCADO = 1
; The numerical value of the color majorelle blue (when using palette A).
.equ COLOR_MAJORELLE_BLUE = 2
; The numerical value of the color aquamarine (when using pa... |
tests/realapplications/bugbench/gzip-1.2.4/otherstuff/msdos/match.asm | GYJQTYL2/DoubleTake | 29 | 45029 | ; match.asm -- optional optimized asm version of longest match in deflate.c
; Copyright (C) 1992-1993 <NAME>
; This is free software; you can redistribute it and/or modify it under the
; terms of the GNU General Public License, see the file COPYING.
;
; Must be assembled with masm -ml. To be used only with C compact mo... |
libsrc/_DEVELOPMENT/adt/wv_stack/z80/asm_wv_stack_max_size.asm | meesokim/z88dk | 0 | 45030 |
; ===============================================================
; Mar 2014
; ===============================================================
;
; size_t wv_stack_max_size(wv_stack_t *s)
;
; Return maximum size of the stack in words.
;
; ===============================================================
SECTION code_ad... |
src/SlimShader.Tests/Shaders/Sdk/Direct3D11/AdaptiveTessellationCS40/TessellatorCS40_TessellateIndicesCS.asm | tgjones/slimshader | 125 | 45032 | <filename>src/SlimShader.Tests/Shaders/Sdk/Direct3D11/AdaptiveTessellationCS40/TessellatorCS40_TessellateIndicesCS.asm
//
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.20714
//
//
///
// Buffer Definitions:
//
// cbuffer cbNeverChanges
// {
//
// uint4 insidePointIndex[90]; // Offset: 0 Size... |
libsrc/_DEVELOPMENT/font/font_8x10/_font_8x10_c64_system.asm | ahjelm/z88dk | 640 | 45033 | ;
; Commodore 64 font, modified to ZX code page
;
; Extracted from: https://www.min.at/prinz/o/software/pixelfont/
;
SECTION rodata_font
SECTION rodata_font_8x10
PUBLIC _font_8x10_c64_system
PUBLIC _font_8x10_c64_system_end
_font_8x10_c64_system:
BINARY "font_8x10_c64_system.bin"
_font_8x10_c64_system_end:
|
programs/oeis/112/A112821.asm | neoneye/loda | 22 | 45034 | <filename>programs/oeis/112/A112821.asm
; A112821: Numbers n such that lcm(1,2,3,...,n)/19 equals the denominator of the n-th harmonic number H(n).
; 343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360
add $0,343
|
oeis/168/A168207.asm | neoneye/loda-programs | 11 | 45036 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A168207: a(n) = 5*n - a(n-1) + 1 with n>1, a(1)=2.
; 2,14,7,19,12,24,17,29,22,34,27,39,32,44,37,49,42,54,47,59,52,64,57,69,62,74,67,79,72,84,77,89,82,94,87,99,92,104,97,109,102,114,107,119,112,124,117,129,122,134,127,139,132,144,137,149,142,154,147,159,152,164,157,169,1... |
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/vsm_lib/yield.asm | fabiojna02/OpenCellular | 1 | 45037 | ;
; Copyright (c) 2006-2008 Advanced Micro Devices,Inc. ("AMD").
;
; 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 Software Foundation; either version 2.1 of the
; License, or (at your option) any lat... |
programs/oeis/164/A164785.asm | neoneye/loda | 22 | 45038 | <gh_stars>10-100
; A164785: a(n) = 5^n - 4.
; 1,21,121,621,3121,15621,78121,390621,1953121,9765621,48828121,244140621,1220703121,6103515621,30517578121,152587890621,762939453121,3814697265621,19073486328121,95367431640621,476837158203121,2384185791015621,11920928955078121,59604644775390621,298023223876953121,1490116119... |
programs/oeis/053/A053478.asm | neoneye/loda | 22 | 45039 | <reponame>neoneye/loda
; A053478: Sum of iterates when phi, A000010, is iterated until fixed point 1.
; 1,3,6,7,12,9,16,15,18,17,28,19,32,23,30,31,48,27,46,35,40,39,62,39,60,45,54,47,76,45,76,63,68,65,74,55,92,65,78,71,112,61,104,79,84,85,132,79,110,85,114,91,144,81,126,95,112,105,164,91,152,107,118,127,144,101,168,131... |
symbolinen_konekieli/Ratol_msdos/testmain.asm | tkukka/VariousContent | 0 | 45040 | ;RaTol Symbolinen konekieli: Koetehtävä
;Tero Kukka IY96A
;Tiedosto: testmain.asm Versio 1.0
;Luotu 27.4.1998
;
include a:makrot.txt
extrn _ali: near ;!
;Vakiot:
.model small ;HUOM. malli
.stack 100h
.data
... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2606.asm | ljhsiun2/medusa | 9 | 45041 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xfa22, %rdx
nop
nop
nop
nop
nop
dec %r14
vmovups (%rdx), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $1, %xmm4, %rdi
nop
and $9432, %r13
lea addresses_D_ht+0xf9ed, %rsi
l... |
Take Home Test/Kamal_Faheem_Code/Kamal_Faheem_2.91.asm | FaheemAKamal/CS342Projects | 0 | 45042 | .data
x: .word 0-100
y: .word 0-100
.text
la $a0, x
la $a1, y
stringcopy:
addi $sp, $sp, -4
sw $s0, 0($sp)
add $s0, $zero, $zero
L1: add $t1, $s0, $a1
lbu $t2, 0($t1)
add $t3, $s0, $a0
sb $t2, 0($t3)
beq $t2, $zero, L2
addi $s0, $s0, 1
j L1
L2: lw $s0, 0($sp)
addi $sp, $sp, 4
jr $ra |
cowbell/zx_spectrum/pt3_player.asm | tin-nl/cowbell | 0 | 45043 | ; Z80 source code for the ZX Protracker 3 player
; (from the Vortex Tracker 2 package)
org 0x4000
; z80dasm 1.1.2
; command line: z80dasm --origin=49152 -l pt3_player.bin
Release EQU "7"
ld hl,MDLADDR
jr pt3_init
jp play
jr mute
setup:
db 0
CrPsPtr:
dw 0
;Identifier
db "=VTII PT3 Player r.",Release,"="
chec... |
lession02/HelloOS/entry.asm | xingyongtao/os45 | 0 | 45044 | <filename>lession02/HelloOS/entry.asm<gh_stars>0
; Viz @ 2021.05.15
; Credits: https://github.com/tanmayv25/x86-bootloader, http://3zanders.co.uk/2017/10/13/writing-a-bootloader
; 入口部分 .entry
; 组成了 MBR,用于配置硬件和加载 MBR 外的内核加载器和内核到内存
[section .entry]
[bits 16]
[global entry]
entry:
; 打开 A20 总线
; 参考 https:/... |
Python/examples/slow-count.asm | tomxp411/8080Asm | 0 | 45046 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; NAME: slow-count.asm
; EDITOR: <NAME> ("The Ubuntourist") <<EMAIL>>
; LASTMOD: 2020.10.06 (kjc)
;
; DESCRIPTION:
;
; Increment a memory location each time a key is pressed.
;
; To take full advantage of the included ANSI esca... |
src/PJ/flic386p/libsrc/glue_env/gs_pls.asm | AnimatorPro/Animator-Pro | 119 | 45047 | <reponame>AnimatorPro/Animator-Pro<filename>src/PJ/flic386p/libsrc/glue_env/gs_pls.asm
;*****************************************************************************
;* GS_PLS.ASM - Set GS for Phar Lap and Ergo extenders.
;*
;* For Phar Lap and Ergo extenders, we add 0x20 to the descriptor in DS
;* to get the descr... |
programs/oeis/062/A062724.asm | karttu/loda | 0 | 45048 | <reponame>karttu/loda<filename>programs/oeis/062/A062724.asm
; A062724: a(n) = floor(tau^n) + 1, where tau = (1 + sqrt(5))/2.
; 2,2,3,5,7,12,18,30,47,77,123,200,322,522,843,1365,2207,3572,5778,9350,15127,24477,39603,64080,103682,167762,271443,439205,710647,1149852,1860498,3010350,4870847,7881197,12752043,20633240,33385... |
data/pokemon/base_stats/bellsprout.asm | AtmaBuster/pokeplat-gen2 | 6 | 45049 | db 0 ; species ID placeholder
db 50, 75, 35, 40, 70, 30
; hp atk def spd sat sdf
db GRASS, POISON ; type
db 255 ; catch rate
db 84 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/bellsprout/front.dimensions"
db GROWTH_MEDIUM_... |
programs/oeis/104/A104738.asm | neoneye/loda | 22 | 45050 | <filename>programs/oeis/104/A104738.asm
; A104738: Positions of records in A104706.
; 1,2,3,5,6,9,11,15,17,21,24,29,30,39,41,51,54,59,66,75,77,87,96,105,107,120,129,137,141,161,165,180,186,201,209,221,227,249,255,270,285,306,311,324,336,359,366,390,401,420,435,459,465,495,501,527,534,561,587,600,606,639,666,696,701,714... |
engine/overworld/player_step.asm | AtmaBuster/pokeplat-gen2 | 6 | 45051 | _HandlePlayerStep::
ld a, [wPlayerStepFlags]
and a
ret z
bit PLAYERSTEP_START_F, a
jr nz, .update_overworld_map
bit PLAYERSTEP_STOP_F, a
jr nz, .update_player_coords
bit PLAYERSTEP_CONTINUE_F, a
jr nz, .finish
ret
.update_overworld_map
ld a, 4
ld [wHandlePlayerStep], a
call UpdateOverworldMap
jr .finish
... |
programs/oeis/316/A316358.asm | jmorken/loda | 1 | 45052 | ; A316358: Partial sums of A316317.
; 1,4,10,21,35,50,70,95,121,150,184,221,261,304,350,401,455,510,570,635,701,770,844,921,1001,1084,1170,1261,1355,1450,1550,1655,1761,1870,1984,2101,2221,2344,2470,2601,2735,2870,3010,3155,3301,3450,3604,3761,3921
mov $3,$0
add $0,1
bin $0,2
mov $1,2
mov $2,1
mov $4,$0
lpb $0
sub $... |
src/VMTranslator/fixtures/FunctionCalls/NestedCall/NestedCall.asm | tuzmusic/HackManager | 1 | 45053 | // COMMAND #0A: BOOTSTRAP THE SYSTEM
@256 // set the start of the stack to addr 256
D=A // store the current address as a value
@SP // write value of D to "SP"
M=D // write value of D to current location
// COMMAND #0B: CALL Sys.init
@Sys.init$ret.14
D=A ... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_844.asm | ljhsiun2/medusa | 9 | 45054 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %rax
push %rbp
push %rbx
lea addresses_WT_ht+0x195c0, %rbp
nop
xor $54790, %rbx
movups (%rbp), %xmm0
vpextrq $0, %xmm0, %rax
sub $5691, %r10
pop %rbx
pop %rbp
pop %rax
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r9
push %rax
push %rc... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1606.asm | ljhsiun2/medusa | 9 | 45055 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x12be2, %rsi
lea addresses_WT_ht+0xc4c2, %rdi
nop
nop
sub %r8, %r8
mov $102, %rcx
rep movsq
xor %rdi, %rdi
lea addresses_WT_ht+0x435a, %rsi
nop
nop
nop
nop
nop
xor %r15, %r15
m... |
programs/oeis/248/A248185.asm | neoneye/loda | 22 | 45056 | <filename>programs/oeis/248/A248185.asm<gh_stars>10-100
; A248185: Numbers k such that A248183(k+1) = A248183(k) + 1.
; 3,4,6,7,9,10,11,13,14,16,17,19,20,21,23,24,26,27,28,30,31,33,34,36,37,38,40,41,43,44,45,47,48,50,51,53,54,55,57,58,60,61,62,64,65,67,68,69,71,72,74,75,77,78,79,81,82,84,85,86,88,89,91,92,94,95,96,98,9... |
5_KTMT_HN/self-learn/printf/printf.asm | SummerSad/HCMUS-Lectures | 8 | 45059 | <filename>5_KTMT_HN/self-learn/printf/printf.asm
; use printf in C library
extern printf
section .data
fmt db "%s", 10, 0 ; 10 is "\n", 0 is "\0"
msg db "printf haha", 0
section .text
global main
main:
push rbp ; set up stack frame
mov ... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_15210_1437.asm | ljhsiun2/medusa | 9 | 45060 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x3fe9, %rsi
lea addresses_normal_ht+0x701, %rdi
nop
nop
nop
inc %r15
mov $23, %rcx
rep movsq
nop
nop
nop
nop
sub %r11, %r11
lea addresses_A_ht+0xa11, %rsi
lea addresses_UC_ht+... |
programs/oeis/171/A171553.asm | neoneye/loda | 22 | 45061 | ; A171553: 1+9*10^n+100^n.
; 11,191,10901,1009001,100090001,10000900001,1000009000001,100000090000001,10000000900000001,1000000009000000001,100000000090000000001,10000000000900000000001,1000000000009000000000001,100000000000090000000000001,10000000000000900000000000001,1000000000000009000000000000001,100000000000000090... |
Task 1/main.asm | mpetitjean/avrdude | 0 | 45062 | ;
; TestProject1.asm
;
; Created: 2/22/2017 3:00:04 PM
; Authors : Petitjean - Hannotier
;
.include "m328pdef.inc"
.org 0x0000
rjmp init
init:
CBI DDRB,2 ; Set Joystick click as input (not mandatory, default value)
SBI PORTB,2 ; Avoid floating point
SBI DDRC,2 ; Set LED switch as output
... |
kernel/time.nasm | r-tty/radios | 0 | 45064 | ;-------------------------------------------------------------------------------
; time.nasm - routines for dealing with time, date and delays.
;-------------------------------------------------------------------------------
module kernel.time
%include "sys.ah"
%include "errors.ah"
%include "thread.ah"
%include "time... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_605.asm | ljhsiun2/medusa | 9 | 45065 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdx
// Store
lea addresses_D+0x1cec8, %rdx
sub %r14, %r14
mov $0x5152535455565758, %r9
movq %r9, (%rdx)
nop
nop
nop
nop
sub $57470, %rbp
// Store
lea addresses_D+0... |
programs/oeis/326/A326194.asm | neoneye/loda | 22 | 45067 | <gh_stars>10-100
; A326194: Number of iterations of x -> A009194(x) needed to reach a fixed point when starting from x = n, where A009194(x) = gcd(x, sigma(x)).
; 0,1,1,1,1,0,1,1,1,2,1,2,1,2,2,1,1,2,1,2,1,2,1,3,1,2,1,0,1,1,1,1,2,2,1,1,1,2,1,3,1,1,1,2,2,2,1,2,1,1,2,2,1,1,1,2,1,2,1,3,1,2,1,1,1,1,1,2,2,2,1,2,1,2,1,2,1,1,1... |
game-projects/Zedda/Objects/LostWoods/Tilemap/Tilemap.asm | wide-dot/thomson-to8-game-engine | 11 | 45068 | ; ---------------------------------------------------------------------------
; Object - Tilemap Load and Data for South America Level
;
; This code can be split in several parts (objects) if needed
; Data will be stored in objects and accessed with Object index
;
; input REG : [A] routine
;
; ---------------------... |
src/kernel/syscalls/handlers.asm | Cc618/Os2020 | 3 | 45069 | extern malloc
extern free
extern stackStates
extern Vector_new
extern Vector_add
extern Vector_pop
global sys_enterProcess
sys_enterProcess:
push ebp
mov ebp, esp
sub esp, 0x40
; Init stack states if necessary
cmp dword [stackStates], 0
jne .stackStatesInit
call Vector_new
mov [stackSta... |
programs/oeis/004/A004184.asm | karttu/loda | 0 | 45070 | <reponame>karttu/loda<filename>programs/oeis/004/A004184.asm<gh_stars>0
; A004184: Omit 9's from n.
; 0,1,2,3,4,5,6,7,8,0,10,11,12,13,14,15,16,17,18,1,20,21,22,23,24,25,26,27,28,2,30,31,32,33,34,35,36,37,38,3,40,41,42,43,44,45,46,47,48,4,50,51,52,53,54,55,56,57,58,5,60,61,62,63,64,65,66,67,68,6,70,71
mov $1,2
mov $2,1... |
Examples/ch05/RevStr.asm | satadriver/LiunuxOS_t | 0 | 45071 | <filename>Examples/ch05/RevStr.asm
TITLE Program Template (RevStr.asm)
; This program reverses a string.
; Last update: 1/28/02
INCLUDE Irvine32.inc
.data
aName BYTE "<NAME>",0
nameSize = ($ - aName) - 1
.code
main PROC
; Push the name on the stack.
mov ecx,nameSize
mov esi,0
L1: movzx eax,aName[esi] ;... |
programs/oeis/286/A286529.asm | karttu/loda | 1 | 45072 | <gh_stars>1-10
; A286529: a(n) = d(n+d(n)), where d(n) is the number of divisors of n (A000005).
; 2,3,2,2,2,4,3,6,6,4,2,6,4,6,2,4,2,8,4,4,3,4,3,6,6,8,2,4,2,4,4,4,2,4,4,6,4,8,2,10,2,6,6,6,4,6,3,4,6,8,4,4,4,4,2,7,2,4,2,12,6,8,4,2,4,4,4,4,2,8,2,12,6,8,5,4,5,4,5,12,4,4,4,12,2,12,4,12,4,8,4,6,2,6,6,12,6,8,8,2,2,8,8,10,2,8,... |
libsrc/malloc/HeapInfo_callee.asm | meesokim/z88dk | 0 | 45073 | ; void __CALLEE__ HeapInfo_callee(unsigned int *total, unsigned int *largest, void *heap)
; 12.2006 aralbrec
PUBLIC HeapInfo_callee
EXTERN MAHeapInfo
.HeapInfo_callee
pop af
pop hl
push af
call MAHeapInfo
pop af
pop hl
ld (hl),c
inc hl
ld (hl),b
pop hl
ld (hl),e
inc hl
ld (hl),... |
libsrc/target/homelab2/input/in_KeyPressed.asm | Frodevan/z88dk | 640 | 45074 | <filename>libsrc/target/homelab2/input/in_KeyPressed.asm
; uint in_KeyPressed(uint scancode)
SECTION code_clib
PUBLIC in_KeyPressed
PUBLIC _in_KeyPressed
; Determines if a key is pressed using the scan code
; returned by in_LookupKey.
; enter : l = scan row
; h = key mask
; exit : carry = key is pressed & ... |
Assembler/AssemblyCode/GETCHAR.asm | KPU-RISC/KPU | 8 | 45075 | <filename>Assembler/AssemblyCode/GETCHAR.asm
; ==================================================================
; The input file must contain 2 input entries.
; The input entries are finally stored in the registers "F" and "G"
; ==================================================================
; Initialize the stac... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1681.asm | ljhsiun2/medusa | 9 | 45077 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %r9
push %rcx
push %rsi
lea addresses_WC_ht+0x318c, %rcx
nop
nop
nop
xor %r10, %r10
movups (%rcx), %xmm1
vpextrq $1, %xmm1, %r8
nop
sub %rsi, %rsi
lea addresses_A_ht+0x1d45c, %r9
nop
nop
nop
and %r13, %r13
movw $0x6162, (%r9)
nop
sub $38569,... |
libsrc/input/spectrum/in_Wait.asm | dex4er/deb-z88dk | 1 | 45078 | ; void in_Wait(uint ticks)
; 09.2005 aralbrec
XLIB in_Wait
LIB delay
; Waits a period of time measured in milliseconds.
;
; enter : HL = time to wait in ms
; used : AF,BC,DE,HL
.in_Wait
; wait 1ms in loop controlled by HL
; at 3.5MHz, 1ms = 3500 T states
ld c,l
ld b,h
.loop
ld hl,3500 - 34
call dela... |
libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_setw_vram_unsafe.asm | jpoikela/z88dk | 640 | 45079 | <filename>libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_setw_vram_unsafe.asm
; void sms_setw_vram_unsafe(unsigned int c, unsigned int n)
SECTION code_clib
SECTION code_crt_common
PUBLIC _sms_setw_vram_unsafe
EXTERN asm_sms_setw_vram_unsafe
_sms_setw_vram_unsafe:
pop af
pop de
pop bc
push bc
push ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1966.asm | ljhsiun2/medusa | 9 | 45082 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rcx
push %rdx
push %rsi
lea addresses_WT_ht+0x910e, %r8
nop
nop
nop
nop
dec %rcx
movl $0x61626364, (%r8)
nop
nop
nop
nop
add $43783, %r12
lea addresses_A_ht+0xcf10, %rsi
and $16697, %r11
mov $0x6162636465666768, %r14
movq %r14, (%... |
xy-VSFilter/src/thirdparty/VirtualDub/Kasumi/source/a_bltyuv2rgb_sse2.asm | wurui1994/AviSynth | 1 | 45083 | <filename>xy-VSFilter/src/thirdparty/VirtualDub/Kasumi/source/a_bltyuv2rgb_sse2.asm
section .rdata, rdata
align 16
bytemasks dd 000000ffh, 0000ffffh, 00ffffffh
section .text
;============================================================================
global _vdasm_pixblt_XRGB8888_to_YUV444Plan... |
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_indr.asm | meesokim/z88dk | 0 | 45084 |
; void *z80_indr(void *dst, uint16_t port)
SECTION code_z80
PUBLIC z80_indr
EXTERN asm_z80_indr
z80_indr:
pop af
pop bc
pop hl
push hl
push bc
push af
jp asm_z80_indr
|
lab3/src/2/bootloader.asm | YatSenOS/YatSenOS-Tutorial-Volume-1 | 400 | 45086 | <reponame>YatSenOS/YatSenOS-Tutorial-Volume-1<filename>lab3/src/2/bootloader.asm
%include "boot.inc"
org 0x7e00
[bits 16]
mov ax, 0xb800
mov gs, ax
mov ah, 0x03 ;青色
mov ecx, bootloader_tag_end - bootloader_tag
xor ebx, ebx
mov esi, bootloader_tag
output_bootloader_tag:
mov al, [esi]
mov word[gs:bx], ax
inc ... |
programs/oeis/128/A128223.asm | karttu/loda | 1 | 45089 | <gh_stars>1-10
; A128223: a(n) = if n mod 2 = 0 then n*(n+1)/2 otherwise (n+1)^2/2-1.
; 0,1,3,7,10,17,21,31,36,49,55,71,78,97,105,127,136,161,171,199,210,241,253,287,300,337,351,391,406,449,465,511,528,577,595,647,666,721,741,799,820,881,903,967,990,1057,1081,1151,1176,1249,1275,1351,1378,1457,1485,1567,1596,1681,1711,... |
programs/oeis/033/A033130.asm | neoneye/loda | 22 | 45090 | <reponame>neoneye/loda
; A033130: Base-3 digits are, in order, the first n terms of the periodic sequence with initial period 1,1,0.
; 1,4,12,37,112,336,1009,3028,9084,27253,81760,245280,735841,2207524,6622572,19867717,59603152,178809456,536428369,1609285108,4827855324,14483565973,43450697920,130352093760,391056281281,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1031.asm | ljhsiun2/medusa | 9 | 45091 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1c334, %r13
nop
nop
inc %r8
mov $0x6162636465666768, %rbx
movq %rbx, %xmm3
and $0xffffffffffffffc0, %r13
movaps %xmm3, (%r13)
nop
nop
sub %rbp, %rbp
lea addresses_normal_ht+0... |
programs/oeis/177/A177881.asm | neoneye/loda | 22 | 45092 | <reponame>neoneye/loda
; A177881: Partial sums of round(3^n/10).
; 0,0,1,4,12,36,109,328,984,2952,8857,26572,79716,239148,717445,2152336,6457008,19371024,58113073,174339220,523017660,1569052980,4707158941,14121476824,42364430472,127093291416,381279874249,1143839622748,3431518868244,10294556604732,30883669814197,9265100... |
hello.asm | OrangeTide/fant68k | 1 | 45093 | <reponame>OrangeTide/fant68k<gh_stars>1-10
ACIASTAT equ $FF1000
ACIADATA equ $FF1002
SIM_EXIT equ $FF7FFC
START ORG $60000
*-------Code for output------
LEA ACIADATA,A0 Loads serial tx into address register A0
LEA MESSAGE,A1 Loads MESSAGE into address register A1
OUT MOVE.B (A1)+,D0
CMP.B #0... |
oeis/259/A259318.asm | neoneye/loda-programs | 11 | 45094 | <filename>oeis/259/A259318.asm
; A259318: a(n) = A259109(n)*A006331(n) - A259108(n)^2.
; Submitted by <NAME>(s1)
; 0,0,144,6048,85536,679536,3747744,16039296,56930688,174978144,479700144,1198248480,2770653600,6002352720,12298837824,24014605824,44957265408,81097765056,141549364944,239891292576,395928108576,637992775728,... |
programs/oeis/256/A256244.asm | jmorken/loda | 1 | 45095 | ; A256244: a(n) = sqrt(n + 2*A256243(n)).
; 3,2,3,4,3,4,3,4,5,4,5,4,5,4,5,6,5,6,5,6,5,6,5,6,7,6,7,6,7,6,7,6,7,6,7,8,7,8,7,8,7,8,7,8,7,8,7,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,10,9,10,9,10,9,10,9,10,9,10,9,10,9,10,9,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12,11,12... |
data/pokemon/base_stats/exeggutor.asm | AtmaBuster/pokeplat-gen2 | 6 | 45096 | <gh_stars>1-10
db 0 ; species ID placeholder
db 95, 95, 85, 55, 125, 65
; hp atk def spd sat sdf
db GRASS, PSYCHIC ; type
db 45 ; catch rate
db 212 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/exeggutor/front.dimensions"
db... |
asm/6502/demos/rmtplayer/player.asm | fcatrin/clc88 | 6 | 45098 | icl '../../os/symbols.asm'
;
; MUSIC init & play
; example by Raster/C.P.U., 2003-2004
;
icl "rmtplayr.asm" ;include RMT player routine
MODUL equ $4000 ;address of RMT module
VLINE equ 16 ;screen line for synchronization
org BOOTADDR
start
lda #1
sta ROS7
lda #1
ldx #OS_SET_VIDEO_MODE
js... |
Palmtree.Math.Core.Implements/vs_build/x86_Debug/TEST_op_Equals.asm | rougemeilland/Palmtree.Math.Core.Implements | 0 | 45099 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\TEST_op_Equals.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__7B7A869E_cty... |
dist/vale/cpuid-x86_64-msvc.asm | santtu/hacl-star | 1,332 | 45100 | <filename>dist/vale/cpuid-x86_64-msvc.asm<gh_stars>1000+
.code
ALIGN 16
check_aesni proc
mov r9, rbx
mov rcx, 0
mov rax, 1
cpuid
mov rax, rcx
and rax, 33554432
shr rax, 24
and rcx, 2
and rax, rcx
mov rbx, r9
ret
check_aesni endp
ALIGN 16
check_sha proc
mov r9, rbx
mov rax, 7
mov rcx, 0
cpu... |
programs/oeis/106/A106637.asm | neoneye/loda | 22 | 45101 | <gh_stars>10-100
; A106637: Accumulation of permutation sequence on three symbols such that the a[n+2]-2*a[n+1]-a[n]=0 overall.
; 2,3,5,8,11,13,14,15,17,20,21,23,26,29,31,32,33,35,38,39,41,44,47,49,50,51,53,56,57,59,62,65,67,68,69,71,74,75,77,80,83,85,86,87,89,92,93,95,98,101,103,104,105,107,110,111,113,116,119,121,122... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1876.asm | ljhsiun2/medusa | 9 | 45102 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1876.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc029, %rsi
lea addresses_WT_ht+0xd2e5, %rdi
sub %r8, %r8
mov $94, %rcx
rep movsl
nop
no... |
oeis/160/A160082.asm | neoneye/loda-programs | 11 | 45103 | ; A160082: Numerator of Hermite(n, 21/26).
; Submitted by <NAME>
; 1,21,103,-12033,-357135,8768781,787702551,-1241334297,-1889772255903,-36328649434875,4985785564324551,227492331940693071,-13759811757404126127,-1211664945256937744643,35015649011638037564535,6468927150200228196505911,-41681870334800058325568319,-3585927... |
programs/oeis/161/A161816.asm | neoneye/loda | 22 | 45104 | ; A161816: Denominator of fraction in Redheffer type matrix.
; 1,2,4,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072
sub $0,1
mov $1,2
sub $2,$0
pow $0,$2
trn $0,$2
pow $1,$0
mov $0,$1
|
programs/oeis/085/A085357.asm | neoneye/loda | 22 | 45105 | ; A085357: Common residues of binomial(3n,n)/(2n+1) modulo 2: relates ternary trees (A001764) to the infinite Fibonacci word (A003849).
; 1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0,0,... |
Driver/Printer/DotMatrix/Nike56/nike56Cursor.asm | steakknife/pcgeos | 504 | 45110 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Brother NIKE 56-jet printer
FILE: nike56Cursor.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HI... |
programs/oeis/007/A007583.asm | neoneye/loda | 22 | 45111 | <gh_stars>10-100
; A007583: a(n) = (2^(2*n + 1) + 1)/3.
; 1,3,11,43,171,683,2731,10923,43691,174763,699051,2796203,11184811,44739243,178956971,715827883,2863311531,11453246123,45812984491,183251937963,733007751851,2932031007403,11728124029611,46912496118443,187649984473771,750599937895083,3002399751580331,1200959900632... |
oeis/315/A315534.asm | neoneye/loda-programs | 11 | 45112 | <filename>oeis/315/A315534.asm
; A315534: Coordination sequence Gal.6.624.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,6,11,17,23,27,33,39,43,49,55,60,66,72,77,83,89,93,99,105,109,115,121,126,132,138,143,... |
P6/data_P6_2/cal_R_test61.asm | alxzzhou/BUAA_CO_2020 | 1 | 45113 | <reponame>alxzzhou/BUAA_CO_2020
lui $1,62633
ori $1,$1,43056
lui $2,53463
ori $2,$2,44443
lui $3,58853
ori $3,$3,15616
lui $4,54787
ori $4,$4,37300
lui $5,50818
ori $5,$5,49037
lui $6,29759
ori $6,$6,63017
mthi $1
mtlo $2
sec0:
nop
nop
nop
or $3,$6,$2
sec1:
nop
nop
sltu $2,$2,$3
or $4,$6,$2
sec2:
nop
nop
lui... |
oeis/254/A254664.asm | neoneye/loda-programs | 11 | 45114 | ; A254664: Numbers of words on alphabet {0,1,...,8} with no subwords ii, where i is from {0,1,...,5}.
; Submitted by <NAME>(s4)
; 1,9,75,627,5241,43809,366195,3060987,25586481,213874809,1787757915,14943687747,124912775721,1044133269009,8727804479235,72954835640907,609822098564961,5097441295442409,42608996659234155,3561... |
hackvm/testdata/SimpleAdd.asm | nobishino/gocode | 0 | 45115 | <filename>hackvm/testdata/SimpleAdd.asm
// push constant 7
@7
D=A
@SP
A=M
M=D
@SP
M=M+1
// push constant 8
@8
D=A
@SP
A=M
M=D
@SP
M=M+1
// add
@SP
M=M-1
A=M
D=M
@SP
M=M-1
A=M
M=D+M
@SP
M=M+1
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1430.asm | ljhsiun2/medusa | 9 | 45116 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
push %r15
push %r9
push %rdx
push %rsi
// Store
lea addresses_D+0xe4d8, %r12
xor %r11, %r11
movb $0x51, (%r12)
nop
dec %r12
// Store
lea addresses_UC+0x56d8, %r12
nop
nop
and %r14, %r14
mov $0x5152... |
Driver/Printer/PScript/pscriptManager.asm | steakknife/pcgeos | 504 | 45117 | COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: PostScript printer driver
FILE: pscriptManager.asm
AUTHOR: <NAME>, 15 May 1990
REVISION HISTORY:
Name Date Description
---- ---- ----... |
oeis/019/A019623.asm | neoneye/loda-programs | 11 | 45118 | <filename>oeis/019/A019623.asm
; A019623: Expansion of 1/((1-4*x)*(1-7*x)*(1-11*x)).
; Submitted by <NAME>
; 1,22,335,4400,53661,628122,7178395,80862100,902846921,10025125022,110934086055,1224883116600,13505988249781,148791855626722,1638292574483315,18032294531183900,198432777621062241,2183303335457829222,2402013623013... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1378.asm | ljhsiun2/medusa | 9 | 45120 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x12fe7, %r12
nop
nop
add %r11, %r11
mov (%r12), %r8w
nop
and %r15, %r15
lea addresses_A_ht+0x1b027, %rcx
nop
inc %rbp
movb $0x61, (%rcx)
nop
nop
nop
nop
nop
add %rdx... |
programs/oeis/004/A004662.asm | neoneye/loda | 22 | 45121 | ; A004662: Powers of 3 written in base 8.
; 1,3,11,33,121,363,1331,4213,14641,46343,163251,531773,2015761,6051723,22175571,66571153,244153501,754502703,2705710511,10521531733,31765015621,115737051263,351635174031,1275327564113,4070207134341,14250625425243,44772300477751,156757101677673,514715305477461,1746550120676623,... |
sound.asm | vivi90/snakg | 0 | 45124 | ;============================
; Sounds
;============================
feedSound DD 4063, 100000 ; Note with pause
feedSoundLength = $ - feedSound
gameOverSound DD 4560, 100000, 4304, 50000, 7239, 100000, 9121, 1000000
gameOverSoundLength = $ - gameOverSound
|
003-basicinstructions/basicinstructions.asm | technoscavenger/wasmXplore | 0 | 45125 | <reponame>technoscavenger/wasmXplore<gh_stars>0
.386
.model flat, stdcall
option casemap :none
include \masm32\include\windows.inc
include \masm32\include\kernel32.inc
include \masm32\include\masm32.inc
includelib \masm32\lib\kernel32.lib
includelib \masm32\lib\masm32.lib
.data
BadText db "Err... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2229.asm | ljhsiun2/medusa | 9 | 45127 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2229.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1be83, %r14
nop
dec %r11
movw $0x6162, (%r14)
nop
nop
nop
cmp %rax, %rax
lea addresses_W... |
ext/libavif/ext/dav1d/src/x86/itx16_sse.asm | novomesk/qt-avif-image-plugin | 51 | 45129 | ; Copyright © 2021, VideoLAN and dav1d authors
; Copyright © 2021, Two Orioles, LLC
; Copyright © 2017-2021, The rav1e contributors
; Copyright © 2020, <NAME>
; Copyright © 2021, <NAME>
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided t... |
Library/Bitmap/visTextForBitmaps.asm | steakknife/pcgeos | 504 | 45131 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Doodle
FILE: visTextForBitmaps.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
... |
programs/oeis/048/A048859.asm | neoneye/loda | 22 | 45132 | ; A048859: A sieve: keep the first 2 numbers, delete the next 3 numbers; keep the next 3 numbers, delete the next 4 numbers; keep the next 4 numbers, delete the next 5 numbers; and so on. In other words, keep the next k numbers and delete the next k+1 numbers, for k = 2, 3, ...
; 1,2,6,7,8,13,14,15,16,22,23,24,25,26,33... |
libsrc/compress/zx7/dzx7_standard_callee.asm | jpoikela/z88dk | 38 | 45134 |
; void dzx7_standard_callee(void *src, void *dst)
SECTION code_clib
SECTION code_compress_zx7
PUBLIC _dzx7_standard_callee
EXTERN asm_dzx7_standard
_dzx7_standard_callee:
pop hl
pop de
ex (sp),hl
jp asm_dzx7_standard
|
score.asm | raphnet/rc201804 | 0 | 45135 | <filename>score.asm
%ifndef _score_asm
%define _score_asm
%define SCORE_DIGITS 6
section .bss
; Unpacked BDC format. Least significant digit first.
score: resb SCORE_DIGITS
score_increment: resb SCORE_DIGITS
high_score: resb SCORE_DIGITS
;; Macro to set all score_increment digits to zero
;
%macro SCORE_ZERO_INCREME... |
okk/lab1/lab1_proteus.asm | smithros/kpi-stuff | 21 | 45136 | <filename>okk/lab1/lab1_proteus.asm
CODE SEGMENT PUBLIC 'CODE'
ASSUME CS:CODE
START:
MOV AL, 5 ; AL = 5
ADD AL, -3 ; AL = 2
ENDLESS:
JMP ENDLESS
CODE ENDS
END START |
recursion.asm | slowy07/learnAsm | 1 | 45137 | section .text
global _start
_start:
mov bx, 3
call procFact
add ax, 30h
mov [fact], ax
mov edx, len
mov ecx, msg
mov ebx, 1
mov eax, 4
int 0x80
mov edx, 1
mov ecx, fact
mov ebx, 1
mov eax, 4
int 0x80
mov eax, 1
int 0x80
procFact:
cmp bl, ... |
oeis/231/A231205.asm | neoneye/loda-programs | 11 | 45138 | ; A231205: Table of maximal number of guesses required to solve a Mastermind variant, read by columns.
; 0,1,1,2,1,2,3,2,2,3,4,2
pow $0,2
lpb $0
mov $1,$0
sub $0,1
div $0,3
add $2,2
lpe
lpb $2
add $1,1
mov $2,6
lpe
mov $0,$1
|
extra/ASM 6502/pattern.asm | jfitz/code-stat | 0 | 45140 | <gh_stars>0
; Input: A NUL-terminated, <255-length pattern at address PATTERN.
; A NUL-terminated, <255-length string pointed to by STR.
;
; Output: Carry bit = 1 if the string matches the pattern, = 0 if not.
;
; Notes: Clobbers A, X, Y. Each * in the pattern uses 4 bytes of stack.
;
MATCH1 EQU "?" ... |
programs/oeis/014/A014370.asm | karttu/loda | 0 | 45141 | <reponame>karttu/loda<gh_stars>0
; A014370: If n = binomial(b,2)+binomial(c,1), b>c>=0 then a(n) = binomial(b+1,3)+binomial(c+1,2).
; 1,2,4,5,7,10,11,13,16,20,21,23,26,30,35,36,38,41,45,50,56,57,59,62,66,71,77,84,85,87,90,94,99,105,112,120,121,123,126,130,135,141,148,156,165,166,168,171,175,180,186,193,201,210,220,221,... |
CsHook/mods/mechgame/asm/hooks.asm | taedixon/injection-story | 5 | 45142 | <filename>CsHook/mods/mechgame/asm/hooks.asm
offset 413770
; hook load map function
; mapdata+0
JMP [4937B0]
offset 413930
; hook freeing map tiles
; mapdata+1
JMP [4937B4]
offset 413AF0
; hook drawing background map tiles
; mapdata+2
JMP [4937B8]
offset 413C60
; hook drawing foreground map tiles
; mapdata+3
JMP [4... |
verify/lxp32/src/firmware/test007.asm | roneissu/bonfire-cpu | 38 | 45144 | <reponame>roneissu/bonfire-cpu<gh_stars>10-100
/*
* This test verifies bitwise shift operations.
*/
lc r100, 0x10000000 // test result output pointer
lc r101, halt
lc r102, failure
lc r16, 0x10000004 // output pointer
// Test left shifts (by comparison with self-addition)
lc r0, 0x12345678
mov r3, r0 // f... |
oeis/314/A314159.asm | neoneye/loda-programs | 11 | 45145 | <gh_stars>10-100
; A314159: Coordination sequence Gal.6.624.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,5,11,16,22,28,33,38,44,50,55,61,66,71,77,82,88,94,99,104,110,116,121,127,132,137,143,148,154,160,16... |
programs/oeis/302/A302946.asm | jmorken/loda | 1 | 45146 | ; A302946: Number of minimal (and minimum) total dominating sets in the 2n-crossed prism graph.
; 4,36,196,1156,6724,39204,228484,1331716,7761796,45239076,263672644,1536796804,8957108164,52205852196,304278004996,1773462177796,10336495061764,60245508192804,351136554095044,2046573816377476,11928306344169796,6952326424864... |
src/kernel/tsh.asm | thomtl/Alpha-OS | 1 | 45147 | <reponame>thomtl/Alpha-OS
[bits 16]
tsh_start:
call clear_screen
mov si, TSH_WELCOME_MSG
call printf
call print_nl
call tsh_loop
ret
tsh_loop:
mov al, '>'
call putch
call read_string
push ax
mov si, ax
mov di, TSH_SHUTDOWN_CMD
call strcmp
cmp ax, 0
... |
oeis/144/A144615.asm | neoneye/loda-programs | 11 | 45148 | ; A144615: a(n) = A000203(3n+2).
; Submitted by <NAME>(w2)
; 3,6,15,12,24,18,42,24,42,30,63,48,60,42,84,48,93,54,120,60,96,84,126,72,114,96,186,84,132,90,168,120,171,102,210,108,216,114,210,144,186,156,255,132,204,138,336,168,222,150,300,192,240,192,294,168,324,174,372,180,336,228,336,192,294,198,465,240,312,240,378,26... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.