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/038/A038793.asm
jmorken/loda
1
43314
; A038793: T(n,n-3), array T as in A038792. ; 1,4,8,13,21,33,50,73,103,141,188,245,313,393,486,593,715,853,1008,1181,1373,1585,1818,2073,2351,2653,2980,3333,3713,4121,4558,5025,5523,6053,6616,7213,7845,8513,9218,9961,10743,11565,12428 mov $4,$0 add $0,2 lpb $0 sub $0,1 trn $1,3 add $1,1 add $2,$1 add $3,1 ...
libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/asm_ba_priority_queue_init.asm
meesokim/z88dk
0
43315
; =============================================================== ; Mar 2014 ; =============================================================== ; ; ba_priority_queue_t * ; ba_priority_queue_init(void *p, void *data, size_t capacity, int (*compar)(const void *, const void *)) ; ; Initialize a byte array priority queue ...
oeis/030/A030644.asm
neoneye/loda-programs
11
43316
<filename>oeis/030/A030644.asm<gh_stars>10-100 ; A030644: Decimal expansion of 10 - Pi. ; Submitted by <NAME> ; 6,8,5,8,4,0,7,3,4,6,4,1,0,2,0,6,7,6,1,5,3,7,3,5,6,6,1,6,7,2,0,4,9,7,1,1,5,8,0,2,8,3,0,6,0,0,6,2,4,8,9,4,1,7,9,0,2,5,0,5,5,4,0,7,6,9,2,1,8,3,5,9,3,7,1,3,7,9,1,0,0,1,3,7,1,9,6,5,1,7,4,6,5,7,8,8,2,9,3,2 seq $0,...
OSBindings/Mac/Clock SignalTests/jeek816/suite-a.asm
laurentd75/CLK
674
43317
!cpu 65816 ; 2017-12-13 <NAME> j+816 AT klasek DOT at videoram = $0400 colorram = $d800 ;------------------------------------------------------------------------------- *=$07ff !word $0801 !word bend !word 10 !byte $9e !text "2061", 0 bend: !word 0 ;------------------------------------...
cmd/debug/debug.asm
minblock/msdos
0
43318
PAGE 60,132 ; TITLE DEBUG.ASM - DEBUGger for MS-DOS ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ;======================= START OF SPECIFICATIONS ========================= ; ; MODULE NAME: D...
programs/oeis/244/A244974.asm
neoneye/loda
22
43321
<reponame>neoneye/loda ; A244974: Sum of numbers m <= n whose set of prime divisors is a subset of the set of prime divisors of n. ; 1,3,4,7,6,16,8,15,13,30,12,45,14,36,33,31,18,79,20,66,41,64,24,103,31,70,40,80,30,235,32,63,84,114,73,198,38,120,92,163,42,310,44,140,130,132,48,246,57,213,108,154,54,300,97,217,116,150,6...
chapter_1/page_35/exercise_4/strset.asm
assaflevy/practical_reverse_engineering
0
43322
<reponame>assaflevy/practical_reverse_engineering global _main extern _printf section .data string: db 'The quick brown fox jump over the lazy schnauzer', 0 format_1: db 'string before: %s', 10, 0 format_2: db 'string after : %s', 10, 0 section .text my_strset: mov edi, [esp + 4] mov al, [esp + 8h] my_strset_loop:...
Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0xca.log_25_915.asm
ljhsiun2/medusa
9
43323
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x5c06, %rsi lea addresses_WT_ht+0x19bc6, %rdi inc %rbp mov $7, %rcx rep movsl nop nop cmp %r14, %r14 lea addresses_WC_ht+0xbdc2, %rsi lea addresses_D_ht+0xf1a0, %rdi nop nop nop nop and ...
oeis/269/A269731.asm
neoneye/loda-programs
11
43324
<reponame>neoneye/loda-programs<filename>oeis/269/A269731.asm ; A269731: Dimensions of the 3-polytridendriform operad TDendr_3. ; Submitted by <NAME> ; 1,7,61,595,6217,68047,770149,8939707,105843409,1273241431,15517824973,191202877411,2377843390873,29807864423071,376255282112629,4778240359795147,61007205215610529,78264...
Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i9-9900K_12_0xca.log_13_333.asm
ljhsiun2/medusa
9
43325
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x132ed, %rsi lea addresses_WC_ht+0x14f0a, %rdi nop nop nop nop xor %r14, %r14 mov $56, %rcx rep movsq nop nop nop nop inc %r15 lea addresses_WT_ht+0x12fdf...
scripts/exchange_sort/exchange_sort_16w.asm
yashadhikari/ELISA
0
43326
.text main: # load length value and array address # r1 = passes remaining # r2 = iterations remaining in current pass # r3 = address of left element to compare; # the adjacent right element is 1(r3) lw $r1 length lw $r2 length la $r3 array loop: beq $r1...
Library/User/UI/uiDispCtrl.asm
steakknife/pcgeos
504
43328
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Text Library FILE: genEdit.asm ROUTINES: Name Description ---- ----------- GLB GenDisplayControlClass Window menu object REVISION HISTO...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_4543_790.asm
ljhsiun2/medusa
9
43329
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x18425, %rsi nop nop nop nop nop add $53722, %rdi movl $0x61626364, (%rsi) nop nop nop xor $33451, %r12 lea addresses_D_ht+0x13525, %r11 clflush (%r11) xor $28938, %r8 mov (%r...
data/baseStats_original/fearow.asm
adhi-thirumala/EvoYellow
16
43330
db DEX_FEAROW ; pokedex id db 65 ; base hp db 90 ; base attack db 65 ; base defense db 100 ; base speed db 61 ; base special db NORMAL ; species type 1 db FLYING ; species type 2 db 90 ; catch rate db 162 ; base exp yield INCBIN "pic/ymon/fearow.pic",0,1 ; 77, sprite dimensions dw FearowPicFront dw FearowPicBack ; atta...
programs/oeis/326/A326055.asm
jmorken/loda
1
43331
<filename>programs/oeis/326/A326055.asm ; A326055: a(n) = n - {the largest square that divides n}. ; 0,1,2,0,4,5,6,4,0,9,10,8,12,13,14,0,16,9,18,16,20,21,22,20,0,25,18,24,28,29,30,16,32,33,34,0,36,37,38,36,40,41,42,40,36,45,46,32,0,25,50,48,52,45,54,52,56,57,58,56,60,61,54,0,64,65,66,64,68,69,70,36,72,73,50,72,76,77,78...
samples/vsx_mem.c.power8_gcc-6.asm
seiko2plus/vsx_mem_test
0
43332
/test/samples/vsx_mem.c.power8_gcc-6.o: file format elf64-powerpcle Disassembly of section .text: 0000000000000000 <INTRIN_schar>: 0: 00 00 26 2c cmpdi r6,0 4: 00 00 20 39 li r9,0 8: 20 00 82 4d beqlr c: 14 00 00 48 b 20 <INTRIN_schar+0x20> 10: 00 00 00 60 nop 14: 00 00 00 6...
tests/emra/EM_MODE/asm_for_rb/EM09_core0.asm
ilebedev/stacktool
1
43333
<reponame>ilebedev/stacktool push 0 push 0 sethi 0x0400 st_em 0x0,2,0 push 0 pull_cp 0 push 20 cmp_ult bz 2 drop 0 halt pull_cp 0 push 0 sethi 0x0400 tuck_cp 1 ld_em 0x0,2,0 add pull 1 st_em 0x0,4,0 push 1 add j -17
lib/am335x_sdk/ti/drv/i2c/firmware/icss_i2c/src/I2C_smbus.asm
brandonbraun653/Apollo
2
43334
<gh_stars>1-10 ; ; TEXAS INSTRUMENTS TEXT FILE LICENSE ; ; Copyright (c) 2017-2018 Texas Instruments Incorporated ; ; All rights reserved not granted herein. ; ; Limited License. ; ; Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive ; license under copyrights and patents it n...
programs/oeis/043/A043645.asm
neoneye/loda
22
43335
; A043645: Numbers whose base-11 representation has exactly 2 runs. ; 11,13,14,15,16,17,18,19,20,21,22,23,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,73,74,75,76 mov $1,10 add $1,$0 div $1,11 add $1,$0 add $1,11 mov $0,$1
src/firmware-tests/Platform/Lcd/States/EnableWaitForMotorVdd/MotorVddDisabledTest.asm
pete-restall/Cluck2Sesame-Prototype
1
43337
#include "Platform.inc" #include "FarCalls.inc" #include "Lcd.inc" #include "../../LcdStates.inc" #include "../../../Motor/IsMotorVddEnabledStub.inc" #include "../../PollAfterLcdMock.inc" #include "TestFixture.inc" radix decimal MotorVddDisabledTest code global testArrange testArrange: clrw fcall initiali...
Assembly/blinddoor_hooks.asm
CaitSith2/Enemizer
2
43338
;================================================================================ ; Blind door close ;-------------------------------------------------------------------------------- ; org $028849 ; Bank02.asm(1588) - original code : JSL $078000 //Hook on player main when transition are over execute player code JSL ch...
MPI/Lab-2/C2F.asm
vishwas1101/Misc
0
43339
org 100h jmp start var1 db 50D var2 db ? start: MOV CL, var1 MOV AL, 09D IMUL CL MOV CL, 05D IDIV CL ADD AL, 032D MOV var2, AL ret
libsrc/malloc/mallinit.asm
andydansby/z88dk-mk2
1
43341
<gh_stars>1-10 ; void mallinit(void) ; 12.2006 aralbrec XLIB mallinit LIB l_setmem XREF _heap .mallinit xor a ld hl,_heap jp l_setmem - 7 ; four bytes: 2*4-1
programs/oeis/197/A197637.asm
jmorken/loda
1
43342
; A197637: Number of non-Wilson primes <= n. ; 0,1,2,2,2,2,3,3,3,3,4,4,4,4,4,4,5,5,6,6,6,6,7,7,7,7,7,7,8,8,9,9,9,9,9,9,10,10,10,10,11,11,12,12,12,12,13,13,13,13,13,13,14,14,14,14,14,14,15,15,16,16,16,16,16,16,17,17,17,17,18,18,19,19,19,19,19,19,20,20,20,20,21,21,21,21,21,21,22,22,22,22,22,22,22,22,23,23,23,23,24,24,25,...
data07.asm
jinokwon/Basic_x86_Assembly_Lang
0
43343
TITLE data07 INCLUDE Irvine32.inc .data ;an array aw1 of words containing 99 elements. initialized with 12. aw1 WORD 99 DUP(12) ;an array aw2 of words containing 88 elements. aw2 WORD 88 DUP(?) ;create a pointer to aw2 called pAw2. pAw2 DWORD aw2 .code main PROC ;part a) Translate from Pesudomathojava : ...
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/x86/k6/diveby3.asm
problem-frames/openpf
1
43344
<reponame>problem-frames/openpf dnl AMD K6 mpn_divexact_by3 -- mpn division by 3, expecting no remainder. dnl dnl K6: 11.0 cycles/limb dnl Copyright (C) 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...
Tests/OutputFunctions.asm
ped7g/ZXSpectrumNextTests
3
43345
<reponame>ped7g/ZXSpectrumNextTests<filename>Tests/OutputFunctions.asm ; Output routines - written in simple way and using only Z80 instructions (NO Z80N!) ; Routines depends on: ; - ZX48 ROM character map ($3D00..3FFF must be mapped in memory) ; - ZX48 ULA screen being at $4000 (classic ZX Spectrum 256x192 mode with a...
libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_set_vram_unsafe_callee.asm
jpoikela/z88dk
640
43346
<filename>libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_set_vram_unsafe_callee.asm<gh_stars>100-1000 ; void *sms_set_vram_unsafe(unsigned char c, unsigned int n) SECTION code_clib SECTION code_crt_common PUBLIC _sms_set_vram_unsafe_callee EXTERN asm_sms_set_vram_unsafe _sms_set_vram_unsafe_callee: pop hl dec ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_895.asm
ljhsiun2/medusa
9
43347
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xad31, %rsi lea addresses_UC_ht+0xc6b1, %rdi nop nop cmp $30832, %r9 mov $31, %rcx rep movsb nop nop nop nop sub %r15, %r15 lea addresses_UC_ht+0x18d31, %rsi lea addresses_UC_...
Driver/Video/VGAlike/VGA/vgaPalette.asm
steakknife/pcgeos
504
43348
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Video Drivers FILE: vgaPalette.asm AUTHOR: <NAME>, Oct 15, 1992 ROUTINES: Name Description ---- ----------- REVIS...
tests/misc/directives_cpp/coverage2.asm
fkorotkov/sjasmplus
0
43349
DUP & nop EDUP DUP 3 nop ENDM ; warning about deprecation DEFARRAY 1nvalidName 1, 2, 3 DEFARRAY,InvalidSyntax 1, 2, 3 DEFARRAY InvalidSyntax+1, 2, 3 DEFARRAY+ 1nvalidName 1, 2, 3 DEFARRAY+InvalidSyntax 1, 2, 3 DEFARRAY+ UnknownId 1, 2, 3 DEFARRAY+ Invalid...
testcase/pipeline_int.asm
AHEADer/pipeline-cpu
5
43350
j BenchmarkBegin j interrupt1 j interrupt2 j interrupt3 ############################################################# #����j,jal,jrָ�����Ҫ�ɷֿ����ԣ�ִ������Ӧ����15������ revise date 2015/12/17 tiger ############################################################# .text BenchmarkBegin: addi $sp,$0, 200 addi $s1,$zero, 1 ...
assembly/lab6/src/task1/mem.asm
sabertazimi/hust-lab
29
43351
.386 code segment use16 para public 'code' assume cs: code start: xor ax, ax mov ds, ax ; 0 -> ds cli mov dx, ds:[10h*4] mov ax, ds:[10h*4 + 2] sti mov ah, 4ch int 21h code ends end start
src/main/asm/datap.asm
hpdporg/datap
1
43352
include 'format/format.inc' format MS64 COFF include 'Exports.inc' include 'datap.inc' public start as 'start' section '.data' data readable writeable align 16 dataSecInitVal db 0 ; Define arbitrary value. Placeholder if this section is needed. fileEntry1 db 'Entry 1',0 handAddr dq ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_8123_627.asm
ljhsiun2/medusa
9
43354
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_8123_627.asm .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r14 push %r15 push %rax push %rdx // Faulty Load lea addresses_PSE+0x1a493, %r12 nop nop xor $47327, %rdx movups (%r12...
constants/pokemon_constants.asm
Karkino/KarkCrystal16
0
43357
<gh_stars>0 ; pokemon ids ; indexes for: ; - PokemonNames (see data/pokemon/names.asm) ; - BaseData (see data/pokemon/base_stats.asm) ; - EvosAttacksPointers (see data/pokemon/evos_attacks_pointers.asm) ; - EggMovePointers (see data/pokemon/egg_move_pointers.asm) ; - PokemonCries (see data/pokemon/cries.asm) ; - MonMen...
software/pcx86/test/cpu/80186/jmpmov.asm
jriwanek-forks/pcjs
711
43359
<reponame>jriwanek-forks/pcjs ;This code tests all kind of different jumps and movs that exist on the 8086. ;The program ends at address 0xf400C and the result is the number 0x4001 written in address 0. ; mov: 1 (word), 2 (word), 3 (off, base+index+off), 4, 5 (off), ; 7 (byte,word), 8 (byte off), 9 (word base), ...
oeis/156/A156066.asm
neoneye/loda-programs
11
43360
<filename>oeis/156/A156066.asm ; A156066: Numbers n with property that n^2 is a square arising in A154138. ; Submitted by <NAME> ; 2,3,9,16,52,93,303,542,1766,3159,10293,18412,59992,107313,349659,625466,2037962,3645483,11878113,21247432,69230716,123839109,403506183,721787222,2351806382,4206884223,13707332109,2451951811...
engine/titlescreen.asm
adhi-thirumala/EvoYellow
16
43361
SetDefaultNamesBeforeTitlescreen: ld hl, NintenText ld de, wPlayerName call CopyFixedLengthText ld hl, SonyText ld de, wRivalName call CopyFixedLengthText xor a ld [hWY], a ld [wLetterPrintingDelayFlags], a ld hl, wd732 ld [hli], a ld [hli], a ld [hl], a ld a, BANK(Music_TitleScreen) ld [wAudioROMBank], ...
x64_crc32_api.asm
EgeBalci/CRC32_API
7
43362
<filename>x64_crc32_api.asm ;-----------------------------------------------------------------------------; ; Author: <NAME>, <NAME> (stephen_fewer[at]harmonysecurity[dot]com, egebalci[at]pm[dot]me) ; Compatible: Windows 10, 8.1, 8, 7, 2008, Vista, 2003, XP, 2000, NT4 ; Version: 1.0 (18 May 2020) ; Architecture: x64 ; ...
src/preset_data_ad.asm
helgefmi/lttphack
28
43363
; Preset locations preset_ad_esc_links_bed: db $02 ; Dungeon dw $0104 ; Room Index dw $2110 ; BG1 Vertical Scroll dw $2110 ; BG2 Vertical Scroll dw $0900 ; BG1 Horizontal Scroll dw $0900 ; BG2 Horizontal Scroll dw $0940 ; Link X dw $215A ; Link Y dw $017F ; Camera X dw $017F ; Camera Y dw $0816 ; Door Set...
programs/oeis/339/A339623.asm
neoneye/loda
22
43364
; A339623: Consider a square drawn on the perimeter of a square lattice with side length n. a(n) is the number of regions inside the square after drawing unit circles centered at each interior lattice point of the square. ; 1,5,21,52,97,156,229,316,417,532,661,804,961,1132,1317,1516,1729,1956,2197,2452,2721,3004,3301,3...
oeis/159/A159486.asm
neoneye/loda-programs
11
43366
; A159486: Numerator of Hermite(n, 11/12). ; Submitted by <NAME> ; 1,11,49,-1045,-22079,58091,8587441,69366539,-3565038335,-79170548149,1439268811441,72834751593131,-338718631136831,-66655130318970325,-416165794764599759,62610547619111490251,1138175082155994132481,-59607424953500501311861,-2048807975047442332587215,547...
programs/oeis/063/A063886.asm
neoneye/loda
22
43368
<gh_stars>10-100 ; A063886: Number of n-step walks on a line starting from the origin but not returning to it. ; 1,2,2,4,6,12,20,40,70,140,252,504,924,1848,3432,6864,12870,25740,48620,97240,184756,369512,705432,1410864,2704156,5408312,10400600,20801200,40116600,80233200,155117520,310235040,601080390,1202160780,23336062...
data/mapHeaders/silphco8.asm
adhi-thirumala/EvoYellow
16
43369
<gh_stars>10-100 SilphCo8_h: db FACILITY ; tileset db SILPH_CO_8F_HEIGHT, SILPH_CO_8F_WIDTH ; dimensions (y, x) dw SilphCo8Blocks, SilphCo8TextPointers, SilphCo8Script ; blocks, texts, scripts db $00 ; connections dw SilphCo8Object ; objects
oeis/016/A016153.asm
neoneye/loda-programs
11
43370
<filename>oeis/016/A016153.asm ; A016153: a(n) = (9^n-4^n)/5. ; 0,1,13,133,1261,11605,105469,953317,8596237,77431669,697147165,6275373061,56482551853,508359743893,4575304803901,41178011670565,370603178776909,3335432903959477,30018913315504477,270170288559017029 mul $0,2 mov $1,3 pow $1,$0 mov $2,2 pow $2,$0 sub $1,$2 ...
programs/oeis/212/A212989.asm
karttu/loda
0
43371
<filename>programs/oeis/212/A212989.asm ; A212989: Number of (w,x,y) with all terms in {0,...,n} and 4*w = 4*x+y. ; 1,2,3,4,9,11,13,15,24,27,30,33,46,50,54,58,75,80,85,90,111,117,123,129,154,161,168,175,204,212,220,228,261,270,279,288,325,335,345,355,396,407,418,429,474,486,498,510,559,572,585,598,651,665,679,693 mov ...
tests/test_clip_stereo.asm
moitias/sointu
0
43372
<filename>tests/test_clip_stereo.asm %define BPM 100 %include "../src/sointu.inc" BEGIN_PATTERNS PATTERN 64, 0, 68, 0, 32, 0, 0, 0, 75, 0, 78, 0, 0, 0, 0, 0, END_PATTERNS BEGIN_TRACKS TRACK VOICES(1),0 END_TRACKS BEGIN_PATCH BEGIN_INSTRUMENT VOICES(1) ; Instrument0 SU_ENVELOPE MONO, ATTAC(3...
programs/oeis/101/A101868.asm
jmorken/loda
1
43373
; A101868: a(n) = n + 2*ceiling(phi n), where phi = (1 + sqrt(5))/2. Row 1 of A101866. ; 5,10,13,18,23,26,31,34,39,44,47,52,57,60,65,68,73,78,81,86,89,94,99,102,107,112,115,120,123,128,133,136,141,146,149,154,157,162,167,170,175,178,183,188,191,196,201,204,209,212,217,222,225,230,233,238,243,246,251,256 mov $3,$0 mov ...
programs/oeis/142/A142103.asm
neoneye/loda
22
43374
; A142103: Primes congruent to 11 mod 36. ; 11,47,83,191,227,263,443,479,587,659,839,911,947,983,1019,1091,1163,1307,1451,1487,1523,1559,1667,1811,1847,2027,2063,2099,2207,2243,2351,2423,2459,2531,2711,2819,2927,2963,2999,3251,3323,3359,3467,3539,3719,3863,4007,4079,4259,4547,4583,4691,4799,4871,4943,5051,5087,5231,530...
TinyOS/DigitalSensorRFTransmit/Node_sh/build/antc5/startup.a51
redblue9771/WSN-Web
0
43375
$NOMOD51 ;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc. ; Version 8.01 ; ; *** <<< Use Configuration Wizard in Context Menu >>> *** ;-------------------------------...
libsrc/stdio/ansi/abc80/f_ansi_dline.asm
andydansby/z88dk-mk2
1
43376
<gh_stars>1-10 ; ; ANSI Video handling for the ABC80 ; ; Clean a text line ; ; <NAME> - may 2000 ; ; in: A = text row number ; ; ; $Id: f_ansi_dline.asm,v 1.3 2007/10/31 14:01:47 stefano Exp $ ; XLIB ansi_del_line .ansi_del_line ld hl,$374 ; ROW table in ROM ld d,0 rla ld e,a add hl,de ld e,(hl) inc hl ...
src/spread/act/fn.asm
olifink/qspread
0
43377
* Spreadsheet 20/01-92 * - format number pulldown routine * section prog include win1_keys_wwork include win1_keys_wstatus include win1_keys_wman include win1_keys_qdos_pt include win1_keys_err include win1_spread_keys include win1_mac_oli xdef fnm_puld,fnm_init,fnm_updt,edt_un...
user/kill.asm
siyuanhu98/6.S081-xv
0
43380
user/_kill: 文件格式 elf64-littleriscv Disassembly of section .text: 0000000000000000 <main>: #include "kernel/stat.h" #include "user/user.h" int main(int argc, char **argv) { 0: 1101 addi sp,sp,-32 2: ec06 sd ra,24(sp) 4: e822 sd s0,16(sp) 6: e426 ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_5295_1634.asm
ljhsiun2/medusa
9
43381
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_5295_1634.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xdb7f, %r9 nop sub %r12, %r12 mov $0x6162636465666768, %r8 movq %r8, %xmm2 vmovups %...
data/pokemon/dex_entries/diglett.asm
AtmaBuster/pokeplat-gen2
6
43382
<filename>data/pokemon/dex_entries/diglett.asm db "MOLE@" ; species name db "It digs under-" next "ground and chews" next "on tree roots," page "sticking its head" next "out only when the" next "sun isn't bright.@"
libsrc/_DEVELOPMENT/temp/sp1/zx/tiles/asm_sp1_ClearRect.asm
jpoikela/z88dk
640
43383
; void sp1_ClearRect(struct sp1_Rect *r, uchar colour, uchar tile, uchar rflag) ; 03.2006 aralbrec, Sprite Pack v3.0 ; sinclair spectrum version INCLUDE "config_private.inc" SECTION code_clib SECTION code_temp_sp1 PUBLIC asm_sp1_ClearRect PUBLIC SP1CRSELECT EXTERN asm_sp1_GetUpdateStruct, l_jpix asm_sp1_ClearRect:...
MdePkg/Library/BaseLib/Ia32/Mwait.nasm
nicklela/edk2
3,861
43384
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; Mwait.Asm ; ; Abstract: ; ; AsmMwait function ; ; Notes: ; ;-------------------------...
libraries/xsprites/_test.asm
paulscottrobson/cerberus-2080
1
43385
org $202 ; ; Defining SPRLowSprite sets the lowest UDG used by sprites. This is a constant ; so if this is $A0, then $00-$9F are background, and $A0-$FF are used for sprites. ; jp start .include "xsprite.asm" ; ; Copy a lightweight pattern to the screen. ; start: ld sp,$F000 ld hl,$F800+40*30 ...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_setSpritePaletteColor_callee.asm
jpoikela/z88dk
640
43386
; void SMS_setSpritePaletteColor(unsigned char entry,unsigned char color) SECTION code_clib SECTION code_SMSlib PUBLIC SMS_setSpritePaletteColor_callee EXTERN asm_SMSlib_setSpritePaletteColor SMS_setSpritePaletteColor_callee: pop hl pop bc ex (sp),hl ld a,c jp asm_SMSlib_setSpritePaletteColor
oeis/010/A010606.asm
neoneye/loda-programs
11
43387
<reponame>neoneye/loda-programs ; A010606: Decimal expansion of cube root of 35. ; Submitted by <NAME> ; 3,2,7,1,0,6,6,3,1,0,1,8,8,5,8,9,7,2,8,2,2,4,8,0,6,9,0,2,3,9,2,5,3,1,3,4,4,0,9,8,9,0,3,1,4,7,7,7,8,9,0,5,8,1,9,6,4,4,5,6,0,1,0,7,8,6,5,2,0,0,3,9,4,4,4,5,8,8,8,3,1,7,9,5,8,6,1,2,7,0,9,0,0,7,6,6,3,1,6,4 mov $2,1 mov $...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1490.asm
ljhsiun2/medusa
9
43389
.global s_prepare_buffers s_prepare_buffers: push %r10 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xdb30, %rsi lea addresses_D_ht+0x1ef30, %rdi nop nop nop nop dec %rax mov $68, %rcx rep movsl nop nop and %rbx, %rbx lea addresses_normal_ht+0x9260, %rsi lea addresses_WC_ht+0xa730, %rd...
oeis/024/A024918.asm
neoneye/loda-programs
11
43390
<reponame>neoneye/loda-programs ; A024918: Partial sums of the sequence of prime powers (A000961). ; Submitted by <NAME>(s4) ; 1,3,6,10,15,22,30,39,50,63,79,96,115,138,163,190,219,250,282,319,360,403,450,499,552,611,672,736,803,874,947,1026,1107,1190,1279,1376,1477,1580,1687,1796,1909,2030,2155,2282,2410,2541,2678,2817...
Working Disassembly/Levels/LRZ/Misc Object Data/Map - Fireball Launcher.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
43393
dc.w word_42CB8-Map_LRZFireballLauncher dc.w word_42CC0-Map_LRZFireballLauncher dc.w word_42CC8-Map_LRZFireballLauncher word_42CB8: dc.w 1 ; DATA XREF: ROM:00042CB2o dc.b $F8, 9, 0, $1C, $FF, $F4 word_42CC0: dc.w 1 ; DATA XREF: ROM:00042CB2o dc.b $F8, 9, $10, $1C, $FF, $F4 word_42CC8: dc.w 2 ;...
programs/oeis/281/A281660.asm
karttu/loda
1
43394
<filename>programs/oeis/281/A281660.asm ; A281660: The least common multiple of 1+n and 1+n^2. ; 1,2,15,20,85,78,259,200,585,410,1111,732,1885,1190,2955,1808,4369,2610,6175,3620,8421,4862,11155,6360,14425,8138,18279,10220,22765,12630,27931,15392,33825,18530,40495,22068,47989,26030,56355,30440,65641,35322,75895,40700,87...
programs/oeis/005/A005451.asm
neoneye/loda
22
43395
<reponame>neoneye/loda ; A005451: Define b(n) = ( (n-1)*(n^2-3*n+1)*b(n-1) - (n-2)^3*b(n-2) )/(n*(n-3)); b(2) = b(3) = 1; sequence gives denominators of b(n). ; 1,1,4,1,6,1,8,9,10,1,12,1,14,15,16,1,18,1,20,21,22,1,24,25,26,27,28,1,30,1,32,33,34,35,36,1,38,39,40,1,42,1,44,45,46,1,48,49,50,51,52,1,54,55,56,57,58,1,60 ad...
memory/mirrors.asm
jsmolka/gba-suite
31
43397
mirrors: ; Tests for memory mirrors t001: ; EWRAM mirror mov r0, 1 mov r1, MEM_EWRAM str r0, [r1] add r1, 0x40000 ldr r0, [r1] cmp r0, 1 bne f001 b t002 f001: m_exit 1 t002: ; IWRAM mir...
Tarea 6/Michelle_Robin_T6.asm
robz25/Microprocesadores
0
43398
#include registers.inc ;******************************************************************************* ; UNIVERSIDAD DE COSTA RICA ESCUELA DE INGENIERIA ELECTRICA ; MICROPROCESADORES IE 623 III CICLO 2020 ;******************************************************************************* ; ...
src/asm/x86_64/long_mode_start.asm
TechMagister/crkernel64
1
43401
<reponame>TechMagister/crkernel64 ;;------------------------------------------------------------------------------------------------ ;; `src/asm/x86_64/long_mode_start.asm` ;; @see http://os.phil-opp.com/entering-longmode.html ;;-------------------------------------------------------------------------------------------...
programs/oeis/154/A154626.asm
karttu/loda
0
43403
<reponame>karttu/loda<filename>programs/oeis/154/A154626.asm ; A154626: a(n) = 2^n*A001519(n). ; 1,2,8,40,208,1088,5696,29824,156160,817664,4281344,22417408,117379072,614604800,3218112512,16850255872,88229085184,461973487616,2418924584960,12665653559296,66318223015936,347246723858432,1818207451086848,9520257811087360 ...
non_regression/other_x86_linux_22.o.asm
LRGH/plasmasm
1
43404
<filename>non_regression/other_x86_linux_22.o.asm .file "j2.c" .text .globl main .type main, @function main: pushl %ebp movl %esp, %ebp subl $16, %esp call __i686.get_pc_thunk.cx .L0000000B: addl $_GLOBAL_OFFSET_TABLE_, %ecx leal .LC00000000@GOTOFF(%ecx), %edx movl -4(%ebp),...
asg/asm/rdkafka_subscription.asm
asgkafka/librdkafka
0
43405
<reponame>asgkafka/librdkafka<gh_stars>0 *PROCESS DUPALIAS * * Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07 * on Fri Apr 30 15:36:12 2021 * WXTRN @@ZARCH# * * * * Code Section * @CODE ALIAS X'7CD9C4D2C1C6D2C16DE2E4C2E2C3D9C9D7E3C9D6D5' @CODE CSECT @CODE AMODE ANY @CODE RMODE ...
oeis/006/A006190.asm
neoneye/loda-programs
11
43406
<gh_stars>10-100 ; A006190: a(n) = 3*a(n-1) + a(n-2), with a(0)=0, a(1)=1. ; Submitted by <NAME>(s3) ; 0,1,3,10,33,109,360,1189,3927,12970,42837,141481,467280,1543321,5097243,16835050,55602393,183642229,606529080,2003229469,6616217487,21851881930,72171863277,238367471761,787274278560,2600190307441,8587845200883,2836372...
libsrc/graphics/bee/w_clg_512.asm
jpoikela/z88dk
640
43407
<filename>libsrc/graphics/bee/w_clg_512.asm ; ; MicroBEE pseudo graphics routines ; ; cls () -- clear screen ; ; <NAME> - 2016 ; ; ; $Id: w_clg_512.asm,v 1.2 2017-01-02 21:51:24 aralbrec Exp $ ; SECTION code_clib PUBLIC clg PUBLIC _clg EXTERN cleargraphics EXTERN swapgfxbk ...
programs/oeis/163/A163607.asm
karttu/loda
0
43408
<reponame>karttu/loda ; A163607: a(n) = ((5 + 2*sqrt(2))*(1 + sqrt(2))^n + (5 - 2*sqrt(2))*(1 - sqrt(2))^n)/2. ; 5,9,23,55,133,321,775,1871,4517,10905,26327,63559,153445,370449,894343,2159135,5212613,12584361,30381335,73347031,177075397,427497825,1032071047,2491639919,6015350885,14522341689,35060034263,84642410215,2043...
src/Lib/Sassy/tests/load16.asm
pnkfelix/larceny
212
43409
BITS 16 section .text foo: lds edi, [esi] les di, [esi] lea edi, [esi] lfs di, [esi] lgs edi, [esi] lss di, [esi]
tests/label.asm
Liqi1003/lc3_vscode
2
43410
<gh_stars>1-10 .ORIG x3000 ; TEST: Unusable label X10 1LBL LD R1, 1LBL ; TEST: Label at the same location and duplicated label DUPLICATED_LABEL DUPLICATED_LABEL ADD R0, R0, R1 .END
spec/tiles-common-shift-color-ram-diag-odd.spec.asm
c64lib/text
1
43411
#import "64spec/lib/64spec.asm" #import "../lib/tiles-color-ram-shift.asm" #import "common/lib/invoke-global.asm" sfspec: init_spec() describe("_shiftInterleavedTopLeft odd") it("shifts mem top left by 1 from [0,0]"); { c64lib_pushParamW(initialScreenData0) c64lib_pushParamW(testScreenData) ...
oeis/060/A060194.asm
neoneye/loda-programs
11
43412
<filename>oeis/060/A060194.asm ; A060194: Partial products of A060193. ; Submitted by <NAME> ; 3,15,195,3315,96135,2980185,128147955,6022953885,367400186985,24615812527995,1944649189711605,161405882746063215,16301994157352384715,1679105398207295625645,189738909997424405697885,24096841569672899523631395 mov $1,1 lpb $0...
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_703_1916.asm
ljhsiun2/medusa
9
43413
<filename>Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_703_1916.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x103d9, %rax nop nop nop add %r12, %r12 mov $0x6162636465666768, %rbx movq %rbx, %xmm6...
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_fmin_callee.asm
jpoikela/z88dk
640
43414
; double __CALLEE__ fmin(double x, double y) SECTION code_clib SECTION code_fp_math48 PUBLIC cm48_sccz80_fmin_callee EXTERN am48_fmin, cm48_sccz80p_dcallee2 cm48_sccz80_fmin_callee: call cm48_sccz80p_dcallee2 ; AC'= y ; AC = x jp am48_fmin
old/dlc4/test/test3.asm
icefoxen/finished-dumblang
0
43415
segment .text extern printIntC extern printCharC extern printNLC extern printFloatC extern testlib_test extern testlib_add extern testlib_sum4 extern testlib_sub global test3_id global test3_idf global test3_addStuff global main ; Start function test3_id test3_id: sub esp, 0x4 mov [esp], ebp mov ebp, esp ...
compsci courses/CPSC355 - Computing Machinery/misc/otherresources/week5/Separate Compilation/comp.asm
q-omar/UofC
1
43416
.text fmt: .string " %d \n" .balign 4 .global main //Make main visible to OS main: stp x29, x30, [sp, -16]! mov x29, sp adrp x19, a_m add x19, x19, :lo12:a_m ldr w0, [x19] bl myfunc mov w19, w0 adrp x0, fmt // Load address of i (high order bits) add x0, x0, :lo12...
Assembler/AssemblyCode/FOR_LOOP_IndirectAddressing.asm
KPU-RISC/KPU
8
43418
; Initialize the register "Y" MOV XL, 0x00 MOV XH, 0xFF MOV Y, X ; ============================= ; Write some values to the RAM ; ============================= ; Initial counter value - 0d MOV D, 0 ; End value - 5d MOV E, 5 :FOR_LOOP_WRITE MOV [Y + D], D INC D ; Test if we have already reached the end value CMP D,...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1434.asm
ljhsiun2/medusa
9
43420
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xfdb1, %r8 nop sub %rcx, %rcx movups (%r8), %xmm3 vpextrq $0, %xmm3, %rbp nop nop nop nop inc %rdx lea addresses_WT_ht+0xc8d1, %r9 nop nop nop nop xor ...
src/test/ref/static-init-code-2.asm
jbrandwood/kickc
2
43421
// Tests static initialization code // No initializer code should be needed (since all values are constant) // Commodore 64 PRG executable file .file [name="static-init-code-2.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [sta...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_201.asm
ljhsiun2/medusa
9
43422
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rdx lea addresses_WT_ht+0x4083, %r8 sub $37683, %r10 mov (%r8), %dx nop cmp $40089, %r8 pop %rdx pop %r8 pop %r10 ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %r8 push %rax push %rcx push %rdi push %rsi // Store lea address...
MSDOS/Virus.MSDOS.Unknown.graflib.asm
fengjixuchui/Family
3
43423
; ; grafix --- graflib.asm ; ; miscellaneous assembly routines ; ; Written 4/87 by <NAME> (<EMAIL> or @citromeo.bitnet) ; ; Modified 5/29/87 by sss to allow for different memory models ; title graflib include macros.ah buflen equ 32768 sseg endss dseg endds buf segment public 'BUF' db buflen dup(?) buf ends cs...
EEL7030/Rep CAEE/Mic 8086/Mensagem.asm
GSimas/MicroC
0
43424
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Mensagem.asm - Escrevendo uma mensagem na tela ;Prof. <NAME> - 04.01.2000 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PILHA SEGMENT STACK DB 128 DUP(?) PILHA ENDS DADOS SEGMENT MSG1 DB 'AGORA SEI ESCREVER MENSAGENS N...
engine/overworld/healing_machine.asm
opiter09/ASM-Machina
1
43425
<filename>engine/overworld/healing_machine.asm AnimateHealingMachine: ld de, PokeCenterFlashingMonitorAndHealBall ld hl, vChars0 tile $7c lb bc, BANK(PokeCenterFlashingMonitorAndHealBall), 3 ; should be 2 call CopyVideoData ld hl, wUpdateSpritesEnabled ld a, [hl] push af ld [hl], $ff push hl ldh a, [rOBP1] p...
audio tools/ab_Squirrel3 Public/Main/freqEnv.asm
langel/pce-dev-kit
1
43427
; ; process frequency effects ; called from main track PSG driver ; processFrequency ;........................................................................ ; skip effects if not playing tones. ldx psgCurrentVoice ; voice number in X lda psgMainStackOffset,x ; top byte from stack and #$F0...
src/z80asm/dev/cpu/cpu_test_r3k_err.asm
Toysoft/z88dk
0
43428
<reponame>Toysoft/z88dk adc a, ixh ; Error adc a, ixl ; Error adc a, iyh ; Error adc a, iyl ; Error adc ixh ; Error adc ixl ; Error adc iyh ; Error adc iyl ...
engine/phone/scripts/vance.asm
Trap-Master/spacworld97-thingy
0
43429
<reponame>Trap-Master/spacworld97-thingy VancePhoneCalleeScript: gettrainername STRING_BUFFER_3, BIRD_KEEPER, VANCE1 checkflag ENGINE_VANCE iftrue .WantsBattle farscall PhoneScript_AnswerPhone_Male checkflag ENGINE_VANCE_WEDNESDAY_NIGHT iftrue .NotWednesday readvar VAR_WEEKDAY ifnotequal WEDNESDAY, .NotWednesda...
programs/oeis/087/A087719.asm
karttu/loda
0
43430
; A087719: Least number m such that the number of numbers k <= m with k > spf(k)^n exceeds the number of numbers with k <= spf(k)^n. ; 15,27,57,135,345,927,2577,7335,21225,62127,183297,543735,1618905,4832127,14447217,43243335,129533385,388206927,1163834337,3489930135,10466644665,31393642527,94168344657,282479868135 ad...
oeis/140/A140153.asm
neoneye/loda-programs
11
43431
; A140153: a(1)=1, a(n) = a(n-1) + n^3 if n odd, a(n) = a(n-1) + n^1 if n is even. ; Submitted by <NAME>(s2) ; 1,3,30,34,159,165,508,516,1245,1255,2586,2598,4795,4809,8184,8200,13113,13131,19990,20010,29271,29293,41460,41484,57109,57135,76818,76846,101235,101265,131056,131088,167025,167059,209934,209970,260623,260661,3...
Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0x48_notsx.log_3_599.asm
ljhsiun2/medusa
9
43432
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x3b7c, %rcx nop nop nop nop nop add $28714, %r10 movups (%rcx), %xmm2 vpextrq $1, %xmm2, %r13 nop nop inc %rbp lea addresses_WC_ht+0x2156, %rbx nop nop cmp $4325...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_612.asm
ljhsiun2/medusa
9
43434
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xb039, %rsi lea addresses_UC_ht+0x19029, %rdi nop xor %rbp, %rbp mov $57, %rcx rep movsl nop nop inc %rbp lea addresses_D_ht+0x7229, %r15 nop dec %rcx movb (%r15), %r13b xor %...
sdk/sdk/share/ffmpeg/libavcodec/x86/vc1dsp_yasm.asm
doyaGu/C0501Q_HWJL01
1
43435
<gh_stars>1-10 ;****************************************************************************** ;* VC1 deblocking optimizations ;* Copyright (c) 2009 <NAME> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Public ;* Li...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_137.asm
ljhsiun2/medusa
9
43436
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x19500, %r9 nop nop sub %r15, %r15 mov $0x6162636465666768, %r11 movq %r11, %xmm3 movups %xmm3, (%r9) nop nop nop nop nop add %rdi, %rdi lea addresses_WC_ht+0x8...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_2_1378.asm
ljhsiun2/medusa
9
43437
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rax push %rbx push %rdx push %rsi lea addresses_normal_ht+0x1b45c, %rsi nop nop nop and %r15, %r15 movb (%rsi), %r8b add $40066, %rsi lea addresses_WC_ht+0x122c9, %rdx nop xor %rax, %rax movb (%rdx), %bl nop cm...