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 |
|---|---|---|---|---|
audio/sfx/cry18_3.asm | AmateurPanda92/pokemon-rby-dx | 9 | 125370 | SFX_Cry18_3_Ch4:
dutycycle 80
squarenote 10, 15, 5, 1664
squarenote 3, 14, 2, 1696
squarenote 3, 15, 2, 1728
squarenote 3, 14, 2, 1760
squarenote 3, 13, 2, 1792
squarenote 3, 12, 2, 1760
squarenote 3, 13, 2, 1728
squarenote 8, 12, 1, 1696
endchannel
SFX_Cry18_3_Ch5:
dutycycle 15
squarenote 9, 13, 5, 1585
... |
oeis/001/A001078.asm | neoneye/loda-programs | 11 | 125371 | ; A001078: a(n) = 10*a(n-1) - a(n-2) with a(0) = 0, a(1) = 2.
; Submitted by <NAME>(s1.)
; 0,2,20,198,1960,19402,192060,1901198,18819920,186298002,1844160100,18255302998,180708869880,1788833395802,17707625088140,175287417485598,1735166549767840,17176378080192802,170028614252160180,1683109764441408998,166610690301619298... |
oeis/014/A014524.asm | neoneye/loda-programs | 11 | 125373 | <gh_stars>10-100
; A014524: Number of Hamiltonian paths from NW to SW corners in a grid with 2n rows and 4 columns.
; Submitted by <NAME>
; 0,1,8,47,264,1480,8305,46616,261663,1468752,8244304,46276385,259755560,1458042831,8184190168,45938958232,257861540369,1447411446840,8124514782015,45603992276896,255981331487648,143... |
src/kernel/task.asm | TheDarkBomber/apiofirm | 4 | 125374 | [bits 32]
global SwitchTask
SwitchTask:
pusha
pushf
mov eax, cr3 ; CR3 contains page directory.
push eax
mov eax, [esp + 44] ; previousTask.
mov [eax + 4], ebx
mov [eax + 8], ecx
mov [eax + 12], edx
mov [eax + 16], esi
mov [eax + 20], edi
mov ebx, [esp + 36] ; EAX.
mov ecx, [esp + 40] ... |
programs/oeis/004/A004456.asm | neoneye/loda | 22 | 125375 | <reponame>neoneye/loda<filename>programs/oeis/004/A004456.asm
; A004456: Nimsum n + 15.
; 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,... |
programs/oeis/029/A029001.asm | jmorken/loda | 1 | 125376 | <reponame>jmorken/loda<filename>programs/oeis/029/A029001.asm
; A029001: Expansion of 1/((1-x)(1-x^2)(1-x^3)(1-x^7)).
; 1,1,2,3,4,5,7,9,11,14,17,20,24,28,33,38,44,50,57,64,72,81,90,100,111,122,134,147,161,175,191,207,224,242,261,281,302,324,347,371,396,422,450,478,508,539,571,604,639
mov $1,17
lpb $0
mov $2,$0
sub... |
inetcore/setup/iexpress/w95inf16/w95thk.asm | npocmaka/Windows-Server-2003 | 17 | 125377 | page ,132
;Thunk Compiler Version 1.8 Dec 14 1994 14:53:05
;File Compiled Wed Jan 29 18:57:28 1997
;Command Line: ..\..\..\..\dev\tools\binr\thunk.exe -NC _TEXT ..\w95thk.thk
TITLE $..\w95thk.asm
.386
OPTION READONLY
OPTION OLDSTRUCTS
IFNDEF IS_16
IFNDEF IS_32
%out command line error: specify... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1083.asm | ljhsiun2/medusa | 9 | 125378 | <filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1083.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x311c, %rbp
nop
nop
nop
cmp $63211, %rdx
mov $0x6162636465666768, %r13
movq %r13, %xmm2
and ... |
dv3/qpc/fd/pflush.asm | olifink/smsqe | 0 | 125379 | ; QPC Standard Floppy Disk Polling Routine Flush 1993 <NAME>
;
; 2017-12-11 1.00 Added QPC driver flush to standard code (MK)
section dv3
xdef fd_pflush
xref fd_wsint
xref fd_rid
xref dv3_fdef
xref dv3_sbrange
xref dv3_sbclr
include 'dev8_dv3_keys'
include 'dev8_dv3_fd_keys'
include 'dev8_keys... |
programs/oeis/172/A172252.asm | neoneye/loda | 22 | 125380 | ; A172252: a(n) = 4*2^n - 9.
; -1,7,23,55,119,247,503,1015,2039,4087,8183,16375,32759,65527,131063,262135,524279,1048567,2097143,4194295,8388599,16777207,33554423,67108855,134217719,268435447,536870903,1073741815,2147483639
mov $1,2
pow $1,$0
sub $1,2
mul $1,8
add $1,7
mov $0,$1
|
test.asm | personalsreeharsha2002/xv6OSassign | 0 | 125381 |
_test: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
while (wait() != -1)
{
}
}
int main(int argc, char *argv[])
{
0: f3 0f 1e fb endbr32
4: 8d 4c 24 04 lea 0x4(%esp),%ecx
8: 83 e4 f0 and $0xfffffff0,%esp
b: ff 71 fc ... |
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_aaddr2cx.asm | Frodevan/z88dk | 640 | 125382 | ; uchar tshc_aaddr2cx(void *aaddr)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_aaddr2cx
EXTERN zx_saddr2cx
defc tshc_aaddr2cx = zx_saddr2cx
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshc_aaddr2cx
defc _tshc_aaddr2cx = tshc_aaddr2cx
ENDIF
|
text/maps/CeladonMartRoof.asm | AmateurPanda92/pokemon-rby-dx | 9 | 125383 | _CeladonMartRoofText_484ee::
text "Give her which"
line "drink?"
done
_CeladonMartRoofText_484f3::
text "Yay!"
para "FRESH WATER!"
para "Thank you!"
para "You can have this"
line "from me!@@"
_CeladonMartRoofText_484f9::
text "<PLAYER> received"
line "@"
TX_RAM wcf4b
text "!@@"
_CeladonMartRoofText_48... |
library/02_functions_batch1/unknown_10003b1b.asm | SamantazFox/dds140-reverse-engineering | 1 | 125384 | <filename>library/02_functions_batch1/unknown_10003b1b.asm<gh_stars>1-10
10003b1b: 3b 0d 10 00 01 10 cmp ecx,DWORD PTR ds:0x10010010
10003b21: 75 02 jne 0x10003b25
10003b23: f3 c3 repz ret
10003b25: e9 fd 23 00 00 jmp 0x10005f27
10003b2a: 55 push ... |
oeis/215/A215555.asm | neoneye/loda-programs | 11 | 125386 | <gh_stars>10-100
; A215555: a(n) = binomial(11*n,n)*(9*n+1)/(10*n+1).
; Submitted by <NAME>
; 1,10,209,4928,122507,3137706,81921840,2167714560,57928578191,1559830082888,42254306265171,1150225193717600,31437550449182800,862165662720962754,23713320186494219820,653855026849948319616,18068367354658442882775,500254126810079... |
lib/target/aquarius/classic/rom.asm | ahjelm/z88dk | 640 | 125387 | <filename>lib/target/aquarius/classic/rom.asm
; CRT0 (rom) stub for Aquarius carts
;
; Constants for ROM mode (-startup=2)
defc CRT_ORG_CODE = 0xe000
defc TAR__register_sp = 0x3fff
defc TAR__clib_exit_stack_size = 0
defc RAM_Start = 0x3900
INCLUDE "crt/classic/crt_rules.inc"
... |
programs/oeis/332/A332754.asm | neoneye/loda | 22 | 125388 | ; A332754: a(n) = Sum_{k=1..n-1} ((-1)^(k+n+1)*binomial(k,floor(k/2))).
; 0,1,1,2,4,6,14,21,49,77,175,287,637,1079,2353,4082,8788,15522,33098,59280,125476,227240,478192,873886,1830270,3370030,7030570,13027730,27088870,50469890,104647630,195892565,405187825,761615285,1571990935,2965576715,6109558585,11563073315,23782190... |
programs/oeis/134/A134871.asm | jmorken/loda | 1 | 125389 | ; A134871: a(1) = 1, a(n) = tau(n) + n - 2 for n > 1.
; 1,2,3,5,5,8,7,10,10,12,11,16,13,16,17,19,17,22,19,24,23,24,23,30,26,28,29,32,29,36,31,36,35,36,37,43,37,40,41,46,41,48,43,48,49,48,47,56,50,54,53,56,53,60,57,62,59,60,59,70,61,64,67,69,67,72,67,72,71,76,71,82,73,76,79,80,79,84,79,88,84,84,83,94,87,88,89,94,89,100,... |
upper-zero/test.asm | herumi/opti | 15 | 125390 | global dout
global f_movsd
global f_movsd_mem
global f_vmovsd
global f_vmovsd_mem
global f_movlpd
global f_vmovlpd
global f_addsd
global f_addpd
global f_vaddsd
global f_vaddpd
global f_vaddpd_y
global f_vaddpd_k
global f_movupd
global f_vmovupd
segment .data
din dq 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0
dout dq 0,... |
examples/x86/usedpmi.asm | hfutxqd/fasmg | 2 | 125392 |
; This is an example of setting up 32-bit program with flat memory model
; using DPMI. It requires 32-bit DPMI host in order to start.
include '80386.inc'
include 'format/mz.inc'
heap 0 ; no additional memory
segment loader use16
push cs
pop ds
mov ax,1687h
int 2Fh
or ax,ax ; DPMI installed?
jnz error... |
media_driver/agnostic/gen11_icllp/vp/kernel_free/Source/Save_444Scale16_Dither_XRGB_64Byte.asm | lacc97/media-driver | 660 | 125393 | /*
* Copyright (c) 2017, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publi... |
oeis/228/A228843.asm | neoneye/loda-programs | 11 | 125396 | ; A228843: a(n) = 4^n*A228842(n).
; Submitted by <NAME>
; 2,24,448,9216,192512,4030464,84410368,1767899136,37027315712,775510032384,16242492571648,340187179646976,7124972786941952,149227367389200384,3125458558976524288,65460453902527758336,1371021545886168645632,28715048051506270961664,601415774299435709759488,12596215... |
programs/oeis/164/A164583.asm | karttu/loda | 1 | 125397 | ; A164583: a(n)=4^n*(2n + 1)^2.
; 1,36,400,3136,20736,123904,692224,3686400,18939904,94633984,462422016,2218786816,10485760000,48922361856,225754218496,1031865892864,4677219385344,21045339750400,94076963651584,418089296461824
mov $1,$0
mul $1,2
add $1,1
mov $2,2
pow $2,$0
mul $1,$2
pow $1,2
|
vbox/src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm | Nurzamal/rest_api_docker | 0 | 125398 | <reponame>Nurzamal/rest_api_docker<filename>vbox/src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm<gh_stars>0
; $Id: ASMCpuIdExSlow.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; IPRT - ASMCpuIdExSlow().
;
;
; Copyright (C) 2012-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), ... |
data/baseStats/mawile.asm | longlostsoul/EvoYellow | 16 | 125399 | <filename>data/baseStats/mawile.asm
db DEX_MAWILE ; pokedex id
db 50 ; base hp
db 100 ; base attack
db 125 ; base defense ;mega stats
db 50 ; base speed
db 55 ; base special
db STEEL ; species type 1
db FAIRY ; species type 2
db 99 ; catch rate
db 95 ; base exp yield
INCBIN "pic/ymon/mawile.pic",0,1 ; 66, sprite dimens... |
Examples/ch03/AddSubR.asm | satadriver/LiunuxOS_t | 0 | 125400 | <gh_stars>0
TITLE Add and Subtract (AddSubR.asm)
; This program adds and subtracts 32-bit integers.
; 16-bit Real mode version.
; Last update: 2/1/02
.MODEL small,stdcall
.STACK 4096
.386
DumpRegs PROTO
.code
main PROC
mov ax,@data ; data seg address
mov ds,ax ; copy to DS
mov es,ax ; copy to ES
... |
obfun.asm | jorgicor/altair | 0 | 125401 | ; ----------------------------------------------------------------------------
; Altair, CIDLESA's 1981 arcade game remade for the ZX Spectrum and
; Amstrad CPC.
; ----------------------------------------------------------------------------
; ----------------------------------------------------------------------------... |
programs/oeis/030/A030441.asm | karttu/loda | 1 | 125402 | <filename>programs/oeis/030/A030441.asm
; A030441: Values of Newton-Gregory forward interpolating polynomial (1/3)*(2*n - 3)*(2*n^2 - 3*n + 4).
; -4,-1,2,13,40,91,174,297,468,695,986,1349,1792,2323,2950,3681,4524,5487,6578,7805,9176,10699,12382,14233,16260,18471,20874,23477,26288,29315,32566,36049,39772,43743,47970,524... |
Ivy.Asm/boot/header.asm | HoloVector/PolarisOS | 3 | 125403 | <filename>Ivy.Asm/boot/header.asm
lf equ 0ah
cr equ 0dh
prt equ 0700h ;position for temporary read
bps equ 07c00h ;position for boot code
srk equ 01000h ;seguiment to kernel read |
audio/music/defeatedgymleader.asm | etdv-thevoid/pokemon-rgb-enhanced | 9 | 125405 | Music_DefeatedGymLeader_Ch0::
tempo 112
volume 7, 7
duty 3
vibrato 18, 3, 1
toggleperfectpitch
tempo 112
notetype 12, 10, 6
octave 4
D_ 6
octave 3
A_ 1
octave 4
D_ 1
F# 6
D_ 1
F# 1
notetype 12, 10, 0
A_ 8
notetype 12, 10, 7
A_ 8
Music_DefeatedGymLeader_branch_23ccc::
notetype 12, 11, 2
octave 3
... |
oeis/042/A042073.asm | neoneye/loda-programs | 11 | 125406 | ; A042073: Denominators of continued fraction convergents to sqrt(560).
; Submitted by <NAME>
; 1,1,2,3,140,143,283,426,19879,20305,40184,60489,2822678,2883167,5705845,8589012,400800397,409389409,810189806,1219579215,56910833696,58130412911,115041246607,173171659518,8080937584435,8254109243953,16335046828388,2458915607... |
libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_blank_fast_callee.asm | meesokim/z88dk | 0 | 125407 | <filename>libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_blank_fast_callee.asm
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *obstack_blank_fast(struct obstack *ob, int size)
;
; Resize the currently growing ... |
tmp1/c55x-sim2/foo/Debug/csl_saram_partial_retention_example.asm | jwestmoreland/eZdsp-DBG-sim | 1 | 125408 | <filename>tmp1/c55x-sim2/foo/Debug/csl_saram_partial_retention_example.asm<gh_stars>1-10
;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Sep 29 23:09:05 2018 ... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_775.asm | ljhsiun2/medusa | 9 | 125409 | <filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_775.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1cfbc, %rsi
lea addresses_UC_ht+0x896, %rdi
clflush (%rsi)
dec %r10
mov $55, %rcx
rep movsw
n... |
3/3.nasm | mrT-F/SLAE64 | 0 | 125410 | BITS 64
global _start
;egg=mrtfegg\x23
EGG equ 0x236767656674726d
section .text
_start:
;Egghunter shellcode
;adapted from 32 bit access implementation here: http://www.hick.org/code/skape/papers/egghunt-shellcode.pdf
xor rsi,rsi
loop:
;access syscall is 21
push 0x15
pop rax
push rdx
pop rdi
add rdx,0x8
;... |
libsrc/_DEVELOPMENT/fcntl/c/sccz80/vopen_callee.asm | meesokim/z88dk | 0 | 125411 | <filename>libsrc/_DEVELOPMENT/fcntl/c/sccz80/vopen_callee.asm
; int vopen(const char *path, int oflag, void *arg)
SECTION code_fcntl
PUBLIC vopen_callee
EXTERN asm_vopen
vopen_callee:
pop af
pop hl
pop bc
pop de
push af
jp asm_vopen
|
kernel/src/entry.asm | ac682/kzios | 0 | 125412 | .section .text.entry
.globl _start
_start:
la sp, boot_stack_top
call entry
.section .bss.stack
.globl boot_stack
boot_stack:
.space 4096 * 16 // 16个4k
.globl boot_stack_top
boot_stack_top: |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_72_2458.asm | ljhsiun2/medusa | 9 | 125413 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x8d7a, %rsi
lea addresses_normal_ht+0x1417a, %rdi
nop
nop
nop
nop
nop
and %r9, %r9
mov $20, %rcx
rep movsl
nop
nop
nop
nop
nop
inc %r14
lea addresses_A_ht+0xe73a... |
libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_cls_wc_pix.asm | jpoikela/z88dk | 640 | 125414 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_cls_wc_pix.asm
; ===============================================================
; 2014
; ===============================================================
;
; void zx_cls_wc_pix(struct r_Rect8 *r, uchar pix)
;
; Clear the rectangular area on... |
audio/music/summoningdance.asm | longlostsoul/EvoYellow | 16 | 125415 | ;by Mmmm, probably needs conversion to work in Yellow/Red/Blue as code is from crystal.
Music_SummoningDance:
musicheader 3, 1, Music_SummoningDance_Ch1
musicheader 1, 2, Music_SummoningDance_Ch2
musicheader 1, 3, Music_SummoningDance_Ch3
Music_SummoningDance_Ch1:
tempo 220
dutycycle 0
notetype $c, $85
octave 3... |
oeis/280/A280293.asm | neoneye/loda-programs | 11 | 125416 | ; A280293: a(0) = 3, a(n+1) = 2*a(n) + periodic sequence of length 2: repeat [-5, 4].
; 3,1,6,7,18,31,66,127,258,511,1026,2047,4098,8191,16386,32767,65538,131071,262146,524287,1048578,2097151,4194306,8388607,16777218,33554431,67108866,134217727,268435458,536870911,1073741826,2147483647,4294967298,8589934591,17179869186... |
libsrc/fcntl/spectrum/zxbasdrv/fdtell.asm | grancier/z180 | 0 | 125417 | <gh_stars>0
;
; fdtell: ..see fdgetpos !
;
; Stefano - 5/7/2006
;
;
; $Id: fdtell.asm,v 1.3 2016/06/23 20:40:25 dom Exp $
SECTION code_clib
PUBLIC fdtell
PUBLIC _fdtell
.fdtell
._fdtell
ld hl,-1
ld d,h
ld e,l
ret
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_920.asm | ljhsiun2/medusa | 9 | 125418 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x9bd0, %r15
nop
nop
nop
cmp $59595, %r10
mov $0x6162636465666768, %rbx
movq %rbx, (%r15)
nop
nop
nop
nop
nop
xor $12913, %r14
lea addresses_A_ht+0x7... |
programs/oeis/074/A074552.asm | neoneye/loda | 22 | 125420 | <reponame>neoneye/loda
; A074552: a(n) = 3^n + 5^n + 7^n.
; 3,15,83,495,3107,20175,134003,903855,6161987,42326415,292299923,2026332015,14085959267,98111307855,684331371443,4778093436975,33385561506947,233393582580495,1632228682596563,11417969833962735,79887637216037027,559022711701840335,3912205265755063283,27380668363... |
x86-64/programs/fibonacci.asm | ShineyDev/assembly | 1 | 125421 | <reponame>ShineyDev/assembly<gh_stars>1-10
; ---------------------------------------------------------------------
; /x86-64/programs/fibonacci.asm
;
; An x86-64 assembly which writes the Fibonacci sequence, up to 1000,
; to STDOUT.
;
; Requires:
; write
; -------------------------------------------------------------... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2396.asm | ljhsiun2/medusa | 9 | 125422 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2396.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xb048, %rbx
dec %rdx
movb $0x61, (%rbx)
and $20863, %r11
lea addresses_normal_ht+0xa245, %rsi
x... |
libsrc/_DEVELOPMENT/stdio/z80/asm_fgetpos.asm | jpoikela/z88dk | 640 | 125423 |
; ===============================================================
; Jan 2014
; ===============================================================
;
; int fgetpos(FILE *stream, fpos_t *pos)
;
; Write current file position to pos.
;
; This implementation does not support multibyte character sets
; so the value written to ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1033.asm | ljhsiun2/medusa | 9 | 125426 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
lea addresses_D_ht+0x13362, %r8
inc %r13
movl $0x61626364, (%r8)
nop
nop
nop
add %r10, %r10
pop %r8
pop %r15
pop %r13
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r15
push %r9
push %rax
push %rbp
push %rbx
push... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_3_2477.asm | ljhsiun2/medusa | 9 | 125427 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rax
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1331e, %r8
nop
nop
nop
nop
and %r13, %r13
movb (%r8), %r12b
nop
nop
nop
nop
add $11829, %rdx
lea addresses_UC_ht+0xb26e, %rdi
nop
nop
nop
nop
cmp $19882, %rax
movw $0x6162, (%rdi)
... |
test/RTC4543_RD.asm | kuninet/Z80mon | 0 | 125428 | <filename>test/RTC4543_RD.asm<gh_stars>0
;
; RTC4543SA READ Test
;
org 6000h
;
NULL EQU 00h
;
PPI_CTL EQU 0Bh
PPI_A EQU 08h
PPI_C EQU 0Ah
;
CE_ON EQU 09h
CE_OFF EQU 08h
WR_ON EQU 0bh
WR_OFF EQU 0ah
CLK_ON EQU 0dh
CLK_OFF EQU 0ch
;
;------------------------------------
; 処理メイン
;----------------------------... |
programs/oeis/023/A023645.asm | jmorken/loda | 1 | 125429 | <gh_stars>1-10
; A023645: a(n) = tau(n)-1 if n is odd or tau(n)-2 if n is even.
; 0,0,1,1,1,2,1,2,2,2,1,4,1,2,3,3,1,4,1,4,3,2,1,6,2,2,3,4,1,6,1,4,3,2,3,7,1,2,3,6,1,6,1,4,5,2,1,8,2,4,3,4,1,6,3,6,3,2,1,10,1,2,5,5,3,6,1,4,3,6,1,10,1,2,5,4,3,6,1,8,4,2,1,10,3,2,3,6,1,10,3,4,3,2,3,10,1,4,5,7,1,6,1,6,7,2,1,10,1,6,3,8,1,6,3,4,... |
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sccz80/wv_priority_queue_shrink_to_fit.asm | jpoikela/z88dk | 640 | 125430 | <filename>libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sccz80/wv_priority_queue_shrink_to_fit.asm
; int wv_priority_queue_shrink_to_fit(wv_priority_queue_t *q)
SECTION code_clib
SECTION code_adt_wv_priority_queue
PUBLIC wv_priority_queue_shrink_to_fit
EXTERN asm_wv_priority_queue_shrink_to_fit
defc wv_priority_queu... |
programs/oeis/018/A018806.asm | neoneye/loda | 22 | 125432 | ; A018806: Sum of gcd(x, y) for 1 <= x, y <= n.
; 1,5,12,24,37,61,80,112,145,189,220,288,325,389,464,544,593,701,756,880,989,1093,1160,1336,1441,1565,1700,1880,1965,2205,2296,2488,2665,2829,3028,3328,3437,3621,3832,4152,4273,4621,4748,5040,5373,5597,5736,6168,6385,6725,7004,7352,7509,7941,8264,8728,9041,9325,9500,10160... |
libsrc/stdio/z80tvgame/generic_console.asm | jpoikela/z88dk | 0 | 125433 | ;
;
SECTION code_clib
PUBLIC generic_console_cls
PUBLIC generic_console_printc
PUBLIC generic_console_scrollup
PUBLIC generic_console_set_ink
PUBLIC generic_console_set_paper
PUBLIC generic_console_set_inverse
PUBLIC generic_co... |
tests/disasm/include_binary.asm | arpruss/z80 | 46 | 125434 | <reponame>arpruss/z80<gh_stars>10-100
@@ 0x0000 .include_binary 'input.bin' -- The source binary.
---
; @@ 0x0000 Included from binary file 'input.bin'.
; @@ 0x0000 The source binary.
db 0xf3, 0xaf, 0x11, 0xff ; @@ 0x0000 f3 af 11 ff
db 0xff, 0xc3, 0xcb, 0x11 ; @@ 0x0004 ff c3 cb 1... |
programs/oeis/266/A266959.asm | neoneye/loda | 22 | 125435 | ; A266959: Smallest n-digit number ending in n.
; 1,12,103,1004,10005,100006,1000007,10000008,100000009,1000000010,10000000011,100000000012,1000000000013,10000000000014,100000000000015,1000000000000016,10000000000000017,100000000000000018,1000000000000000019,10000000000000000020,100000000000000000021,100000000000000000... |
programs/oeis/086/A086814.asm | jmorken/loda | 1 | 125436 | ; A086814: a(n) = ceiling( (1 + n + 2*n^2 + 4*n^3)/(1 + 2*n + n^2) ).
; 2,5,9,12,16,20,24,27,31,35,39,43,47,51,55,59,63,67,71,75,79,83,87,91,95,99,103,107,111,115,119,123,127,131,135,139,143,147,151,155,159,163,167,171,175,179,183,187,191,195
mov $1,$0
add $1,1
mov $2,$0
mov $0,8
trn $0,$1
lpb $0
sub $0,1
trn $0,$... |
greetings.asm | ARBII-xD/AssemblyCodes | 0 | 125437 |
.data
inp1: .asciiz "Enter your name: "
inp2: .asciiz "Enter your age: "
out1: .asciiz "****Welcome "
out2: .asciiz " ! You are "
out3: .asciiz " years old now. Stay blessed****"
name: .space 20 #for string of name
.text
.globl main
.ent main
main:
# print input message 1
li $v0, 4
... |
programs/oeis/024/A024495.asm | karttu/loda | 0 | 125438 | ; A024495: a(n) = C(n,2) + C(n,5) + ... + C(n, 3*floor(n/3)+2).
; 0,0,1,3,6,11,21,42,85,171,342,683,1365,2730,5461,10923,21846,43691,87381,174762,349525,699051,1398102,2796203,5592405,11184810,22369621,44739243,89478486,178956971,357913941,715827882,1431655765,2863311531,5726623062
lpb $0,1
sub $0,1
add $2,$4
mu... |
data/baseStats/seadra.asm | AmateurPanda92/pokemon-rby-dx | 9 | 125441 | <reponame>AmateurPanda92/pokemon-rby-dx
db DEX_SEADRA ; pokedex id
db 55 ; base hp
db 65 ; base attack
db 95 ; base defense
db 85 ; base speed
db 95 ; base special
db WATER ; species type 1
db WATER ; species type 2
db 75 ; catch rate
db 155 ; base exp yield
INCBIN "pic/bmon/seadra.pic",0,1 ; 66, sprite dimensions
dw S... |
data/pokemon/dex_entries/luxio.asm | AtmaBuster/pokeplat-gen2 | 6 | 125442 | db "SPARK@" ; species name
db "By gathering their"
next "tails together,"
next "they collectively"
page "generate powerful"
next "electricity from"
next "their claws.@"
|
src/arch/x86/idt.asm | luksamuk/kernel | 3 | 125443 | <filename>src/arch/x86/idt.asm
bits 32
section .irq
global read_port
global write_port
global load_idt
global keyboard_handler
global disable_cursor
extern kbd_handler_irq
read_port:
mov edx, [esp + 4] ; Copie o núm da porta (arg) para edx
in al, dx ; Copie da porta [LSB de edx] para [LSB de eax]
ret ; Re... |
example/asm/test.asm | gentee/c-gentee | 6 | 125444 | /******************************************************************************
*
* Copyright (C) 2006, The Gentee Group. All rights reserved.
* This file is part of the Gentee open source project <http://www.gentee.com>.
*
* THIS FILE IS PROVIDED UNDER THE TERMS OF THE GENTEE LICENSE ("AGREEMENT").
* ANY USE, REPR... |
module/mpc-be/SRC/src/ExtLib/VirtualDub/Kasumi/source/a_bltrgb2yuv_mmx.asm | 1aq/PBox | 0 | 125445 | section .rdata, rdata
y_co dq 0004a004a004a004ah
cr_co_r dq 000cc00cc00cc00cch
cb_co_b dq 00081008100810081h ;note: divided by two
cr_co_g dq 0ff98ff98ff98ff98h
cb_co_g dq 0ffceffceffceffceh
y_bias dq 0fb7afb7afb7afb7ah
c_bias dq 0ff80ff80ff80ff80h
interp dq 06000400020000000h
rb_mask_555 dq 07c1f7c1f7c1f7... |
programs/oeis/194/A194702.asm | neoneye/loda | 22 | 125446 | <filename>programs/oeis/194/A194702.asm
; A194702: Triangle read by rows: T(k,m) = number of occurrences of k in the last section of the set of partitions of (2 + m).
; 2,0,2,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_negf.asm | jpoikela/z88dk | 640 | 125447 | <filename>libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_negf.asm
; float _negf (float number) __z88dk_fastcall
SECTION code_clib
SECTION code_fp_math32
PUBLIC asm_negf
EXTERN m32_fsneg
; negate sccz80 floats
;
; enter : stack = ret
; DEHL = sccz80_float number
;
; exit : DEH... |
oeis/169/A169964.asm | neoneye/loda-programs | 11 | 125448 | ; A169964: Numbers whose decimal expansion contains only 0's and 5's.
; Submitted by <NAME>(s3)
; 0,5,50,55,500,505,550,555,5000,5005,5050,5055,5500,5505,5550,5555,50000,50005,50050,50055,50500,50505,50550,50555,55000,55005,55050,55055,55500,55505,55550,55555,500000,500005,500050,500055,500500,500505,500550,500555,5050... |
oeis/156/A156096.asm | neoneye/loda-programs | 11 | 125449 | ; A156096: Inverse binomial transform of A030186.
; Submitted by <NAME>
; 1,1,4,6,18,32,84,164,400,824,1928,4096,9360,20240,45632,99680,223008,489984,1091392,2405952,5345536,11806592,26194048,57917440,128389376,284057856,629392384,1393010176,3085685248,6830825472,15128761344,33494672384,74176696320,164236212224,3636961... |
programs/oeis/154/A154383.asm | neoneye/loda | 22 | 125450 | ; A154383: Powers of 4 at even indices, two times powers of 4 at odd indices.
; 1,0,4,2,16,8,64,32,256,128,1024,512,4096,2048,16384,8192,65536,32768,262144,131072,1048576,524288,4194304,2097152,16777216,8388608,67108864,33554432,268435456,134217728,1073741824,536870912,4294967296,2147483648,17179869184,8589934592,68719... |
libsrc/_DEVELOPMENT/sound/ay/c/sccz80/ay_wyz_play.asm | jsmolina/z88dk | 0 | 125453 | <reponame>jsmolina/z88dk<gh_stars>0
SECTION code_sound_ay
PUBLIC ay_wyz_play
EXTERN asm_wyz_play
ay_wyz_play:
push ix
push iy
call ay_wyz_play
pop iy
pop ix
ret
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _ay_wyz_play
defc _ay_wyz_play = ay_wyz_play
ENDIF
|
sources/ippcp/asm_intel64/pcpsha512e9as.asm | idesai/ipp-crypto | 1 | 125454 | ;===============================================================================
; Copyright 2015-2018 Intel Corporation
; All Rights Reserved.
;
; If this software was obtained under the Intel Simplified Software License,
; the following terms apply:
;
; The source code, information and material ("Material") co... |
src/intel/tools/tests/gen7/math.asm | SoftReaper/Mesa-Renoir-deb | 0 | 125455 | <filename>src/intel/tools/tests/gen7/math.asm<gh_stars>0
math inv(8) g6<1>F g2<0,1,0>F null<8,8,1>F { align1 1Q };
math inv(16) g10<1>F g2<0,1,0>F null<8,8,1>F { align1 1H };
math inv(8) g11<1>.xyzF g2<0>.xyzzF null<4>F { align16 1Q };
math sqrt(8) g13<1>.xF... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_rmdir.asm | jpoikela/z88dk | 640 | 125456 | ; unsigned char esx_f_rmdir(unsigned char *pathname)
SECTION code_esxdos
PUBLIC _esx_f_rmdir
EXTERN _esx_f_rmdir_fastcall
_esx_f_rmdir:
pop af
pop hl
push hl
push af
jp _esx_f_rmdir_fastcall
|
Project 3/src/Preliminary/sumOfDigits.asm | Nurl4n/Computer-Organization | 0 | 125457 | .data
enterNum: .asciiz "Please enter a positive number: "
summation: .asciiz "The summation of the digits of a positive integer is: "
.text
main:
li $v0, 4
la $a0, enterNum
syscall
li $v0, 5
syscall
move $s1, $v0 # Integer saved in $t0
addi $sp, $sp, -8
sw $s1, 0($sp) # The sum will be saved... |
UPC Microcontroladores 2019-2/Semana 1/el54-semana1.X/newmaincodemon2.asm | tocache/picomones | 5 | 125459 | <reponame>tocache/picomones<gh_stars>1-10
list p=18f4550 ;modelo de microcontrolador
#include<p18f4550.inc> ;llamada a la libreria de nombres
;Aqui van los bits de configuracion (directivas de pre procesador)
CONFIG FOSC = XT_XT ; Oscillator Selection bits (XT oscillator (XT))
C... |
asm/overrides.asm | StructuralMike/ALttPDoorRandomizer | 0 | 125460 | ;================================================================================
; Lamp Mantle & Light Cone Fix
;--------------------------------------------------------------------------------
; Output: 0 for darkness, 1 for lamp cone
;--------------------------------------------------------------------------------
L... |
data/text/text_5.asm | opiter09/ASM-Machina | 1 | 125462 | _CableClubNPCPleaseComeAgainText::
text "Please come again!"
done
_CableClubNPCMakingPreparationsText::
text "We're making"
line "preparations."
cont "Please wait."
done
_UsedStrengthText::
text_ram wcd6d
text " used"
line "STRENGTH.@"
text_end
_CanMoveBouldersText::
text_ram wcd6d
text " can"
line "mov... |
programs/oeis/199/A199769.asm | karttu/loda | 0 | 125463 | <filename>programs/oeis/199/A199769.asm
; A199769: Number of brackets in distinct sets with fewest possible elements
; 1,2,3,4,4,5,5,5,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9... |
Engine Hacks/Strmag/Strmag/Str Mag Split/Level Up/Add Promotion Bonuses.asm | sme23/Christmas2 | 0 | 125465 | .thumb
.org 0x0
@r4 has unit's class data ptr, r5 = ram char ptr
ldrb r2,[r0,#0x5] @new class id
lsl r2,#0x2
ldr r1,MagClassTable
add r2,r1
mov r1,#0x3
ldsb r1,[r2,r1] @mag promo bonus
mov r0,r5
add r0,#0x3A
ldrb r7,[r0] @char mag
add r7,r1,r7
ldrb r1,[r2,#0x2] @mag cap
cmp r7,r1
ble NotCapped
mov r7,r1
N... |
tpSerial.asm | hwreverse/PC-G850V | 7 | 125468 | <gh_stars>1-10
10 ORG 100H
20 JP MAIN
30WRASR EQU 0BFAFH
40PUTSTR EQU 0BFF1H
50INKEY EQU 089BEH
60PUTCHR EQU 0BE62H
70INITSR EQU 0871AH
80AOUT EQU 0BD09H
90OPENSR EQU 0BCE8H
100CLOSSR EQU 0BCEBH
110LRDSR EQU 0BD15H
120WAITK EQU 0BFCDH
130WCHRSR EQU 0BFAFH
140WSTSR EQU 0BFB2H
150A2HEX EQU 0F9BDH
160RPTCHR EQU 0BFEEH
20... |
ThirdParty/webrtc/src/third_party/boringssl/win-x86/crypto/cpu-x86-asm.asm | JokeJoe8806/licode-windows | 8 | 125469 | <reponame>JokeJoe8806/licode-windows<gh_stars>1-10
%ifidn __OUTPUT_FORMAT__,obj
section code use32 class=code align=64
%elifidn __OUTPUT_FORMAT__,win32
%ifdef __YASM_VERSION_ID__
%if __YASM_VERSION_ID__ < 01010000h
%error yasm version 1.1.0 or later needed.
%endif
; Yasm automatically includes .00 and complains about r... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2326.asm | ljhsiun2/medusa | 9 | 125471 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x14fb8, %rbp
nop
nop
nop
sub %r10, %r10
mov (%rbp), %r14d
nop
nop
nop
nop
nop
xor $33269, %rsi
lea addresses_WT_ht+0xfcc8, %rsi
lea addresses_D_ht+0x4498, %rdi
add $26602, %r9
mov $15, ... |
programs/oeis/027/A027053.asm | neoneye/loda | 22 | 125472 | <reponame>neoneye/loda<gh_stars>10-100
; A027053: a(n) = T(n,n+2), T given by A027052.
; 1,4,9,18,35,66,123,228,421,776,1429,2630,4839,8902,16375,30120,55401,101900,187425,344730,634059,1166218,2145011,3945292,7256525,13346832,24548653,45152014,83047503,152748174,280947695,516743376,950439249,1748130324,3215312953,5913... |
oeis/026/A026569.asm | neoneye/loda-programs | 11 | 125474 | ; A026569: a(n) = T(n,n), T given by A026568. Also a(n) = number of integer strings s(0),...,s(n) counted by T, such that s(n)=0.
; Submitted by <NAME>
; 1,1,3,5,13,27,67,153,375,893,2189,5319,13089,32155,79479,196573,487833,1212135,3018355,7525585,18792303,46980373,117589689,294613155,738844719,1854484305,4658460165,1... |
data/pokemon/base_stats/garchomp.asm | AtmaBuster/pokeplat-gen2 | 6 | 125475 | <reponame>AtmaBuster/pokeplat-gen2
db 0 ; species ID placeholder
db 108, 130, 95, 102, 80, 85
; hp atk def spd sat sdf
db DRAGON, GROUND ; type
db 45 ; catch rate
db 255 ; base exp
db NO_ITEM, BERRY ; items
db GENDER_F50 ; gender ratio
db 40 ; step cycles to hatch
INCBIN "gfx/pokemon/garchomp/fron... |
bahamut/source/chapter-debugger.asm | higan-emu/bahamut-lagoon-translation-kit | 2 | 125476 | namespace debugger {
seek(codeCursor)
//triggered by holding player 1 select button during reset or event loading
//provides a 1-line text window to select an event to skip to
namespace eventSelection {
enqueue pc
seek($da59a1); jsl main
dequeue pc
constant eventNumber = $0310
//------
//da5979 phb
/... |
data/pokemon/dex_entries/ninjask.asm | AtmaBuster/pokeplat-gen2 | 6 | 125477 | <filename>data/pokemon/dex_entries/ninjask.asm
db "NINJA@" ; species name
db "Its cry leaves a"
next "lasting headache"
next "if heard for too"
page "long. It moves so"
next "quickly that it is"
next "almost invisible.@"
|
libsrc/_DEVELOPMENT/string/c/sccz80/strstr.asm | Frodevan/z88dk | 640 | 125481 | <filename>libsrc/_DEVELOPMENT/string/c/sccz80/strstr.asm
; char *strstr(const char *s1, const char *s2)
SECTION code_clib
SECTION code_string
PUBLIC strstr
EXTERN asm_strstr
strstr:
pop bc
pop hl
pop de
push de
push hl
push bc
IF __CLASSIC && __CPU_GBZ80__
call asm_strstr
ld d,h
ld ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_264.asm | ljhsiun2/medusa | 9 | 125482 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_264.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x255c, %rsi
sub %rdx, %rdx
movb $0x61, (%rsi)
nop
nop
dec %r11
lea addresses_WT_ht+0x1... |
src/sointu.asm | moitias/sointu | 0 | 125483 | %if BITS == 64
%define WRK rbp ; alias for unit workspace
%define VAL rsi ; alias for unit values (transformed/untransformed)
%define COM rbx ; alias for instrument opcodes
%define INP rdx ; alias for transformed inputs
%define _AX rax ; push and offsets have to be r* on 64-bit and e* on 32-bit
... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_78.asm | ljhsiun2/medusa | 9 | 125484 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xf4a7, %rsi
lea addresses_UC_ht+0x13947, %rdi
nop
nop
nop
and %rbx, %rbx
mov $19, %rcx
rep movsl
nop
nop
nop
nop
nop
add $29411, %rax
lea addresses_WT_ht+0xbb5f, %rsi
and %r11,... |
samples/boing/set_lut.asm | rwiker/c256emu | 18 | 125485 | <filename>samples/boing/set_lut.asm<gh_stars>10-100
; Param1Addr points to LUT startaddr to populate
; Param2Addr used as tmp
; RC,GC,BC color to use
.proc set_lut_colors
acc8i16
; set Param2Addr to point to LUT + 4
lda Param1Addr
clc
adc #4
sta Param2Addr
lda Param1Addr + ... |
oeis/089/A089358.asm | loda-lang/loda-programs | 11 | 125486 | <reponame>loda-lang/loda-programs
; A089358: Numbers n such that n^2 - 3n + 3 is prime.
; Submitted by <NAME>
; 3,4,5,7,8,10,14,16,17,19,22,23,26,29,35,40,43,52,56,59,61,64,68,71,73,77,79,80,82,91,92,101,103,107,112,113,119,121,133,140,143,145,149,152,155,157,163,164,166,169,170,175,178,190,191,194,196,205,208,211,217,... |
src/util/sprite/cr.asm | olifink/qspread | 0 | 125487 | <filename>src/util/sprite/cr.asm
* Sprite cr
*
* Mode 4
* +|-----------+
* - gg g ggg g-
* |g g g g g|
* |g g g |
* |g ggg |
* |g g g |
* |g g g |
* | gg g g |
* +|-----------+
*
section sprite
xdef mes_cr
... |
ipl.asm | yyatsuo/ExOS | 0 | 125489 | USE16
ORG 0x7c00
; TODO Write BPB
JMP entry;
NOP
CYLS EQU 10 ; Num of Cyliders to be read
; Program Entry Point
entry:
;Init Register
MOV AX, 0
MOV SS, AX
MOV DS, AX
MOV SP, 0x7c00
MOV AX, 0x0820
MOV ES, AX
MOV CH, 0 ; Cylinder:0
MOV DH, 0 ; HEAD: 0
MOV CL, 2 ... |
supercop/gmp-5.0.4/mpn/sh/sh2/mul_1.asm | DadaIsCrazy/usuba | 41 | 125490 | dnl SH2 mpn_mul_1 -- Multiply a limb vector with a limb and store the result
dnl in a second limb vector.
dnl Copyright 1995, 2000, 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the te... |
programs/oeis/089/A089910.asm | neoneye/loda | 22 | 125491 | ; A089910: Indices n at which blocks (1;1) occur in infinite Fibonacci word, i.e., such that A005614(n) = A005614(n+1) = 1.
; 4,9,12,17,22,25,30,33,38,43,46,51,56,59,64,67,72,77,80,85,88,93,98,101,106,111,114,119,122,127,132,135,140,145,148,153,156,161,166,169,174,177,182,187,190,195,200,203,208,211,216,221,224,229,232... |
Assembler/AssemblyCode/TTL/JZ.asm | KPU-RISC/KPU | 8 | 125492 | MOV D, 00000100b
MOV E, 00000001b
:START
MOV D, 00000100b
MOV E, 00000001b
SUB D, E
JZ :START
SUB D, E
JZ :START
SUB D, E
JZ :START
; This jump should now happen...
SUB D, E
JZ :START
; FINISH
MOV D, 11110000b
MOV E, 00001111b |
programs/oeis/209/A209262.asm | karttu/loda | 0 | 125493 | <gh_stars>0
; A209262: a(n) = 1 + 2*n^2 + 3*n^3 + 4*n^4.
; 1,10,97,424,1249,2926,5905,10732,18049,28594,43201,62800,88417,121174,162289,213076,274945,349402,438049,542584,664801,806590,969937,1156924,1369729,1610626,1881985,2186272,2526049,2903974,3322801,3785380,4294657,4853674,5465569,6133576,6861025,7651342,8508049,... |
asm/echo.asm | subnetz/unix-tools | 0 | 125494 |
section .text
global _start
_start:
pop ebp
pop ecx
dec ebp
jz end
loop:
mov eax,4
mov ebx,1
pop ecx
call strlen
int 0x80
dec ebp
jnz loop
end:
push 0xa
mov eax,4
mov ecx,esp
mov edx,1
int 0x80
mov eax,1
xor ebx,ebx
int 0x80
strlen:
xor edx,edx
loop1:
add edx,1
cmp byte [ecx+edx],0x0
jnz ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.