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 |
|---|---|---|---|---|
Functions/Vowel count and remove.asm | MrR0B0T777/MIPS_Programming | 0 | 198711 | .data
pmt: .asciiz "Enter string: "
str: .space 20 #declare 20 bytes of memory which would be accessible using str
ans: .space 20
vowels: .asciiz "aeiou"
newLine: .asciiz "\n"
.text
main:
la $a0, pmt
li $v0, 4
syscall
li $v0, 8
la $a0, str #makes a0 overlap with address of str, so when string is input then it is... |
tests/test build script and options/nonCodeOptions/optionMsgDefaultAndAll.asm | fengjixuchui/sjasmplus | 220 | 198712 | ; almost empty ASM file just to trigger the option test
; The test itself is written in the CLI file as bash script
nop
ld a,'warn'
some_error line
|
programs/oeis/140/A140154.asm | neoneye/loda | 22 | 198714 | <reponame>neoneye/loda<filename>programs/oeis/140/A140154.asm<gh_stars>10-100
; A140154: a(1)=1, a(n) = a(n-1) + n^3 if n odd, a(n) = a(n-1) + n^2 if n is even.
; 1,5,32,48,173,209,552,616,1345,1445,2776,2920,5117,5313,8688,8944,13857,14181,21040,21440,30701,31185,43352,43928,59553,60229,79912,80696,105085,105985,13577... |
WRK-V1.2/PUBLIC/INTERNAL/SDKTOOLS/masm/nmsghdr.asm | intj-t/openvmsft | 0 | 198715 | <filename>WRK-V1.2/PUBLIC/INTERNAL/SDKTOOLS/masm/nmsghdr.asm<gh_stars>0
title nmsghdr - near message header and finder
;--------------------------------------------------------------------------
;
; Microsoft C Compiler Runtime for MS-DOS
;
; (C)Copyright Microsoft Corporation, 1986
;
;-------------------------... |
old/tst3.asm | Jaxartes/vtj1 | 0 | 198716 | <reponame>Jaxartes/vtj1
; Copyright (c) 2015 <NAME>
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; 1. Redistributions of source code must retain the above copyright
; notice, this list of... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0xca.log_21829_470.asm | ljhsiun2/medusa | 9 | 198717 | <filename>Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0xca.log_21829_470.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x19ff6, %rsi
lea addresses_normal_ht+0x6e86, %rdi
nop
nop
sub %r15, %r15
mov... |
Transynther/x86/_processed/AVXALIGN/_st_zr_un_4k_/i7-8650U_0xd2_notsx.log_3086_1539.asm | ljhsiun2/medusa | 9 | 198718 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x3dc8, %rsi
lea addresses_normal_ht+0x1d788, %rdi
nop
nop
nop
sub $46912, %r11
mov $124, %rcx
rep movsw
nop
nop
nop
nop
nop
xor $58189, %rbx
lea addresses_UC_ht+0x1ae38, %r8
clf... |
python_src/other/export/screen_6_1.asm | fjpena/sword-of-ianna-msx2 | 43 | 198719 | org $0000
; Object types
OBJECT_NONE EQU 0
OBJECT_SWITCH EQU 1
OBJECT_DOOR EQU 2
OBJECT_DOOR_DESTROY EQU 3
OBJECT_FLOOR_DESTROY EQU 4
OBJECT_WALL_DESTROY EQU 5
OBJECT_BOX_LEFT EQU 6
OBJECT_BOX_RIGHT EQU 7
OBJECT_JAR EQU 8
OBJECT_TELEPORTER EQU 9
; Pickable object types
OBJECT_KEY_GREEN EQU 11
OBJECT_KEY_BLUE EQU... |
SourceCode/splitString.asm | Nuthi-Sriram/Assembly-Level-Code-for-8086 | 0 | 198720 | .model small
.stack
.data
str db "string$"
strSplit db ?
len db 3h
.code
.startup
mov si,offset str
mov cx,0
mov cl,len
loop:cmp [si],'$'
inc si
loop loop
mov di, offset strSplit
split:cmp [si],'$'
jz exit
mov al,[si]
mov [di],al
inc si
inc di
jmp split
exit:
mov [di],'$'
.exit |
Source/Levels/L1504.asm | AbePralle/FGB | 0 | 198722 | ; L1504.asm kidnap
; Generated 03.09.2001 by mlevel
; Modified 03.09.2001 by <NAME>
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
LIGHTINDEX EQU 49
LADY_INDEX EQU 60
CAPTAIN_INDEX EQU 61
VAR_LIGHT EQU 0
STATE_WAITFOREXIT EQU 2
STATE_FIRSTEXITED EQU 3
STATE_BOTHEXITED EQU 4
;----------------... |
oeis/231/A231213.asm | neoneye/loda-programs | 11 | 198723 | ; A231213: Number of (n+1) X (2+1) 0..2 arrays with no element unequal to a strict majority of its horizontal and vertical neighbors, with values 0..2 introduced in row major order.
; Submitted by <NAME>(s2)
; 4,9,22,59,156,413,1098,2919,7760,20633,54862,145875,387876,1031349,2742322,7291743,19388504,51553393,137078774... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1555.asm | ljhsiun2/medusa | 9 | 198724 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1a296, %rsi
lea addresses_normal_ht+0x4096, %rdi
nop
nop
sub $22283, %r8
mov $124, %rcx
rep movsb
xor $41055, %r9
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r8
ret
.global s_faulty_load
s_... |
christmas_tree_ornament.asm | dowlandaiello/learning-arm64 | 0 | 198725 | .text
.globl _start
_start:
/* The index of the LED group to start on - this isn't random */
mov r0, #4
/* Set LED groups as outputs */
bl enable_led_group
/* Continue lighting up on group 2 */
mov r0, #2
b light_loop
enable_led_group:
/* Set GPIO pins 2,3,4 to outputs */
mov r1, #(1 << 6 | 1 << 9 | 1 <<... |
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_1358.asm | ljhsiun2/medusa | 9 | 198726 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x19474, %rsi
lea addresses_WC_ht+0x152f4, %rdi
nop
cmp %rbx, %rbx
mov $27, %rcx
rep movsl
nop
nop
nop
nop
cmp $34487, %rbp
lea addresses_WC_ht+0x6fd7... |
libsrc/fcntl/dummy/write.asm | jpoikela/z88dk | 640 | 198727 | <gh_stars>100-1000
; Dummy function to keep rest of libs happy
;
; $Id: write.asm,v 1.4 2016-03-06 21:39:54 dom Exp $
;
SECTION code_clib
PUBLIC write
PUBLIC _write
.write
._write
ret
|
library/sources/library/Probe.mips.asm | wdv4758h/Yeppp- | 30 | 198728 | <gh_stars>10-100
/*
* Yeppp! library implementation
*
* This file is part of Yeppp! library and licensed under the New BSD license.
* See LICENSE.txt for the full text of the license.
*/
.text
.abicalls
.macro BEGIN_MIPS_FUNCTION name
.globl \name
.align 2
.set nomips16
.func \name
.ty... |
programs/oeis/107/A107903.asm | karttu/loda | 0 | 198729 | <reponame>karttu/loda<gh_stars>0
; A107903: Generalized NSW numbers.
; 1,10,76,568,4240,31648,236224,1763200,13160704,98232832,733219840,5472827392,40849739776,304906608640,2275853910016,16987204845568,126794223124480,946404965613568,7064062832410624,52726882796830720
mul $0,2
mov $1,1
mov $2,6
lpb $0,1
sub $0,1
m... |
0x11-singly_linked_lists/101-hello_bootcamp.asm | johncoleman83/bootcampschool-low_level_programming | 4 | 198730 | .file "101-hello_bootcamp.c"
.section .rodata
CLI
.LC0:
.string "Hello, Bootcamp"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rcx
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rax, %rcx
.cfi_def_cfa_register 6
movl $.LC0, %edi
call puts
movl $0, %eax
popq %rcx
.cfi_def_... |
sw/test_cases/test_input.asm | JPShen-UWM/ThreadKraken | 1 | 198732 | <reponame>JPShen-UWM/ThreadKraken<filename>sw/test_cases/test_input.asm
.gg
add r1, r2, r3
addi r3, r2, 0xFF
addi r1, r2, -1
not r5, r10
and r2, r1, r3
or r4,r2,r1
xor r5, r3 ,r1
addi r1, r1, 5
// addi r31, r10, -1000
// addi r3, r10, -0x7FF
// addi r3, r10, 0x13
// andi r5,r6, 0x0FF
ORI r0, r0, 1
// xORI r7, r8, 0x26F... |
Working Disassembly/Levels/HCZ/Misc Object Data/Map - Wave Splash.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 198733 | Map_ObjHCZ_1F2CE: dc.w word_1F2DC-Map_ObjHCZ_1F2CE
dc.w word_1F2DC-Map_ObjHCZ_1F2CE
dc.w word_1F2F0-Map_ObjHCZ_1F2CE
dc.w word_1F304-Map_ObjHCZ_1F2CE
dc.w word_1F318-Map_ObjHCZ_1F2CE
dc.w word_1F33E-Map_ObjHCZ_1F2CE
dc.w word_1F364-Map_ObjHCZ_1F2CE
word_1F2DC: dc.w 3
dc.b $FD, $D, 0, 0, $FF, $A0... |
oeis/261/A261969.asm | neoneye/loda-programs | 11 | 198734 | <filename>oeis/261/A261969.asm
; A261969: Product of primes dividing n with maximum multiplicity.
; 1,2,3,2,5,6,7,2,3,10,11,2,13,14,15,2,17,3,19,2,21,22,23,2,5,26,3,2,29,30,31,2,33,34,35,6,37,38,39,2,41,42,43,2,3,46,47,2,7,5,51,2,53,3,55,2,57,58,59,2,61,62,3,2,65,66,67,2,69,70,71,2,73,74,5,2,77,78,79,2,3,82,83,2,85,86,... |
oeis/283/A283908.asm | neoneye/loda-programs | 11 | 198735 | <reponame>neoneye/loda-programs
; A283908: Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 771", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>
; 1,1,3,5,15,23,59,85,255,383,959,1375,407... |
titlescreen/titlescreen_color.asm | hrw/my-first-8k | 2 | 198736 | <reponame>hrw/my-first-8k<gh_stars>1-10
; This is where the titlescreen background color gets set.
; You can also do a 'dim titlescreencolor=[letter]' in bB
; if you want to change the color on the fly.
ifnconst titlescreencolor
titlescreencolor
endif
.byte $00
|
debug_test/debug_test.asm | nealvis/nv_c64_util_test | 0 | 198737 | //////////////////////////////////////////////////////////////////////////////
// debug_test.asm
// Copyright(c) 2021 <NAME>.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// this program tests debug macros in nv_debug_macs.asm
// im... |
src/blocks.asm | hgwood/blox86 | 3 | 198738 | <reponame>hgwood/blox86
%assign block_char 48h ; 'H'
; block operations
%assign block_is_alive_mask 0000_0001b
; draws all blocks
draw_level:
pusha
mov bx, 0 ; block index
.byte_loop:
mov al, block_is_alive_mask
and al, byte [si + level_offset + bx]
jz .next_byte
; compute coordinates to draw
... |
oeis/005/A005995.asm | neoneye/loda-programs | 11 | 198739 | ; A005995: Alkane (or paraffin) numbers l(8,n).
; 1,3,12,28,66,126,236,396,651,1001,1512,2184,3108,4284,5832,7752,10197,13167,16852,21252,26598,32890,40404,49140,59423,71253,85008,100688,118728,139128,162384,188496,218025,250971,287964,329004,374794,425334,481404,543004,610995,685377,767096,856152,953580,1059380,117468... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca.log_21829_888.asm | ljhsiun2/medusa | 9 | 198740 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xf1b9, %rsi
lea addresses_normal_ht+0x1d5b9, %rdi
clflush (%rsi)
and %rbx, %rbx
mov $10, %rcx
rep movsl
nop
nop
nop
nop
nop
inc %rbp
lea addresses_normal_ht+... |
oeis/007/A007019.asm | neoneye/loda-programs | 11 | 198741 | <reponame>neoneye/loda-programs
; A007019: a(n) = (2n+1)! / 2^n.
; Submitted by <NAME>
; 1,3,30,630,22680,1247400,97297200,10216206000,1389404016000,237588086736000,49893498214560000,12623055048283680000,3786916514485104000000,1329207696584271504000000,539658324813214230624000000,250941121038144617240160000000,13249691... |
main/cockpit.asm | arbruijn/d1dos | 2 | 198742 | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYING, ... |
libsrc/graphics/retrofit/xordrawto_callee.asm | jpoikela/z88dk | 640 | 198743 | <filename>libsrc/graphics/retrofit/xordrawto_callee.asm
;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
;
; $Id: xordrawto_callee.asm $
;
;
; CALLER LINKAGE FOR FUNCTION POINTERS
; ----- void xordrawto(int x2, int y2)
SECTION code_graphics
PUBLIC xo... |
oeis/303/A303768.asm | neoneye/loda-programs | 11 | 198744 | <gh_stars>10-100
; A303768: Inverse permutation of A303767.
; Submitted by <NAME>
; 0,1,3,2,5,6,4,7,9,10,12,11,14,15,13,8,17,18,20,19,22,23,21,24,26,27,29,28,31,16,30,25,33,34,36,35,38,39,37,40,42,43,45,44,47,48,46,41,50,51,53,52,55,56,54,57,59,60,62,61,32,49,63,58,65,66,68,67,70,71,69,72,74,75,77,76,79,80,78,73,82,83,... |
oeis/320/A320858.asm | neoneye/loda-programs | 0 | 198745 | <gh_stars>0
; A320858: a(n) = A320857(prime(n)).
; Submitted by <NAME>(w4)
; 0,-1,0,1,0,1,0,-1,0,1,2,3,2,1,2,3,2,3,2,3,2,3,2,1,0,1,2,1,2,1,2,1,0,-1,0,1,2,1,2,3,2,3,4,3,4,5,4,5,4,5,4,5,4,3,2,3,4,5,6,5,4,5,4,5,4,5,4,3,2,3,2,3,4,5,4,5,6,7,6,5,4,5,6,5,6,5,4
mov $1,$0
mov $3,$0
lpb $3
mov $0,$1
sub $3,1
sub $0,$3
s... |
oeis/189/A189741.asm | neoneye/loda-programs | 11 | 198747 | <reponame>neoneye/loda-programs
; A189741: a(1)=4, a(2)=2, a(n) = 4*a(n-1) + 2*a(n-2).
; Submitted by <NAME>(s4)
; 4,2,16,68,304,1352,6016,26768,119104,529952,2358016,10491968,46683904,207719552,924246016,4112423168,18298184704,81417585152,362266710016,1611902010368,7172141461504,31912369866752,141993762390016,6317997... |
course_2/assembler/4lab_2.asm | IlonaZellka/DonNU | 0 | 198748 | Chinik segment para 'code'
assume cs:Chinik,ds:Chinik,ss:Chinik,es:Chinik
org 100h ; пропускаем первые 256 байт (.com)
begin: jmp main
; это мои данные (переменные)
;---------------------------------
date dw ?
my_s db '+'
T_Th db ?
Th db ?
Hu db ?
Tens db ?
Ones db ?
;---------------------------------
A d... |
target/analysis/Func004028CC.asm | katahiromz/DecodersTatami | 3 | 198749 | proc imp.msvcrt.dll!abort Label_004028CC
attrs [[jumponly]]
# call_from : 00401C20
Label_004028CC:
004028CC: FF 25 D4 61 40 00 : jmp dword [0x4061d4]
end proc
|
programs/oeis/022/A022554.asm | karttu/loda | 0 | 198750 | <filename>programs/oeis/022/A022554.asm
; A022554: a(n) = Sum_{k=0..n} floor(sqrt(k)).
; 0,1,2,3,5,7,9,11,13,16,19,22,25,28,31,34,38,42,46,50,54,58,62,66,70,75,80,85,90,95,100,105,110,115,120,125,131,137,143,149,155,161,167,173,179,185,191,197,203,210,217,224,231,238,245,252,259,266,273,280,287,294,301,308,316,324,332,... |
programs/oeis/277/A277636.asm | jmorken/loda | 1 | 198751 | <filename>programs/oeis/277/A277636.asm
; A277636: Number of 3 X 3 matrices having all elements in {0,...,n} with determinant = permanent.
; 1,343,6859,50653,226981,753571,2048383,4826809,10218313,19902511,36264691,62570773,103161709,163667323,251239591,374805361,545338513,776151559,1083206683,1485446221,2005142581,266... |
programs/oeis/010/A010184.asm | neoneye/loda | 22 | 198752 | ; A010184: Continued fraction for sqrt(119).
; 10,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1,20,1,9,1
gcd $0,262156
mul $0,42
mod $0,13
mov $1,$0
div... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_35_485.asm | ljhsiun2/medusa | 9 | 198754 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x686a, %rsi
lea addresses_D_ht+0xe6aa, %rdi
nop
nop
nop
nop
xor $20841, %rdx
mov $119, %rcx
rep movsb
nop
nop
nop
nop
xor %r12, %r12
lea addresses_WC_ht+0x11f46, %rbx
nop... |
Transynther/x86/_processed/US/_st_zr_/i9-9900K_12_0xa0.log_21829_845.asm | ljhsiun2/medusa | 9 | 198755 | <filename>Transynther/x86/_processed/US/_st_zr_/i9-9900K_12_0xa0.log_21829_845.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x186d2, %rsi
lea addresses_A_ht+0xb5d2, %rdi
and $33132, %rbp
mov $61, %rcx
rep movsl
nop
nop
inc %r8
... |
programs/oeis/208/A208140.asm | karttu/loda | 0 | 198756 | <filename>programs/oeis/208/A208140.asm
; A208140: Number of n X 6 0..1 arrays avoiding 0 0 1 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically.
; 16,256,1600,6400,19600,50176,112896,230400,435600,774400,1308736,2119936,3312400,5017600,7398400,10653696,15023376,20793600,28302400,37945600,50183056,65545216,84640000,... |
bcdRepresentation.asm | slowy07/learnAsm | 1 | 198758 | <gh_stars>1-10
section .text
global _start
_start:
mov esi, 4
mov ecx, 5
clc
addLooping:
mov al, [num1 + esi]
adc al, [num2 + esi]
aaa
pushf
or al, 30h
popf
mov [sum + esi], al
dec esi
loop addLooping
mov edx, len
mov ecx, msg
mov ebx, 1
mov eax... |
programs/oeis/055/A055945.asm | karttu/loda | 1 | 198759 | ; A055945: n - reversal of base 2 digits of n (and then the result is written in base 10).
; 0,0,1,0,3,0,3,0,7,0,5,-2,9,2,7,0,15,0,9,-6,15,0,9,-6,21,6,15,0,21,6,15,0,31,0,17,-14,27,-4,13,-18,35,4,21,-10,31,0,17,-14,45,14,31,0,41,10,27,-4,49,18,35,4,45,14,31,0,63,0,33,-30,51,-12,21,-42,63,0,33,-30,51,-12,21,-42,75,12,45... |
programs/oeis/105/A105686.asm | neoneye/loda | 22 | 198761 | <reponame>neoneye/loda
; A105686: Number of inequivalent codes attaining highest minimal Hamming distance of any Type 4^H Hermitian linear self-dual code over GF(4) of length 2n.
; 1,1,1,1,2,5,1,4,1,2
mul $0,4
sub $0,4
lpb $0
mov $2,$0
lpb $2
lpb $0
div $0,8
mod $2,10
mov $1,$2
lpe
lpe
... |
oeis/097/A097550.asm | neoneye/loda-programs | 11 | 198762 | ; A097550: Number of positive words of length n in the monoid Br_3 of positive braids on 4 strands.
; Submitted by <NAME>(s1.)
; 1,3,8,19,44,102,237,551,1281,2978,6923,16094,37414,86977,202197,470051,1092736,2540303,5905488,13728594,31915109,74193627,172479257,400965626,932131991,2166943978,5037533578,11710844769,27224... |
libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/aligned_alloc_unlocked_callee.asm | jpoikela/z88dk | 640 | 198763 |
; void *aligned_alloc_unlocked_callee(size_t alignment, size_t size)
SECTION code_clib
SECTION code_alloc_malloc
PUBLIC _aligned_alloc_unlocked_callee
EXTERN asm_aligned_alloc_unlocked
_aligned_alloc_unlocked_callee:
pop hl
pop bc
ex (sp),hl
jp asm_aligned_alloc_unlocked
|
runtime/sourunary.asm | paulscottrobson/xcpl | 1 | 198764 | <reponame>paulscottrobson/xcpl<gh_stars>1-10
; *****************************************************************************
; *****************************************************************************
;
; Name: sourunary.asm
; Purpose: Sour16 unary routines
; Date: 21st June 2020
; Author: <NAME> (<EMAIL>)
... |
data/pokemon/base_stats/hoenn/aggron.asm | Dev727/ancientplatinum | 0 | 198766 | <reponame>Dev727/ancientplatinum<filename>data/pokemon/base_stats/hoenn/aggron.asm
db 0 ; 306 DEX NO
db 70, 110, 180, 50, 60, 60
; hp atk def spd sat sdf
db STEEL, ROCK ; type
db 45 ; catch rate
db 205 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 35 ;... |
unused/develop/obj/spritesheet_3_tiles.asm | pau-tomas/gbvm | 33 | 198767 | <reponame>pau-tomas/gbvm<filename>unused/develop/obj/spritesheet_3_tiles.asm<gh_stars>10-100
;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.1.4 #12246 (Mac OS X x86_64)
;--------------------------------------------------------
.module spr... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1421.asm | ljhsiun2/medusa | 9 | 198768 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1421.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r14
push %r8
push %rax
push %rbp
push %rbx
// Store
lea addresses_D+0x3aee, %r13
nop
nop
nop
nop
add %r14, %r14
mov... |
programs/oeis/076/A076877.asm | neoneye/loda | 22 | 198769 | ; A076877: a(n) = A020330(n) / n.
; 3,5,5,9,9,9,9,17,17,17,17,17,17,17,17,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,33,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,12... |
45/runtime/rt/llvga.asm | minblock/msdos | 0 | 198770 | <filename>45/runtime/rt/llvga.asm<gh_stars>0
TITLE LLVGA - VGA screen mode support
;***
;LLVGA - VGA screen mode support
;
; Copyright <C> 1987, Microsoft Corporation
;
;Purpose:
; Support for VGA graphics screen modes (BIOS 11,12,13).
; Note that this module module contains support
; code for all adapters capable of... |
programs/oeis/167/A167425.asm | neoneye/loda | 22 | 198771 | ; A167425: 2^n mod 26.
; 1,2,4,8,16,6,12,24,22,18,10,20,14,2,4,8,16,6,12,24,22,18,10,20,14,2,4,8,16,6,12,24,22,18,10,20,14,2,4,8,16,6,12,24,22,18,10,20,14,2,4,8,16,6,12,24,22,18,10,20,14,2,4,8,16,6,12,24,22,18,10,20,14,2,4,8,16,6,12,24
mov $1,1
mov $2,26
lpb $0
sub $0,1
mul $1,2
mod $1,$2
lpe
mov $0,$1
|
Lab Assessment Submission/Lab 2/1711661042_task04.asm | Shakib-IO/CSE331L-Section-10-Fall20-NSU | 0 | 198772 |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
;3. Define an array of 5 numbers using DUP
org 100h
; add your code here
A DB 5 DUP(1,2)
MOV AL , A
ret
;4. Define an array with occuring 1 and 2 value
... |
decode.asm | xwanderer/fde64 | 38 | 198773 | use64
include 'common.inc'
; decoding routine
decode:
virtual at rdx
.out fde64s
end virtual
push rbx rsi rdi
; prepare stuff
mov rsi,rcx
mov r8,rcx
; zero-out result
xor ecx,ecx
xor al,al
mov rdi,rdx
mov cl,sizeof.fde64s
rep stosb
; process prefixes
.prefix:
l... |
target/cos_117/disasm/iop_overlay1/FLAW.asm | jrrk2/cray-sim | 49 | 198774 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x2940- f:00024 d: 320 | OR[320] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x2941- f:00024 d: 321 | OR[321] = A
... |
programs/oeis/005/A005998.asm | karttu/loda | 1 | 198775 | <gh_stars>1-10
; A005998: Number of paraffins.
; 1,2,7,14,29,48,79,116,169,230,311,402,517,644,799,968,1169,1386,1639,1910,2221,2552,2927,3324,3769,4238,4759,5306,5909,6540,7231,7952,8737,9554,10439,11358,12349,13376,14479,15620,16841,18102,19447,20834,22309,23828,25439,27096,28849,30650,32551,34502,36557,38664,40879,4... |
src/shaders/h264/mc/DCResetDummy.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 198776 | <filename>src/shaders/h264/mc/DCResetDummy.asm
/*
* Dummy kernel
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
... |
libsrc/strings/strpbrk_callee.asm | meesokim/z88dk | 0 | 198777 | ; char __CALLEE__ *strpbrk_callee(char *s, char *match)
; return ptr to first occurrence in s1 of any char in match
; 01.2007 aralbrec
PUBLIC strpbrk_callee
PUBLIC ASMDISP_STRPBRK_CALLEE
EXTERN strchr_callee
EXTERN ASMDISP_STRCHR_CALLEE
.strpbrk_callee
pop hl
pop de
ex (sp),hl
; enter : hl = char *s... |
engine/menu/party_menu.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 198778 | ; [wPartyMenuTypeOrMessageID] = menu type / message ID
; if less than $F0, it is a menu type
; menu types:
; 00: normal pokemon menu (e.g. Start menu)
; 01: use healing item on pokemon menu
; 02: in-battle switch pokemon menu
; 03: learn TM/HM menu
; 04: swap pokemon positions menu
; 05: use evolution stone on pokemon ... |
libsrc/_DEVELOPMENT/string/c/sccz80/strlen.asm | Frodevan/z88dk | 640 | 198779 |
; size_t strlen(const char *s)
SECTION code_clib
SECTION code_string
PUBLIC strlen
EXTERN asm_strlen
defc strlen = asm_strlen
IF __CLASSIC && __CPU_GBZ80__
PUBLIC _strlen
_strlen:
ld hl,sp+2
ld a,(hl+)
ld h,(hl)
ld l,a
call asm_strlen
ld d,h
ld e,l
ret
ENDIF
; SDCC bridge for Classic... |
oeis/142/A142457.asm | neoneye/loda-programs | 11 | 198780 | <reponame>neoneye/loda-programs
; A142457: A triangular sequence "representation" of the modulo 11 Integer field: t(+)(n,m)=Mod[n + m, 11]; t(x)(n,m)=Mod[n*m, 11]; t(n,m)=Mod[t(=)(n,m)*t(X)(n,m),11].
; Submitted by <NAME>
; 0,0,2,0,6,5,0,1,8,10,0,9,4,7,7,0,8,4,10,4,8,0,9,8,8,9,0,3,0,1,5,1,0,2,7,4,0,6,6,0,10,3,1,4,1,0,2... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_rename.asm | jpoikela/z88dk | 640 | 198782 | <gh_stars>100-1000
; unsigned char esx_f_rename(unsigned char *old, unsigned char *new)
SECTION code_esxdos
PUBLIC esx_f_rename
EXTERN asm_esx_f_rename
esx_f_rename:
pop af
pop de
pop hl
push hl
push de
push af
jp asm_esx_f_rename
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_f_rena... |
45/runtime/rt/prnvalfp.asm | minblock/msdos | 0 | 198783 | TITLE PRNVALFP - Print floaing point values
page 56,132
;***
; PRNVALFP - Print values
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
; This module contains B$P<term><type> for floating point
;
; The PRINT, WRITE, and LPRINT statements have a large number of
; runtime calls that can be generated, based o... |
PROJECT 1/P1-2.asm | robinzixuan/ECE2035-RPG-GAME | 0 | 198785 | # Minesweeper
#
# Your Name: <NAME>
# Date:Oct 7th 2018
.data
maps: .word 0:99
A: .word 0:7
# your data allocation/initialization goes here
.text
MineSweep: swi 567 # Bury mines (returns # buried in $1)
start: addi $5, $0, 0 #total
addi $6, $0, -1 #Flag
addi $7, $0,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1218.asm | ljhsiun2/medusa | 9 | 198786 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc213, %rsi
nop
nop
nop
cmp %r15, %r15
mov $0x6162636465666768, %r14
movq %r14, %xmm6
vmovups %ymm6, (%rsi)
nop
nop
nop
nop
nop
inc %rbx
lea addresses_normal_ht+0xad78, %rdi
... |
programs/oeis/160/A160931.asm | neoneye/loda | 22 | 198788 | ; A160931: a(n)= n + digital sum(n+1)
; 3,5,7,9,11,13,15,17,10,12,14,16,18,20,22,24,26,28,21,23,25,27,29,31,33,35,37,39,32,34,36,38,40,42,44,46,48,50,43,45,47,49,51,53,55,57,59,61,54,56,58,60,62,64,66,68,70,72,65,67,69,71,73,75,77,79,81,83,76,78,80
add $0,2
mov $1,$0
lpb $1
mov $2,$1
div $1,10
mod $2,10
add $0... |
machines/pcx86/compaq/deskpro386/rom/1988-01-28/1988-01-28.asm | jriwanek-forks/pcjs | 711 | 198789 | ;
; ROM BIOS for COMPAQ DeskPro 386-16
; Rev J.4, from parts 109592-001 and 109591-001, dated '01/28/88'
; (C)Copyright COMPAQ Computer Corporation 1982,83,84,85,86,87-All rights reserved.
;
; Listing produced by NDISASM, 2015-Apr-04
; Additional post-processing performed by the PCjs TextOut module
; All po... |
data/pokemon/base_stats/magmar.asm | AtmaBuster/pokeplat-gen2 | 6 | 198790 | <filename>data/pokemon/base_stats/magmar.asm
db 0 ; species ID placeholder
db 65, 95, 57, 93, 100, 85
; hp atk def spd sat sdf
db FIRE, FIRE ; type
db 45 ; catch rate
db 167 ; base exp
db BURNT_BERRY, BURNT_BERRY ; items
db GENDER_F25 ; gender ratio
db 25 ; step cycles to hatch
INCBIN "gfx/pokem... |
base/win32/fusion/dll/whistler/i386/exitprocasm.asm | npocmaka/Windows-Server-2003 | 17 | 198791 | <gh_stars>10-100
;
; This is in assembly because assembly lets you generate arbitrarily named symbols.
;
.386p
.model flat
extern _ExitProcess@4:near
public __imp__ExitProcess@4
CONST segment
__imp__ExitProcess@4 dd _ExitProcess@4
CONST ends
end
|
oeis/061/A061572.asm | neoneye/loda-programs | 11 | 198792 | ; A061572: a(n) = (n!)^2 * Sum_{k=1..n} 1/(k^2*(k-1)!).
; Submitted by <NAME>
; 1,5,47,758,18974,683184,33476736,2142516144,173543847984,17354385161280,2099880608143680,302382807612606720,51102694487009537280,10016128119460096327680,2253628826878608852019200,576928979680925173791283200,166732475127787396148470732800,54... |
programs/oeis/022/A022779.asm | jmorken/loda | 1 | 198793 | <reponame>jmorken/loda
; A022779: Place where n-th 1 occurs in A023117.
; 1,4,9,16,25,37,51,67,85,106,129,154,181,211,243,277,313,352,393,436,481,528,578,630,684,740,799,860,923,988,1056,1126,1198,1272,1349,1428,1509,1592,1677,1765,1855,1947,2041,2138,2237,2338,2441,2547
mov $18,$0
mov $20,$0
add $20,1
lpb $20
clr $... |
data/test_sbc.asm | colinw7/C6502 | 0 | 198794 | <filename>data/test_sbc.asm<gh_stars>0
CLC
LDA #$00
SBC #$00
OUT AF
CLC
LDA #$80
SBC #$00
OUT AF
CLC
LDA #$00
SBC #$80
OUT AF
SEC
LDA #$00
SBC #$01
OUT AF
SEC
LDA #$80
SBC #$01
OUT AF
SEC
LDA #$7F
SBC #$FF
OUT AF
CLC
LDA #$C0
SBC #$40
OUT AF
|
project/win32kstub/amd64/6_0_6000_sp0_shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 372 | 198795 | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 6.0.6000-sp0-windows-vista amd64
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG64 __stdcall NtUserGetThreadState( ULONG64 arg_01 );
_6_0_6000_sp0_windows_vista_NtUserGetThreadState PROC ST... |
programs/oeis/058/A058764.asm | jmorken/loda | 1 | 198796 | <filename>programs/oeis/058/A058764.asm<gh_stars>1-10
; A058764: Smallest number x such that cototient(x) = 2^n.
; 2,4,6,12,24,48,96,192,384,768,1536,3072,6144,12288,24576,49152,98304,196608,393216,786432,1572864,3145728,6291456,12582912,25165824,50331648,100663296,201326592,402653184,805306368,1610612736,3221225472
m... |
_maps/obj28.asm | vladjester2020/Sonic1TMR | 0 | 198797 | ; ---------------------------------------------------------------------------
; Sprite mappings - animals
; ---------------------------------------------------------------------------
dc.w byte_9472-Map_obj28
dc.w byte_9478-Map_obj28
dc.w byte_946C-Map_obj28
byte_946C: dc.b 1
dc.b $F4, 6, 0, 0, $F8
byte... |
solutions/44 - Unique Fashion Party/size-10_speed-59.asm | michaelgundlach/7billionhumans | 45 | 198800 | -- 7 Billion Humans (2087) --
-- 44: Unique Fashion Party --
-- Author: landfillbaby
-- Size: 10
-- Speed: 59
pickup s
a:
step s
if s != wall:
jump a
endif
b:
step e
if n != myitem and
n != nothing or
s != hole:
jump b
endif
if n == myitem:
step s
endif
step n |
bensmacros.asm | simap/bensPicMacros | 2 | 198801 | <reponame>simap/bensPicMacros
;(C)2004 <NAME>
;This is a runtime if macro library. It compiles into
;real run-time evaluated nested if blocks. I use it for
;just about everything and I hope you will too.
;I tried to use nomenclature similar to mchips
;ie ifzf - check for z in f, not iffz - check f for z
;the skippin... |
libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_init_callee.asm | teknoplop/z88dk | 8 | 198803 | <gh_stars>1-10
; w_array_t *w_array_init(void *p, void *data, size_t capacity)
SECTION code_clib
SECTION code_adt_w_array
PUBLIC w_array_init_callee
EXTERN asm_w_array_init
w_array_init_callee:
pop hl
pop bc
pop de
ex (sp),hl
jp asm_w_array_init
|
_inc/Demo pointers for ending.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 198804 | ; ---------------------------------------------------------------------------
; Demo (ending) sequence pointers
; ---------------------------------------------------------------------------
dc.l Demo_EndGHZ1
dc.l Demo_EndMZ
dc.l Demo_EndSYZ
dc.l Demo_EndLZ
dc.l Demo_EndSLZ
dc.l Demo_EndSBZ1
dc.l Demo_EndSBZ2
dc... |
programs/oeis/120/A120303.asm | karttu/loda | 0 | 198805 | <reponame>karttu/loda<gh_stars>0
; A120303: Largest prime factor of Catalan number A000108(n).
; 2,5,7,7,11,13,13,17,19,19,23,23,23,29,31,31,31,37,37,41,43,43,47,47,47,53,53,53,59,61,61,61,67,67,71,73,73,73,79,79,83,83,83,89,89,89,89,97,97,101,103,103,107,109,109,113,113,113,113,113,113,113,127,127,131,131
mov $2,$0
m... |
programs/oeis/033/A033571.asm | jmorken/loda | 1 | 198806 | <reponame>jmorken/loda
; A033571: a(n) = (2*n + 1)*(5*n + 1).
; 1,18,55,112,189,286,403,540,697,874,1071,1288,1525,1782,2059,2356,2673,3010,3367,3744,4141,4558,4995,5452,5929,6426,6943,7480,8037,8614,9211,9828,10465,11122,11799,12496,13213,13950,14707,15484,16281,17098,17935,18792,19669,20566,21483,22420,23377,24354,25... |
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_ldexp_callee.asm | meesokim/z88dk | 0 | 198808 |
; double __CALLEE__ ldexp(double x, int exp)
SECTION code_fp_math48
PUBLIC cm48_sccz80_ldexp_callee
EXTERN am48_ldexp
cm48_sccz80_ldexp_callee:
pop af
pop hl ; hl = exp
exx
pop hl ; AC'= x
pop de
pop bc
exx
push af
jp am4... |
8088/cga/improper/c_sa.asm | reenigne/reenigne | 92 | 198809 | <reponame>reenigne/reenigne<gh_stars>10-100
%include "../../defaults_bin.asm"
mov ax,3
int 0x10
lockstep
refreshOn
initCGA 0x1b,0x0f,2
sti
mov ax,0xb800
mov es,ax
mov ax,cs
mov ds,ax
mov si,screenData
xor di,di
mov cx,80*100
rep movsw
xor di,di
mov al,0xff
times 11 stosb
mov di,... |
oeis/135/A135290.asm | neoneye/loda-programs | 11 | 198810 | ; A135290: Row 11 of A038207.
; Submitted by <NAME>
; 2048,11264,28160,42240,42240,29568,14784,5280,1320,220,22,1
mov $2,11
sub $2,$0
add $0,$2
bin $0,$2
mov $1,2
pow $1,$2
mul $0,$1
|
Library/Text/Text/textFep.asm | steakknife/pcgeos | 504 | 198811 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1993 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: FEP (Front End Processor) Driver
FILE: textFep.asm
AUTHOR: <NAME>, Sep 27, 1993
ROUTINES:
Name Description
---- -----------
REVISION... |
WinSTDyn/media/materials/programs/Example_FresnelPS.asm | chen0040/ogre-war-game-simulator | 4 | 198812 | <gh_stars>1-10
ps.1.4
// conversion from Cg generated ARB_fragment_program to ps.1.4 by NFZ
// command line args: -profile arbfp1 -entry main_fp
// program main_fp
// c0 : distortionRange
// c1 : tintColour
// testure 0 : noiseMap
// texture 1 : reflectMap
// texture 2 : refractMap
// v0.x : fresnel
... |
programs/oeis/140/A140107.asm | neoneye/loda | 22 | 198813 | ; A140107: a(n) = binomial(n+3, 3)*7^n.
; 1,28,490,6860,84035,941192,9882516,98825160,951192165,8877793540,80787921214,719746934452,6297785676455,54257845827920,461191689537320,3874010192113488,32202709721943369,265198785945415980,2165790085220897170,17554298585474640220,141312103613070853771,1130496828904566830168,899... |
data/baseStats/butterfree.asm | longlostsoul/EvoYellow | 16 | 198815 | <reponame>longlostsoul/EvoYellow
db DEX_BUTTERFREE ; pokedex id
db 60 ; base hp
db 45 ; base attack
db 55 ; base defense
db 75 ; base speed
db 100 ; base special ;boost to make more viable
db BUG ; species type 1
db FLYING ; species type 2
db 46 ; catch rate
db 80 ; base exp yield
INCBIN "pic/ymon/butterfree.pic",0,1 ;... |
oeis/101/A101987.asm | neoneye/loda-programs | 11 | 198816 | <filename>oeis/101/A101987.asm<gh_stars>10-100
; A101987: Product of nonzero digits of n-th prime.
; Submitted by Jon Maiga
; 2,3,5,7,1,3,7,9,6,18,3,21,4,12,28,15,45,6,42,7,21,63,24,72,63,1,3,7,9,3,14,3,21,27,36,5,35,18,42,21,63,8,9,27,63,81,2,12,28,36,18,54,8,10,70,36,108,14,98,16,48,54,21,3,9,21,9,63,84,108,45,135,12... |
oeis/098/A098615.asm | neoneye/loda-programs | 11 | 198817 | <reponame>neoneye/loda-programs
; A098615: G.f. A(x) satisfies: A(x*G(x)) = G(x), where G(x) is the g.f. for A098614(n) = Fibonacci(n+1)*Catalan(n).
; Submitted by <NAME>(s3)
; 1,1,3,5,13,25,61,125,295,625,1447,3125,7151,15625,35491,78125,176597,390625,880125,1953125,4390901,9765625,21920913,48828125,109486993,24414062... |
programs/oeis/040/A040238.asm | neoneye/loda | 22 | 198820 | ; A040238: Continued fraction for sqrt(254).
; 15,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14,1,30,1,14
gcd $0,262156
mul $0,42
mod $0,13
mov $1,$0
div $1,5
mul $1,10
add $0,$1
mul $0,2
su... |
programs/oeis/022/A022316.asm | jmorken/loda | 1 | 198822 | <reponame>jmorken/loda<gh_stars>1-10
; A022316: a(n) = a(n-1) + a(n-2) + 1, with a(0) = 0 and a(1) = 11.
; 0,11,12,24,37,62,100,163,264,428,693,1122,1816,2939,4756,7696,12453,20150,32604,52755,85360,138116,223477,361594,585072,946667,1531740,2478408,4010149,6488558,10498708,16987267,27485976,44473244,71959221,116432466... |
standalone/pruntime/rizin/binrz/rz-gg/xorencoder.asm | ndkazu/guessNumber-vs-Bot | 0 | 198823 | <filename>standalone/pruntime/rizin/binrz/rz-gg/xorencoder.asm
#!/usr/bin/rz-asm -a x86 -b 64 -f
# SPDX-FileCopyrightText: 2011 pancake <<EMAIL>>
# SPDX-License-Identifier: LGPL-3.0-only
# - pancake xor encoder egg engine #
# rz-asm -a x86.nasm -f xorencoder.asm
.equ CODESIZE,22
.equ BASE,0x29
.equ KEY,33
# This is ... |
oeis/052/A052640.asm | neoneye/loda-programs | 11 | 198824 | <filename>oeis/052/A052640.asm
; A052640: E.g.f. x*(1-x)/(1-2*x-x^2+x^3).
; Submitted by <NAME>
; 0,1,2,18,144,1680,22320,352800,6330240,128096640,2877638400,71131737600,1917922406400,56024506137600,1762396334899200,59401108166400000,2135568241078272000,81575844571533312000
mov $2,$0
seq $0,52994 ; Expansion of 2x(1-x... |
unittests/ASM/movzx.asm | cobalt2727/FEX | 628 | 198825 | %ifdef CONFIG
{
"Match": "All",
"RegData": {
"RBX": "0xFFFFFFFFFFFF00D1",
"RCX": "0x00000000000000D1",
"RDX": "0xDAD1",
"RDI": "0xDAD1"
}
}
%endif
mov rax, qword 0xDEADBEEFBAD0DAD1
mov rbx, -1
mov rcx, -1
mov rdx, -1
mov rdi, -1
movzx bx, al ; 8bit-> 16bit
movzx ecx, al ; 8bit-> 32bit
movzx ed... |
programs/oeis/163/A163063.asm | neoneye/loda | 22 | 198826 | <filename>programs/oeis/163/A163063.asm
; A163063: Lucas(3n+2) = Fibonacci(3n+1) + Fibonacci(3n+3).
; 3,11,47,199,843,3571,15127,64079,271443,1149851,4870847,20633239,87403803,370248451,1568397607,6643838879,28143753123,119218851371,505019158607,2139295485799,9062201101803,38388099893011,162614600673847,688846502588399... |
Z80/baslload/rc2014hw.asm | BleuLlama/LlamaVampireDrive | 4 | 198827 | ; RC2014 related functions
;
; theoretically, all of the bare-hardware interface stuff that is
; specific to the RC2014 and RC2014LL are in this one file.
;
; These use the ACIA at $80 for IO
; Also emulation interface at $EE
.module RC2014HW
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Output
; Print
; output ... |
lcd1.asm | kanpapa/cosmac | 2 | 198828 | *
* SC1602 LCD Display program 1 for COSMAC
* SB-Assembler
*
.CR 1802 ;To load the 1802 cross overlay
.OR $0000
*
* CDP1802 SC1602LCD
* TPB---AND----> E(6)
* N2-----+
* Q -----------> RS(4)
* BUS0 --------> DB4(11)
* BUS1 --------> DB5(12)
* BUS2 --------> DB6(13)
* BUS3 --------> DB7(14)
* GND--> R/W... |
Working Disassembly/General/Sprites/Shields/DPLC - Bubble Shield.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 198829 | <reponame>TeamASM-Blur/Sonic-3-Blue-Balls-Edition<filename>Working Disassembly/General/Sprites/Shields/DPLC - Bubble Shield.asm<gh_stars>1-10
dc.w word_1A090-DPLC_BubbleShield
dc.w word_1A094-DPLC_BubbleShield
dc.w word_1A098-DPLC_BubbleShield
dc.w word_1A09C-DPLC_BubbleShield
dc.w word_1A0A0-DPLC_BubbleShiel... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.