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 |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_cbrt_fastcall.asm | jpoikela/z88dk | 640 | 209828 | <filename>libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_cbrt_fastcall.asm
; float cbrt(float x) __z88dk_fastcall
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdccix_cbrt_fastcall
EXTERN cm48_sdccixp_dx2m48, am48_cbrt, cm48_sdccixp_m482d
cm48_sdccix_cbrt_fastcall:
call cm48_sdccixp_dx2m48
... |
Assembly/Palindrome_Programs/Palindrome_And_Pattern.asm | rlong2/Code | 0 | 209830 | <reponame>rlong2/Code
# This program is identical to Palndrome.asm except theere is
# an additional method CheckString which analyzes provided strings
# to see if a specific pattern is matched.
.data
printedMessage: .asciiz "The length of the string: "
#acceptable strings
String0:
.asciiz "a"
String1:
.asciiz "abb... |
libsrc/_DEVELOPMENT/font/fzx/c/sccz80/fzx_glyph_width.asm | meesokim/z88dk | 0 | 209831 | <reponame>meesokim/z88dk
; uint16_t fzx_glyph_width(struct fzx_font *ff, int c)
SECTION code_font_fzx
PUBLIC fzx_glyph_width
EXTERN fzx0_glyph_width_callee
fzx_glyph_width:
pop af
pop bc
pop hl
push hl
push bc
push af
jp fzx0_glyph_width_callee
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1378.asm | ljhsiun2/medusa | 9 | 209832 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1d881, %r15
nop
nop
nop
nop
inc %r9
movl $0x61626364, (%r15)
nop
nop
sub $56947, %r13
lea addresses_UC_ht+0x4029, %r12
nop
nop
and %rsi, %rsi
movl $0x61626364, (%r12... |
kernel.asm | istiakbinmahmod/Xv6 | 0 | 209833 | <reponame>istiakbinmahmod/Xv6
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byt... |
arquivos_teste_moodle/fat_mod_A.asm | LSantos06/MacroAssembler | 0 | 209834 | MOD_A: BEGIN
MOD_B: EXTERN
PUBLIC FAT
PUBLIC N
SECTION TEXT
INPUT N ;0
LOAD N ;2
FAT: SUB ONE ;44
JMPZ FIM ;6
JMP MOD_B ;8
FIM: OUTPUT N ;10
STOP ;12
SECTION DATA
N: SPACE ;13
ONE: CONST 0x01 ;14
END
|
tests/nasm/punpckhwd.asm | Tuna0128/Tuna0128.github.io | 12,700 | 209835 | <reponame>Tuna0128/Tuna0128.github.io
global _start
section .data
align 16
quad1:
dq 0xccddccddad007fff
quad2:
dq 0xaabbaabbad007fff
quad3:
dq 0x00ff00ffad007fff
mydword:
dd 0xcafebabe
myaddress:
dq 0x00adbeefc0de00ce
%include "header.inc"
movq mm0, [quad1]
movq mm1, [quad3]
movq mm2, [quad2]
movq mm... |
private/ntos/ke/tests/x86div/i386/testa.asm | King0987654/windows2000 | 17 | 209836 | <reponame>King0987654/windows2000<gh_stars>10-100
; Static Name Aliases
;
TITLE testa.asm
NAME testa
.386p
include callconv.inc
EXTRNP _DivMarker,0
_DATA SEGMENT DWORD USE32 PUBLIC 'DATA'
public _DivOperand, _DivRegPointer, _DivRegSc... |
programs/oeis/178/A178703.asm | karttu/loda | 0 | 209837 | <gh_stars>0
; A178703: Partial sums of round(3^n/7).
; 0,0,1,5,17,52,156,468,1405,4217,12653,37960,113880,341640,1024921,3074765,9224297,27672892,83018676,249056028,747168085,2241504257,6724512773,20173538320,60520614960,181561844880,544685534641,1634056603925,4902169811777,14706509435332,44119528305996,132358584917988... |
programs/oeis/084/A084851.asm | neoneye/loda | 22 | 209838 | <gh_stars>10-100
; A084851: Binomial transform of binomial(n+2,2).
; 1,4,13,38,104,272,688,1696,4096,9728,22784,52736,120832,274432,618496,1384448,3080192,6815744,15007744,32899072,71827456,156237824,338690048,731906048,1577058304,3388997632,7264534528,15535702016,33151778816,70598524928,150055419904,318364450816,67430... |
base/mvdm/wow16/kernel31/i21task.asm | npocmaka/Windows-Server-2003 | 17 | 209839 | <filename>base/mvdm/wow16/kernel31/i21task.asm<gh_stars>10-100
.xlist
include kernel.inc
include tdb.inc
include pdb.inc
include kdos.inc
include protect.inc
ifdef WOW
include vint.inc
endif
.list
externFP LoadLibrary
externFP LoadModule
externFP GlobalFree,
externFP GlobalFreeAll
externFP GlobalCompa... |
programs/oeis/269/A269224.asm | jmorken/loda | 1 | 209841 | ; A269224: Factorial of the sum of digits of n in base 4.
; 1,1,2,6,1,2,6,24,2,6,24,120,6,24,120,720,1,2,6,24,2,6,24,120,6,24,120,720,24,120,720,5040,2,6,24,120,6,24,120,720,24,120,720,5040,120,720,5040,40320,6,24,120,720,24,120,720,5040,120,720,5040,40320,720,5040,40320
mov $2,$0
cal $2,53737 ; Sum of digits of (n wr... |
libtool/src/gmp-6.1.2/mpn/s390_32/esame/mul_basecase.asm | kroggen/aergo | 1,602 | 209842 | dnl S/390-32/esame mpn_mul_basecase.
dnl Copyright 2011 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 either:
dnl
dnl * the GNU Lesser General Public License as published ... |
data/wildPokemon/route24.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 209843 | <reponame>etdv-thevoid/pokemon-rgb-enhanced
Route24Mons:
db $19
IF DEF(_GREEN)
db 12,BELLSPROUT
db 11,PIDGEY
db 12,PIDGEY
db 14,BELLSPROUT
db 13,PIDGEY
db 10,VENONAT
db 13,VENONAT
db 8,JIGGLYPUFF
db 10,JIGGLYPUFF
db 12,JIGGLYPUFF
ELSE
db 12,ODDISH
db 11,PIDGEY
db 12,PIDGEY
db 14,ODDISH
db 13,PIDGEY
db ... |
SETTRACE.asm | cicsdev/cics-cpsm-wlm-trace | 2 | 209844 | *ASM XOPTS(PROLOG EPILOG SP)
TITLE 'CPSM WLM Trace Switcher'
***********************************************************************
* Licensed Materials - Property of IBM *
* ... |
programs/oeis/160/A160050.asm | neoneye/loda | 22 | 209845 | <filename>programs/oeis/160/A160050.asm
; A160050: Numerator of the Harary number for the star graph s_n.
; 0,1,5,9,7,10,27,35,22,27,65,77,45,52,119,135,76,85,189,209,115,126,275,299,162,175,377,405,217,232,495,527,280,297,629,665,351,370,779,819,430,451,945,989,517,540,1127,1175,612,637,1325,1377,715,742,1539,1595,826... |
common/comdat.asm | DigitalMars/optlink | 28 | 209846 | <gh_stars>10-100
TITLE COMDAT - Copyright (c) SLR Systems 1994
SUBTTL Contains Confidential and Proprietary material
INCLUDE MACROS
INCLUDE SYMBOLS
INCLUDE SEGMENTS
INCLUDE CDDATA
PUBLIC COMDAT,COMDAT32,FLUSH_COMDAT,HANDLE_COMDAT,COMDAT_VIRDEF_CONT
.DATA
EXTERNDEF COMDAT_ATTRIB:BYTE,COMDAT_ALIGN:... |
audio/sfx/cry14_2.asm | AmateurPanda92/pokemon-rby-dx | 9 | 209848 | SFX_Cry14_2_Ch4:
dutycycle 240
squarenote 8, 14, 4, 1936
squarenote 15, 15, 5, 1984
squarenote 8, 13, 1, 2008
endchannel
SFX_Cry14_2_Ch5:
dutycycle 165
squarenote 10, 12, 4, 1905
squarenote 15, 11, 6, 1954
squarenote 8, 10, 1, 1975
endchannel
SFX_Cry14_2_Ch7:
noisenote 8, 14, 4, 76
noisenote 14, 12, 4, ... |
programs/oeis/238/A238949.asm | neoneye/loda | 22 | 209850 | ; A238949: Degree of divisor lattice D(n).
; 0,1,1,2,1,2,1,2,2,2,1,3,1,2,2,2,1,3,1,3,2,2,1,3,2,2,2,3,1,3,1,2,2,2,2,4,1,2,2,3,1,3,1,3,3,2,1,3,2,3,2,3,1,3,2,3,2,2,1,4,1,2,3,2,2,3,1,3,2,3,1,4,1,2,3,3,2,3,1,3,2,2,1,4,2,2,2,3,1,4,2,3,2,2,2,3,1,3,3,4
add $0,1
mov $2,2
mov $3,$0
mov $4,$0
lpb $3
mov $5,$4
lpb $5
add ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_587.asm | ljhsiun2/medusa | 9 | 209852 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rax
push %rdi
push %rsi
lea addresses_UC_ht+0xde, %r10
nop
inc %rdi
mov (%r10), %ax
nop
nop
nop
nop
nop
cmp %r10, %r10
lea addresses_WC_ht+0x9f6a, %r14
clflush (%r14)
nop
cmp %r9, %r9
vmovups (%r14), %ymm2
vextracti128 $1, %ymm2, %... |
Ejemplos/mikroBasic/servo/Servo.asm | DAFRELECTRONICS/ThunderBolt-Nova | 0 | 209853 |
_servo:
;Servo.mbas,7 :: sub procedure servo (dim x as byte)
;Servo.mbas,8 :: portc.5 = 1
BSF PORTC+0, 5
;Servo.mbas,9 :: delay_us (600)
MOVLW 10
MOVWF R12, 0
MOVLW 88
MOVWF R13, 0
L__servo1:
DECFSZ R13, 1, 1
BRA L__servo1
DECFSZ R12, 1, 1
BRA ... |
programs/oeis/050/A050486.asm | karttu/loda | 1 | 209854 | ; A050486: a(n) = binomial(n+6,6)*(2n+7)/7.
; 1,9,44,156,450,1122,2508,5148,9867,17875,30888,51272,82212,127908,193800,286824,415701,591261,826804,1138500,1545830,2072070,2744820,3596580,4665375,5995431,7637904,9651664,12104136,15072200,18643152,22915728,28001193,34024497,41125500,49460268,59202442,70544682,83700188,98... |
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/x86/divrem_1.asm | problem-frames/openpf | 1 | 209855 | <gh_stars>1-10
dnl x86 mpn_divrem_1 -- mpn by limb division extending to fractional quotient.
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 ... |
Steppers/Bipolar/stepp.asm | xfrings/8051-Experiments | 0 | 209856 | <gh_stars>0
;Least possible delay- 0C * 0FF = 0BF4 in the delay loop.
; Interrupt usage A0001
ORG 0000H
SJMP 0030H
ORG 0003H
LJMP 02FFH
ORG 0030H
START: ;MOV P3,#0FFH
INTEN: MOV IE,#81H ; Enabling ext-int0 - 1000-0001B
MOV IP,#01H ; Setting high priority to ext-int0
MOV TCON,#01H ; Setting TCON.0 high enab... |
data/pokemon/dex_entries/mothim.asm | AtmaBuster/pokeplat-gen2 | 6 | 209857 | db "MOTH@" ; species name
db "While it loves"
next "floral honey, it"
next "won't gather any"
page "itself. Instead,"
next "it plots to steal"
next "some from COMBEE.@"
|
tests/daid/rom_and_ram.asm | OFFTKP/GameboyTKP | 0 | 209858 | <gh_stars>0
SECTION "header", ROM0[$104]
ds $0147 - @, 0
db CART_ROM_RAM
;db CART_ROM_MBC1_RAM
db CART_ROM_32KB
db CART_SRAM_2KB
;db CART_SRAM_8KB
ds $0150 - @, 0
HEADER_DONE = 1
INCLUDE "common.inc"
SECTION "wram", WRAM0
wTestValue: ds 1
wInitialSRAM: ds 1
wPreEnableWriteSRAM: ds 1
wPostSRAMEnable: ds ... |
src/bak/demo9.asm | vbguyny/c64kernel | 2 | 209859 | <reponame>vbguyny/c64kernel<filename>src/bak/demo9.asm
incasm "kernel.hdr"
;incasm "kernel.asm"
main
@loop
jsr console.clear$
lda #color.white$
sta console.setcharactercolor.color$
jsr console.setcharactercolor$
lda #<title
sta console.writestr.straddress$
lda... |
test/a+b.asm | kjkszpj/risc16 | 0 | 209860 | begin:
nop
nop
nop
nop
nop
mov r1, r0
mov r2, r0
mov r3, r0
mov r4, r0
mov r5, r0
mov r6, r0
mov r7, r0
movh r6, #7Fh
movl r6, #F0h
jal init
nop
mov r1, r0
jal input
nop
jal calc
nop
jal output
nop
movpc r0
nop
init:
subi r6, #5
st r2, [r6, #1]
st r3, [r6, #2]
st r4, [r6, #3]
... |
videocodec/libvpx_internal/libvpx/vp8/common/ppc/loopfilter_filters_altivec.asm | Omegaphora/hardware_intel_common_omx-components | 49 | 209861 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... |
examples/v2cpse2/week5-morse/switch_to.asm | florenso/cpp2 | 0 | 209862 |
.cpu cortex-m0
.global switch_from_to
.text
.align 2
// extern "C" void switch_from_to(
// int ** current_stack_pointer,
// int * next_stack_pointer
// );
switch_from_to:
// save current context on the stack
push { r4 - r7, lr }
mov r2, r8
mov r3, r9
mov r4, r10
m... |
ek-m-oas2-rev1/dsp/demo_1/src/utils/mem_test.asm | mcjtag/eval-kits | 0 | 209863 | <reponame>mcjtag/eval-kits<filename>ek-m-oas2-rev1/dsp/demo_1/src/utils/mem_test.asm
#include <defts201.h>
#include "com_utils_asm.h"
//-------------------------------------------------------//
// 32-bit simple incremental block memory test
//
// Parameters:
// j4 - address of a test parameters structure (see headers... |
programs/oeis/303/A303383.asm | karttu/loda | 0 | 209864 | ; A303383: Total volume of all cubes with side length q such that n = p + q and p <= q.
; 0,1,8,35,91,216,405,748,1196,1925,2800,4131,5643,7840,10241,13616,17200,22113,27216,34075,41075,50336,59653,71820,83916,99541,114920,134603,153811,178200,201825,231616,260288,296225,330616,373491,414315,464968,512981
mov $14,$0
m... |
_incObj/83 SBZ Eggman's Crumbling Floor.asm | kodishmediacenter/msu-md-sonic | 9 | 209865 | <reponame>kodishmediacenter/msu-md-sonic
; ---------------------------------------------------------------------------
; Object 83 - blocks that disintegrate Eggman presses a switch (SBZ2)
; ---------------------------------------------------------------------------
FalseFloor:
moveq #0,d0
move.b obRoutine(a0),d0
... |
programs/oeis/273/A273724.asm | neoneye/loda | 22 | 209866 | ; A273724: Place n equally-spaced points around a circle, labeled 0,1,2,...,n-1. For each i = 0..n-1 such that 3i != i mod n, draw an (undirected) chord from i to (3i mod n). Then a(n) is the total number of distinct chords.
; 0,0,0,2,1,4,4,6,3,8,8,10,9,12,12,14,11,16,16,18,17,20,20,22,19,24,24,26,25,28,28,30,27,32,32,... |
data/maps/hide_show_data.asm | opiter09/ASM-Machina | 1 | 209867 | ; default hidden/shown objects for each map
MapHSPointers:
; entries correspond to map ids
table_width 2, MapHSPointers
dw PalletTownHS
dw ViridianCityHS
dw PewterCityHS
dw CeruleanCityHS
dw NoHS
dw NoHS
dw NoHS
dw NoHS
dw NoHS
dw NoHS
dw SaffronCityHS
dw NoHS
dw NoHS
dw Route2HS
dw NoHS
dw Route4HS
... |
books_and_notes/professional_courses/Security/sources/extra_books/加密与解密第四版光盘资料/chap12/9.SetContextInject/ShellCode.asm | gxw1/review_the_national_post-graduate_entrance_examination | 640 | 209869 | .CODE
ShellCodeFun64 PROC
push rax
push rbx
pushfq
call next
next:
pop rbx
and bx,0
mov rcx,qword ptr [rbx+38h] ; lpDllPath
call qword ptr [rbx+30h] ;AddrofLoadLibraryA
mov rax,qword ptr [rbx+40h] ;OriginalEIP
xchg rax,qword ptr [rsp+10h] ;saved retnaddr
popfq
... |
4.asm | UmmeRitu/CSE331L_Section_7_Summer20_NSU_Final | 0 | 209870 |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
.MODEL SMALL
.STACK 100H
.DATA
PROMPT_1 DB 'Original value of AL : $'
PROMPT_2 DB 0DH,0AH,'Divide SHR by 4 : $'
.CODE
MAIN PROC
MOV AX, @DATA ; initialize DS
MOV DS, AX
LEA DX, ... |
7_kyu/Eliminate_the_intruders_Bit_manipulation.asm | UlrichBerntien/Codewars-Katas | 0 | 209871 | section .text
global eliminate_unset_bits
; unsigned long eliminate_unset_bits(const char* number (RDI));
eliminate_unset_bits:
xor rax, rax ; collect the 1 bits in rax
mov ch,'1' ; the symbol of a 1 bit
jmp .next
.one:
stc ; push a 1 bit into rax
rcl rax,1
.next:
mov ... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/subf.asm | gb-archive/really-old-stuff | 10 | 209875 | <reponame>gb-archive/really-old-stuff
#include once <stackf.asm>
; -------------------------------------------------------------
; Floating point library using the FP ROM Calculator (ZX 48K)
; All of them uses A EDCB registers as 1st paramter.
; For binary operators, the 2n operator must be pushed into the
; stack, i... |
Utils/spritechain.asm | SavagePencil/SMSFramework | 0 | 209877 | .IFNDEF __SPRITECHAIN_ASM__
.DEFINE __SPRITECHAIN_ASM__
.STRUCT sSpriteChainHeader
CurrCount DB ; #/entries in this chain
MaxCount DB ; Max #/entries allowed
NextChain DW ; Ptr to next one, if any
YPosBegin DW ; Where does the Y table begin?
XPos... |
oeis/268/A268723.asm | neoneye/loda-programs | 11 | 209878 | <reponame>neoneye/loda-programs
; A268723: Main diagonal of A268725: a(n) = A003188(A006068(n)^2), where A003188 is binary Gray code and A006068 is its inverse.
; Submitted by <NAME>
; 0,1,13,6,41,54,24,21,145,166,216,253,96,121,69,86,545,582,664,749,864,841,949,1014,384,433,477,486,793,278,344,357,2113,2182,2328,2509,... |
oeis/186/A186701.asm | neoneye/loda-programs | 11 | 209879 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A186701: Partial sums of Collatz sequence (A008908).
; Submitted by <NAME>
; 1,3,11,14,20,29,46,50,70,77,92,102,112,130,148,153,166,187,208,216,224,240,256,267,291,302,414,433,452,471,578,584,611,625,639,661,683,705,740,749,859,868,898,915,932,949,1054,1066,1091,1116,11... |
exampl04/cgidemo/cgidemo.asm | AlexRogalskiy/Masm | 0 | 209880 | <filename>exampl04/cgidemo/cgidemo.asm
; ----------------------------------------------------------------
; Program Name: cgidemo.asm
; Author: <NAME>
; Date: 11/14/01
; Email: <EMAIL>
; This program,is simple example how to make a cgi program in assembly
; It should be built with the "Console Assemble &... |
programs/oeis/122/A122264.asm | neoneye/loda | 22 | 209881 | ; A122264: 2 X 2 vector matrix Markov of a Prime gap affine type.
; 2,7,12,25,30,43,48,61,82,87,108,121,126,139,160,181,186,207,220,225,246,259,280,309,322,327,340,345,358,411,424,445,450,487,492,513,534,547,568,589,594,631,636,649,654,699,744,757,762,775
mov $1,$0
add $1,2
mov $2,2
mul $2,$1
seq $1,77017 ; a(1) = 2, ... |
programs/oeis/262/A262070.asm | neoneye/loda | 22 | 209882 | <reponame>neoneye/loda
; A262070: a(n) = ceiling( log_3( binomial(n,2) ) ).
; 0,1,2,3,3,3,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,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,8,8,8,8,8,8,8,8,8,8
mov $2,$0
pow $2,2
add $2,$0
mov $4,$0
mu... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_69.asm | ljhsiun2/medusa | 9 | 209884 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r15
push %r9
push %rbp
push %rsi
// Faulty Load
lea addresses_RW+0x11327, %r15
nop
nop
nop
dec %rsi
movb (%r15), %r12b
lea oracles, %rbp
and $0xff, %r12
shlq $12, %r12
mov (%rbp,%r12,1), %r12
pop %rsi
p... |
main.asm | Willem3141/knighttest | 0 | 209885 | <reponame>Willem3141/knighttest
#include "kernel.inc"
#include "corelib.inc"
.db "KEXC"
.db KEXC_ENTRY_POINT
.dw start
.db KEXC_STACK_SIZE
.dw 20
.db KEXC_NAME
.dw program_name
.db KEXC_HEADER_END
program_name:
.db "KnightOS test runner", 0
start:
; load dependencies
kld... |
source/cynthcart.asm | PaulSlocum/cynthcart | 25 | 209886 | <reponame>PaulSlocum/cynthcart
; Commodore 64 Cynthcart
; by <NAME>
; 2005-2016
;------------------------
; text editor tab=3
;------------------------
; ~~~==========================================================================================~~~
; <<<<<<"MODE" AND "DEVICE_CONFIG" SHOULD BE DEFINED IN DASM CAL... |
Appl/WClock/wcLists.asm | steakknife/pcgeos | 504 | 209887 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Palm Computing, Inc. 1993 -- All Rights Reserved
PROJECT: PEN GEOS
MODULE: World Clock
FILE: wcLists.asm
AUTHOR: <NAME>, Oct 16, 1992
ROUTINES:
Name Description
---- -----------
WorldClockInitSelec... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_1028_1151.asm | ljhsiun2/medusa | 9 | 209888 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rax
push %rbx
lea addresses_WC_ht+0x1e66b, %r8
nop
nop
nop
nop
nop
add $52652, %r11
mov (%r8), %r9
nop
nop
nop
nop
and $31376, %r8
lea addresses_D_ht+0xe593, %r15
nop
nop
nop
nop
nop
sub %rbx, %rbx
mov $0x61626364656... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1793.asm | ljhsiun2/medusa | 9 | 209889 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1793.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x6d9f, %r8
nop
nop
nop
sub %rdi, %rdi
vmovups (%r8), %ymm1
vextracti128 $1, %ymm1, %xmm... |
book-01/Assembly/asm/avx/packed/avx_p_array_min_max_byte.asm | gfurtadoalmeida/study-assembly-x64 | 2 | 209891 | <filename>book-01/Assembly/asm/avx/packed/avx_p_array_min_max_byte.asm
.const
align 16
; Initial value for AVX_Packed_Find_Array_Byte_Min_
; xmmword = biggest number possible with 128 bits.
StartMinVal qword 0ffffffffffffffffh
qword 0ffffffffffffffffh
.code
; bool AVX_Packed_Array_Max_Byte_(byte* input, int arra... |
oeis/106/A106181.asm | neoneye/loda-programs | 11 | 209892 | ; A106181: Expansion of c(-x^2)(1+2x-sqrt(1+4x^2))/2, c(x) the g.f. of A000108.
; Submitted by <NAME>
; 0,1,-1,-1,2,2,-5,-5,14,14,-42,-42,132,132,-429,-429,1430,1430,-4862,-4862,16796,16796,-58786,-58786,208012,208012,-742900,-742900,2674440,2674440,-9694845,-9694845,35357670,35357670,-129644790,-129644790,477638700,47... |
Platform/Intel/MinPlatformPkg/PlatformInit/Library/SecBoardInitLibNull/Ia32/SecBoardInit.nasm | hwu25/edk2-platforms | 0 | 209893 | <gh_stars>0
;
; This file contains an 'Intel Peripheral Driver' and is
; licensed for Intel CPUs and chipsets under the terms of your
; license agreement with Intel or your vendor. This file may
; be modified by the user, subject to additional terms of the
; license agreement
;; @file
; This is the code that go... |
tests/reg_call_tail2.asm | notaz/ia32rtools | 55 | 209894 | <reponame>notaz/ia32rtools<gh_stars>10-100
_text segment para public 'CODE' use32
sub_test proc near
arg_0 = dword ptr 4
inc [esp+arg_0]
jz return_
jmp another_func
return_:
retn 4
sub_test endp
_text... |
ace/assembly/src/ascii_repr.asm | ale-cci/Appunti | 0 | 209897 | CPU 8086
; Program to check if the same character is pressed twice
SECTION data ; definisce il segmento dati
UserChr: RESB 1
IntroMsg: DB "Press two keys",0ah,0dh,0
SameMsg: DB "Same Character inserted twice",0
DiffMsg: DB "The Two characters are different",0
SECTION text
..start: ; definiisce ini... |
programs/oeis/095/A095831.asm | neoneye/loda | 22 | 209898 | <reponame>neoneye/loda
; A095831: Triangle read by rows: T(n,k) = (n-k)^2, n>=1, 1<=k<=n.
; 0,1,0,4,1,0,9,4,1,0,16,9,4,1,0,25,16,9,4,1,0,36,25,16,9,4,1,0,49,36,25,16,9,4,1,0,64,49,36,25,16,9,4,1,0,81,64,49,36,25,16,9,4,1,0,100,81,64,49,36,25,16,9,4,1,0,121,100,81,64,49,36,25,16,9,4,1,0,144,121,100,81
lpb $0
sub $0,1... |
oeis/028/A028213.asm | neoneye/loda-programs | 11 | 209899 | <reponame>neoneye/loda-programs
; A028213: Expansion of 1/((1-6x)(1-8x)(1-10x)(1-11x)).
; Submitted by <NAME>
; 1,35,773,13783,216909,3146703,43129381,567128471,7227535997,89900761951,1097000610069,13181200344039,156403487677165,1836701044549679,21383695384607237,247159815109688887
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
... |
boot/load_disk.asm | bagur/KalioOS | 0 | 209900 | ; KalioOS (C) 2020 <NAME>
;
; The specific BIOS routine we are interested in here is accessed by raising
; interrupt 0x13 after setting the register al to 0x02. This BIOS routine expects
; us to set up a few other registers with details of which disk device to use,
; which blocks we wish to read from the disk, and whe... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_399.asm | ljhsiun2/medusa | 9 | 209901 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x8c4f, %r10
nop
nop
nop
nop
inc %r12
movb $0x61, (%r10)
nop
nop
nop
nop
cmp $23965, %rbx
lea addresses_UC_ht+0x1ee77, %rdi
nop
nop
nop
nop
xor $54285, %r14
movb $0x61, (%rdi)
c... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2474.asm | ljhsiun2/medusa | 9 | 209902 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x8f29, %r13
nop
nop
nop
sub %r15, %r15
mov $0x6162636465666768, %rbp
movq %rbp, (%r13)
nop
sub %r12, %r12
lea addresses_WT_ht+0x1df99, %rsi
lea addresses_WT_ht+... |
programs/oeis/262/A262683.asm | neoneye/loda | 22 | 209903 | ; A262683: Characteristic function for A182859.
; 1,1,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,1,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0,1,1,0,1,0,1,0,1,0,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,1,0
mov $1,1
lpb $0
seq $0,5 ; d(n) (also called tau(n) or sigma_0(n)),... |
oeis/141/A141123.asm | neoneye/loda-programs | 11 | 209904 | <gh_stars>10-100
; A141123: Primes of the form -x^2+2*x*y+2*y^2 (as well as of the form 3*x^2+6*x*y+2*y^2).
; Submitted by <NAME>(w2)
; 2,3,11,23,47,59,71,83,107,131,167,179,191,227,239,251,263,311,347,359,383,419,431,443,467,479,491,503,563,587,599,647,659,683,719,743,827,839,863,887,911,947,971,983,1019,1031,1091,110... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48.log_311_1354.asm | ljhsiun2/medusa | 9 | 209905 | <filename>Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48.log_311_1354.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x8c44, %r12
nop
nop
nop
nop
xor $60574, %r10
mov $0x6162636465666768, %... |
programs/oeis/160/A160926.asm | neoneye/loda | 22 | 209906 | ; A160926: a(n)= n * reversal(n+1)
; 2,6,12,20,30,42,56,72,9,110,231,372,533,714,915,1136,1377,1638,38,240,462,704,966,1248,1550,1872,2214,2576,87,390,713,1056,1419,1802,2205,2628,3071,3534,156,560,984,1428,1892,2376,2880,3404,3948,4512,245,750,1275,1820,2385,2970,3575,4200,4845,5510,354,960,1586,2232,2898,3584,4290,50... |
oeis/259/A259457.asm | neoneye/loda-programs | 11 | 209907 | <filename>oeis/259/A259457.asm
; A259457: From higher-order arithmetic progressions.
; Submitted by <NAME>
; 3,66,1050,15300,220500,3245760,49533120,789264000,13172544000,230519520000,4229703878400,81315551116800,1636227552960000,34417989365760000,755835784704000000,17305616126582784000,412559358036553728000,1022731181... |
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegGetDrX.asm | Nurzamal/rest_api_docker | 0 | 209908 | ; $Id: bs3-cmn-RegGetDrX.asm 72138 2018-05-07 13:03:51Z vboxsync $
;; @file
; BS3Kit - Bs3RegGetDrX
;
;
; Copyright (C) 2007-2018 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or... |
game-projects/Sonic2/Objects/MainCharacters/Sonic/Sonic.asm | wide-dot/thomson-to8-game-engine | 11 | 209909 | ; ---------------------------------------------------------------------------
; Object - Sonic
;
; input REG : [u] pointer to Object Status Table (OST)
; ---------
;
; ---------------------------------------------------------------------------
INCLUDE "./Engine/Macros.asm"
TestImageSet
lda routin... |
fftk.asm | dancancode/FreeForth2 | 17 | 209910 | <filename>fftk.asm
format elf
section '.flat' writeable executable
public _start
cmpl: file "cmpl"
;; perform header, ebp, and eax init same as ff.asm
;; overwrite values at beginning of image with
;; values specific to this build or run
_start:
mov esi,heads ; relocate headers
mov edi,H0
... |
data/pokemon/base_stats/slowbro.asm | AtmaBuster/pokeplat-gen2 | 6 | 209911 | db 0 ; species ID placeholder
db 95, 75, 110, 30, 100, 80
; hp atk def spd sat sdf
db WATER, PSYCHIC ; type
db 75 ; catch rate
db 164 ; base exp
db NO_ITEM, KINGS_ROCK ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/slowbro/front.dimensions"
db GROWTH_MEDIUM... |
test/codegen/switch.asm | shivansh/gogo | 24 | 209912 | <reponame>shivansh/gogo
.data
a.0: .word 0
t0: .word 0
t1: .word 0
.text
runtime:
addi $sp, $sp, -4
sw $ra, 0($sp)
lw $ra, 0($sp)
addi $sp, $sp, 4
jr $ra
.end runtime
.globl main
.ent main
main:
li $3, 1 # a.0 -> $3
# Store dirty variables back into memory
sw $3, a.0
bne $3, 2, l2
lw $3, a.0 # ... |
oeis/269/A269442.asm | neoneye/loda-programs | 11 | 209915 | <filename>oeis/269/A269442.asm
; A269442: a(n) = n*(n^8 + 1)*(n^4 + 1)*(n^2 + 1)*(n + 1) + 1.
; 1,17,131071,64570081,5726623061,190734863281,3385331888947,38771752331201,321685687669321,2084647712458321,11111111111111111,50544702849929377,201691918794585181,720867993281778161,2345488209948553531,7037580381120954241,196... |
libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_erase.asm | jpoikela/z88dk | 640 | 209916 |
; ===============================================================
; Feb 2014
; ===============================================================
;
; size_t w_vector_erase(w_vector_t *v, size_t idx)
;
; Remove word at vector.data[idx] and return new index of
; word that follows the one removed.
;
; =====================... |
interpolacion.asm | alefherrera/oc2tp2 | 0 | 209917 | ;%include "io.inc"
global _interpolar
section .data
;img1 dd 0xed,0x1c,0x24,0xed,0x1c,0x24,0xed,0x1c,0x24,0xed,0x1c,0x24,0x13
;237,28,36,237,28,36,237,28,36,237,28,36
;img2 dd 0xff,0xf2,0x0a,0xff,0xf2,0x0a,0xff,0xf2,0x0a,0xff,0xf2,0x0a,0x13
;255,242,10,255,242,10,255,242,10,255,242,10
;img1 dd 0x2,0x4,0x4,0x8,0x6,0x6... |
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i3-7100_9_0x84_notsx.log_21829_1466.asm | ljhsiun2/medusa | 9 | 209918 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x154c3, %rsi
lea addresses_WT_ht+0x1272a, %rdi
nop
nop
nop
sub $44797, %r8
mov $10, %rcx
rep movsb
nop
nop
add $13309, %rcx
lea addresses_D_ht+0xaec3, %rsi
lea addresses_D_ht+0x1aa1... |
oeis/127/A127922.asm | neoneye/loda-programs | 11 | 209919 | <filename>oeis/127/A127922.asm
; A127922: 1/24 of product of three numbers: n-th prime, previous and following number.
; Submitted by <NAME>
; 1,5,14,55,91,204,285,506,1015,1240,2109,2870,3311,4324,6201,8555,9455,12529,14910,16206,20540,23821,29370,38024,42925,45526,51039,53955,60116,85344,93665,107134,111895,137825,14... |
programs/oeis/022/A022115.asm | karttu/loda | 0 | 209920 | <reponame>karttu/loda
; A022115: Fibonacci sequence beginning 2, 11.
; 2,11,13,24,37,61,98,159,257,416,673,1089,1762,2851,4613,7464,12077,19541,31618,51159,82777,133936,216713,350649,567362,918011,1485373,2403384,3888757,6292141,10180898,16473039,26653937,43126976,69780913,112907889,182688802,295596691,478285493,773882... |
oeis/093/A093500.asm | neoneye/loda-programs | 11 | 209921 | ; 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,18131,18876,19636,20411,21201,22006,2282... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_931.asm | ljhsiun2/medusa | 9 | 209924 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_931.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1bf47, %rsi
lea addresses_WC_ht+0xc61f, %rdi
nop
cmp $54145, %rax
mov $40, %rcx
re... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1177.asm | ljhsiun2/medusa | 9 | 209925 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1175e, %rax
nop
nop
cmp %rbp, %rbp
vmovups (%rax), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $1, %xmm5, %rcx
xor %rax, %rax
lea addresses_A_ht+0x1168e, %r11
nop
dec %rbp
m... |
programs/oeis/189/A189640.asm | karttu/loda | 0 | 209926 | ; A189640: Fixed point of the morphism 0->001, 1->101.
; 0,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0
mov $18,$0
mov $20... |
libsrc/msx/svi_filvrm.asm | meesokim/z88dk | 0 | 209927 | <filename>libsrc/msx/svi_filvrm.asm
;
; Spectravideo SVI specific routines
; by <NAME>
; MSX emulation layer
;
; FILVRM
;
;
; $Id: svi_filvrm.asm,v 1.3 2015/01/19 01:32:57 pauloscustodio Exp $
;
PUBLIC FILVRM
INCLUDE "svi.def"
FILVRM:
push af
call $373C ;SETWRT
loop: pop af
out (VDP_DATA),a
push af
... |
screen.asm | rafaelszt/order_memory | 0 | 209928 | ;nome: <NAME>
printChar proc
mov ah, 02h
int 10h
mov cx, 1h
mov ah, 09h
int 10h
ret
printChar endp
printString proc
mov al, 00h
mov bl, 0fh
mov cx, 0
mov si, bp
sizeString:
cmp byte ptr [si], '$'
je fimSizeString
inc cx
inc si
jmp sizeString
fimSizeString:
mov ah... |
oeis/056/A056919.asm | neoneye/loda-programs | 11 | 209929 | <reponame>neoneye/loda-programs
; A056919: Numerators of continued fraction for left factorial.
; Submitted by <NAME>
; 0,1,1,0,-2,-2,4,10,-6,-46,-16,214,310,-974,-3144,3674,28826,-566,-260000,-254906,2345094,4894154,-20901880,-74737574,176084986,1072935874,-1216168944,-15164335306,1862029910,214162724194,186232275544,... |
Transynther/x86/_processed/US/_st_sm_/i9-9900K_12_0xa0.log_21829_620.asm | ljhsiun2/medusa | 9 | 209930 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x4e8e, %r8
nop
nop
nop
nop
nop
and $38543, %rsi
movw $0x6162, (%r8)
nop
nop
nop
nop
nop
xor $20391, %rcx
lea addresses_WC_ht+0x56ae, %r11
clflush (%r11)
nop... |
oeis/329/A329015.asm | neoneye/loda-programs | 11 | 209931 | <gh_stars>10-100
; A329015: a(n) = p(1,n), where p(x,n) is the strong divisibility sequence of polynomials based on sqrt(6) as in A327323.
; Submitted by <NAME>
; 1,17,229,2873,35101,424337,729667,61370153,736832461,8843942657,106137077509,1273693758233,15284569239421,26202293082311,2200998722429749,26412015186735113,3... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_1_1594.asm | ljhsiun2/medusa | 9 | 209932 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r9
push %rbp
push %rdx
push %rsi
// Faulty Load
lea addresses_WT+0x14fcc, %rbp
nop
add $38817, %r12
vmovups (%rbp), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $1, %xmm5, %... |
oeis/154/A154514.asm | neoneye/loda-programs | 11 | 209933 | <gh_stars>10-100
; A154514: a(n) = 648*n^2 - 72*n + 1.
; 577,2449,5617,10081,15841,22897,31249,40897,51841,64081,77617,92449,108577,126001,144721,164737,186049,208657,232561,257761,284257,312049,341137,371521,403201,436177,470449,506017,542881,581041,620497,661249,703297,746641,791281,837217,884449,932977,982801,103392... |
src/matrix/mat_subtract_mv/test/test.asm | nikAizuddin/lib80386 | 4 | 209934 | ; 1 2 3 4 5 6 7
;234567890123456789012345678901234567890123456789012345678901234567890
;=====================================================================
;
; *** TEST ***
;
;-------------------------------------------------------------... |
programs/oeis/010/A010137.asm | neoneye/loda | 22 | 209935 | <reponame>neoneye/loda<gh_stars>10-100
; A010137: Continued fraction for sqrt(47).
; 6,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1,12,1,5,1
seq $0,102... |
programs/oeis/227/A227906.asm | jmorken/loda | 1 | 209938 | ; A227906: Coins left after packing heart patterns (fixed orientation) into n X n coins.
; 2,4,4,9,6,13,8,17,10,21,12,25,14,29,16,33,18,37,20,41,22,45,24,49,26,53,28,57,30,61,32,65,34,69,36,73,38,77,40,81,42,85,44,89,46,93,48,97,50,101,52,105,54,109,56,113,58,117,60,121
mul $0,2
lpb $0
add $$2,$$0
lpb $$0,2
su... |
programs/oeis/128/A128017.asm | karttu/loda | 0 | 209939 | <filename>programs/oeis/128/A128017.asm<gh_stars>0
; A128017: Expansion of (1+2x+x^2-x^3)/(1-x^2+x^4).
; 1,2,2,1,1,-1,-1,-2,-2,-1,-1,1,1,2,2,1,1,-1,-1,-2,-2,-1,-1,1,1,2,2,1,1,-1,-1,-2,-2,-1,-1,1,1,2,2,1,1,-1,-1,-2,-2,-1,-1,1,1,2,2,1,1,-1,-1,-2,-2,-1,-1,1,1,2,2,1,1,-1,-1,-2,-2,-1,-1
add $0,1
mov $1,1
mov $2,1
lpb $0,1
... |
libsrc/compress/zx7/dzx7_turbo_callee.asm | jpoikela/z88dk | 38 | 209940 |
; void dzx7_turbo_callee(void *src, void *dst)
SECTION code_clib
SECTION code_compress_zx7
PUBLIC _dzx7_turbo_callee
EXTERN asm_dzx7_turbo
_dzx7_turbo_callee:
pop hl
pop de
ex (sp),hl
jp asm_dzx7_turbo
|
libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_ln.asm | meesokim/z88dk | 0 | 209941 |
SECTION code_stdio
PUBLIC __stdio_scanf_ln
__stdio_scanf_ln:
; %ln converter called from vfscanf()
;
; enter : hl = long *p
;
; exit : carry reset
;
; uses : all except ix
ld a,h
or l
ret z ; if assignment suppressed
exx
push de
exx
pop de ... |
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_156_723.asm | ljhsiun2/medusa | 9 | 209942 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1d50b, %r14
nop
nop
nop
nop
inc %rdx
mov (%r14), %cx
nop
nop
nop
cmp %r8, %r8
lea addresses_D_ht+0x1e64b, %rsi
lea addresses_A_ht+0x9b0b, %rdi
clflush (%rsi)
inc %rbx
mov $41, %rcx
rep ... |
data/pokemon/dex_entries/shiftry.asm | AtmaBuster/pokeplat-gen2 | 6 | 209943 | db "WICKED@" ; species name
db "It lives quietly"
next "in deep forests."
next "It is said to"
page "create chilly"
next "winter winds with"
next "the fan it holds.@"
|
oeis/104/A104039.asm | neoneye/loda-programs | 11 | 209944 | ; A104039: Number of primitive roots modulo prime(n)^2, where prime(n) is n-th prime.
; 1,2,8,12,40,48,128,108,220,336,240,432,640,504,1012,1248,1624,960,1320,1680,1728,1872,3280,3520,3072,4000,3264,5512,3888,5376,4536,6240,8704,6072,10656,6000,7488,8748,13612,14448,15664,8640,13680,12288,16464,11880,10080,15984,25312,... |
a51test/(96)SUBB_A_@Ri.a51 | Aimini/51cpu | 0 | 209945 | <reponame>Aimini/51cpu
MOV 0xD0,#0x00
MOV 0x37,#0x58
MOV R0,#0x37
MOV 0x5E,#0x6D
MOV R1,#0x5E
MOV 0xD0,#0x08
MOV 0x71,#0x24
MOV R0,#0x71
MOV 0x65,#0x63
MOV R1,#0x65
MOV 0xD0,#0x10
MOV 0x77,#0x47
MOV R0,#0x77
MOV 0x3A,#0x42
MOV R1,#0x3A
MOV 0xD0,#0x18
MOV 0x28,#0x79
MOV R0,#0x28
MOV 0x4F,#0x30
MOV R1,#0x4F
DB 0xA5
... |
oeis/096/A096034.asm | neoneye/loda-programs | 11 | 209946 | <reponame>neoneye/loda-programs
; A096034: Triangle read by rows: T(n,k) = (n+1,k)-th element of (M^3-M)/2, where M is the infinite lower Pascal's triangle matrix, 1<=k<=n.
; Submitted by <NAME>
; 1,4,2,13,12,3,40,52,24,4,121,200,130,40,5,364,726,600,260,60,6,1093,2548,2541,1400,455,84,7,3280,8744,10192,6776,2800,728,1... |
home/video.asm | Dev727/ancientplatinum | 28 | 209947 | <filename>home/video.asm
; Functions dealing with VRAM.
DMATransfer::
; Return carry if the transfer is completed.
ldh a, [hDMATransfer]
and a
ret z
; Start transfer
ldh [rHDMA5], a
; Execution is halted until the transfer is complete.
xor a
ldh [hDMATransfer], a
scf
ret
UpdateBGMapBuffer::
; Copy [hBGMap... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.