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 |
|---|---|---|---|---|
oeis/119/A119282.asm | neoneye/loda-programs | 11 | 200758 | ; A119282: Alternating sum of the first n Fibonacci numbers.
; Submitted by <NAME>
; 0,-1,0,-2,1,-4,4,-9,12,-22,33,-56,88,-145,232,-378,609,-988,1596,-2585,4180,-6766,10945,-17712,28656,-46369,75024,-121394,196417,-317812,514228,-832041,1346268,-2178310,3524577,-5702888,9227464,-14930353,24157816,-39088170,63245985,-10... |
tasks/stack/sp.asm | yds12/x86-roadmap | 15 | 200759 | ; This program uses the stack to push and pop some values and registers.
section .text
global asm_func
asm_func:
sub rsp, 8 ; allocates 8 bytes of space on the stack
mov qword [rsp], 49 ; uses it to store the value 49 there
; we have to tell nasm if we want to ... |
oeis/230/A230594.asm | neoneye/loda-programs | 11 | 200760 | ; A230594: Number of ways to write n as n = x*y, where x, y = noncomposite numbers (A008578), 1 <= x <= n, 1 <= y <= n.
; Submitted by <NAME>
; 1,2,2,1,2,2,2,0,1,2,2,0,2,2,2,0,2,0,2,0,2,2,2,0,1,2,0,0,2,0,2,0,2,2,2,0,2,2,2,0,2,0,2,0,0,2,2,0,1,0,2,0,2,0,2,0,2,2,2,0,2,2,0,0,2,0,2,0,2,0,2,0,2,2,0,0,2,0,2,0,0,2,2,0,2,2,2,0... |
libsrc/graphics/vz200/pixladdr.asm | andydansby/z88dk-mk2 | 1 | 200761 |
XLIB pixeladdress
XREF base_graphics
;
; $Id: pixladdr.asm,v 1.4 2002/04/17 21:30:25 dom Exp $
;
; ******************************************************************
;
; Get absolute pixel address in map of virtual (x,y) coordinate.
;
; Design & programming by <NAME>, Copyright (C) InterLogic 1995
;
; **********... |
programs/oeis/260/A260918.asm | karttu/loda | 0 | 200763 | ; A260918: Number of squares of all sizes in polyominoes obtained by union of two pyramidal figures (A092498) with intersection equals A002623.
; 0,1,5,15,33,60,100,154,224,313,423,555,713,898,1112,1358,1638,1953,2307,2701,3137,3618,4146,4722,5350,6031,6767,7561,8415,9330,10310,11356,12470,13655,14913,16245,17655,19144... |
002-assembly/common-sse-scalar.asm | dingjingmaster/learn-kernel | 0 | 200765 | <filename>002-assembly/common-sse-scalar.asm<gh_stars>0
########################################################
# FileName : common-sse-scalar.asm
# Author : DingJing
# Mail : <EMAIL>
# Created Time : 2022年01月06日 星期四 11时58分34秒
########################################################
.data
.balign 16
... |
oeis/053/A053156.asm | neoneye/loda-programs | 11 | 200766 | <reponame>neoneye/loda-programs
; A053156: Number of 2-element intersecting families (with not necessary distinct sets) whose union is an n-element set.
; 1,3,10,33,106,333,1030,3153,9586,29013,87550,263673,793066,2383293,7158070,21490593,64504546,193579173,580868590,1742867913,5229128026,15688432653,47067395110,141206... |
libsrc/_DEVELOPMENT/arch/zx/nirvanam/z80/asm_NIRVANAM_chars.asm | grancier/z180 | 0 | 200767 | <gh_stars>0
; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE NIRVANA ENGINE - by <NAME>
;
; See "nirvana-.h" for further details
; ----------------------------------------------------------------
SECTION code_clib
SECTION code_nirvanam
PUBLIC asm_NIRVANAM_chars
asm... |
programs/oeis/248/A248188.asm | karttu/loda | 0 | 200768 | <filename>programs/oeis/248/A248188.asm
; A248188: Numbers k such that A248186(k+1) = A248186(k) + 1.
; 4,5,7,8,10,11,12,14,15,17,18,20,21,23,24,25,27,28,30,31,33,34,36,37,38,40,41,43,44,46,47,49,50,51,53,54,56,57,59,60,62,63,64,66,67,69,70,72,73,74,76,77,79,80,82,83,85,86,87,89,90,92,93,95,96,98,99,100,102,103,105,106... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1288.asm | ljhsiun2/medusa | 9 | 200769 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x94f2, %r9
nop
nop
nop
nop
and $37279, %rbx
vmovups (%r9), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $1, %xmm6, %r11
nop
and %rax, %rax... |
soft/arith.asm | devxpy/masm32-programs | 0 | 200770 | AREA PRO1, CODE, READONLY
LDR R0, =0x00000001
LDR R1, =0x00000009
ADD R2, R1, R0
LDR R3, =A
LDR R4, [R3]
LDR R3, =B
LDR R5, [R3]
AND R6, R5, R4
BIC R7, R5, R4
LDR R3, =ANDRES
STR R6, [R3]
LDR R3, =BICRES
STR R7, [R3]
A DCD 0x11223344
B DCD 0x1100004... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_497.asm | ljhsiun2/medusa | 9 | 200772 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xf39f, %rcx
nop
nop
nop
and $55166, %r9
mov (%rcx), %dx
nop
nop
nop
nop
inc %rbp
lea addresses_WT_ht+0xac1f, %r8
nop
add $694, %r15
movb (%r8), %dl
no... |
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strchrnul.asm | meesokim/z88dk | 0 | 200773 | <filename>libsrc/_DEVELOPMENT/string/c/sdcc_iy/strchrnul.asm
; char *strchrnul(const char *s, int c)
SECTION code_string
PUBLIC _strchrnul
EXTERN asm_strchrnul
_strchrnul:
pop af
pop hl
pop bc
push bc
push hl
push af
jp asm_strchrnul
|
maze.asm | ssg/mazecpc | 18 | 200774 | org &4000
write direct "maze.bin"
CHAR equ &cc
TXT_WR_CHAR equ &bb5d
run $
.loop:
ld a, r
rrca
rrca
rrca
and 1
or CHAR
call TXT_WR_CHAR
jr loop
|
oeis/059/A059997.asm | neoneye/loda-programs | 11 | 200776 | ; A059997: a(n) = (n/2)*(n + 1)*(3*n + 11).
; 14,51,120,230,390,609,896,1260,1710,2255,2904,3666,4550,5565,6720,8024,9486,11115,12920,14910,17094,19481,22080,24900,27950,31239,34776,38570,42630,46965,51584,56496,61710,67235,73080,79254,85766,92625,99840,107420,115374,123711,132440,141570,151110,161069,171456,182280,193... |
diku/mcs51/tos/chips/cc2430/flash/flashWritePage.a51 | tinyos-io/tinyos-3.x-contrib | 1 | 200777 | <reponame>tinyos-io/tinyos-3.x-contrib<filename>diku/mcs51/tos/chips/cc2430/flash/flashWritePage.a51
/******************************************************************************
* *
* ********** ... |
oeis/082/A082416.asm | neoneye/loda-programs | 11 | 200778 | ; A082416: Parity of A073941(n).
; Submitted by <NAME>(s3)
; 1,1,1,0,1,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,1,0,1,0,1,1,1,1,0,1,1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,0,1,0,1,1,0,1,1,1
lpb $0
sub $0,1
add $1,$2
mov $2,1
add $2,$1
div... |
src/crash_handler.asm | ISSOtm/gb-open-world | 8 | 200779 |
INCLUDE "defines.asm"
newcharmap crash_handler
CHARS equs "0123456789ABCDEF-GHIJKLMNOPQR:SUVWXYZabcdefghijklmnopqrTstuvwxyz! "
CHAR = 0
REPT STRLEN("{CHARS}")
charmap STRSUB("{CHARS}", CHAR + 1, 1), CHAR
CHAR = CHAR + 1
ENDR
SECTION "Crash handler", ROM0
HandleCrash::
; We will use VRAM as scratch, since we are ... |
libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_number_tail_longlong.asm | jpoikela/z88dk | 640 | 200780 | <filename>libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_number_tail_longlong.asm
SECTION code_clib
SECTION code_stdio
PUBLIC __stdio_scanf_number_tail_longlong
EXTERN l_testzero_64_dehldehl, l_store_64_dehldehl_mbc
__stdio_scanf_number_tail_longlong:
; enter : bc = longlong *p
; dehl'de... |
programs/oeis/274/A274583.asm | neoneye/loda | 22 | 200781 | <reponame>neoneye/loda
; A274583: Expansion of (1 + x + x^2 - x^3 - x^4 + x^6)/((1 - x)^3*(1 + x + x^2)^2).
; 1,2,3,4,5,7,9,10,13,16,17,21,25,26,31,36,37,43,49,50,57,64,65,73,81,82,91,100,101,111,121,122,133,144,145,157,169,170,183,196,197,211,225,226,241,256,257,273,289,290,307,324,325,343,361,362,381,400,401,421,441,... |
16bit1shift.asm | adey99/8085asmcodes | 0 | 200782 | // SHIFT AN 16-BIT NUMBER LEFT BY 1 BIT
// The number to be shifted is stored in C050 & C051
// Answer is stored in C052 & C053
LHLD C050
DAD H // this cannot be achived by RLC
SHLD C052
HLT
// EXAMPLE-> C050=96,C051=75
// Answer-> C052=2C,C053=EB
# ORG C050
# DB 96H,75H
|
oeis/016/A016260.asm | neoneye/loda-programs | 11 | 200783 | <gh_stars>10-100
; A016260: Expansion of 1/((1-x)(1-8x)(1-12x)).
; Submitted by <NAME>(s1)
; 1,21,325,4485,58501,739461,9173125,112474245,1368864901,16579770501,200184379525,2412029622405,29022892013701,348902996523141,4191862297147525,50342558276728965,604432385008416901
mov $2,1
lpb $0
sub $0,1
add $1,$2
mul $... |
oeis/219/A219392.asm | neoneye/loda-programs | 11 | 200784 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A219392: Numbers k such that 22*k+1 is a square.
; 0,20,24,84,92,192,204,344,360,540,560,780,804,1064,1092,1392,1424,1764,1800,2180,2220,2640,2684,3144,3192,3692,3744,4284,4340,4920,4980,5600,5664,6324,6392,7092,7164,7904,7980,8760,8840,9660,9744,10604,10692,11592,11684... |
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_ta_20.asm | tp-freeforall/breakfast | 1 | 200785 | ;******************************************************************************
; MSP430x24x Demo - Timer_A, PWM TA1-2, Up/Down Mode, 32kHz ACLK
;
; Description: This program generates two PWM outputs on P1.2,P1.3 using
; Timer_A configured for up/down mode. The value in TACCR0, 128, defines the
; PWM peri... |
Tests/sublime-syntax tests/syntax_test_preprocessor_source_files.nasm | 13xforever/x86-assembly-textmate-bundle | 69 | 200786 | <reponame>13xforever/x86-assembly-textmate-bundle<gh_stars>10-100
; SYNTAX TEST "Packages/User/x86_64 Assembly.tmbundle/Syntaxes/Nasm Assembly.sublime-syntax"
%include "macros.mac"
;<- punctuation.definition.keyword.preprocessor
;^^^^^^^ keyword.control.import.preprocessor
%pathsearch MyFoo "foo.bin"
;<- punctuation.d... |
src/firmware.asm | serjzimmerman/tinywasp-firmware-asm | 0 | 200787 | <reponame>serjzimmerman/tinywasp-firmware-asm<gh_stars>0
; avr-pwm-asm
; Author : <NAME>
;
; Date: 14-11-2021
.include "tn24Adef.inc"
.include "specs.inc"
.include "macro.inc"
.include "buz.inc"
.include "btn.inc"
.include "adc.inc"
.dseg
.org SRAM_START
state: .byte 1
.include "interrupt_vector_table.inc"
_r... |
programs/oeis/284/A284676.asm | karttu/loda | 0 | 200788 | <reponame>karttu/loda
; A284676: Positions of 1 in A284674; complement of A284675.
; 2,3,4,5,7,8,9,11,12,13,15,16,17,18,20,21,22,24,25,26,28,29,30,31,33,34,35,37,38,39,41,42,43,44,46,47,48,50,51,52,54,55,56,58,59,60,61,63,64,65,67,68,69,71,72,73,74,76,77,78,80,81,82,84,85,86,87,89,90,91,93,94,95,97,98,99,101,102,103,10... |
src/tutorialspoint.com/src/example13.asm | ishirshov/NASM-tutorial-for-Unix | 0 | 200789 | <filename>src/tutorialspoint.com/src/example13.asm<gh_stars>0
%include "defines.inc"
section .bss
sum resb 1
section .data
msg db "The sum is:", 0x2, 0xA, 0xD
len equ $ - msg
section .text
global _start
_start:
sys_call SYS_WRITE, STDOUT, msg, len
; Example with numbers
mov eax, 3
m... |
sk/music/SOZ1.asm | Cancer52/flamedriver | 9 | 200790 | <filename>sk/music/SOZ1.asm
Snd_SOZ1_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_SOZ1_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $12
smpsHeaderDAC Snd_SOZ1_DAC
smpsHeaderFM Snd_SOZ1_FM1, $00, $0B
smpsHeaderFM Snd_SOZ1_FM2, $00, $0A
smpsHeaderFM Snd_SOZ1_FM... |
Source/PositionClipAnimator.asm | hhprg/C64Engine | 4 | 200791 | <filename>Source/PositionClipAnimator.asm
/******************************************************************
* Copyright (C) 2015-2021 <NAME> <<EMAIL>>
******************************************************************/
.filenamespace PositionClipAnimator
//
.label kNumCachedPositions = 128 // Number of... |
programs/oeis/195/A195744.asm | karttu/loda | 1 | 200792 | <reponame>karttu/loda
; A195744: a(n) = 15*2^(n+1) + 1.
; 31,61,121,241,481,961,1921,3841,7681,15361,30721,61441,122881,245761,491521,983041,1966081,3932161,7864321,15728641,31457281,62914561,125829121,251658241,503316481,1006632961,2013265921,4026531841,8053063681,16106127361,32212254721,64424509441,128849018881,25769... |
returntest.asm | bobbybee/scratch-vm | 2 | 200793 | <filename>returntest.asm
; equivalent C code
; void start() {
; put(letter(26));
; }
;
; int letter(int n) {
; return n + 64;
; }
start:
PUSH A0
PUSH A1
PUSH #26
CALL letter
FRV A0
OUT A0
HLT
letter:
CAG A0, $FF
LOAD A0, #64
CAG A1, [sp+2]
ADD A0, A1
RET A0, #1 |
oeis/051/A051128.asm | neoneye/loda-programs | 11 | 200794 | <filename>oeis/051/A051128.asm
; A051128: Table T(n,k) = n^k read by upwards antidiagonals (n >= 1, k >= 1).
; Submitted by <NAME>(s1)
; 1,2,1,3,4,1,4,9,8,1,5,16,27,16,1,6,25,64,81,32,1,7,36,125,256,243,64,1,8,49,216,625,1024,729,128,1,9,64,343,1296,3125,4096,2187,256,1,10,81,512,2401,7776,15625,16384,6561,512,1,11,100... |
oeis/267/A267533.asm | neoneye/loda-programs | 11 | 200795 | <reponame>neoneye/loda-programs
; A267533: Triangle read by rows giving successive states of cellular automaton generated by "Rule 143" initiated with a single ON (black) cell.
; Submitted by <NAME>(s1)
; 1,1,1,0,1,1,0,0,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1... |
gfx/pokemon/idles.asm | pokeachromicdevs/pokeoctober | 1 | 200796 | BulbasaurAnimationIdle: INCLUDE "gfx/pokemon/bulbasaur/anim_idle.asm"
IvysaurAnimationIdle: INCLUDE "gfx/pokemon/ivysaur/anim_idle.asm"
VenusaurAnimationIdle: INCLUDE "gfx/pokemon/venusaur/anim_idle.asm"
CharmanderAnimationIdle: INCLUDE "gfx/pokemon/charmander/anim_idle.asm"
CharmeleonAnimationIdle: INCLUDE "gfx/... |
uuu/src/cells/io/console/silver/silver.asm | ekscrypto/Unununium | 7 | 200797 | <gh_stars>1-10
;; Silver single virtual terminal cell
;; Copyright (c) 2001 <NAME> & <NAME>
;; This cell currently provides a psudo-ANSI compliant terminal(s), but will
;; later be extended to support vt-100.
;;
; -----------------------------------
; ... |
src/core/asm/x86/inst_0x0fa0.asm | Hiroshi123/bin_tools | 0 | 200798 |
default rel
section .text
global _0x0fa0_pushfs
global _0x0fa1_popfs
global _0x0fa2_cpuid
global _0x0fa3_bt
global _0x0fa4_shld
global _0x0fa5_shld
global _0x0fa8_pushgs
global _0x0fa9_popgs
global _0x0faa_rsm
global _0x0fab_bts
global _0x0fac_shrd
global _0x0fad_shrd
global _0x0fae_fpu
global _0x0f... |
externals/mpir-3.0.0/mpn/x86/pentium4/copyi.asm | JaminChan/eos_win | 1 | 200799 | <reponame>JaminChan/eos_win
dnl Pentium-4 mpn_copyi -- copy limb vector, incrementing.
dnl
dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the... |
header64.asm | google/elfling | 26 | 200800 | ; Copyright 2014 Google Inc. All Rights Reserved.
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or a... |
copyBlockDataReverse.asm | Soumya-Dey/8085-asm-programs | 0 | 200801 | <filename>copyBlockDataReverse.asm
lxi H, FF00H ;Counter
mov B, M
inx H
lxi D, FF24H
loop: mov A, M
stax D
inx H
dcx D
dcr B
jnz loop
mov A, B
stax D
hlt |
a/Assembler IBM360.asm | wenzzai/hello-world | 8,076 | 200802 | <gh_stars>1000+
LA 1,MSGAREA Point Register 1 to message area
SVC 35 Invoke SVC 35 (Write to Operator)
BR 14 Return
MSGAREA EQU * Message Area
DC AL2(19) Total area length = 19 (Prefix length:4 + Data Length:15)
DC ... |
data/pokemon/base_stats/houndoom.asm | pokeachromicdevs/pokeoctober | 1 | 200803 | db 0 ; species ID placeholder
db 75, 90, 50, 95, 110, 80
; hp atk def spd sat sdf
db DARK, FIRE ; type
db 45 ; catch rate
db 204 ; base exp
db TORN_COLLAR, CRUSHED_TIRE ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/hou... |
11_c_stack/call-registerl.asm | ericens/assembly_language | 0 | 200804 | ; ----------------------------------------------------------------------------
; nasm -felf64 call-registerl.asm && gcc call-registerl.o puts.c -o a.out && ./a.out
; print fb(1)
; print a(x)+5
; x+3
; ----------------------------------------------------------------------------
global main
... |
testCode/assemblyTest/simpleTest_4.asm | Dynamitelaw/scratchComputer | 0 | 200805 | <gh_stars>0
######
# This code tests all supported instructions
# If test passes, all registers should store either 42 or 0
######
begin:
#Add, addi (negative numbers)
addi t0, zero, 73 # pc = 0
addi t1, zero, -31 # pc = 1
add t3, t1, t0 # pc = 2
mv a0,t3 # pc = 3
jal clearTemps # pc = 4,16
addi a0, zero, -1 ... |
programs/oeis/087/A087439.asm | jmorken/loda | 1 | 200806 | <gh_stars>1-10
; A087439: Expansion of (1-4x)/((1-x)(1-3x)(1-5x)).
; 1,5,22,98,451,2135,10312,50468,249061,1235465,6147802,30650438,152986471,764135195,3818284492,19084248008,95399716681,476934013325,2384476356382,11921800651178,59607259863691,298031069141855
add $0,1
mov $1,5
pow $1,$0
mov $3,3
pow $3,$0
lpb $0
mov... |
GBRoms/GB2Twitter/constants.asm | Pegmode/GB2Twitter | 4 | 200807 | ;ROM constants
;DO NOT PUT ASM CODE INSIDE THIS FILE!
;other stuff
DefaultLCDC equ $91 ;10010001
;Carillon Sound engine addresses (within a switched bank)
;------------------------------------------
Music_Player_Initialize equ $4000
Music_Player_MusicStart equ $4003
Music_Player_MusicStop ... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_1234_575.asm | ljhsiun2/medusa | 9 | 200808 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xe072, %rbp
nop
nop
nop
nop
sub $14253, %r12
vmovups (%rbp), %ymm3
vextracti128 $1, %ymm3, %xmm3
vpextrq $1, %xmm3, %rax
nop
nop
nop
lfence
lea addresses_normal_ht+0x8f2, %rc... |
oeis/008/A008528.asm | neoneye/loda-programs | 11 | 200809 | <reponame>neoneye/loda-programs
; A008528: Coordination sequence for 4-dimensional RR-centered di-isohexagonal orthogonal lattice.
; 1,18,102,318,732,1410,2418,3822,5688,8082,11070,14718,19092,24258,30282,37230,45168,54162,64278,75582,88140,102018,117282,133998,152232,172050,193518,216702,241668,268482,297210,327918,36... |
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_ChangeSprType_callee.asm | meesokim/z88dk | 0 | 200810 | <reponame>meesokim/z88dk
; void __CALLEE__ sp1_ChangeSprType_callee(struct sp1_cs *c, void *drawf)
SECTION code_temp_sp1
PUBLIC sp1_ChangeSprType_callee
sp1_ChangeSprType_callee:
pop hl
pop de
ex (sp),hl
INCLUDE "temp/sp1/zx/sprites/asm_sp1_ChangeSprType.asm"
|
Module 1/2. MovingData/MovingData.asm | hoangcuongflp/SLAE | 47 | 200811 | ; MovingData.asm
; By Abatchy
;
; nasm -felf32 MovingData.asm && ld -o MovingData MovingData.o && gdb ./MovingData
; ---------------------------------------------------------------------------------------
global _start
section .text
_start:
mov eax, 0xdeadbeef ; eax = 0xdeadbeef
mov ebx, 0xaabbccdd ; ... |
Examples/ch13/Fileio.asm | satadriver/LiunuxOS_t | 0 | 200812 | <gh_stars>0
TITLE Extended Open/Create (Fileio.asm)
; Demonstration of 16-bit FileIO under Windows 95/98/ME.
; The complete program does not appear in the text, but
; excerpts do appear.
; Last update: 11/12/01
INCLUDE Irvine16.inc
.data
Date WORD ?
handle WORD ?
actionTaken WORD ?
FileName BYTE "long_fil... |
oeis/042/A042405.asm | neoneye/loda-programs | 11 | 200813 | ; A042405: Denominators of continued fraction convergents to sqrt(730).
; Submitted by <NAME>(s2)
; 1,54,2917,157572,8511805,459795042,24837444073,1341681774984,72475653293209,3915026959608270,211483931472139789,11424047326455156876,617110039560050611093,33335366183569188155898,1800726883952296211029585,972725870996075... |
drivers/NVMSIM/test/bandwidth-1.9.3/routines-arm-generic-32bit.asm | huqianshan/OperatingSystemAndCompiler | 1 | 200814 | <gh_stars>1-10
# ============================================================================
# bandwidth 0.23, a benchmark to estimate memory transfer bandwidth.
# ARM assembly module.
# Copyright (C) 2010 by <NAME>.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of ... |
oeis/142/A142059.asm | neoneye/loda-programs | 11 | 200815 | ; A142059: Primes congruent to 17 mod 33.
; Submitted by <NAME>
; 17,83,149,281,347,479,677,743,809,941,1601,1667,1733,1931,1997,2063,2129,2393,2459,2591,2657,2789,3119,3251,3449,3581,3779,3911,4241,4373,4637,4703,4967,5099,5231,5297,5693,6089,6221,6287,6353,6551,6947,7013,7079,7211,7541,7607,7673,7937,8069,8597,8663,8... |
libsrc/_DEVELOPMENT/string/c/sdcc_iy/memccpy_callee.asm | jpoikela/z88dk | 640 | 200817 |
; void *memccpy_callee(void * restrict s1, const void * restrict s2, int c, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC _memccpy_callee, l0_memccpy_callee
EXTERN asm_memccpy
_memccpy_callee:
pop af
pop de
pop hl
exx
pop bc
exx
pop bc
push af
l0_memccpy_callee:
exx
ld a,c... |
Working Disassembly/Levels/Slots/Misc Object Data/Map - Colored Wall.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 200818 | Map_SB_ColoredWall_: dc.w byte_4B8F8-Map_SB_ColoredWall_
dc.w byte_4B8FE-Map_SB_ColoredWall_
dc.w byte_4B904-Map_SB_ColoredWall_
dc.w byte_4B90A-Map_SB_ColoredWall_
dc.w byte_4B910-Map_SB_ColoredWall_
dc.w byte_4B916-Map_SB_ColoredWall_
dc.w byte_4B91C-Map_SB_ColoredWall_
dc.w byte_4B922-Map_SB_ColoredWal... |
src/arch/x86/Fastcall.asm | tristanseifert/libcommunism | 0 | 200820 | .model flat
.code
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Performs a context switch between two cothreads.
;
; Arguments, in order:
; - from (%ecx): Pointer to the wrapper of the cothread we're switching from
; - to (%edx): Pointer to the wrapper of the c... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2542.asm | ljhsiun2/medusa | 9 | 200821 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1bf1a, %r12
cmp %r8, %r8
mov $0x6162636465666768, %r11
movq %r11, %xmm7
movups %xmm7, (%r12)
nop
nop
nop
nop
add %r11, %r11
lea addresses_D_ht+0x1879a, %rsi
nop
dec %rdx
movb... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2348.asm | ljhsiun2/medusa | 9 | 200822 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x19a4e, %rsi
lea addresses_A_ht+0x961e, %rdi
nop
nop
nop
nop
nop
cmp %r9, %r9
mov $105, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp %r12, %r12
lea addresses_D_ht+0x1881e, %r8
nop
nop... |
oeis/227/A227707.asm | neoneye/loda-programs | 11 | 200823 | <filename>oeis/227/A227707.asm
; A227707: The terminal Wiener index of the dendrimer D_n defined pictorially in Fig. 1 of the Heydari et al. reference.
; 12,78,444,2328,11568,55392,258240,1180032,5309184,23594496,103812096,452990976,1962946560,8455741440,36238835712,154618920960,657130192896,2783139201024,1175103130828... |
sw/552tests/rand_simple/t_2_xor.asm | JPShen-UWM/ThreadKraken | 1 | 200824 | <reponame>JPShen-UWM/ThreadKraken
// seed 2
lbi r0, 234 // icount 0
slbi r0, 18 // icount 1
lbi r1, 243 // icount 2
slbi r1, 187 // icount 3
lbi r2, 83 // icount 4
slbi r2, 84 // icount 5
lbi r3, 13 // icount 6
slbi r3, 227 // icount 7
lbi r4, 163 // icount 8
slbi r4, 12 // icount 9
lbi r5, 234 // icount 10
slbi r5, 13... |
oeis/313/A313909.asm | neoneye/loda-programs | 11 | 200825 | <reponame>neoneye/loda-programs<filename>oeis/313/A313909.asm<gh_stars>10-100
; A313909: Coordination sequence Gal.6.648.1 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,10,16,22,26,32,38,43,48,53,58,64,70,... |
src/LED_BLINK/LED_BLINK.asm | kuninet/K65-SBC | 0 | 200826 | ;
; LED BLINK for SBC-IO(PIA)
; KUNI-NET
CPU 6502
TARGET: EQU "6502"
;
; PIA ADDRESS
;
PIACTLB EQU $8053
PIADATB EQU $8052
PIACTLA EQU $8051
PIADATA EQU $8050
;
WORK_AD EQU $30
;
ORG $200
START:
JSR PIA_INIT
LDA #$20
... |
aom_dsp/x86/sad4d_sse2.asm | nwgat/aom | 0 | 200827 | ;
; Copyright (c) 2016, Alliance for Open Media. All rights reserved
;
; This source code is subject to the terms of the BSD 2 Clause License and
; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
; was not distributed with this source code in the LICENSE file, you can
; obtain it at www.aome... |
engine/items/item_effects.asm | AtmaBuster/pokeplat-gen2-old | 2 | 200828 | _DoItemEffect::
ld a, [wCurItem]
ld [wNamedObjectIndexBuffer], a
call GetItemName
call CopyName1
ld a, 1
ld [wItemEffectSucceeded], a
ld a, [wCurItem]
dec a
ld hl, ItemEffects
rst JumpTable
ret
ItemEffects:
; entries correspond to item ids
dw PokeBallEffect ; MASTER_BALL
dw PokeBallEffect ; ULTR... |
Appl/Saver/Logo/logo.asm | steakknife/pcgeos | 504 | 200829 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Appl/Saver/Logo
FILE: logo.asm
AUTHOR: <NAME>, Aug 16, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date D... |
data/mapObjects/Route17.asm | AmateurPanda92/pokemon-rby-dx | 9 | 200831 | Route17_Object:
db $43 ; border block
db 0 ; warps
db 6 ; signs
sign 9, 51, 11 ; Route17Text11
sign 9, 63, 12 ; Route17Text12
sign 9, 75, 13 ; Route17Text13
sign 9, 87, 14 ; Route17Text14
sign 9, 111, 15 ; Route17Text15
sign 9, 141, 16 ; Route17Text16
db 10 ; objects
object SPRITE_BIKER, 12, 19, STAY, LEF... |
src/misc/reboot.asm | vossi1/cbm2-pc-emulator-v9958 | 0 | 200832 | <gh_stars>0
[BITS 16]
[ORG 0x0100]
[SECTION .text]
xor ax, ax
mov es, ax
test [es:0066h], word 0FFFFh
jz NotInstalled
mov dx, MessageOK
mov ah, 09h
int 21h
NoInput:
mov dl, 0FFh
mov ah, 06h
int 21h
jz NoInput
int 19h
int 20h
NotInstalled:
mov dx, MessageError
mov ah, 09h
... |
programs/oeis/117/A117572.asm | karttu/loda | 0 | 200833 | <filename>programs/oeis/117/A117572.asm<gh_stars>0
; A117572: Expansion of (1+2x^2)/((1-x^2)(1-x^3)).
; 1,0,3,1,3,3,4,3,6,4,6,6,7,6,9,7,9,9,10,9,12,10,12,12,13,12,15,13,15,15,16,15,18,16,18,18,19,18,21,19,21,21,22,21,24,22,24,24,25,24,27,25,27,27,28,27,30,28,30,30,31,30,33,31,33,33,34,33,36,34,36,36,37,36,39,37
mul $0... |
5 Metasploit Shellcode/exec.nasm | kecebon9/slae32 | 0 | 200834 | ; SLAE Exam Assignment #5: Metasploit Shellcode exec
; msfvenom -p linux/x86/exec CMD=/bin/pwd | ndisasm -u - | cut -f4- -d" " | column -t
global _start
section .text
_start:
push byte +0xb
pop eax
cdq
push edx
push word 0x632d
mov edi,esp
push dword 0x68732f
push ... |
programs/oeis/173/A173535.asm | neoneye/loda | 22 | 200835 | ; A173535: a(n) = (1/11) * (5*12^n + 6).
; 1,6,66,786,9426,113106,1357266,16287186,195446226,2345354706,28144256466,337731077586,4052772931026,48633275172306,583599302067666,7003191624811986,84038299497743826,1008459593972925906,12101515127675110866,145218181532101330386,1742618178385215964626,20911418140622591575506,2... |
programs/oeis/284/A284354.asm | neoneye/loda | 22 | 200837 | <filename>programs/oeis/284/A284354.asm
; A284354: Decimal representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 899", based on the 5-celled von Neumann neighborhood.
; 1,2,7,11,31,47,127,191,511,767,2047,3071,8191,12287,3... |
programs/oeis/304/A304508.asm | karttu/loda | 1 | 200838 | <filename>programs/oeis/304/A304508.asm
; A304508: a(n) = 5*(3*n+1)*(9*n+8)/2 (n>=0).
; 20,170,455,875,1430,2120,2945,3905,5000,6230,7595,9095,10730,12500,14405,16445,18620,20930,23375,25955,28670,31520,34505,37625,40880,44270,47795,51455,55250,59180,63245,67445,71780,76250,80855,85595,90470,95480,100625,105905,111320,... |
_maps/obj28.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 200839 | ; ---------------------------------------------------------------------------
; 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_9472: d... |
programs/oeis/289/A289399.asm | jmorken/loda | 1 | 200840 | <reponame>jmorken/loda
; A289399: Total path length of the complete ternary tree of height n.
; 0,3,21,102,426,1641,6015,21324,73812,250959,841449,2790066,9167358,29893557,96855123,312088728,1000836264,3196219035,10169787837,32252755710,101988443730,321655860993,1012039172391,3177332285412,9955641160956,31137856397031,... |
programs/oeis/074/A074515.asm | neoneye/loda | 22 | 200841 | <reponame>neoneye/loda
; A074515: a(n) = 1^n + 4^n + 9^n.
; 3,14,98,794,6818,60074,535538,4799354,43112258,387682634,3487832978,31385253914,282446313698,2541932937194,22877060890418,205892205836474,1853024483819138,16677198879535754,150094704016475858
mul $0,2
mov $1,3
pow $1,$0
mov $2,2
pow $2,$0
add $1,$2
mov $0,$1
... |
programs/oeis/081/A081335.asm | neoneye/loda | 22 | 200842 | <reponame>neoneye/loda
; A081335: a(n) = (6^n + 2^n)/2.
; 1,4,20,112,656,3904,23360,140032,839936,5039104,30233600,181399552,1088393216,6530351104,39182090240,235092508672,1410554986496,8463329787904,50779978465280,304679870267392,1828079220555776,10968475321237504,65810851923230720,394865111530995712,23691906691691970... |
programs/oeis/338/A338206.asm | neoneye/loda | 22 | 200845 | ; A338206: Inverse of A160016.
; 0,2,1,6,3,10,4,14,5,18,7,22,8,26,9,30,11,34,12,38,13,42,15,46,16,50,17,54,19,58,20,62,21,66,23,70,24,74,25,78,27,82,28,86,29,90,31,94,32,98,33,102,35,106,36,110,37,114,39,118,40,122,41,126,43,130,44,134,45,138,47,142,48,146,49,150,51,154,52,158
mov $1,$0
lpb $1
add $0,$1
mul $0,2
... |
src/cvt80to64.asm | GroundControl-Solutions/cv2pdb | 340 | 200846 | _TEXT SEGMENT
PUBLIC cvt80to64
cvt80to64 PROC
fld tbyte ptr [rcx]
fstp qword ptr [rdx]
ret 0
cvt80to64 ENDP
_TEXT ENDS
END |
programs/oeis/180/A180578.asm | neoneye/loda | 22 | 200848 | ; A180578: The Wiener index of the Dutch windmill graph D(6,n) (n>=1).
; 27,144,351,648,1035,1512,2079,2736,3483,4320,5247,6264,7371,8568,9855,11232,12699,14256,15903,17640,19467,21384,23391,25488,27675,29952,32319,34776,37323,39960,42687,45504,48411,51408,54495,57672,60939
mov $1,5
mul $1,$0
add $1,8
mul $1,$0
mul $1... |
oeis/115/A115328.asm | neoneye/loda-programs | 11 | 200849 | ; A115328: E.g.f: exp(x/(1-3*x))/sqrt(1-9*x^2).
; Submitted by <NAME>
; 1,1,16,100,2116,27556,732736,14776336,476112400,13013333776,494512742656,17019717246016,747017670477376,30923039616270400,1542024562112889856,74433082892402872576,4161241771884669788416
mov $3,1
lpb $0
mul $1,$0
sub $0,1
mov $2,$3
add $3,$... |
Lab 02/lab02_03.asm | hypereddie/Assembly-Class | 0 | 200850 | INCLUDE \masm32\include\masm32rt.inc ; for using inkey
INCLUDE \masm32\include\debug.inc
INCLUDELIB \masm32\lib\debug.lib
.486
;.model flat, stdcall
.STACK 1000h
ExitProcess PROTO, DwErrorCode:DWORD
WriteHex PROTO
Crlf PROTO
.DATA
var1 BYTE 1
var2 SBYTE "a"
var3 WORD 4, 5, 6, 9, 8
var4 SWORD "w"... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_524.asm | ljhsiun2/medusa | 9 | 200851 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xa20d, %rbp
nop
nop
cmp %r9, %r9
mov $0x6162636465666768, %rax
movq %rax, (%rbp)
nop
nop
add $6803, %rcx
lea addresses_D_ht+0x19d4d, %rax
nop
nop
nop
nop
nop
add %r8, %r8
mov $0... |
data/phone/text/tully_callee.asm | Dev727/ancientplatinum | 28 | 200852 | UnknownText_0x1b6b39:
text "Hello, this is"
line "@"
text_ram wStringBuffer3
text "…"
para "Oh, Good morning,"
line "<PLAY_G>."
done
UnknownText_0x1b6b65:
text "Hello, this is"
line "@"
text_ram wStringBuffer3
text "…"
para "That voice…"
line "<PLAY_G>, right?"
done
UnknownText_0x1b6b92:
text "Hello,... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0xca_notsx.log_82_1125.asm | ljhsiun2/medusa | 9 | 200853 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x19694, %rcx
nop
add %r8, %r8
mov (%rcx), %r13d
nop
nop
nop
xor $6420, %r11
lea addresses_normal_ht+0x60da, %rsi
lea addresses_WT_ht+0x1ce68, %rdi
no... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1546.asm | ljhsiun2/medusa | 9 | 200854 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rax
push %rbp
push %rbx
lea addresses_WT_ht+0x11f23, %rax
nop
nop
nop
nop
nop
add %rbx, %rbx
mov (%rax), %r13
nop
nop
nop
cmp %r14, %r14
lea addresses_WT_ht+0xa0ad, %r11
cmp %rbp, %rbp
vmovups (%r11), %ymm0
vextracti128 $0, %ymm0... |
Tiled/Blocks.asm | nesdoug/SNES_13 | 11 | 200856 | ;blocks.csv
.byte 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1
.byte 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1
.byte 1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1
.byte 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1
.byte 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1
.byte 0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
.byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.by... |
Working Disassembly/Levels/LBZ/Misc Object Data/Map - Tube Elevator.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 200857 | Map_2291A4: dc.w Frame_2291B2-Map_2291A4 ; ...
dc.w Frame_2291F0-Map_2291A4
dc.w Frame_22922E-Map_2291A4
dc.w Frame_22925A-Map_2291A4
dc.w Frame_229298-Map_2291A4
dc.w Frame_2292C4-Map_2291A4
dc.w Frame_229302-Map_2291A4
Frame_2291B2: dc.w $A
dc.b $D0, $A, 0, 0,$FF,$E8
dc.b $D0, $A, 8, 0, 0, 0
d... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_m_drvapi.asm | jpoikela/z88dk | 640 | 200858 | ; unsigned char esx_m_drvapi(struct esx_drvapi *)
SECTION code_esxdos
PUBLIC esx_m_drvapi
EXTERN asm_esx_m_drvapi
defc esx_m_drvapi = asm_esx_m_drvapi
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_m_drvapi
defc _esx_m_drvapi = esx_m_drvapi
ENDIF
|
passwords.asm | bandala420/ADRC_Control | 1 | 200859 | <gh_stars>1-10
;// TI File $Revision: /main/3 $
;// Checkin $Date: June 26, 2007 16:41:07 $
;//###########################################################################
;//
;// FILE: DSP2833x_CSMPasswords.asm
;//
;// TITLE: DSP2833x Code Security Module Passwords.
;//
;// DESCRIPTION:
;//
;// Thi... |
BubbleSort.asm | smallru8/smallMasmLib | 0 | 200860 | <reponame>smallru8/smallMasmLib
.code
;========================
;輸入esi : array
;輸入ecx : array length
;========================
BubbleSort PROC USES eax
LOCAL pArray:DWORD
mov pArray,esi
dec ecx ; decrement count by 1
L1: push ecx ; save outer loop count
mov esi,pArray ; point to first value
L2: mov eax,[esi]... |
MP/OddEvenCounter.asm | pratikpc/Pracs-Sem-V | 0 | 200862 | <gh_stars>0
.8086
.model small
.stack 100h
.data
array db 02h, 04h, 06h, 01h, 03h
size_arr db 05h
odd_c db 0h
even_c db 0h
.code
main:
mov ax, @data
mov ds, ax
; Required for Iteration
lea si, array
looper:
mov al, [si]
and al, 1
jz odd_inc
jnz even_inc
odd_inc: inc odd_c
jmp loop_conditioner
even... |
tests/issue115/4.asm | Emmett81/customasm | 0 | 200863 | <reponame>Emmett81/customasm
#ruledef {
emit {x: u8} => x
run => asm
{
test
emit 0x10
}
test => asm
{
test2 end
test2 end
end:
}
test2 {l: u32} => asm
{
emit l
emit end
end:
}
}
run ; = 0x04_02_04_04_10
emit... |
oeis/108/A108081.asm | neoneye/loda-programs | 11 | 200864 | ; A108081: a(n) = Sum_{i=0..n} binomial(2*n-i, n+i).
; Submitted by <NAME>
; 1,2,7,25,92,344,1300,4950,18955,72905,281403,1089343,4227273,16438345,64037453,249855417,976205516,3818779616,14954876080,58623077586,230007291334,903164858092,3549071519462,13955918890440,54912972103772,216194101316654,851622127750060,3356355... |
source/actions/procedure.asm | paulscottrobson/lean | 2 | 200867 | <filename>source/actions/procedure.asm
; ******************************************************************************
; ******************************************************************************
;
; Name : procedure.asm
; Purpose : Proc/EndProc Actions
; Author : <NAME> (<EMAIL>)
; Created : 27th October... |
programs/oeis/153/A153772.asm | jmorken/loda | 1 | 200868 | <filename>programs/oeis/153/A153772.asm<gh_stars>1-10
; A153772: a(n) = (2^n + 2*(-1)^n - 6)/3.
; -1,-2,0,0,4,8,20,40,84,168,340,680,1364,2728,5460,10920,21844,43688,87380,174760,349524,699048,1398100,2796200,5592404,11184808,22369620,44739240,89478484,178956968,357913940,715827880,1431655764,2863311528,5726623060,1145... |
programs/oeis/047/A047249.asm | neoneye/loda | 22 | 200869 | <filename>programs/oeis/047/A047249.asm
; A047249: Numbers that are congruent to {3, 4, 5} mod 6.
; 3,4,5,9,10,11,15,16,17,21,22,23,27,28,29,33,34,35,39,40,41,45,46,47,51,52,53,57,58,59,63,64,65,69,70,71,75,76,77,81,82,83,87,88,89,93,94,95,99,100,101,105,106,107,111,112,113,117,118,119,123,124
mov $1,$0
div $1,3
mul $... |
esame_20210618/contaparole/contaparole.asm | samdsk/lab_arch2 | 0 | 200870 | .data
space: .ascii " "
fine: .asciiz ""
.text
.globl conta_parole
conta_parole:
move $t0 $a0 #salvo indirizzo dell'array
lb $t1 space #32
lb $t3 fine #carattere fine stringa
lb $t2 0($t0) #primo carattere, cursore
addi $v0 $0 1 #contatore
#beq $t2 $t3 end #se
#addi $v0 $0 1
loop: beq $t2 $t3 end
... |
programs/oeis/075/A075327.asm | karttu/loda | 1 | 200871 | ; A075327: Sum of n-th pair in A075325.
; 4,13,19,26,34,43,49,58,64,73,79,86,94,103,109,116,124,133,139,146,154,163,169,178,184,193,199,206,214,223,229,238,244,253,259,266,274,283,289,298,304,313,319,326,334,343,349,356,364,373,379,386,394,403,409
mov $3,$0
add $0,1
mov $1,$0
pow $0,2
gcd $0,1073741824
mod $0,5
add $1... |
programs/oeis/157/A157081.asm | neoneye/loda | 22 | 200872 | <filename>programs/oeis/157/A157081.asm
; A157081: 32805000n^2 + 16200n + 1.
; 32821201,131252401,295293601,524944801,820206001,1181077201,1607558401,2099649601,2657350801,3280662001,3969583201,4724114401,5544255601,6430006801,7381368001,8398339201,9480920401,10629111601,11842912801,13122324001,14467345201,15877976401,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.