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/089/A089146.asm | karttu/loda | 1 | 51043 | <filename>programs/oeis/089/A089146.asm
; A089146: Greatest common divisor of n^2 - 4 and n^2 + 4.
; 4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4,1,8,1,4
add $0,2
pow $0,... |
library/02_functions_batch1/unknown_10005a4a.asm | SamantazFox/dds140-reverse-engineering | 1 | 51044 | 10005a4a: 68 50 d2 00 10 push 0x1000d250
10005a4f: ff 15 50 d0 00 10 call <GetModuleHandleA()> ; DWORD PTR ds:0x1000d050
10005a55: 85 c0 test eax,eax
10005a57: 74 16 je 0x10005a6f
10005a59: 68 40 d2 00 10 push 0x1000d240
10005a5e: 50 push... |
Homework Submission/Homework 1/1.asm | fariarahman15/CSE331L-Section-10-Fall20-NSU | 0 | 51045 | <gh_stars>0
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
MOV AX, 1
ADD AX, 3
ADD AX, 5
MOV CX, 0
ADD CX, AX
ret
|
mc-sema/validator/x86_64/tests/FDIVR_FrST0.asm | randolphwong/mcsema | 2 | 51046 | <reponame>randolphwong/mcsema
BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_FPU_C1|FLAG_FPU_PE
;TEST_FILE_META_END
; set up st0 to be 3.141593
FLDPI
FLD1
FLD1
;TEST_BEGIN_RECORDING
FDIVR st2, st0
mov edi, 0
;TEST_END_RECORDING
|
Transynther/x86/_processed/AVXALIGN/_ht_st_/i3-7100_9_0xca_notsx.log_5119_1340.asm | ljhsiun2/medusa | 9 | 51047 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x90d7, %r11
nop
nop
nop
nop
nop
and $38345, %rsi
movl $0x61626364, (%r11)
nop
nop
and $5493, %r11
lea addresses_A_ht+0x1ccc1, %rsi
nop
nop
nop
nop
inc %r8
movl $0x616... |
programs/oeis/140/A140260.asm | karttu/loda | 0 | 51048 | ; A140260: Those n for which A140259(n) = A002264(n+11).
; 0,4,10,19,33,54,85,132,202,307,465,702,1057,1590,2389,3588,5386,8083,12129,18198,27301,40956,61438,92161,138246,207373,311064,466600,699904,1049860,1574794,2362195,3543297,5314950,7972429,11958648
mov $2,$0
lpb $2,1
add $1,3
mul $1,6
div $1,4
sub $2,1
... |
Quickdraw/QuickDraw Source/RgnBlt.asm | Computer-history-Museum/MacPaint | 2 | 51050 | .INCLUDE GRAFTYPES.TEXT
;------------------------------------------------------------------
;
; --> RGNBLT.TEXT
;
; Low level block transfer clipped to an arbitrary region.
;
.PROC RgnBlt,9
.REF BitBlt,RSect,ShieldCursor,ShowCursor
.REF SeekRgn,PatExpand,ColorMap,InitRgn,TrimRect
;-... |
oeis/077/A077993.asm | neoneye/loda-programs | 11 | 51051 | ; A077993: Expansion of 1/(1+2*x+2*x^2+2*x^3).
; Submitted by <NAME>
; 1,-2,2,-2,4,-8,12,-16,24,-40,64,-96,144,-224,352,-544,832,-1280,1984,-3072,4736,-7296,11264,-17408,26880,-41472,64000,-98816,152576,-235520,363520,-561152,866304,-1337344,2064384,-3186688,4919296,-7593984,11722752,-18096128,27934720,-43122688,665681... |
programs/oeis/235/A235499.asm | neoneye/loda | 22 | 51052 | ; A235499: For k in {2,3,...,9} define a sequence as follows: a(0)=0; for n>=0, a(n+1)=a(n)+1, unless a(n) ends in k, in which case a(n+1) is obtained by replacing the last digit of a(n) with the digit(s) of k^2. This is k(3).
; 0,1,2,3,9,10,11,12,13,19,20,21,22,23,29,30,31,32,33,39,40,41,42,43,49,50,51,52,53,59,60,61,... |
programs/oeis/242/A242082.asm | neoneye/loda | 22 | 51053 | <reponame>neoneye/loda
; A242082: Nim sequence of game on n counters whose legal moves are removing some number of counters in A027941.
; 0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,... |
coverage/IN_CTS/0522-COVERAGE-interval-map-h-1161/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 51054 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 267
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %9 %119
OpExecutionMode %4 Ori... |
Lab2/test(1)/test2a.asm | siwasilp/Micro | 0 | 51055 | ORG 0000H
MOV R0,#40H ; start read ram
MOV R1,#16H ; stop - start + 1
MOV DPTR,#1000 ; save ram
LOOP: MOV A,@DPTR
MOVX @R0,A
INC R0
INC DPTR
DJNZ R1,Loop
JMP $
END |
lib/c128_crt0.asm | RC2014Z80/z88dk | 8 | 51056 | <filename>lib/c128_crt0.asm
; Commodore 128 (Z80 mode) CRT0 stub
;
; <NAME> - 22/08/2001
;
; $Id: c128_crt0.asm,v 1.28 2016/07/15 21:03:25 dom Exp $
;
MODULE c128_crt0
;--------
; Include zcc_opt.def to find out some info
;--------
defc crt0 = 1
INCLUDE "zcc_opt.def"
... |
programs/oeis/092/A092896.asm | neoneye/loda | 22 | 51057 | <filename>programs/oeis/092/A092896.asm
; A092896: Related to random walks on the 4-cube.
; 1,1,5,17,65,257,1025,4097,16385,65537,262145,1048577,4194305,16777217,67108865,268435457,1073741825,4294967297,17179869185,68719476737,274877906945,1099511627777,4398046511105,17592186044417,70368744177665,281474976710657,112589... |
programs/oeis/169/A169711.asm | neoneye/loda | 22 | 51058 | ; A169711: The function W_n(6) (see Borwein et al. reference for definition).
; 1,20,93,256,545,996,1645,2528,3681,5140,6941,9120,11713,14756,18285,22336,26945,32148,37981,44480,51681,59620,68333,77856,88225,99476,111645,124768,138881,154020,170221,187520,205953,225556,246365,268416,291745,316388,342381,369760,398561,4... |
Appl/Startup/IStartup/UI/uiQuiz.asm | steakknife/pcgeos | 504 | 51059 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: eqeditDialog.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- -----... |
programs/oeis/259/A259320.asm | karttu/loda | 1 | 51060 | ; A259320: a(n) = 2*n*A259319(n) - A259110(n)^2.
; 0,256,3584,21504,84480,256256,652288,1462272,2976768,5617920,9974272,16839680,27256320,42561792,64440320,94978048,136722432,192745728,266712576,362951680,486531584,643340544,840170496,1084805120,1386112000,1754138880,2200214016,2737050624,3378855424,4141441280,50423439... |
programs/oeis/061/A061927.asm | neoneye/loda | 22 | 51061 | <reponame>neoneye/loda
; A061927: a(n) = n(n+1)(2n+1)(n^2+n+3)/30.
; 0,1,9,42,138,363,819,1652,3060,5301,8701,13662,20670,30303,43239,60264,82280,110313,145521,189202,242802,307923,386331,479964,590940,721565,874341,1051974,1257382,1493703,1764303,2072784,2422992,2819025,3265241,3766266,4327002,4952635,5648643,6420804,... |
sorting.asm | alinamuliak/assembly | 0 | 51063 | <filename>sorting.asm
include 'format/format.inc'
format ELF64
section '.text' executable
public func
; void func (int32_t* input_array, size_t size);
func:
; RDI - поінтер на початок масиву
; RSI - size
; i - rax, j - rbx
push rbx
dec rsi ; зменшуємо rsi, щоб цикл виконувся до індексу... |
player.asm | adkennan/BurgerMayhem | 0 | 51064 | <filename>player.asm<gh_stars>0
RUN_PLAYER_1
ldx #$0 ; Store joystick to check in X
lda #<P1_DATA ; Player 1 data pointer
sta P_PLAYER_LO
lda #>P1_DATA
sta P_PLAYER_HI
jmp RUN_PLAYER
RUN_PLAYER_2
ldx #$1 ; Store joysti... |
oeis/132/A132921.asm | neoneye/loda-programs | 11 | 51065 | <reponame>neoneye/loda-programs
; A132921: Triangle read by rows: T(n,k) = n + Fibonacci(k) - 1, 1 <= k <= n.
; Submitted by <NAME>(s1)
; 1,2,2,3,3,4,4,4,5,6,5,5,6,7,9,6,6,7,8,10,13,7,7,8,9,11,14,19,8,8,9,10,12,15,20,28,9,9,10,11,13,16,21,29,42,10,10,11,12,14,17,22,30,43,64,11,11,12,13,15,18,23,31,44,65,99,12,12,13,14,... |
Working Disassembly/Levels/MGZ/Misc Object Data/Map - Smashing Pillar.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 51066 | Map_228246: dc.w Frame_228248-Map_228246 ; ...
Frame_228248: dc.w $A
dc.b $D8, $E,$20,$38,$FF,$E0
dc.b $D8, $E,$28,$38, 0, 0
dc.b $F0, $C, 0,$44,$FF,$E0
dc.b $F0, $C, 8,$44, 0, 0
dc.b $F8, $E,$20,$38,$FF,$E0
dc.b $F8, $E,$28,$38, 0, 0
dc.b $10, $C, 0,$44,$FF,$E0
dc.b $10, $C, 8,$44, 0, 0
d... |
2. Letter Conversion.asm | rng70/Assembly-Programming | 0 | 51067 | <filename>2. Letter Conversion.asm
; GIVEN A LOWERCASE LETTER
; PRINT THE LOWERCASE LETTER OF THE LETTER BEFORE THE UPPERCASE
; SUPPOSE, IF B IS GIVEN PRINT 'a'
; ALSO PRINT IT'S 1'S COMPLEMENT
.MODEL SMALL
.STACK 100H
.DATA
CLR EQU 0DH
RLF EQU 0AH
MSG1 DB 'ENTER A UPPER CASE LETTER: $'
MSG2 D... |
oeis/103/A103588.asm | neoneye/loda-programs | 11 | 51068 | <reponame>neoneye/loda-programs
; A103588: 1's complement of A103582.
; Submitted by <NAME>(s2)
; 0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0
lpb $0
add $1,1
s... |
job_aes_hmac.asm | spdk/intel-ipsec-mb | 1 | 51069 | ;;
;; Copyright (c) 2012-2018, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... |
libsrc/graphics/kaypro/respixl_83.asm | Toysoft/z88dk | 0 | 51072 | <filename>libsrc/graphics/kaypro/respixl_83.asm
;
; Kaypro ('83 versions) pseudo graphics routines
; Version for the standard text symbols
;
; <NAME> 2018
;
;
; Reset pixel at (x,y) coordinate.
;
;
; $Id: respixl_83.asm $
;
INCLUDE "graphics/grafix.inc"
SECTION code_clib
PUBLIC respixel
... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48_notsx.log_21829_155.asm | ljhsiun2/medusa | 9 | 51073 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xebba, %r10
add $32800, %rsi
movups (%r10), %xmm5
vpextrq $1, %xmm5, %rcx
cmp %r15, %r15
lea addresses_normal_ht+0x11bba, %rbp
and $53407, %r12
mov ... |
programs/oeis/082/A082389.asm | karttu/loda | 0 | 51074 | <reponame>karttu/loda
; A082389: a(n) = floor((n+2)*phi) - floor((n+1)*phi) where phi=(1+sqrt(5))/2.
; 1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2
mov $1... |
8088/xtserver/testcases/sweep.asm | reenigne/reenigne | 92 | 51075 | <filename>8088/xtserver/testcases/sweep.asm
%include "../../defaults_bin.asm"
mov cx,65535
in al,0x61
or al,3
out 0x61,al
mov al,TIMER2 | BOTH | MODE3 | BINARY
out 0x43,al
loopTop:
mov ax,cx
out 0x42,al
mov al,ah
out 0x42,al
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
l... |
fibonacci.asm | talhakanyilmaz/mips | 0 | 51076 | .data
A: .word 20
Line: .asciiz "\n"
.text
main:
lui $5, 0x1001
ori $5, $5, 0x0000
lw $6, 0($5)
lw $10, 4($5)
addi $7, $0, 0
addi $8, $8, 1
addi $9, $9, 1
loop:
add $7, $8, $9
add $8, $0, $9
add $9, $0, $7
addi $6, $6, -1
add $4, $0, $7
addi $2, $0, 1
sys... |
ln.asm | MatanGilead/myxv6 | 0 | 51078 |
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 10 ... |
Library/Math/Main/mainMain.asm | steakknife/pcgeos | 504 | 51079 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: mainMain.asm
AUTHOR: <NAME>
REVISION HISTORY:
Name Date Description
---- ---- -----------
jimmy 4/22/92 Initial version.
witt 11/17/93 DB... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1330.asm | ljhsiun2/medusa | 9 | 51080 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1330.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x37b5, %r8
nop
nop
nop
nop
nop
dec %r9
movups (%r8), %xmm6
vpextrq $1... |
programs/oeis/194/A194195.asm | jmorken/loda | 1 | 51081 | <filename>programs/oeis/194/A194195.asm
; A194195: First inverse function (numbers of rows) for pairing function A060734
; 1,2,2,1,3,3,3,2,1,4,4,4,4,3,2,1,5,5,5,5,5,4,3,2,1,6,6,6,6,6,6,5,4,3,2,1,7,7,7,7,7,7,7,6,5,4,3,2,1,8,8,8,8,8,8,8,8,7,6,5,4,3,2,1,9,9,9,9,9,9,9,9,9,8,7,6,5,4,3,2,1,10,10,10,10,10,10,10,10,10,10,9,8,7... |
oeis/119/A119248.asm | neoneye/loda-programs | 11 | 51083 | <reponame>neoneye/loda-programs
; A119248: a(n) is the difference between denominator and numerator of the n-th alternating harmonic number Sum_{k=1..n} (-1)^(k+1)/k = A058313(n)/A058312(n).
; Submitted by <NAME>
; 0,1,1,5,13,23,101,307,641,893,7303,9613,97249,122989,19793,48595,681971,818107,13093585,77107553,66022193... |
programs/oeis/104/A104896.asm | karttu/loda | 1 | 51084 | <reponame>karttu/loda
; A104896: a(0) = 0; a(n) = 7*a(n-1) + 7.
; 0,7,56,399,2800,19607,137256,960799,6725600,47079207,329554456,2306881199,16148168400,113037178807,791260251656,5538821761599,38771752331200,271402266318407,1899815864228856,13298711049601999
mov $1,7
pow $1,$0
div $1,6
mul $1,7
|
select.asm | dsprenkels/curve13318 | 3 | 51085 | ; Select an element from a lookup table
;
; Author: <NAME> <<EMAIL>>
%include "select.mac"
global crypto_scalarmult_curve13318_ref12_select
section .text
crypto_scalarmult_curve13318_ref12_select:
; select the element from the lookup table at index `idx` and copy the
; element to `dest`.
; C-type: void s... |
src/spread/wdef/grid.asm | olifink/qspread | 0 | 51087 | ; Grid menu window (variable size) 1999 <NAME>
include win1_keys_wdef_long
include win1_keys_wwork
include win1_keys_wstatus
include win1_mac_menu_long
include win1_keys_wman
include win1_keys_colour
xref.s met.f3_grid
xref.s meu.f3_selcol,meu.f3_insrow,meu.f3_delrow,meu.f3_width
xref.s meu.f3_delcol,m... |
audio/sfx/battle_14.asm | AmateurPanda92/pokemon-rby-dx | 9 | 51088 | SFX_Battle_14_Ch7:
noisenote 8, 15, -7, 50
noisenote 8, 15, 4, 67
noisenote 8, 15, 2, 84
noisenote 8, 15, 1, 101
endchannel
|
programs/oeis/246/A246552.asm | karttu/loda | 0 | 51089 | ; A246552: 2-adic valuation of the number of involutions of n (A000085).
; 0,0,1,2,1,1,2,3,2,2,3,4,3,3,4,5,4,4,5,6,5,5,6,7,6,6,7,8,7,7,8,9,8,8,9,10,9,9,10,11,10,10,11,12,11,11,12,13,12,12,13,14,13,13,14,15,14,14,15,16,15,15,16,17,16,16,17,18,17,17,18,19,18,18,19,20,19,19,20,21,20,20,21,22,21,21,22,23,22,22,23,24,23,23,... |
win32/VC10/Win32/libxml2_Debug/buf.asm | txwizard/libxml2_x64_and_ARM | 0 | 51090 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1
TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\buf.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM _xmlMalloc:DWORD
COMM _x... |
oeis/087/A087059.asm | neoneye/loda-programs | 11 | 51091 | ; A087059: Difference between 2*n^2 and the next greater square number.
; Submitted by <NAME>(s2)
; 2,1,7,4,14,9,2,16,7,25,14,1,23,8,34,17,47,28,7,41,18,56,31,4,46,17,63,32,82,49,14,68,31,89,50,9,71,28,94,49,2,72,23,97,46,124,71,16,98,41,127,68,7,97,34,128,63,161,94,25,127,56,162,89,14,124,47,161,82,1,119
add $0,1
mov... |
libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_frexp.asm | Frodevan/z88dk | 640 | 51092 | <gh_stars>100-1000
;
; feilipu, 2019 May
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
;-----------------------------------------------------------------------... |
c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_frwlog.asm | ramok/Themis_ForHPSDR | 0 | 51093 | <filename>c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_frwlog.asm<gh_stars>0
; DCL_frwlog.asm - fast read & write operations to floating-point data log [DCL_fdlog.h]
;
; Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
; ALL RIGHTS RESERVED
.if __TI_EABI__
.asg DCL_freadLo... |
programs/oeis/211/A211664.asm | karttu/loda | 0 | 51094 | <reponame>karttu/loda
; A211664: Number of iterations (...f_4(f_3(f_2(n))))...) such that the result is < 1, where f_j(x):=log_j(x).
; 1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
mul ... |
programs/oeis/004/A004641.asm | jmorken/loda | 1 | 51095 | <gh_stars>1-10
; A004641: Fixed under 0 -> 10, 1 -> 100.
; 1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0... |
programs/oeis/109/A109362.asm | karttu/loda | 0 | 51096 | <filename>programs/oeis/109/A109362.asm
; A109362: Period 6: repeat [0, 0, 1, 2, 0, 3].
; 0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2,0,3,0,0,1,2
lpb $0,1
mod $0,6
lpe
pow $0,$0
sub $0,1
mul $0,2
lpb $0,1
mo... |
data/pokemon/base_stats/lileep.asm | AtmaBuster/pokeplat-gen2 | 6 | 51097 | <gh_stars>1-10
db 0 ; species ID placeholder
db 66, 41, 77, 23, 61, 87
; hp atk def spd sat sdf
db ROCK, GRASS ; type
db 45 ; catch rate
db 121 ; base exp
db NO_ITEM, MIRACLE_SEED ; items
db GENDER_F12_5 ; gender ratio
db 30 ; step cycles to hatch
INCBIN "gfx/pokemon/lileep/front.dimensions"
d... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_4.asm | ljhsiun2/medusa | 9 | 51099 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x377c, %rax
nop
nop
nop
add $60739, %r10
mov (%rax), %r11
nop
xor $64731, %rbx
lea addresses_WC_ht+0x1e7c, %r11
xor $52592, %r12
mov $0x6162636465666768, %rbx
movq %rbx, ... |
programs/oeis/180/A180668.asm | jmorken/loda | 1 | 51100 | <reponame>jmorken/loda
; A180668: a(n) = a(n-1)+a(n-2)+a(n-3)+4*n-8 with a(0)=0, a(1)=0 and a(2)=1.
; 0,0,1,5,14,32,67,133,256,484,905,1681,3110,5740,10579,19481,35856,65976,121377,223277,410702,755432,1389491,2555709,4700720,8646012,15902537,29249369,53798022,98950036,181997539,334745713
mov $2,$0
mov $4,$0
lpb $2
... |
oeis/289/A289746.asm | neoneye/loda-programs | 11 | 51101 | <filename>oeis/289/A289746.asm
; A289746: Coefficients in expansion of -q*E'_14 where E_14 is the Eisenstein Series (A058550).
; 24,393264,114791328,6443237472,146484375120,1880970700608,16277353748544,105566002741440,549043363293048,2400292970716320,9113996005998048,30817824417926784,94497033256783248,2667207185236419... |
gfx/tilesets/mart_palette_map.asm | AtmaBuster/pokeplat-gen2 | 6 | 51102 | tilepal 0, GRAY, YELLOW, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY
tilepal 0, GREEN, GREEN, WATER, RED, GRAY, GRAY, ROOF, ROOF
tilepal 0, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY
tilepal 0, BROWN, BROWN, BROWN, RED, ROOF, ROOF, GRAY, YELLOW
tilepal 0, GRAY, GRAY, RED, RED, RED, RED, WATER, WATER
tilepal 0, WATER, ... |
src/strctrs.asm | majioa/faststring | 1 | 51103 | .386
.model flat
include constant.inc
PUBLIC @FastString@Unique$qqrv
PUBLIC @FastString@$bctr$qqrv
PUBLIC @FastString@$bctr$qqrxo
PUBLIC @FastString@$bctr$qqrxc
PUBLIC @FastString@$bctr$qqrxuc
PUBLIC @FastString@$bctr$qqrxs
PUBLIC @FastString@$bctr$qqrxus
PUBLIC @FastString@$bctr$qqrxi
PU... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_2_1017.asm | ljhsiun2/medusa | 9 | 51104 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rcx
lea addresses_D_ht+0x1e910, %r10
nop
nop
nop
nop
nop
cmp %r14, %r14
movups (%r10), %xmm5
vpextrq $0, %xmm5, %r8
inc %rcx
pop %rcx
pop %r8
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r14
push... |
4s/asm_kurs/module.asm | MPogoda/latex-docs | 3 | 51105 | <reponame>MPogoda/latex-docs<filename>4s/asm_kurs/module.asm
.model compact
.stack 100h
.data
equip_flag EQU byte ptr ds:[10h]
CGAbits EQU 00100000b
MDAbits EQU 00110000b;биты для переменной equip_flag
MASK_BL_INTS EQU 01110111b;установка на 0 мерцания и интенсивности
BLINK_ON EQU 10000000b;
IN... |
oeis/171/A171709.asm | neoneye/loda-programs | 0 | 51106 | ; A171709: Numerator of 1/9 - 1/n^2.
; Submitted by <NAME>
; 0,-5,-8,-1,-8,-5,0,7,16,1,40,55,8,91,112,5,160,187,8,247,280,35,352,391,16,475,520,7,616,667,80,775,832,11,952,1015,40,1147,1216,143,1360,1435,56,1591,1672,65,1840,1927,224,2107,2200,85,2392,2491,32,2695,2800,323,3016,3127,40,3355,3472,133,3712,3835,440,4087,... |
oeis/021/A021715.asm | neoneye/loda-programs | 11 | 51109 | <reponame>neoneye/loda-programs
; A021715: Decimal expansion of 1/711.
; Submitted by <NAME>
; 0,0,1,4,0,6,4,6,9,7,6,0,9,0,0,1,4,0,6,4,6,9,7,6,0,9,0,0,1,4,0,6,4,6,9,7,6,0,9,0,0,1,4,0,6,4,6,9,7,6,0,9,0,0,1,4,0,6,4,6,9,7,6,0,9,0,0,1,4,0,6,4,6,9,7,6,0,9,0,0,1,4,0,6,4,6,9,7,6,0,9,0,0,1,4,0,6,4,6
seq $0,42 ; Unary represen... |
data/baseStats_original/miltank.asm | adhi-thirumala/EvoYellow | 16 | 51110 | ;MiltankBaseStats: ; 38aa6 (e:4aa6)
db DEX_MILTANK ; pokedex id
db 95 ; base hp
db 80 ; base attack
db 105 ; base defense
db 100 ; base speed
db 70 ; base special
db NORMAL ; species type 1
db NORMAL ; species type 2
db 19 ; catch rate
db 200 ; base exp yield
INCBIN "pic/ymon/miltank.pic",0,1 ; 55, sprite dimensions
dw... |
externals/mpir-3.0.0/mpn/x86_64/nehalem/rshift.asm | JaminChan/eos_win | 1 | 51111 | <gh_stars>1-10
dnl mpn_rshift
dnl Copyright 2009 <NAME>
dnl This file is part of the MPIR Library.
dnl The MPIR Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 2.1 of... |
src/main/native/aesmb/aes_cbc_dec_by8_sse.asm | gitter-badger/diceros | 0 | 51112 | <reponame>gitter-badger/diceros<gh_stars>0
;
; Licensed to the Apache Software Foundation (ASF) under one
; or more contributor license agreements. See the NOTICE file
; distributed with this work for additional information
; regarding copyright ownership. The ASF licenses this file
; to you under the Apache Li... |
uti/loosact.asm | olifink/smsqe | 0 | 51113 | ; Loose menu item action utility routines 1993 <NAME>
section utility
xdef ut_rdwci ; redraw current item, return OK & no event
xdef ut_rdwie ; redraw current item, preserve error & event
include dev8_keys_wman
include dev8_keys_wstatus
include dev8_keys_wwork
;+++
; Set current item to available and redraw i... |
_build/dispatcher/jmp_ippsSMS4_CCMDecrypt_279da32b.asm | zyktrcn/ippcp | 1 | 51114 | <reponame>zyktrcn/ippcp<gh_stars>1-10
extern m7_ippsSMS4_CCMDecrypt:function
extern n8_ippsSMS4_CCMDecrypt:function
extern y8_ippsSMS4_CCMDecrypt:function
extern e9_ippsSMS4_CCMDecrypt:function
extern l9_ippsSMS4_CCMDecrypt:function
extern n0_ippsSMS4_CCMDecrypt:function
extern k0_ippsSMS4_CCMDecrypt:function
extern ip... |
src/music_fish/music.asm | demoscene-source-archive/from-the-seas-to-the-stars | 0 | 51115 | <reponame>demoscene-source-archive/from-the-seas-to-the-stars<gh_stars>0
; Music converted from music.xrns 2018-08-14 22:57:21
%define MUSIC_LENGTH 1664
%define TOTAL_SAMPLES 10354688
%define MAX_TOTAL_INSTRUMENT_SAMPLES 15794176
%define SAMPLES_PER_TICK 6013
%define TICKS_PER_SECOND 7.333333333
%define NUM_TRACKS_W... |
oeis/339/A339711.asm | neoneye/loda-programs | 11 | 51116 | <reponame>neoneye/loda-programs
; A339711: a(n) = A178901(n)/n.
; Submitted by <NAME>
; 2,2,2,3,4,6,10,17,30,54,98,179,330,612,1142,2141,4030,7612,14422,27401,52192,99639,190613,365341,701454,1348950,2597977,5010384,9675224,18705433,36204063,70145372,136039509,264076693,513063289,997623061,1941320551,3780466336
add $0... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_1396.asm | ljhsiun2/medusa | 9 | 51117 | <filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_1396.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x105ab, %rsi
lea addresses_D_ht+0xcc23, %rdi
nop
nop
nop
nop
xor $10648, %rbx... |
crudasm9src/util/crudbin/sample.asm | siserin/crudasm9 | 0 | 51118 | <filename>crudasm9src/util/crudbin/sample.asm
bits 16
mov ax,0x1234
mov cx,0xabcd
push byte 2
push word 0x1701
fstcw [bx]
fnstcw [si]
ret
lar si,di
lsl di,si
bt word [bx],ax
bt word [bx],byte 3
wait |
lib/target/multi8/classic/16k.asm | Frodevan/z88dk | 38 | 51119 | <filename>lib/target/multi8/classic/16k.asm
; CRT0 for the Multi8 (16k mode)
;
IF !DEFINED_CRT_ORG_CODE
defc CRT_ORG_CODE = 0xC000
ENDIF
defc VRAM_IN = 0x17
defc VRAM_OUT = 0x0f
defc __PORT29_COPY = 0xf0bb
defc TAR__clib_exit_stack_size = 32
defc TAR__register_sp = -1
... |
src/exit.asm | onlymx13/cesium | 0 | 51120 | <reponame>onlymx13/cesium
; application exit handling routines
exit_full:
call flash_code_copy
exit_cleanup.run
relocate exit_cleanup, ti.mpLcdCrsrImage + 500
bit setting_ram_backup,(iy + settings_flag)
call nz,flash_clear_backup
call lcd_normal
call ti.ClrParserHook
call ti.ClrAppChangeHook
call util_setup_s... |
oeis/192/A192745.asm | neoneye/loda-programs | 11 | 51121 | <filename>oeis/192/A192745.asm
; A192745: Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined below in Comments.
; Submitted by <NAME>
; 0,1,2,5,13,42,175,937,6152,47409,416441,4092650,44425891,527520141,6798966832,94504778173,1408978113005,22426272779178,379522678988183,6804322657495361,1288... |
programs/oeis/170/A170836.asm | neoneye/loda | 22 | 51122 | <filename>programs/oeis/170/A170836.asm
; A170836: First differences of A170837.
; 0,1,4,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16
mov $1,$0
lpb $1
m... |
lab6/dec.asm | Winterpuma/bmstu_MDPL | 14 | 51123 | <reponame>Winterpuma/bmstu_MDPL
PUBLIC UDec
PUBLIC SDec
CSEG SEGMENT PARA PUBLIC 'CODE'
ASSUME CS:CSEG
UDec PROC NEAR
RET
UDec ENDP
SDec PROC NEAR
RET
SDec ENDP
CSEG ENDS
END |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_216.asm | ljhsiun2/medusa | 9 | 51124 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9334, %r8
nop
nop
nop
nop
nop
xor %r12, %r12
movups (%r8), %xmm5
vpextrq $0, %xmm5, %rbp
lfence
lea addresses_D_ht+0x5ef8, %rsi
lea addresses_A_ht+0x194f8, %rdi
nop
nop
nop
add %r9, %r9
... |
doc/ics312_prime.asm | YingkunZhou/i386-test | 0 | 51125 | <gh_stars>0
; This program computes prime numbers
%include 'asm_io.inc'
segment .data
Message db "Find primes up to: ", 0
segment .bss
Limit resd 1 ; 4-byte int
Guess resd 1 ; 4-byte int
segment .text
global asm_main
asm_main:
enter 0, 0 ; setup
pusha ; setup
mov eax, Message ; print the mes... |
oeis/037/A037967.asm | neoneye/loda-programs | 11 | 51126 | ; A037967: a(n) = (C(2*n,n)^2+C(2*n,n))/2.
; 1,3,21,210,2485,31878,427350,5891028,82824885,1181976510,17067482146,248817506028,3656231188246,54086245380300,804670817838300,12030722583033960,180648817921816245,2722858996178147310,41179040361190612650,624643836563467851900,9500832753930468560610,144860769698602531594020,... |
libtool/src/gmp-6.1.2/mpn/arm64/aors_n.asm | kroggen/aergo | 278 | 51127 | <reponame>kroggen/aergo
dnl ARM64 mpn_add_n and mpn_sub_n
dnl Contributed to the GNU project by <NAME>.
dnl Copyright 2013 Free Software Foundation, Inc.
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 modify
dnl it under the terms of eit... |
programs/oeis/093/A093500.asm | karttu/loda | 1 | 51129 | <filename>programs/oeis/093/A093500.asm
; A093500: a(n) = (15*n^2 + 5*n + 2)/2.
; 11,36,76,131,201,286,386,501,631,776,936,1111,1301,1506,1726,1961,2211,2476,2756,3051,3361,3686,4026,4381,4751,5136,5536,5951,6381,6826,7286,7761,8251,8756,9276,9811,10361,10926,11506,12101,12711,13336,13976,14631,15301,15986,16686,17401,... |
programs/oeis/265/A265541.asm | karttu/loda | 0 | 51130 | <gh_stars>0
; A265541: Largest base-9 palindrome m <= n, written in base 10.
; 0,1,2,3,4,5,6,7,8,8,10,10,10,10,10,10,10,10,10,10,20,20,20,20,20,20,20,20,20,20,30,30,30,30,30,30,30,30,30,30,40,40,40,40,40,40,40,40,40,40,50,50,50,50,50,50,50,50,50,50,60,60,60,60,60,60,60,60,60,60,70,70,70,70,70,70,70,70,70,70,80,80
mov ... |
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_destroy.asm | jpoikela/z88dk | 640 | 51132 |
; void wa_priority_queue_destroy(ba_priority_queue_t *q)
SECTION code_clib
SECTION code_adt_wa_priority_queue
PUBLIC wa_priority_queue_destroy
EXTERN asm_wa_priority_queue_destroy
defc wa_priority_queue_destroy = asm_wa_priority_queue_destroy
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _wa_priority_queue_destro... |
programs/oeis/060/A060161.asm | karttu/loda | 0 | 51133 | <gh_stars>0
; A060161: a(n) = 2^n - 1 + 2*Fibonacci(n-1).
; 1,5,9,19,37,73,143,281,553,1091,2157,4273,8479,16849,33521,66755,133045,265337,529455,1056937,2110681,4216195,8424029,16834529,33647167,67258913,134460513,268828291,537506533,1074770281,2149147727,4297659833,8594291209,17186918339,34371144141,68737931665,13746... |
Levels/Misc/Map - Tension Bridge.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | 5 | 51135 | dc.w word_385F4-Map_TensionBridge
dc.w word_385FC-Map_TensionBridge
word_385F4: dc.w 1
dc.b $F8, 5, 0, 4, $FF, $F8
word_385FC: dc.w 1
dc.b $F8, 5, 0, 0, $FF, $F8
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_513.asm | ljhsiun2/medusa | 9 | 51137 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1753d, %rdx
sub $9843, %rbx
mov (%rdx), %r14
nop
and %rcx, %rcx
lea addresses_D_ht+0x1d37d, %rsi
lea addresses_WC_ht+0xb43d, %rdi
cmp $55601, %r14
mov $29, %... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_13292_1228.asm | ljhsiun2/medusa | 9 | 51140 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x2599, %rsi
lea addresses_WC_ht+0x129f1, %rdi
clflush (%rdi)
nop
nop
sub %r10, %r10
mov $68, %rcx
rep movsw
nop
nop
dec %rax
lea addresses_D_ht+0xe3e1, %rsi... |
Working Disassembly/Levels/DEZ/Misc Object Data/Map - Torpedo Launcher.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 51142 | <gh_stars>1-10
dc.w word_472BC-Map_TorpedoLauncher
dc.w word_472D0-Map_TorpedoLauncher
dc.w word_472E4-Map_TorpedoLauncher
dc.w word_472F8-Map_TorpedoLauncher
dc.w word_4730C-Map_TorpedoLauncher
dc.w word_47320-Map_TorpedoLauncher
dc.w word_47334-Map_TorpedoLauncher
dc.w word_47348-Map_TorpedoLauncher
... |
test/e2e/gcd.thumb.asm | matanlurey/armv4t.dart | 8 | 51145 | ; ARM MODE (Entrypoint)
processor CPU32_V1
code32
MOV r2, gcd - 1
processor CPU32_V4T
BX r2
; THUMB MODE.
processor CPU32_V4T
code16
gcd:
CMP r0, r1
BEQ done
BLT less
SUB r0, r0, r1
B gcd
less:
SUB r1, r1, r0
B gcd
done:
|
programs/Hello.asm | epl692/ericOS | 0 | 51146 | BITS 16
ORG 32768
%INCLUDE 'mikedev.inc'
start:
mov ax, .title_msg
mov bx, .footer_msg
; WRGB
mov cx, 00110000b ; Colour
call os_draw_background
mov si, mystring
call os_print_string
call os_print_newline
call datetime
mov si, mysecond
call os_print_string
mov ax, .about1
mov bx, .about2
... |
windows-x64/adler32file.asm | mazoti/adler32 | 0 | 51147 | ; int adler32file(char* filepath, int* result);
global adler32file
extern CreateFileA
extern CloseHandle
extern ReadFile
; ======= Configure here the best size for your system =======
%define BUFFER_SIZE 65536
; ============================================================
section .bss
buffer resb BUFFER_SIZE
se... |
test/jzas/sintactic/valid/success08.asm | scoffey/jz80sim | 1 | 51148 | aseg
org 100h
inicio ld de, string
ld b, longitud+1
jr chequeo
ciclo ld a, (de)
inc de
cp letra
jr z, encontrada
chequeo djnz ciclo
encontrada ld hl, string + longitud
dec hl
sbc hl, de
ld (lugar), hl
rs... |
oeis/276/A276139.asm | neoneye/loda-programs | 11 | 51149 | ; A276139: Series expansion of (1 + 2x + 4x^2)/(1 - 3x - 5x^2).
; Submitted by <NAME>
; 1,5,24,97,411,1718,7209,30217,126696,531173,2226999,9336862,39145581,164121053,688091064,2884878457,12095090691,50709664358,212604446529,891361661377,3737107216776,15668129957213,65689925955519,275410427652622,1154680912735461,48410... |
libsrc/_DEVELOPMENT/string/c/sccz80/memcpy_callee.asm | meesokim/z88dk | 0 | 51150 |
; void *memcpy(void * restrict s1, const void * restrict s2, size_t n)
SECTION code_string
PUBLIC memcpy_callee
EXTERN asm_memcpy
memcpy_callee:
pop af
pop bc
pop hl
pop de
push af
jp asm_memcpy
|
asg/asm/rdkafka_assignment.asm | asgkafka/librdkafka | 0 | 51151 | <filename>asg/asm/rdkafka_assignment.asm
*PROCESS DUPALIAS
*
* Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07
* on Fri Apr 30 15:35:21 2021
*
WXTRN @@ZARCH#
*
*
*
* Code Section
*
@CODE ALIAS X'7CD9C4D2C1C6D2C16DC1E2E2C9C7D5D4C5D5E3'
@CODE CSECT
@CODE AMODE ANY
@CODE RMODE ANY
... |
source/features/misc.asm | JohnnyHobo/ArkOS | 1 | 51152 | <reponame>JohnnyHobo/ArkOS
; ==================================================================
; MikeOS -- The Mike Operating System kernel
; Copyright (C) 2006 - 2014 MikeOS Developers -- see doc/LICENSE.TXT
;
; MISCELLANEOUS ROUTINES
; ==================================================================
; ----... |
programs/oeis/236/A236185.asm | karttu/loda | 0 | 51153 | <reponame>karttu/loda<filename>programs/oeis/236/A236185.asm<gh_stars>0
; A236185: Differences between terms of compacting Eratosthenes sieve for prime(4) = 7.
; 4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,... |
scripts/FuchsiaPokecenter.asm | opiter09/ASM-Machina | 1 | 51154 | FuchsiaPokecenter_Script:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
FuchsiaPokecenter_TextPointers:
dw FuchsiaHealNurseText
dw FuchsiaPokecenterText2
dw FuchsiaPokecenterText3
dw FuchsiaTradeNurseText
FuchsiaHealNurseText:
script_pokecenter_nurse
FuchsiaPokecenterText2... |
programs/oeis/213/A213823.asm | karttu/loda | 1 | 51155 | ; A213823: Principal diagonal of the convolution array A213822.
; 4,41,147,358,710,1239,1981,2972,4248,5845,7799,10146,12922,16163,19905,24184,29036,34497,40603,47390,54894,63151,72197,82068,92800,104429,116991,130522,145058,160635,177289,195056,213972,234073,255395,277974,301846,327047,353613,381580,410984,441861,4742... |
programs/oeis/014/A014305.asm | karttu/loda | 0 | 51157 | ; A014305: Duplicate of A023533.
; 1,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0
mov $1,1
mov $2,$0
mov $3,3
lpb $0,1
sub $0,2
add $3,1
mov $4,6
trn $4,$2
mov $2,$4
sub $3,3
trn $0,$3
mov $1,$0
trn $0,1
add $0,1
add $2,5
add $3,$2
lpe
|
_build/dispatcher/jmp_ippsSMS4DecryptCTR_5a85480a.asm | zyktrcn/ippcp | 1 | 51158 | extern m7_ippsSMS4DecryptCTR:function
extern n8_ippsSMS4DecryptCTR:function
extern y8_ippsSMS4DecryptCTR:function
extern e9_ippsSMS4DecryptCTR:function
extern l9_ippsSMS4DecryptCTR:function
extern n0_ippsSMS4DecryptCTR:function
extern k0_ippsSMS4DecryptCTR:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeIni... |
WangShuang_book/p262e11.asm | SmirnovKol/Learning_x86_assembly_language | 1 | 51159 | ; test p262e1.asm: use interrupt handler to display a string
assume cs:code
data segment
db 'Welcome to masm!!!', 0
data ends
code segment
start: mov ax, data
mov ds, ax
mov si, 0
mov dh, 15
mov dl, 50
mov cl, 10011100b
int 7ch
mov ax, 4c00h
int 21h
code ends
end start
|
programs/oeis/030/A030494.asm | jmorken/loda | 1 | 51160 | <gh_stars>1-10
; A030494: If n is even, 2(n/2 + 1)! - 1; if n is odd, ((n + 1)/2 + 1)! - 1.
; 1,3,5,11,23,47,119,239,719,1439,5039,10079,40319,80639,362879,725759,3628799,7257599,39916799,79833599,479001599,958003199,6227020799,12454041599,87178291199,174356582399,1307674367999,2615348735999
mov $1,$0
add $1,1
mov $2,... |
src/boot/main.asm | wsngamerz/wsn_os | 1 | 51161 | <filename>src/boot/main.asm<gh_stars>1-10
[org 0x7c00]
[bits 16]
section .text
global main
; TODO: - Save boot drive into variable at the start
; - Add header information describing filesystem
main:
; reset segment registers to 0
cli
jmp 0x0000:ZeroSeg
ZeroSeg:
xor ax, ax
mo... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_845.asm | ljhsiun2/medusa | 9 | 51162 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x68ac, %rsi
lea addresses_WT_ht+0xa8ac, %rdi
mfence
mov $61, %rcx
rep movsl
nop
nop
dec %r12
lea addresses_A_ht+0x8e6c, %r13
nop
inc %r12
mov $0x6162636465666768, %rdi
movq %r... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.