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/055/A055142.asm | neoneye/loda | 22 | 123293 | <reponame>neoneye/loda<filename>programs/oeis/055/A055142.asm
; A055142: E.g.f.: exp(x)*sqrt(1-2x).
; 1,0,-2,-8,-36,-224,-1880,-19872,-251888,-3712256,-62286624,-1171487360,-24402416192,-557542291968,-13861636770176,-372514645389824,-10759590258589440,-332386419622387712,-10935312198369141248,-381705328034883127296,-14... |
oeis/265/A265613.asm | neoneye/loda-programs | 11 | 123294 | <filename>oeis/265/A265613.asm
; A265613: a(n) = CatalanNumber(n+1)*n*(3*n^2+5*n+2)/((4+n)*(3+n)).
; Submitted by <NAME>
; 0,1,8,44,210,935,4004,16744,68952,281010,1136960,4576264,18349630,73370115,292746300,1166182800,4639918800,18443677230,73261092240,290845019400,1154169552900,4578702310182,18159992594568,7201413581... |
savefile/maps/4D3A_YetAnotherPathway.asm | stranck/fools2018-1 | 35 | 123295 | <reponame>stranck/fools2018-1<gh_stars>10-100
SECTION "Map_4D3A", ROM0[$B800]
Map_4D3A_Header:
hdr_tileset 0
hdr_dimensions 8, 14
hdr_pointers_a Map_4D3A_Blocks, Map_4D3A_TextPointers
hdr_pointers_b Map_4D3A_Script, Map_4D3A_Objects
hdr_pointers_c Map_4D3A_InitScript, Ma... |
libsrc/cpc/cpc_PrintGphStrXY2X.asm | jpoikela/z88dk | 640 | 123296 | ;
; Amstrad CPC library
;
; ******************************************************
; ** Librería de rutinas para Amstrad CPC **
; ** <NAME>, Artaburu 2009 **
; ******************************************************
;
; void cpc_PrintGphStrXY2X(char *, int x, int y);
;
; $I... |
programs/oeis/304/A304577.asm | karttu/loda | 0 | 123298 | ; A304577: Period 21: repeat (0,0,0,0,1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1).
; 0,0,0,0,1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,1,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,1
add $0,3
mov $1,$0
sub $1,3
mov $2,$0
mov $3,3
lpb $2,1
add $1,5
gcd $1... |
programs/oeis/133/A133092.asm | neoneye/loda | 22 | 123299 | <filename>programs/oeis/133/A133092.asm<gh_stars>10-100
; A133092: Row sums of triangle A133091.
; 1,4,6,16,15,36,28,64,45,100,66,144,91,196,120,256,153,324,190,400,231,484,276,576,325,676,378,784,435,900,496,1024,561,1156,630,1296,703,1444,780,1600,861,1764,946,1936,1035,2116,1128,2304,1225,2500,1326,2704,1431,2916,15... |
oeis/241/A241663.asm | neoneye/loda-programs | 11 | 123300 | ; A241663: Number of positive integers k less than or equal to n such that gcd(k,n) = gcd(k+1,n) = gcd(k+2,n) = gcd(k+3,n) = 1.
; Submitted by <NAME>
; 1,0,0,0,1,0,3,0,0,0,7,0,9,0,0,0,13,0,15,0,0,0,19,0,5,0,0,0,25,0,27,0,0,0,3,0,33,0,0,0,37,0,39,0,0,0,43,0,21,0,0,0,49,0,7,0,0,0,55,0,57,0,0,0,9,0,63,0,0,0,67,0,69,0,0,0,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_460.asm | ljhsiun2/medusa | 9 | 123301 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1dccd, %r14
nop
nop
nop
nop
dec %rcx
movb (%r14), %r9b
nop
xor %rdi, %rdi
lea addresses_UC_ht+0x1244d, %r10
nop
nop
nop
nop
and $48607, %r15
mov (%r10), %r14d
nop
nop
nop
nop
nop
i... |
programs/oeis/127/A127984.asm | jmorken/loda | 1 | 123302 | ; A127984: a(n) = (n/3 + 7/9)*2^(n - 1) + (-1)^n/9.
; 1,3,7,17,39,89,199,441,967,2105,4551,9785,20935,44601,94663,200249,422343,888377,1864135,3903033,8155591,17010233,35418567,73633337,152859079,316902969,656175559,1357090361,2803659207,5786275385,11930464711,24576757305,50585170375,104033652281,213793927623,439041101... |
data/wildPokemon/route12.asm | adhi-thirumala/EvoYellow | 0 | 123303 | <reponame>adhi-thirumala/EvoYellow
Route12Mons:
db $0F
db 25,ODDISH
db 25,BELLSPROUT
db 28,PIDGEY
db 25,FARFETCHD
db 27,ODDISH
db 27,BELLSPROUT
db 29,GLOOM
db 29,WEEPINBELL
db 26,TOGETIC
db 31,FARFETCHD
db $03
db 15,SLOWPOKE
db 15,CHINCHOU
db 15,SLOWPOKE
db 15,SLOWPOKE
db 15,SLOWPOKE
db 15,SLOWPOKE
... |
src/SonicBoomRiseOfLyric/Enhancements/DisableEventCameraShake/patch_DisableEventCameraShake.asm | lilystudent2016/cemu_graphic_packs | 1,002 | 123304 | [WiiULauncher0US]
moduleMatches = 0x90DAC5CE
; Skip shake initialisation in CView::ProcessShakeNormal
0x2AEA96C = b 0x2AEAA0C
[WiiULauncher0EU]
moduleMatches = 0x8F7D2702
; Skip shake initialisation in CView::ProcessShakeNormal
0x2AEA94C = b 0x2AEA9EC
[WiiULauncher0JP]
moduleMatches = 0x0D395735
; Skip shake initi... |
Library/AccPnt/accpntUtils.asm | steakknife/pcgeos | 504 | 123305 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1995 -- All Rights Reserved
GEOWORKS CONFIDENTIAL
PROJECT: socket
MODULE: access point database
FILE: accpntUtils.asm
AUTHOR: <NAME>, Apr 24, 1995
ROUTINES:
Name Description
---- -----------... |
Palmtree.Math.Core.Sint/vs_build/x64_Release/pmc_from.asm | rougemeilland/Palmtree.Math.Core.Sint | 0 | 123306 | <reponame>rougemeilland/Palmtree.Math.Core.Sint
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
include listing.inc
INCLUDELIB OLDNAMES
PUBLIC PMC_From_L
PUBLIC PMC_From_I
PUBLIC From_I_Imp
PUBLIC From_L_Imp
; COMDAT pdata
pdata SEGMENT
$pdata$PMC_From_L DD imagerel $LN47@PMC_From_L
... |
asm/src/loadliba_reverse_tcp.asm | ik34b4nking/the-backdoor-factory | 2,662 | 123307 | ;-----------------------------------------------------------------------------;
; Author: <NAME> (stephen_fewer[at]harmonysecurity[dot]com)
; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4
; Version: 1.0 (24 July 2009)
; Updated by: <NAME> (May 30 2014) for loadliba shellcode
;----------------------------... |
Userland/SampleCodeModule/asm/systemCall.asm | fgomez98/TPE-ARQUI | 0 | 123308 | <filename>Userland/SampleCodeModule/asm/systemCall.asm
GLOBAL systemCall
section .text
systemCall:
push rbp
mov rbp, rsp
push rbx
push rcx
push rdx
push rbp
push rdi
push rsi
push r8
push r9
push r10
push r11
push r12
push r13
push r14
push r15
int 80h
pop r15
pop r14
p... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_3382_723.asm | ljhsiun2/medusa | 9 | 123309 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_3382_723.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x4bdc, %rdx
nop
sub %rdi, %rdi
movw $0x6162, (%rdx)
nop
nop
nop
and %rsi, %rsi
lea addresses_WT_ht+0x11b... |
unittests/ASM/Primary/Primary_C9.asm | cobalt2727/FEX | 628 | 123310 | %ifdef CONFIG
{
"RegData": {
"RAX": "0x1",
"RBP": "0x4142434445464748"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rsp, 0xe0000020
mov rbp, 0x4142434445464748
; Act like an ENTER frame without using ENTER
push rbp
mov rbp, rsp
call .target
jmp .end
.target:
mov rax, 1
leave
.end:
... |
oeis/246/A246730.asm | neoneye/loda-programs | 11 | 123311 | <filename>oeis/246/A246730.asm
; A246730: Decimal expansion of r_9, the 9th smallest radius < 1 for which a compact packing of the plane exists, with disks of radius 1 and r_9.
; Submitted by <NAME>
; 6,3,7,5,5,5,9,7,7,2,3,1,9,4,5,7,9,3,4,9,1,3,1,7,1,6,7,7,3,9,9,0,9,5,9,6,7,3,7,5,7,0,8,4,2,4,5,7,4,0,1,8,7,4,0,6,7,0,8,5... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_926.asm | ljhsiun2/medusa | 9 | 123314 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x16ea3, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
sub $37426, %r12
movb $0x61, (%rdi)
nop
nop
add %rbp, %rbp
lea addresses_UC_ht+0x15af7, %r12
nop
nop
nop
xor %rsi, %rsi
movl $0... |
oeis/170/A170748.asm | neoneye/loda-programs | 11 | 123315 | <reponame>neoneye/loda-programs<filename>oeis/170/A170748.asm
; A170748: Expansion of g.f.: (1+x)/(1-28*x).
; 1,29,812,22736,636608,17825024,499100672,13974818816,391294926848,10956257951744,306775222648832,8589706234167296,240511774556684288,6734329687587160064,188561231252440481792,5279714475068333490176,147832005301... |
programs/oeis/210/A210678.asm | jmorken/loda | 1 | 123316 | <reponame>jmorken/loda<gh_stars>1-10
; A210678: a(n)=a(n-1)+a(n-2)+n+2, a(0)=a(1)=1.
; 1,1,6,12,24,43,75,127,212,350,574,937,1525,2477,4018,6512,10548,17079,27647,44747,72416,117186,189626,306837,496489,803353,1299870,2103252,3403152,5506435,8909619,14416087,23325740,37741862,61067638,98809537,159877213,258686789,41856... |
programs/oeis/196/A196226.asm | neoneye/loda | 22 | 123318 | <filename>programs/oeis/196/A196226.asm<gh_stars>10-100
; A196226: m such that A054024(m) (sum of divisors of m reduced modulo m) is 3 + m/2.
; 8,10,14,22,26,34,38,46,58,62,74,82,86,94,106,118,122,134,142,146,158,166,178,194,202,206,214,218,226,254,262,274,278,298,302,314,326,334,346,358,362,382,386,394,398,422,446,454... |
src/arrays.asm | farrukh-y/mips-selection-sort | 1 | 123319 | .data
size1: .word 68
k1: .word 60
array1a: .word 311, 857, 7, 488, 372, 87, 455, 631, 773, 158, 487, 5, 767, 38, 777, 281, 950, 698, 498, 932, 45, 735, 708, 525, 489, 680, 848, 249, 868, 298, 484, 360, 894, 361, 656, 976, 564, 498, 654, 348, 153, 827, 992, 399, 819, 952, 322, 731, 767, 119, 650, 705, 623, 427, 264, ... |
src/core/asm/arm/aarch64/inst_0x50.asm | Hiroshi123/bin_tools | 0 | 123320 |
;;; branch with condition
;;; sf 1 0 1 | 0 0 0 1|
;;; where sf = 0(32bit)
__0x51_b_sub:
ret
;;; branch with condition
;;; 0 1 0 1 | 0 1 ..|
__0x54_b_con:
ret
;;; ldr literal
;;; 0 1 0 1 | 0 1 ..|
__0x58_b_ldr:
ret
;;; conditional select inverts
;;; cinv csetm
;;; sf 1 0 1 | 1 0 1 0 | 1 0 0 |
;;; where sf = 0
_... |
oeis/057/A057009.asm | neoneye/loda-programs | 11 | 123321 | ; A057009: Number of conjugacy classes of subgroups of index 3 in free group of rank n.
; Submitted by <NAME>(s2)
; 1,7,41,235,1361,7987,47321,281995,1685921,10096867,60524201,362972155,2177309681,13062280147,78368930681,470199300715,2821152888641,16926788453827,101560343826761,609360901747675,3656161925798801,21936961... |
MSP430F5335_asm_absolute_address/main.asm | Chester-Gillon/E2E_example_projects | 0 | 123322 | ;-------------------------------------------------------------------------------
; MSP430 Assembler Code Template for use with TI Code Composer Studio
;
;
;-------------------------------------------------------------------------------
.cdecls C,LIST,"msp430.h" ; Include device header file
... |
programs/oeis/047/A047228.asm | karttu/loda | 1 | 123323 | <filename>programs/oeis/047/A047228.asm
; A047228: Numbers that are congruent to {2, 3, 4} mod 6.
; 2,3,4,8,9,10,14,15,16,20,21,22,26,27,28,32,33,34,38,39,40,44,45,46,50,51,52,56,57,58,62,63,64,68,69,70,74,75,76,80,81,82,86,87,88,92,93,94,98,99,100,104,105,106,110,111,112,116,117,118,122,123,124,128,129,130,134,135,136... |
oeis/142/A142377.asm | neoneye/loda-programs | 11 | 123324 | <reponame>neoneye/loda-programs<filename>oeis/142/A142377.asm<gh_stars>10-100
; A142377: Primes congruent to 26 mod 47.
; Submitted by <NAME>
; 73,167,449,919,1013,1201,1483,2141,2423,3457,3739,3833,4021,4397,4679,5431,5807,6089,6277,6653,6841,7499,7687,8627,9473,9661,10037,10601,10789,10883,11071,11353,11447,12011,127... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_5255_399.asm | ljhsiun2/medusa | 9 | 123325 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r15
push %r8
push %rbp
push %rdx
push %rsi
// Store
mov $0x5dc, %rdx
nop
nop
add %r12, %r12
mov $0x5152535455565758, %r14
movq %r14, %xmm4
vmovups %ymm4, (%rdx)
nop
cmp %r14, %r14
// Store
lea addresse... |
libsrc/_DEVELOPMENT/fcntl/c/sccz80/write.asm | meesokim/z88dk | 0 | 123326 | <gh_stars>0
; ssize_t write(int fd, const void *buf, size_t nbyte)
SECTION code_fcntl
PUBLIC write
EXTERN asm_write
write:
pop af
pop bc
pop de
pop hl
push hl
push de
push bc
push af
jp asm_write
|
binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/sol-cn.asm | cberner12/xv6 | 51 | 123327 | <filename>binutils-2.21.1/gcc-4.5.1/gcc/config/rs6000/sol-cn.asm<gh_stars>10-100
# crtn.s for sysv4
# Copyright (C) 1996, 2007, 2008, 2009 Free Software Foundation, Inc.
# Written By <NAME>
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License a... |
asm/cpuid/cpuid.asm | sachamasry/universal-translator | 0 | 123328 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; SOURCE NAME: cpuid.asm
; CREATED ON: yyyymmdd
; LAST UPDATED ON: yyyymmdd
; VERSION: 0.01
; AUTHOR: Author
; CREATED BY: DevilRay
; OTHER: Assembly program source
; FASM assembler
; Intel assembly syntax
; i386 platform, 32-bit
; Pe... |
Source/HBIOS/sio.asm | davidknoll/RomWBW | 194 | 123329 | ;
;==================================================================================================
; SIO DRIVER (SERIAL PORT)
;==================================================================================================
;
; SETUP PARAMETER WORD:
; +-------+---+-------------------+ +---+---+-----------+... |
src/boot/crxboot/Main.asm | TheDarkBomber/apiofirm | 4 | 123331 | <reponame>TheDarkBomber/apiofirm
bits 16
section .entry
extern __bss_start
extern __end
extern cstart_
global entry
entry:
mov [BootDisk], dl ; dl contains the boot disk number.
call CreateMemoryMap ; Create a memory map for the kernel to use.
cli
mov ax, ds ; Setup the stack.
mov ss, ax
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1792.asm | ljhsiun2/medusa | 9 | 123332 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x15539, %rsi
lea addresses_UC_ht+0x1a799, %rdi
nop
nop
dec %r8
mov $58, %rcx
rep movsq
nop
nop
nop
nop
nop
inc %rdi
lea addresses_UC_ht+0x5fd9, %rcx
nop
nop
nop
nop
nop
add %rdi, %rdi
movb (%... |
code_snippets/time.asm | smirzaei/systems-programming-class | 0 | 123333 | ; Stack
stk segment
dw 64 dup(?)
stk ends
; Data
dts segment
msg db 10,13,'time is now : ',10,13,'$'
dts ends
; Code
cds segment
assume cs:cds,ss:stk,ds:dts
main proc far
mov ax,dts
mov ds,ax
mov si,offset p1+15 ; Move the cursor after time is n... |
oeis/091/A091142.asm | neoneye/loda-programs | 11 | 123334 | ; A091142: a(n) = 2*a(n-1) + 4*a(n-2) - 2*a(n-3) with initial terms 1, 2, 6.
; Submitted by <NAME>
; 1,2,6,18,56,172,532,1640,5064,15624,48224,148816,459280,1417376,4374240,13499424,41661056,128571328,396788032,1224539264,3779088000,11662756992,35992787456,111078426880,342802489600,1057933111808,3264919328256,100759661... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1109.asm | ljhsiun2/medusa | 9 | 123336 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xd78f, %r15
nop
lfence
vmovups (%r15), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $0, %xmm4, %r11
nop
nop
nop
dec %r14
lea addresses_WT_ht+0x46bb, %... |
s1/sfx-original/SndAB.asm | Cancer52/flamedriver | 9 | 123337 | SndAB_Header:
smpsHeaderStartSong 1
smpsHeaderVoice SndAB_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cPSG3, SndAB_PSG3, $00, $00
; PSG3 Data
SndAB_PSG3:
smpsPSGvoice $00
smpsPSGform $E7
dc.b nMaxPSG, $03, nRst, $03, nMaxPSG, $01, smpsNoAttack
SndAB_Loop00:
... |
lib/chibiakumas/SrcALL/V1_SpeedTile_SuperTileMap.asm | gilbertfrancois/msx | 0 | 123338 |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;update Logical Tilemap from Supertilemap and draw to screen
CalculateAndDrawTilemap:
push de
ld a,(IY+2) ;(VtileOffsetX)
and %11110000
cp (IY+4) ;(LastLTilemapX) - Get current Logical tilemap
jr nz,Super... |
pin-2.11/source/tools/AVX/ymm_ia32e.asm | swchoi1994/Project | 3 | 123339 | <filename>pin-2.11/source/tools/AVX/ymm_ia32e.asm
.code
set_ymm_reg0 PROC ymm_reg:QWORD
vmovdqu ymm0, ymmword ptr [rcx]
RET
set_ymm_reg0 ENDP
get_ymm_reg0 PROC ymm_reg:QWORD
vmovdqu ymmword ptr [rcx], ymm0
RET
get_ymm_reg0 ENDP
set_ymm_reg1 PROC ymm_reg:QWORD
vmovdqu ymm1, ymmword ptr [rcx]
RET
set_... |
oeis/032/A032804.asm | neoneye/loda-programs | 11 | 123340 | <filename>oeis/032/A032804.asm<gh_stars>10-100
; A032804: Numbers whose set of base-4 digits is {2,3}.
; Submitted by <NAME>
; 2,3,10,11,14,15,42,43,46,47,58,59,62,63,170,171,174,175,186,187,190,191,234,235,238,239,250,251,254,255,682,683,686,687,698,699,702,703,746,747,750,751,762,763,766,767,938,939,942,943,954,955,9... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_533.asm | ljhsiun2/medusa | 9 | 123341 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rax
lea addresses_WT_ht+0xb90c, %r14
nop
nop
nop
nop
sub %rax, %rax
mov $0x6162636465666768, %r10
movq %r10, %xmm5
vmovups %ymm5, (%r14)
nop
nop
nop
nop
nop
dec %r9
pop %rax
pop %r9
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_... |
programs/oeis/135/A135318.asm | karttu/loda | 0 | 123342 | ; A135318: a(n) = a(n-2) + 2*a(n-4), with a[0..3] = [1, 1, 1, 2].
; 1,1,1,2,3,4,5,8,11,16,21,32,43,64,85,128,171,256,341,512,683,1024,1365,2048,2731,4096,5461,8192,10923,16384,21845,32768,43691,65536,87381,131072,174763,262144,349525,524288,699051,1048576,1398101,2097152,2796203,4194304,5592405,8388608,11184811,1677721... |
programs/oeis/077/A077445.asm | karttu/loda | 0 | 123343 | ; A077445: Numbers k such that (k^2 - 8)/2 is a square.
; 4,20,116,676,3940,22964,133844,780100,4546756,26500436,154455860,900234724,5246952484,30581480180,178241928596,1038870091396,6054978619780,35291001627284,205691031143924,1198855185236260,6987440080273636
mov $1,4
lpb $0,1
sub $0,1
add $4,$1
trn $1,$4
ad... |
src/avr/assignment-9/9-A-AVR.asm | klaussinani/microcomputer-assembly | 9 | 123344 | .DSEG
_tmp_: .byte 2
.CSEG
start:
ldi r24,low(RAMEND) ;; STACK POINTER INITIALIZATION
out SPL,r24
ldi r24,high(RAMEND)
out SPH,r24
ser r26 ;; SET R26
out DDRD, r26 ;; INITIALIZE PORTD FOR OUTPUT
ldi r26,0xF0
out DDRC,r26 ;; INITIALIZE PORC FOR O... |
lab3.asm | scottmez/CS153Lab3 | 0 | 123345 |
_lab3: file format elf32-i386
Disassembly of section .text:
00001000 <strcpy>:
#include "user.h"
#include "x86.h"
char*
strcpy(char *s, char *t)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 8b 45 08 mov 0x8(%ebp),%eax
1006: 8b 4d 0... |
programs/oeis/267/A267317.asm | neoneye/loda | 22 | 123346 | <filename>programs/oeis/267/A267317.asm
; A267317: a(n) = final digit of 2^n-1.
; 0,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5,1,3,7,5
mov $1,1
mov $2,$0
lpb $2
mod $1,5
mul $1,2
s... |
oeis/306/A306480.asm | neoneye/loda-programs | 11 | 123347 | <reponame>neoneye/loda-programs<filename>oeis/306/A306480.asm<gh_stars>10-100
; A306480: Numbers k such that A054404(k) is not floor(k/e - 1/(2*e) + 1/2).
; Submitted by <NAME>
; 97,24586,14122865,14437880866,23075113325617,53123288947296842,166496860519928411041,681661051602157413173890,3532450008306093939076231361,22... |
asm/forFun/computePi.asm | IronHeart7334/AssemblyPrograms | 0 | 123349 | ; general comments
; This program computes PI using the Leibniz formula for PI
; https://en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80
;
; 1. Start with the power series
; 1 / (1 - x) = the sum of (n from 0 to infinity) of x^n
; 2. let x = -x
; 1 / (1 + x) = the sum of (n from 0 to infinity) of (... |
Appl/Saver/Sand/sand.asm | steakknife/pcgeos | 504 | 123350 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: sand
FILE: sand.asm
AUTHOR: <NAME>, Sep 11, 1991
REVISION HISTORY:
Name Date Description
---- ---- -----------
Gene 9/11... |
src/test/resources/data/reorganizertests/test1-expected.asm | cpcitor/mdlz80optimizer | 36 | 123351 | ; Basic functioning test, there should be two reorganizations:
; - bringing label1 to just before label2.
; - then, the "jp label2" followed by "label2" should result in removing the "jp label2"
ld a, 1
; jp label1 ; -mdl
label1:
add a, b
; jp label2 ; -mdl
label2:
ld (hl), a
label3:
jr label3 |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_60_1077.asm | ljhsiun2/medusa | 9 | 123352 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1cd4f, %rsi
nop
nop
nop
nop
inc %rax
mov $0x6162636465666768, %rbx
movq %rbx, (%rsi)
nop
nop
cmp $36574, %r10
lea addresses_WC_ht+0x1bb4f, %r11
nop
... |
oeis/061/A061279.asm | neoneye/loda-programs | 11 | 123353 | <filename>oeis/061/A061279.asm
; A061279: a(n) = Sum_{k >= 0} 2^k * binomial(k+2,n-2*k).
; Submitted by <NAME>(s2)
; 1,2,3,6,10,18,32,56,100,176,312,552,976,1728,3056,5408,9568,16928,29952,52992,93760,165888,293504,519296,918784,1625600,2876160,5088768,9003520,15929856,28184576,49866752,88228864,156102656
mov $2,1
mov... |
src/test/ref/irq-kernel.asm | jbrandwood/kickc | 2 | 123354 | // A minimal working raster IRQ
// Commodore 64 PRG executable file
.file [name="irq-kernel.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:BasicUpstart(main)
.... |
tests/nasm/fstenv.asm | brenden7158/v86 | 12,700 | 123356 | global _start
section .data
align 16
%include "header.inc"
fstenv [esp]
; zero undefined fields
mov word [esp + 0 + 2], 0
mov word [esp + 4 + 2], 0
mov word [esp + 8 + 2], 0
mov word [esp + 24 + 2], 0
%include "footer.inc"
|
solutions/49 - Double Sided Destruction/size-7_speed-14.asm | michaelgundlach/7billionhumans | 45 | 123357 | <reponame>michaelgundlach/7billionhumans
-- 7 Billion Humans (2087) --
-- 49: Double Sided Destruction --
-- Author: landfillbaby
-- Size: 7
-- Speed: 14
pickup s
mem1 = set w
mem2 = set e
mem4 = nearest shredder
a:
if mem1 >= 0 and
mem2 >= 0:
jump a
endif
giveto mem4 |
lab_07/src/main.asm | migregal/bmstu_iu7_asm | 2 | 123358 | .MODEL TINY
.186
CODES SEGMENT
ASSUME CS:CODES, DS:CODES
ORG 100H
MAIN:
jmp init
cur db 0
speed db 01fh
OLD_8H dd ?
FLAG db 228
MY_NEW_8H proc
pusha
push es
push ds
mov ah, 02h
int 1ah
cmp dh, cur
mov cur, dh
je end_loop
mov al, 0F3h
out 60h, al
... |
45/runtime/rt/peek.asm | minblock/msdos | 0 | 123359 | TITLE PEEK - PEEK and POKE runtime functions
;***
; PEEK - PEEK and POKE runtime functions
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtime entry points:
;
;
; - PEEK Function: - POKE Statement:
;
; v = PEEK(n) POKE n,m
; | |
; B$PEEK ... |
src/firmware-tests/Platform/Lcd/States/EnableWaitForMotorVdd/MotorVddEnabledTest.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 123360 | <filename>src/firmware-tests/Platform/Lcd/States/EnableWaitForMotorVdd/MotorVddEnabledTest.asm
#include "Platform.inc"
#include "FarCalls.inc"
#include "Lcd.inc"
#include "../../LcdStates.inc"
#include "../../PollAfterLcdMock.inc"
#include "../../../Motor/IsMotorVddEnabledStub.inc"
#include "TestFixture.inc"
r... |
data/wildPokemon/route4.asm | longlostsoul/EvoYellow | 16 | 123361 | Route4Mons:
db $14
db 8,TEDDIURSA
db 9,SANDSHREW
db 9,POLIWAG
db 10,SNUBBULL
db 8,RATTATA
db 10,SANDSHREW
db 10,SNUBBULL
db 12,RATTATA
db 11,EKANS
db 12,MEOWTH
db $00
|
OvmfPkg/Library/QemuFwCfgLib/X64/IoLibExAsm.nasm | christopherco/RPi-UEFI | 93 | 123362 | <reponame>christopherco/RPi-UEFI<filename>OvmfPkg/Library/QemuFwCfgLib/X64/IoLibExAsm.nasm
;------------------------------------------------------------------------------
;
; Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made ... |
examples/e02-screen-modes.asm | c64lib/copper64 | 5 | 123363 | /*
* c64lib/copper64/examples/e02-screen-modes.asm
*
* Demo program for copper64 routine.
*
* Author: <NAME>
* License: MIT
* (c): 2018
* GIT repo: https://github.com/c64lib/copper64
*/
#import "chipset/lib/mos6510.asm"
#import "chipset/lib/vic2-global.asm"
#import "text/lib/text.asm"
#import "comm... |
FlaxVM/bin/Debug/Test.asm | DreamVB/FlaxVM | 0 | 123364 | <reponame>DreamVB/FlaxVM
# Add to a number using SUB
PUSH 10
SYS 3
CALL FuncCr
PUSH 10
PUSH -1
SUB
SYS 3
CALL FuncCr
HLT
FuncCr:
PUSH 10
SYS 4
POP
RET |
Transynther/x86/_processed/NC/_st_zr_un_sm_/i7-7700_9_0xca_notsx.log_396_105.asm | ljhsiun2/medusa | 9 | 123366 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x9a4e, %rsi
lea addresses_D_ht+0x2a4e, %rdi
nop
nop
nop
inc %r13
mov $40, %rcx
rep movsl
nop
nop
nop
inc %rdx
lea addresses_UC_ht+0x1df2e, %rsi
lea a... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10125_827.asm | ljhsiun2/medusa | 9 | 123367 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1e813, %rsi
lea addresses_D_ht+0xe733, %rdi
nop
nop
nop
nop
and %r11, %r11
mov $105, %rcx
rep movsb
nop
nop
nop
nop
inc %r13
lea addresses_D_ht+0xec93, %r12
nop
nop
and... |
asm/aluop.asm | dspmathguru/lipsi | 62 | 123368 | #
# Register ALU operations
#
ldi 0x12
st r1
ldi 0x34
st r2
ldi 0
add r1
add r2
# now it is 0x46
st r15
or r2 # 0x76
st r14
ldi 0xf0
st r13
ld r14 # 0x76
and r13 # 0x70
addi 0x0f # 0x7f
xor r1 # 0x6d
subi 0x6d
add r15
subi 0x46
exit
|
test/4_four.asm | kojad666/Vulcan | 102 | 123369 | <filename>test/4_four.asm
# tem que guardar 1 em x10 se a string for palindromo ou 0 caso a string nao seja palindromo
addi x5, x0, 0 # x5 vai guardar o endereco do ultimo caractere da minha string
add x6, x5, x0 # x6 vai guardar o endereco do primeiro caractere da minha string
# vou assumir que a string eh um palindr... |
tests/StaticsTest/StaticsTest.asm | mikysett/nand2tetris-faster-cpuemulator | 0 | 123370 | @256
D=A
@SP
M=D
@RET_ADDRESS_SYS_INIT
D=A
@SP
M=M+1
A=M-1
M=D
@$CALL_REF$BACK_SYS_INIT
D=A
@R14
M=D
@$CALL$REF
0;JMP
($CALL_REF$BACK_SYS_INIT)
@LCL
M=D
@5
D=D-A
@ARG
M=D
@Sys.init
0;JMP
(RET_ADDRESS_SYS_INIT)
($CALL$REF)
@LCL
D=M
@SP
M=M+1
A=M-1
M=D
@ARG
D=M
@SP
M=M+1
A=M-1
M=D
@THIS
D=M
@SP
M=M+1
A=M-1
M=D
@THAT
D=M
... |
ramdos128.asm | bozimmerman/Zelch128 | 5 | 123371 | ; This is from COMPUTE, I think. And is included for completeness.
; It is the assembly source for the C128 version of the REU filesystem
; driver that Zelch uses to store program files for quick-swapping.
*=$2300
JMP $3D9D
JMP $3DE2
JMP $3DA1
JMP $3DE6
JMP $230F
LDX #$00
TXA
... |
Library/GrObj/UI/uiAlignToGridControl.asm | steakknife/pcgeos | 504 | 123372 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: uiAlignToGridControl.asm
AUTHOR: <NAME>
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name ... |
libsrc/target/kaypro83/getmaxy.asm | jpoikela/z88dk | 640 | 123373 | <gh_stars>100-1000
;
; Z88 Graphics Functions
;
; Written around the Interlogic Standard Library
;
; $Id: getmaxy.asm,v 1.5 2017-01-02 21:51:24 aralbrec Exp $
;
SECTION code_graphics
PUBLIC getmaxy
PUBLIC _getmaxy
EXTERN CONSOLE_ROWS
EXTERN __kayproii_gfxmode
.getmaxy
._getma... |
programs/oeis/111/A111144.asm | karttu/loda | 0 | 123374 | <gh_stars>0
; A111144: a(n) = n*(n+13)*(n+14)/6.
; 0,35,80,136,204,285,380,490,616,759,920,1100,1300,1521,1764,2030,2320,2635,2976,3344,3740,4165,4620,5106,5624,6175,6760,7380,8036,8729,9460,10230,11040,11891,12784,13720,14700,15725,16796,17914,19080,20295,21560,22876,24244,25665,27140,28670,30256,31899,33600,35360,371... |
programs/oeis/308/A308598.asm | neoneye/loda | 22 | 123375 | ; A308598: The smaller term of the pair (a(n), a(n+1)) is always prime and in each pair there is a composite number; a(1) = 2 and the sequence is always extended with the smallest integer not yet present and not leading to a contradiction.
; 2,4,3,6,5,8,7,12,11,14,13,18,17,20,19,24,23,30,29,32,31,38,37,42,41,44,43,48,4... |
oeis/024/A024631.asm | neoneye/loda-programs | 11 | 123376 | ; A024631: n written in fractional base 4/3.
; Submitted by Jon Maiga
; 0,1,2,3,30,31,32,33,320,321,322,323,3210,3211,3212,3213,32100,32101,32102,32103,32130,32131,32132,32133,321020,321021,321022,321023,321310,321311,321312,321313,3210200,3210201,3210202,3210203,3210230,3210231,3210232,3210233,3213120,3213121,3213122,... |
playsong.asm | celerizer/Party_F | 0 | 123377 | ;-----------;
; Play Song ;
;-----------;
; plays a song from memory
; song address stored in DC0
; uses r3, r4, r5, r7
playSong: ; taken from Pro Football
lis 3 ; A = 3
lr 4, A ; A -> r4, r4 = 3
.playSongDelay1:
inc ; increase A
bnz .playSongDelay1 ; [Branch i... |
programs/oeis/051/A051746.asm | jmorken/loda | 1 | 123378 | ; A051746: a(n) = n(n+7)(n+1)(n^2+2n+12)/120.
; 2,9,27,66,141,273,490,828,1332,2057,3069,4446,6279,8673,11748,15640,20502,26505,33839,42714,53361,66033,81006,98580,119080,142857,170289,201782,237771,278721,325128,377520,436458,502537,576387,658674,750101,851409,963378,1086828,1222620,1371657,1534885,1713294,1907919,211... |
main.asm | zcp-lang/zcp | 6 | 123379 | <reponame>zcp-lang/zcp
FN aaa 0 0
PUSH 2333
PUSH 666
ADD
STORE j
END 5
FN bbb 1 6
PRS x
PUSH 23
LOAD x
ADD
STORE y
END 12
FN ccc 1 13
PRS o
PUSH 666
LOAD o
ADD
STORE s
LOAD s
RET 1
PUSH 2333
STORE v
END 23
FN calls 3 24
PRS c
PRS b
PRS a
LOAD a
LOAD b
LOAD c
ADD
ADD
STORE result
LOAD result
RET 1
END 36
PUSH 2
STORE a1... |
oeis/293/A293262.asm | neoneye/loda-programs | 11 | 123380 | <reponame>neoneye/loda-programs<filename>oeis/293/A293262.asm
; A293262: a(n) = floor(prime(n)*(e-2)).
; Submitted by <NAME>
; 1,2,3,5,7,9,12,13,16,20,22,26,29,30,33,38,42,43,48,50,52,56,59,63,69,72,73,76,78,81,91,94,98,99,107,108,112,117,119,124,128,130,137,138,141,142,151,160,163,164,167,171,173,180,184,188,193,194,1... |
Assembly Works 1/Task_5_Lab_1.asm | AhmadVakil/Assembly-C_Micro-Controller | 0 | 123381 | <reponame>AhmadVakil/Assembly-C_Micro-Controller
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 1DT301, Computer Technology I
; Date: 2017-09-15
; Author:
; <NAME>
;
;
; Lab number: 1
; Task Number: 5
;
; Title: How to use the PORTs. Digital input/output. Subroutine call.
;
; Hardware: STK6... |
tests/025_TIMES_-_variables_and_instructions.asm | tpisto/pasm | 103 | 123382 | <reponame>tpisto/pasm
; name: TIMES - variables and instructions
; code: "B82600B89900B89900B89900B89900B899001010101010101010101010101010101010101010BB0000"
leenis:
mov ax,tommi
times 5 mov ax,0x99
times 20 db 0x10
tommi:
mov bx,leenis
|
builtin_vga_demo.asm | jhunkeler/minos | 1 | 123383 | <reponame>jhunkeler/minos<filename>builtin_vga_demo.asm
%ifndef _VGA_DEMO_ASM
%define _VGA_DEMO_ASM
VGA_SCREEN_WIDTH equ 320
VGA_SCREEN_HEIGHT equ 200
VGA_COLORS equ 0x100
vga_plot:
%define .x [bp + 4]
%define .y [bp + 6]
%define .color [bp + 8]
push bp
mov bp, sp
pusha
push es
push ds
;push ax
;push cx
;p... |
programs/oeis/079/A079318.asm | jmorken/loda | 1 | 123384 | <reponame>jmorken/loda<filename>programs/oeis/079/A079318.asm
; A079318: a(0) = 1; for n > 0, a(n) = (3^(A000120(n)-1) + 1)/2.
; 1,1,1,2,1,2,2,5,1,2,2,5,2,5,5,14,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,2,5,5,14,5,14,14,41,5,14,14,41,14,41,41,122,1,2,2,5,2,5,5,14,2,5,5,14,5,14,14,41,2,5... |
programs/oeis/186/A186707.asm | karttu/loda | 1 | 123385 | ; A186707: Partial sums of A007202 (crystal ball sequence for hexagonal close-packing).
; 1,14,71,224,547,1134,2101,3584,5741,8750,12811,18144,24991,33614,44297,57344,73081,91854,114031,140000,170171,204974,244861,290304,341797,399854,465011,537824,618871,708750,808081,917504,1037681,1169294,1313047,1469664,1639891,182... |
xyzpq.asm | hwreverse/PC-G850V | 7 | 123386 | <reponame>hwreverse/PC-G850V<gh_stars>1-10
10 ORG 0100H
20PUTCHR EQU 0BE62H
30DSPHEX EQU 0F9BDH
40AOUT EQU 0BD09H
50 JP MAIN
60MAIN: LD HL,(L0)
70 LD A,(HL)
80 CALL AOUT
90 LD HL,DSPLYV
100 CALL DSPHEX
110 LD B,A
120 AND 7
130 LD HL,STOREZ
140 LD (HL),A
150 CALL AOUT
160 LD HL,DSPLYZ
170 CALL DSPHEX
180 LD A,B
190 RRCA... |
src/idt/idt.asm | jonatan5524/own-kernel | 0 | 123387 | <gh_stars>0
; vim: set ft=nasm :
section .asm
global idt_load
global enable_interrupts
global disable_interrupts
global isr80h_wrapper
global interrupt_pointer_table
extern int21h_handler
extern isr80h_handler
extern interrupt_handler
enable_interrupts:
sti
ret
disable_interrupts:
cli
ret
idt_load:
push ... |
fiat-amd64/266.00_ratio09375_seed4172627766484181_mul_p521.asm | dderjoel/fiat-crypto | 491 | 123388 | <filename>fiat-amd64/266.00_ratio09375_seed4172627766484181_mul_p521.asm<gh_stars>100-1000
SECTION .text
GLOBAL mul_p521
mul_p521:
sub rsp, 0x3e0 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x3b0 ], rbx; saving to stack
mov [ rsp + 0x3b8 ], rbp; saving to stack
mov [ rsp + 0x3c0 ], r12; saving to stack
mov [ r... |
Library/User/Gen/genItemGroup.asm | steakknife/pcgeos | 504 | 123389 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: UserInterface/Gen
FILE: genItemGroup.asm
ROUTINES:
Name Description
---- -----------
GLB GenItemGroupClass Item group object
REVISION H... |
lab5/es4.asm | neskov7/AssemblyProgramsCE | 0 | 123390 | <reponame>neskov7/AssemblyProgramsCE<gh_stars>0
lung equ 4
.model small
.stack
.data
A DB 1, 2, 4, 5
B DB 3, 4, 1, 3
ris db lung dup (0)
pari db 0
.code
.startup
mov cx,lung
lea si,a
lea di,b
lea bx,ris
ciclo:
mov al, [si]
and al, [di]
mov [bx],al
jnp disp
inc pari
disp:
inc ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_313.asm | ljhsiun2/medusa | 9 | 123391 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1ba19, %r13
nop
nop
nop
nop
nop
add $30685, %rcx
movl $0x61626364, (%r13)
nop
nop
nop
nop
nop
sub $43349, %rbp
lea addresses_WT_ht+0x7935, %rbp
nop... |
mbr/hello-world.asm | dbatbold/bootstrap | 0 | 123392 | ; write 'Hello world!' to TTY
org 9000h
push bx
push si
mov bh,0 ; page 0
mov bl,0f1h ; light gray on black
mov si,hello
.next:
mov al,[si]
cmp al,0
je .done
mov ah,0eh
int 10h
inc si
jmp .next
.done:
pop si
pop bx
ret
hello: db 'Hello world!', 0
|
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/x86/copyi.asm | problem-frames/openpf | 1 | 123393 | <gh_stars>1-10
dnl x86 mpn_copyi -- copy limb vector, incrementing.
dnl Copyright (C) 1999, 2000 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 GNU Lesser General Pu... |
programs/oeis/226/A226203.asm | neoneye/loda | 22 | 123394 | <reponame>neoneye/loda<filename>programs/oeis/226/A226203.asm
; A226203: a(5n) = a(5n+3) = a(5n+4) = 2n+1, a(5n+1) = 2n-3, a(5n+2) = 2n-1.
; 1,-3,-1,1,1,3,-1,1,3,3,5,1,3,5,5,7,3,5,7,7,9,5,7,9,9,11,7,9,11,11,13,9,11,13,13,15,11,13,15,15,17,13,15,17,17,19,15,17,19,19,21,17,19,21,21,23,19,21,23,23,25,21,23,25,25
lpb $0
... |
Etapa 01/Aula 07 - Controle de Fluxo/codes/a07at01.asm | bellorini/unioeste | 6 | 123395 | ; Aula 07 - Controle de Fluxo de Execucao
; arquivo: a07at01.asm
; Atividade
; nasm -f elf64 a07at01.asm ; ld a07at01.o -o a07at01.x
%define maxChars 10
section .data
strOla : db "Digite algo: "
strOlaL: equ $ - strOla
strBye : db "Você digitou: "
strByeL: equ $ - strBye
strLF : db 10 ; quebra de li... |
s2/music-original/82 - EHZ.asm | Cancer52/flamedriver | 9 | 123396 | EHZ_Header:
smpsHeaderStartSong 2
smpsHeaderVoice EHZ_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $9E
smpsHeaderDAC EHZ_DAC
smpsHeaderFM EHZ_FM1, $00, $0E
smpsHeaderFM EHZ_FM2, $00, $16
smpsHeaderFM EHZ_FM3, $00, $16
smpsHeaderFM EHZ_FM4, $00, $20
smpsHe... |
oeis/189/A189050.asm | neoneye/loda-programs | 11 | 123397 | <gh_stars>10-100
; A189050: a(n) = if n even then P((n-2)/2)+P(n/2) otherwise 3*P((n+1)/2)+P((n-1)/2) where P(i) are the Pell numbers (A000129).
; Submitted by <NAME>(s3)
; 3,1,7,3,17,7,41,17,99,41,239,99,577,239,1393,577,3363,1393,8119,3363,19601,8119,47321,19601,114243,47321,275807,114243,665857,275807,1607521,665857... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_1124.asm | ljhsiun2/medusa | 9 | 123399 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_1124.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x2733, %r13
nop
nop
nop
nop
nop
xor $57319, %r12
movb $0x61, (%r13)
no... |
target/cos_117/disasm/iop_overlay1/FEIR.asm | jrrk2/cray-sim | 49 | 123400 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291E- f:00024 d: 286 | OR[286] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x2923- f:00024 d: 291 | OR[291] = A
... |
programs/oeis/238/A238549.asm | jmorken/loda | 1 | 123401 | <reponame>jmorken/loda<gh_stars>1-10
; A238549: a(n) is one fourth of the total number of free ends of 4 line segments expansion at n iterations (see Comments lines for definition).
; 1,2,6,8,16,20,36,44,76,92,156,188,316,380,636,764,1276,1532,2556,3068,5116,6140,10236,12284,20476,24572,40956,49148,81916,98300,163836,1... |
course_3/os/Lab1/lab1.asm | IlonaZellka/DonNU | 0 | 123402 | vanya segment 'code'
assume cs: vanya, ds: vanya, ss: vanya, es: vanya
org 100h
begin: jmp main
vib db ?
s db 10,13,'1 Create file',10,13
db '2 Open file ',10,13
db '3 Close file',10,13
db '4 Reading from a file',10,13
db '5 Write to file',10,13
db '6 Exit',10,13,'$'
osho db 10,13,'Unable to open file',1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.