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
oeis/306/A306852.asm
neoneye/loda-programs
11
196520
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A306852: a(n) = Sum_{k=0..floor(n/7)} binomial(n,7*k). ; 1,1,1,1,1,1,1,2,9,37,121,331,793,1717,3434,6451,11561,20129,34885,62017,116281,232562,490337,1062601,2309385,4950751,10381281,21242341,42484682,83411715,161766061,312168761,603861897,1178135905,2326683921,46533678...
data/pokemon/base_stats/spinda.asm
TastySnax12/pokecrystal16-493-plus
2
196521
db 0 ; species ID placeholder db 60, 60, 60, 60, 60, 60 ; hp atk def spd sat sdf db NORMAL, NORMAL ; type db 255 ; catch rate db 85 ; base exp db NO_ITEM, MINT_BERRY ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 15 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/spind...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1461.asm
ljhsiun2/medusa
9
196522
.global s_prepare_buffers s_prepare_buffers: push %r15 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x11525, %rbp nop nop nop nop nop cmp $54213, %r15 mov $0x6162636465666768, %rdx movq %rdx, %xmm0 movups %xmm0, (%rbp) add %rax, %rax lea addresses_normal_ht+0x11d85, %rsi lea addresses...
libsrc/_DEVELOPMENT/env/esxdos/c/sccz80/env_getenv.asm
jpoikela/z88dk
640
196523
; char *env_getenv(unsigned char handle,const char *name,char *val,unsigned int valsz,void *buf,unsigned int bufsz) SECTION code_env PUBLIC env_getenv EXTERN asm_env_getenv env_getenv: pop af pop bc pop hl exx pop bc pop de pop hl exx pop de push de exx push hl push de ...
pd-x16-setup.asm
lvcabral/x16-petdraw
0
196524
<gh_stars>0 //Petdraw (Commander X16 version) //by <NAME> 2019 //<EMAIL> // //Converted to KickAssembler //by <NAME> 2020 //https://github.com/lvcabral SETUP_MENU: jsr MAIN_CURSOR_UNPLOT lda #160 sta COPY_WIDTH lda #30 sta COPY_HEIGHT jsr COPY_SCREEN_TO_BUFFER lda #1 //WHITE sta $0286 ...
programs/oeis/090/A090405.asm
neoneye/loda
22
196525
; A090405: a(n) = PrimePi(n+2) - PrimePi(n). ; 2,1,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,1,1 mov $1,$0 div $0,2 add $0,1 mov $2,$1 mov $1,$0 add $1,$0 seq $1,10051 ;...
src/apps/date/date.asm
tishion/PiscisOS
86
196527
<filename>src/apps/date/date.asm use32 org 00h APP_HEADER: db 'PISCISAPP000' ;;Signature dd 0 ;;Reserverd dd APP_START ;;Entry Point dd APP_ARGS ;;Arguments Buffer dd 0 ;;Reserved APP_ARGS: times (256) db 0 APP_START: mov eax, 06h int 50h mov edi, str_yy call Bcd2Asc shr eax, 8 mov edi, str...
Source/gameStartup.6502.asm
Rakarake/NESNAKE
0
196529
;GAME STARTUP ;set namBuffer LDA #$00 STA namBuffer ;PRNG, should be tied to a counter at the title LDA #$01 STA seed ;start game state LDA #GAME_STATE_TITLE STA gameState ;engage sound LDA #$0F STA $4015 ;enables pulse , pulse 2, triangle and niose channels ;snakeInputs LDA #$FF LDX #...
oeis/076/A076390.asm
loda-lang/loda-programs
11
196530
<filename>oeis/076/A076390.asm<gh_stars>10-100 ; A076390: Decimal expansion of lemniscate constant B. ; Submitted by <NAME> ; 5,9,9,0,7,0,1,1,7,3,6,7,7,9,6,1,0,3,7,1,9,9,6,1,2,4,6,1,4,0,1,6,1,9,3,9,1,1,3,6,0,6,3,3,1,6,0,7,8,2,5,7,7,9,1,3,1,8,3,7,4,7,6,4,7,3,2,0,2,6,0,7,0,7,1,9,5,7,8,3,5,4,1,7,9,4,2,7,7,8,2,4,4,8,9,6,6,...
src/unison/test/fast/Mips/speed/sphinx3.glist.glist_tail.asm
Patstrom/disUnison
88
196531
<gh_stars>10-100 .text .abicalls .section .mdebug.abi32,"",@progbits .nan legacy .file "sphinx3.glist.glist_tail.ll" .text .globl glist_tail .align 2 .type glist_tail,@function .set nomicromips .set nomips16 .ent glist_tail glist_tail: # @glist_tail .frame $sp,0,$ra .mask 0x00...
src/isa/avx/masm/sincos.asm
jepler/aocl-libm-ose
66
196532
; ; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, ; are permitted provided that the following conditions are met: ; 1. Redistributions of source code must retain the above copyright notice, ; this list...
programs/oeis/052/A052970.asm
karttu/loda
0
196533
; A052970: Expansion of (1-2x)/(1-2x-2x^2+2x^3). ; 1,0,2,2,8,16,44,104,264,648,1616,4000,9936,24640,61152,151712,376448,934016,2317504,5750144,14267264,35399808,87833856,217932800,540733696,1341665280,3328932352,8259727872,20493989888,50849570816,126167665664 mov $5,$0 mov $7,2 lpb $7,1 clr $0,5 mov $0,$5 sub $7...
programs/oeis/341/A341995.asm
neoneye/loda
22
196534
<gh_stars>10-100 ; A341995: a(n) = 1 if the arithmetic derivative (A003415) of n is a prime, otherwise 0. ; 0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 seq $0,3415...
Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48.log_21829_649.asm
ljhsiun2/medusa
9
196535
<filename>Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48.log_21829_649.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x178ba, %r10 nop nop nop nop cmp $62181, %rsi mov $0x6162636465666768, %rax movq...
oeis/063/A063230.asm
neoneye/loda-programs
11
196537
<reponame>neoneye/loda-programs ; A063230: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 71 ). ; Submitted by <NAME>(s2) ; 6,17,29,41,53,63,77,87,99,111,123,133,147,157,169,181,193,203,217,227,239,251,263,273,287,297,309,321,333,343,357,367,379,391,403,413,427,437,449,461,473,483,497,507,519,531,54...
boot/switch_to_pm.asm
Machinocheese/BASA-OS
0
196538
[bits 16] ; Switch to protected mode switch_to_pm: cli ; ignore interrupts - 16 bit interrupt handling is screwed up in 32-bit lgdt [gdt_descriptor] ; load GDT (defines code / data segments) mov eax, cr0 or eax, 0x1 ; Setting first bit of CR0 switches to protected mode mov cr0, eax jmp CODE_SEG:init_pm ; Makes...
programs/oeis/102/A102653.asm
karttu/loda
1
196540
<gh_stars>1-10 ; A102653: a(n) = 4 * floor(27*2^n/15). ; 4,12,28,56,112,228,460,920,1840,3684,7372,14744,29488,58980,117964,235928,471856,943716,1887436,3774872,7549744,15099492,30198988,60397976,120795952,241591908,483183820,966367640,1932735280,3865470564 mov $1,2 pow $1,$0 mul $1,9 div $1,5 mul $1,4
program.asm
pastchick3/risc-v-processor
3
196541
<gh_stars>1-10 ld x6, 0(x0) ld x7, 1(x0) and x5, x6, x7 sd x5, 2(x0) or x5, x6, x7 sd x5, 3(x0) add x5, x6, x7 sd x5, 4(x0) sub x5, x6, x7 sd x5, 5(x0) beq x6, x7, 4 sd x6, 6(x0) beq x6, x6, 4 sd x7, 7(x0) //skipped sd x7, 8(x0)
agents/introvecore/handlers.asm
hugmyndakassi/hvmi
677
196542
; Exception stubs. global VeCoreVirtualizationExceptionHandlerNoKPTI global VeCoreVirtualizationExceptionHandlerKPTI global VeCoreVirtualizationExceptionHandler global VeCoreExecuteInstruction global VeCoreInstructionsTable global VeCoreProtectedEptIndex global VeCoreUntrustedEptIndex global VeCoreJumpToKiKernelExit g...
oeis/021/A021405.asm
neoneye/loda-programs
11
196543
<filename>oeis/021/A021405.asm ; A021405: Decimal expansion of 1/401. ; Submitted by <NAME>(m2) ; 0,0,2,4,9,3,7,6,5,5,8,6,0,3,4,9,1,2,7,1,8,2,0,4,4,8,8,7,7,8,0,5,4,8,6,2,8,4,2,8,9,2,7,6,8,0,7,9,8,0,0,4,9,8,7,5,3,1,1,7,2,0,6,9,8,2,5,4,3,6,4,0,8,9,7,7,5,5,6,1,0,9,7,2,5,6,8,5,7,8,5,5,3,6,1,5,9,6,0 seq $0,83811 ; Numbers ...
programs/oeis/310/A310461.asm
karttu/loda
1
196547
; A310461: Coordination sequence Gal.6.350.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,4,10,15,20,26,30,34,40,45,50,56,60,64,70,75,80,86,90,94,100,105,110,116,120,124,130,135,140,146,150,154,160,165,170,176,180,184,190,195,20...
Appl/Tools/Localize/Document/documentCount.asm
steakknife/pcgeos
504
196549
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: ResEdit FILE: documentCount.asm AUTHOR: <NAME>, Sep 27, 1993 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Nam...
bvs/BvsSetCurType.asm
osfree-project/FamilyAPI
0
196553
<reponame>osfree-project/FamilyAPI<filename>bvs/BvsSetCurType.asm ;/*! ; @file ; ; @brief BvsSetCurType DOS wrapper ; ; (c) osFree Project 2008-2022, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ...
asm_source/xmastree.asm
Whitie/brainfuck-stuff
0
196554
; Translated with bf2asm.py from xmastree.bf ; Compile with: nasm -f elf64 xmastree.asm ; Link with: ld xmastree.o -o xmastree %define SYS_READ 0 %define SYS_WRITE 1 %define SYS_EXIT 60 %define STDIN 0 %define STDOUT 1 %define INPUT_OUTPUT_SIZE 1 %define TAPE_SIZE 32768 section .bss buf resb 1 section .data t...
dos/digger/armasm.asm
sergev/vak-opensource
34
196555
; ; Name: armasm.s ; ; Date: Tue Oct 6 20:35:59 1998 ; OS_WriteC EQU 0x0 OS_CLI EQU 0x05 OS_Byte EQU 0x06 OS_Word EQU 0x07 OS_ReadVduVariables EQU 0x31 OS_CheckModeValid EQU 0x3f OS_ReadMonotonicTime EQU 0x42 OS_ScreenMode EQU 0x65 Wimp_S...
Transynther/x86/_processed/P/_un_/i9-9900K_12_0xa0_notsx.log_58_1102.asm
ljhsiun2/medusa
9
196556
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %r8 push %rcx push %rdx lea addresses_WT_ht+0x13b01, %r13 nop nop nop nop add $47489, %r8 mov (%r13), %dx nop nop nop nop sub %r8, %r8 lea addresses_WT_ht+0x3e71, %r14 nop nop nop add %r10, %r10 mov (%r14), %rcx nop nop nop nop xo...
samples/sms/tilemap_render/stat_scr_VDP_data/data/tilemap.asm
0x8BitDev/MAPeD-SPReD
23
196557
;####################################################### ; ; Generated by MAPeD-SMS Copyright 2017-2021 0x8BitDev ; ;####################################################### ; export options: ; - tiles 4x4/(columns) ; - properties per CHR (screen attributes) ; - mode: static screens ; - layout: adjacent screens ...
libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_alloc_fixed_unlocked_callee.asm
meesokim/z88dk
0
196558
<gh_stars>0 ; void *heap_alloc_fixed_unlocked_callee(void *heap, void *p, size_t size) SECTION code_alloc_malloc PUBLIC _heap_alloc_fixed_unlocked_callee _heap_alloc_fixed_unlocked_callee: pop hl pop de pop bc ex (sp),hl INCLUDE "alloc/malloc/z80/asm_heap_alloc_fixed_unlocked.asm"
bootsector/03-memory/boot.asm
wpmed92/os-adventures
1
196561
<reponame>wpmed92/os-adventures ;System initally boots in 16-bit real mode for backward compatibility reasons (Intel: emulate the oldest CPU in the family, 8086) ;Memory layout of an x86 system is shown in 'memory_layout.png' ;the boot sector is loaded at 0x7c00 ;at 0x00 is the start of the Interupt Vector Table ;reg...
os/coreboot.asm
jbush001/HECTIC
44
196562
# # Copyright 2013 <NAME> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
embedvm/tests/test_loops.asm
tcr/avrvm
2
196564
<filename>embedvm/tests/test_loops.asm PushZeros(n=1) PushConstantV(value=0) PopLocal(sfa=0) Label(id='label4') PushLocal(sfa=0) PushConstantV(value=5) CompareLT() JumpVIfNot(address=LabelRef('label1')) PushLocal(sfa=0) PushConstantV(value=3) CompareEE() JumpVIfNot(address=LabelRef('label2')) JumpV(address=LabelRef('la...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_790.asm
ljhsiun2/medusa
9
196565
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1008c, %r9 add %rbp, %rbp movups (%r9), %xmm2 vpextrq $0, %xmm2, %rsi nop sub %rbp, %rbp lea addresses_UC_ht+0x1d9a8, %rsi lea addresses_UC_ht+0x1610c, %rdi nop nop nop and %r...
aas_result.asm
tor4z/nasm_training
0
196566
global _start section .bss res resb 1 section .text _start: sub ah, ah ; Set ah to 00H mov al, '9' ; Getting '9' to al sub al, '3' ; SUB al with '3', the value in al is 06H aas ; ASCII Adjust After Subtract, the value in al is 06H mov [res], ax ; Move 06H to [res] ; Print res mov eax, 4 mov ebx, 1 mov ecx...
smsq/ioq/pbyt.asm
olifink/smsqe
0
196567
* Queue maintenance: put byte into a queue V2.00  <NAME> QJUMP * section ioq * xdef ioq_pbyt * xref ioq_nc xref ioq_eof * include dev8_keys_qu * * d0 r error condition (0, eof or not complete) * d1 c p next byte in queue (if d0=0) * a2 c p po...
psg-test.asm
TPKato/psgctrl
0
196568
.include "m48def.inc" ;;; ATmega48 <=> AY-3-8910(A) ;;; -------------------------- ;;; PD7-PD0 <=> D7-D0 ;;; PB0 (CLKO) <-> φ (clock) ;;; PB6 <-> BC1 ;;; (Vcc) <-> BC2 ;;; PB7 <-> BDIR .equ AY_PORT = PORTD .equ AY_DDR = DDRD .equ AY_PIN = PIND .equ AY_BC_PORT = PORTB .equ AY_BC_DDR = DDRB .equ AY_BC1 ...
assets/drawPrA.asm
oxypomme/CallOfVid-19
1
196569
<reponame>oxypomme/CallOfVid-19<filename>assets/drawPrA.asm ; généré avec https://github.com/oxypomme/BMPtoASM push AX push BX mov AX, playerX mov BX, playerY add AX, 4 mov BX, playerY add BX, 7 oxgSHOWPIXEL AX, BX, 006h ; 4-7 inc BX oxgSHOWPIXEL AX, BX, 006h ; 4-8 inc BX oxgSHOWPIXEL AX, BX, 007h ; 4-9 inc ...
src/plum.asm
SuperFola/project-E
16
196570
bits 16 start: jmp main %include "std/defines.asm" %include "std/readdisk.asm" %include "std/writedisk.asm" %include "std/video.asm" %include "std/string.asm" %include "std/stdio.asm" %include "std/macros.asm" data: ; our stack and the current pointer memory times 256 db 0 mem_idx db 0 ;...
oeis/055/A055581.asm
neoneye/loda-programs
11
196571
<reponame>neoneye/loda-programs ; A055581: Fifth column of triangle A055252. ; 1,8,39,150,501,1524,4339,11762,30705,77808,192495,466926,1114093,2621420,6094827,14024682,31981545,72351720,162529255,362807270,805306341,1778384868,3909091299,8556380130,18656264161,40533753824,87778394079,189515431902,408021893085,87617332...
Desktop/piMASS/HTML/zero.mass/a0.asm
AliveMOon/piMASSpub
2
196572
0x000024a0 move.l 0x2140,A0 ; //0, 0x000024b8 jsr ix 0x000024d0 nop; //---------------- 0x000024e8 nop; //---------------- 0x00002500 move.l 0x2140,A0 ; //0, 0x00002518 move.l 0x2210,A1 ; //0, 0x00002530 move.L (A0),(A1) 0x00002548 xor.q D0,D0 0x00002560 move.l 0x2190,A0 ; //20, 0x00002578 move.b (A0),D0...
programs/oeis/213/A213508.asm
jmorken/loda
1
196573
<gh_stars>1-10 ; A213508: The sequence Z(n) arising in the enumeration of balanced binary trees. ; 1,3,4,7,9,10,11,15,18,20,22,23,24,25,26,31,35,38,41,43,45,47,49,50,51,52,53,54,55,56,57,63,68,72,76,79,82,85,88,90,92,94,96,98,100,102,104,105,106,107 mov $16,$0 mov $18,$0 add $18,1 lpb $18 mov $0,$16 sub $18,1 su...
programs/oeis/199/A199680.asm
neoneye/loda
22
196574
<filename>programs/oeis/199/A199680.asm ; A199680: (11*9^n+1)/2. ; 6,50,446,4010,36086,324770,2922926,26306330,236756966,2130812690,19177314206,172595827850,1553362450646,13980262055810,125822358502286,1132401226520570,10191611038685126,91724499348166130,825520494133495166,7429684447201456490,66867160024813108406,60180...
Test/Exec/Add3.asm
CharlesCarley/ToyVM
1
196576
main: mov x1, -10 cmp x1, -10 prg x1 beq L1 b fail L1: add x1, 1 prg x1 cmp x1, -9 beq L2 b fail L2: sub x1, 2 prg x1 cmp x1, -11 beq L3 b fail L3: sub x1, -2 prg x1 cmp x1, -9 beq L4 b fail L4: sub x1, -9 prg x1 cmp x1, 0 ...
programs/oeis/053/A053545.asm
neoneye/loda
22
196577
; A053545: Comparisons needed for Batcher's sorting algorithm applied to 2^n items. ; 0,1,5,19,63,191,543,1471,3839,9727,24063,58367,139263,327679,761855,1753087,3997695,9043967,20316159,45350911,100663295,222298111,488636415,1069547519,2332033023,5066719231,10972299263,23689428991,51002736639,109521666047,234612588543...
exp/t92.asm
nishuiq/Assembly-Learning
0
196578
<reponame>nishuiq/Assembly-Learning assume cs:codesg data segment db 'welcome to masm!',0 data ends codesg segment start: ; B800 显存段 2 绿色 ; ds:si 字符串首地址指针 ; es:bx 显存段 ; dh dl 显存段偏移量 ; 初始化字符串指针 mov ax, data mov ds, ax mov si, 0 ; 初始化 显存段 es:bx mov ax, 0b800h mo...
_build/dispatcher/jmp_ippsGFpNeg_9bf7edba.asm
zyktrcn/ippcp
1
196579
extern m7_ippsGFpNeg:function extern n8_ippsGFpNeg:function extern y8_ippsGFpNeg:function extern e9_ippsGFpNeg:function extern l9_ippsGFpNeg:function extern n0_ippsGFpNeg:function extern k0_ippsGFpNeg:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment .data align 8 dq .Lin_ippsGFpNeg ....
oeis/077/A077463.asm
neoneye/loda-programs
11
196580
; A077463: Number of primes p such that n < p < 2n-2. ; Submitted by <NAME> ; 0,0,0,1,1,1,1,2,2,3,3,3,3,3,3,4,4,4,3,4,4,5,5,5,6,6,6,7,6,6,6,7,7,7,8,8,8,9,9,9,9,9,9,9,9,10,9,9,9,10,10,11,11,11,12,13,13,14,13,13,12,12,12,12,13,13,13,13,13,14,14,14,13,13,13,14,15,15,14,15,15,15,15,15 mov $3,$0 sub $3,2 mov $6,$0 sub $0,2...
Trojan.Win32.Gozi/Common/i386/w64stubs.asm
010001111/Vx-Suites
2
196581
;////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ;// ActiveDll project. Version 1.5 ;// ;// module: w64stubs.asm ;// $Revision: 261 $ ;// $Date: 2014-07-05 15:11:09 +0400 (Сб, 05 июл 2014) $ ;// description: ;// X86 and WOW64 context stubs. .686...
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_insert_after_callee.asm
jpoikela/z88dk
640
196583
<filename>libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_insert_after_callee.asm ; void *p_forward_list_alt_insert_after_callee(p_forward_list_alt_t *list, void *list_item, void *item) SECTION code_clib SECTION code_adt_p_forward_list_alt PUBLIC _p_forward_list_alt_insert_after_callee EXTER...
Source/Levels/L0204.asm
AbePralle/FGB
0
196584
<reponame>AbePralle/FGB ;L0204.asm ;<NAME> 3.4.2000 INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" ;--------------------------------------------------------------------- SECTION "LevelsSection0204",ROMX ;--------------------------------------------------------------------- L0204_Contents:: DW L0204_Load D...
ASM_006/ASM_006.X/main.asm
MrChunckuee/MPLABX-ASM_Examples
0
196588
;******************************************************************************* ;* ;* ASM_006: Control basico del ADC ;* ;******************************************************************************* ;* FileName: main.asm ;* Processor: PIC16F887 ;* Complier: MPASM v5.77 ;* Author: ...
main.asm
byteManiak/snes-asm
1
196589
.include "header.inc" .include "snesinit.asm" .include "initdma.asm" .include "controls.asm" .include "ball.asm" .include "sprites/spriteCols.inc" .include "sprites/sprites.inc" .bank 0 slot 0 .org $F9 Start: Snes_Init ;lda #$0F ;sta $2100 ; 00001111 - the 4 LSB control brightness. max brightness stz $2105 stz $...
programs/oeis/091/A091270.asm
karttu/loda
1
196590
<reponame>karttu/loda ; A091270: Smallest number having in binary representation a prefix of length n that is also a suffix of its successor. ; 0,2,5,13,29,61,125,253,509,1021,2045,4093,8189,16381,32765,65533,131069,262141,524285,1048573,2097149,4194301,8388605,16777213,33554429,67108861,134217725,268435453,536870909,1...
oeis/297/A297384.asm
neoneye/loda-programs
11
196591
<gh_stars>10-100 ; A297384: Number of Eulerian cycles in the n-antiprism graph. ; Submitted by <NAME>(w4) ; 4,44,372,2932,22484,170196,1279828,9590612,71736660,536055124,4003591508,29892900180,223162389844,1665861735764,12434781197652,92816950121812,692805066118484,5171207088198996,38598573880071508,288104312443589972,...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_23.asm
ljhsiun2/medusa
9
196592
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xa2f0, %rdi add $62348, %rcx mov $0x6162636465666768, %r14 movq %r14, %xmm0 vmovups %ymm0, (%rdi) nop nop nop add %rsi, %rsi lea addresses_WC_ht+0x55d7, %rsi lea addresses_normal_ht+0x62...
oeis/095/A095873.asm
neoneye/loda-programs
11
196593
; A095873: Triangle T(n,k) = (2*k-1)*(n+k-1)*(n-k+1) read by rows, 1<=k<=n. ; Submitted by <NAME> ; 1,4,9,9,24,25,16,45,60,49,25,72,105,112,81,36,105,160,189,180,121,49,144,225,280,297,264,169,64,189,300,385,432,429,364,225,81,240,385,504,585,616,585,480,289,100,297,480,637,756,825 mov $2,$0 lpb $2 sub $1,1 add $0...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1138.asm
ljhsiun2/medusa
9
196594
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x11436, %rsi lea addresses_WT_ht+0x1ee6e, %rdi clflush (%rsi) nop cmp $56746, %rbx mov $43, %rcx rep movsw nop nop nop nop nop sub %rcx, %rcx lea addresses_WC_ht+0xbeae, %rsi lea addre...
data/mapObjects/Route6Gate.asm
AmateurPanda92/pokemon-rby-dx
9
196595
<reponame>AmateurPanda92/pokemon-rby-dx Route6Gate_Object: db $a ; border block db 4 ; warps warp 3, 5, 2, -1 warp 4, 5, 2, -1 warp 3, 0, 1, -1 warp 4, 0, 1, -1 db 0 ; signs db 1 ; objects object SPRITE_GUARD, 6, 2, STAY, LEFT, 1 ; person ; warp-to warp_to 3, 5, ROUTE_6_GATE_WIDTH warp_to 4, 5, ROUTE_6_...
programs/oeis/118/A118417.asm
karttu/loda
1
196596
<gh_stars>1-10 ; A118417: a(n) = (2*n + 1) * 2^(n + 1). ; 2,12,40,112,288,704,1664,3840,8704,19456,43008,94208,204800,442368,950272,2031616,4325376,9175040,19398656,40894464,85983232,180355072,377487360,788529152,1644167168,3422552064,7113539584,14763950080,30601641984,63350767616,130996502528,270582939648,558345748480...
libsrc/_DEVELOPMENT/string/c/sdcc_iy/bcopy.asm
meesokim/z88dk
0
196598
<gh_stars>0 ; BSD ; void bcopy(const void *src, void *dst, size_t len) SECTION code_string PUBLIC _bcopy EXTERN asm_bcopy _bcopy: pop af pop hl pop de pop bc push bc push de push hl push af jp asm_bcopy
ee/wman/wset.asm
olifink/smsqe
0
196599
<gh_stars>0 * Setup a window for the window manager V1.05  1986 <NAME> QJUMP * * 2002-13-11 1.05 Adapted for high colour use (MK) * section wman * xdef wm_prpos xdef wm_pulld xdef wm_unset xdef wm_wrset xdef wm_wpos * xref wmc_trap3 * include dev8_keys_qdos_ioa include dev8_keys_qdos_io include dev8_key...
libsrc/stdio_new/file/freopen_callee.asm
andydansby/z88dk-mk2
1
196600
<gh_stars>1-10 ; FILE __CALLEE__ *freopen_callee(char *filename, char *mode, FILE *stream) ; 07.2009 aralbrec XLIB freopen_callee XDEF ASMDISP_FREOPEN_CALLEE LIB fclose, close, stdio_parseperm, fopen_callee, stdio_findfilestruct, stdio_findfdstruct, stdio_free, fflush LIB stdio_error_einval_zc, stdio_error_zc, stdio_...
oeis/074/A074564.asm
neoneye/loda-programs
11
196602
<reponame>neoneye/loda-programs<filename>oeis/074/A074564.asm ; A074564: a(n) = 4^n + 5^n + 9^n. ; Submitted by <NAME> ; 3,18,122,918,7442,63198,551162,4877478,43502882,389635758,3497598602,31434082038,282690454322,2543153640318,22883164406042,205922723414598,1853177071709762,16677961818988878,150098518713741482,135087...
libsrc/target/zx/zxmmc/cs_low.asm
jpoikela/z88dk
640
196603
<filename>libsrc/target/zx/zxmmc/cs_low.asm<gh_stars>100-1000 ; ; ZX Spectrum ZXMMC specific routines ; code by <NAME> ; ported to z88dk by <NAME> - Feb 2010 ; ; $Id: cs_low.asm,v 1.3 2016-06-10 21:28:03 dom Exp $ ; ;------------------------------------------------------------------------------------ ; CHIP_SELECT L...
ECB/magma-ld-86rk.asm
Bs0Dd/magma-8080
0
196605
<reponame>Bs0Dd/magma-8080 ; KR580VM80A (i8080A) assembly code for Radio-86RK (32kb) ; /-----------------------------------------------\ ; | ГОСТ 28147-89 "Магма" | GOST 28147-89 "Magma" | ; | | | ; | Режим простой замены | ECB mode | ; | ...
oeis/004/A004131.asm
neoneye/loda-programs
11
196606
<filename>oeis/004/A004131.asm ; A004131: Modular postage stamp problem: largest m such that there exists an n-subset S of nonnegative integers such that 0,...,m-1 can be expressed as a mod-m sum of two distinct elements of S. ; Submitted by <NAME> ; 1,3,6,9,13,17,24,30,36,42 mov $1,$0 div $0,6 add $1,4 add $0,$1 mul ...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_1_67.asm
ljhsiun2/medusa
9
196607
<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_1_67.asm .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r14 push %r9 push %rbx push %rcx push %rdi push %rsi // REPMOV lea addresses_WT+0x13a99, %rsi mov $0xb6d, %rdi nop cmp %r9, %r9 mov $83, %r...
Asm4Kids/43assemblysounds.asm
jacmoe/c64adventures
17
196608
;**************************************** ;* * ;* Assembly sounds * ;* * ;* * ;**************************************** ; 10 SYS (49152) *=$0801 BYTE $0E, $08, $0A...
oeis/201/A201205.asm
neoneye/loda-programs
11
196609
<gh_stars>10-100 ; A201205: Bisection of half-convolution of Catalan sequence A000108; even part. ; Submitted by <NAME>(s4) ; 1,3,23,227,2529,30275,380162,4939443,65844845,895451117,12374186318,173257703723,2452607696798,35042725663002,504697422982484,7319313029400467,106793147620036005,1566546633240722681,230894715261...
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_lneg.asm
jpoikela/z88dk
38
196610
<gh_stars>10-100 ; Z88 Small C+ Run time Library ; Moved functions over to proper libdefs ; To make startup code smaller and neater! ; ; 6/9/98 djm SECTION code_clib SECTION code_l_sccz80 PUBLIC l_lneg l_lneg: ; HL = !HL ; set carry if result is zero ld a,h or l ld hl,0 ret...
programs/oeis/039/A039637.asm
neoneye/loda
22
196611
<reponame>neoneye/loda<filename>programs/oeis/039/A039637.asm ; A039637: Number of steps to fixed point of "n -> n/2 or (n+1)/2 until result is prime". ; 1,1,1,2,1,2,1,3,2,2,1,3,1,2,4,4,1,3,1,3,2,2,1,4,2,2,3,3,1,5,1,5,2,2,4,4,1,2,4,4,1,3,1,3,2,2,1,5,3,3,3,3,1,4,4,4,2,2,1,6,1,2,6,6,3,3,1,3,5,5,1,5,1,2,3,3,5,5,1,5,2,2,1,...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1044.asm
ljhsiun2/medusa
9
196613
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xf42a, %rsi lea addresses_WC_ht+0xc6b4, %rdi nop nop nop nop xor %r13, %r13 mov $117, %rcx rep movsw nop add $8211, %rdx lea addresses_WT_ht+0x90f4, %r9 and $28361, %r14 mov $...
Transynther/x86/_processed/NC/_ht_/i7-7700_9_0x48.log_1_247.asm
ljhsiun2/medusa
9
196614
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1502f, %rsi lea addresses_normal_ht+0x9ebb, %rdi clflush (%rdi) xor $60470, %rbx mov $38, %rcx rep movsl nop nop add $54037, %rbp lea addresses_normal_ht+0xb0e...
programs/oeis/068/A068312.asm
neoneye/loda
22
196615
; A068312: Arithmetic derivative of triangular numbers. ; 0,0,1,5,7,8,10,32,60,39,16,61,71,20,71,244,212,111,123,143,247,131,34,380,520,155,378,621,275,247,263,1008,1280,271,239,951,795,56,343,1256,1004,431,451,581,1443,942,70,2092,2492,840,1010,1285,821,1458,1917,2208,2440,695,88,1859,1921,92,1644,6672,5776,1504,971,1...
programs/oeis/195/A195125.asm
karttu/loda
0
196617
<gh_stars>0 ; A195125: 2n-floor(n*r), where r=pi-3. ; 0,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28,30,32,34,36,38,40,41,43,45,47,49,51,53,54,56,58,60,62,64,66,67,69,71,73,75,77,79,80,82,84,86,88,90,92,93,95,97,99,101,103,105,106,108,110,112,114,116,118,119,121,123,125,127,129,131,132,134,136,138,140,142,144,145,147,149,1...
research/deficon/def_disk-icon_36_336.asm
nicodex/HelloAmi
16
196619
<gh_stars>10-100 ; vasmm68k_mot[_<HOST>] -Fbin -o icon_36_336/def_disk.info def_disk-icon_36_336.asm ; ; Default "ENV:def_disk.info" data included in "icon 36.336 (8.6.90)". ; include deficon.inc ifne DEFICON_MEM align 1 endif defIconDisk: dc.w $E310 ; do_Magic = WB_DISKMAGIC dc.w $0001 ...
oeis/055/A055997.asm
neoneye/loda-programs
11
196620
<filename>oeis/055/A055997.asm ; A055997: Numbers n such that n(n - 1)/2 is a square. ; Submitted by <NAME>(s1.) ; 1,2,9,50,289,1682,9801,57122,332929,1940450,11309769,65918162,384199201,2239277042,13051463049,76069501250,443365544449,2584123765442,15061377048201,87784138523762,511643454094369,2982076586042450,17380816...
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_2037.asm
ljhsiun2/medusa
9
196621
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1591d, %rsi lea addresses_normal_ht+0xe555, %rdi nop nop nop inc %rdx mov $106, %rcx rep movsb nop dec %rdi lea addresses_WC_ht+0x9ee0, %rdi nop nop nop nop and %r10, %r1...
libsrc/gfx/portable/w_xorplot.asm
Frodevan/z88dk
640
196623
<reponame>Frodevan/z88dk SECTION code_graphics PUBLIC xorplot PUBLIC _xorplot PUBLIC xorplot_callee PUBLIC _xorplot_callee PUBLIC asm_xorplot EXTERN w_xorpixel ; int xorplot(int x, int y) __smallc; xorplot: _xorplot: ld hl,sp+2 ld e,(hl) ;y inc hl ld d,(hl) inc hl ld a,(hl) ;x inc hl ld h,(hl) ld ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1448.asm
ljhsiun2/medusa
9
196624
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r14 push %r8 push %rax push %rbp // Faulty Load lea addresses_normal+0xc9d3, %rax nop nop mfence vmovups (%rax), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $0, %xmm3, %r11 lea oracles, %r8 and $0xff, %...
programs/oeis/120/A120184.asm
neoneye/loda
22
196625
; A120184: a(1)=8; a(n)=floor((48+sum(a(1) to a(n-1)))/6). ; 8,9,10,12,14,16,19,22,26,30,35,41,48,56,65,76,89,104,121,141,165,192,224,261,305,356,415,484,565,659,769,897,1047,1221,1425,1662,1939,2262,2639,3079,3592,4191,4889,5704,6655,7764,9058,10568,12329,14384,16781,19578,22841,26648,31089,36271,42316,49369,57597,671...
Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i9-9900K_12_0xca_notsx.log_21829_646.asm
ljhsiun2/medusa
9
196626
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x2104, %r13 nop dec %rcx vmovups (%r13), %ymm3 vextracti128 $0, %ymm3, %xmm3 vpextrq $1, %xmm3, %rsi nop nop nop xor $21623, %r11 lea addresses_D_ht+0x1a8d2, %r15 nop nop sub %...
primitiv/p16doble.asm
jasaldivara/retro-dos-graphics
13
196627
CPU 8086 %define VIDEOBIOS 0x10 %define SETVIDEOMODE 0 %define CGA6 0x06 %define WIDTHPX 160d %define HEIGHTPX 100d %define PXB 2 ; Pixeles por byte %assign BYTESPERSCAN (WIDTHPX / PXB) %define MEMCGAEVEN 0xB800 %define MEMCGAODD 0xBA00 %define KB_ESC 01 %define KB_UP 48h %define KB_DOWN 5...
Labs/Lab7_Function-calls/bonus/rot13.asm
CristianCotovanu/IOCLA
0
196629
<reponame>CristianCotovanu/IOCLA<gh_stars>0 %include "io.inc" section .data string db "asdasda", 0 section .text global CMAIN rot13: push ebp lea ebp, [esp] xor ebx, ebx mov ecx, [ebp + 8] rot13_on_a_char: cmp [ecx], byte 0 jz return cmp [ecx], byte ' ' j...
libsrc/_DEVELOPMENT/input/cpm/z80/asm_in_wait_nokey.asm
jpoikela/z88dk
640
196630
; =============================================================== ; Oct 2015 ; =============================================================== ; ; void in_wait_nokey(void) ; ; Busy wait until no keys are pressed. ; ; =============================================================== SECTION code_clib SECTION code_input...
dv3/qw1/check.asm
olifink/smsqe
0
196631
; DV3 Qubide (QLW1) Check Format V3.02  2017 <NAME> ; ; based on ; ; DV3 QL Check Format V3.00  1992 <NAME> ; ; 2020-03-07 3.02 Better handling of medium name (MK+wl) section dv3 xdef qw1_check xdef qw1_dlen xref qw1_table xref dv3_psector xref dv3_change xref dv3_setfd xref dv3_redef inc...
Working Disassembly/General/Sprites/Cluckoid/Map - Cluckoid.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
196632
<filename>Working Disassembly/General/Sprites/Cluckoid/Map - Cluckoid.asm ; Cluckoid mappings dc.w word_8E562-Map_Cluckoid dc.w word_8E576-Map_Cluckoid dc.w word_8E58A-Map_Cluckoid dc.w word_8E59E-Map_Cluckoid dc.w word_8E5AC-Map_Cluckoid dc.w word_8E5BA-Map_Cluckoid dc.w word_8E5C8-Map_Cluckoid dc.w wo...
examples/kernel/drivers/io/hid/button/button.asm
rostislav-nikitin/socOS
1
196634
.cseg .org 0x00 rcall main_thread ; include components interrupts ;.include "../../../../../../src/kernel/drivers/{driver_name}_int.asm" ; include components definitions .include "../../../../../../src/kernel/kernel_def.asm" .include "../../../../../../src/kernel/drivers/device_def.asm" .include "../../../../../../src...
programs/oeis/256/A256857.asm
neoneye/loda
22
196635
<filename>programs/oeis/256/A256857.asm<gh_stars>10-100 ; A256857: a(n) = n*(n^2 + 3*n - 2)/2. ; 0,1,8,24,52,95,156,238,344,477,640,836,1068,1339,1652,2010,2416,2873,3384,3952,4580,5271,6028,6854,7752,8725,9776,10908,12124,13427,14820,16306,17888,19569,21352,23240,25236,27343,29564,31902,34360 mov $1,3 add $1,$0 mul $...
Transynther/x86/_processed/NC/_st_zr_sm_/i3-7100_9_0x84_notsx.log_21829_2179.asm
ljhsiun2/medusa
9
196636
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1770, %rsi lea addresses_UC_ht+0x7b90, %rdi sub %rbx, %rbx mov $24, %rcx rep movsl nop nop add $16864, %r9 lea addresses_WC_ht+0x14010, %r15 nop xor ...
Codes/Chapter14/P01/P14-01.asm
ar-ekt/Dandamudi-Assembly-Solutions
8
196637
<reponame>ar-ekt/Dandamudi-Assembly-Solutions<filename>Codes/Chapter14/P01/P14-01.asm ; Should run in linux, add ExitProcess in windows-os %INCLUDE "lib.h" ; no usage global _start %macro PutStr 1 pushad xor ecx, ecx mov esi, %1 %%_strlen: inc ecx lodsb cmp al, 0 jne %%_...
programs/oeis/049/A049637.asm
neoneye/loda
22
196638
<reponame>neoneye/loda<filename>programs/oeis/049/A049637.asm ; A049637: Congruent to 2, 3, 6, 8, 10 or 12 mod 13, but not equal to 3. ; 2,6,8,10,12,15,16,19,21,23,25,28,29,32,34,36,38,41,42,45,47,49,51,54,55,58,60,62,64,67,68,71,73,75,77,80,81,84,86,88,90,93,94,97,99,101,103,106,107,110,112,114,116,119,120,123,125,127...
maps/BrunosRoom.asm
Dev727/ancientplatinum
28
196639
object_const_def ; object_event constants const BRUNOSROOM_BRUNO BrunosRoom_MapScripts: db 2 ; scene scripts scene_script .LockDoor ; SCENE_DEFAULT scene_script .DummyScene ; SCENE_FINISHED db 1 ; callbacks callback MAPCALLBACK_TILES, .BrunosRoomDoors .LockDoor: prioritysjump .BrunosDoorLocksBehindYou end ...
src/5.asm
Cc618/Advent-Of-Code-2020
1
196640
<filename>src/5.asm<gh_stars>1-10 ; See 5.c for prototypes extern fgets extern feof extern puts extern printf section .text ; rdi : val ; rsi : len ; rdx : high ; cl : upper ; rbx : low ; r12 : i ; r13 : mid ; r10b : val[i] (scratch) global getPos getPos: push rbp mov rbp, rsp push rbx push r12 ...
oeis/209/A209278.asm
neoneye/loda-programs
11
196641
<reponame>neoneye/loda-programs<filename>oeis/209/A209278.asm ; A209278: Second inverse function (numbers of rows) for pairing function A185180. ; Submitted by <NAME> ; 1,2,1,2,3,1,3,2,4,1,3,4,2,5,1,4,3,5,2,6,1,4,5,3,6,2,7,1,5,4,6,3,7,2,8,1,5,6,4,7,3,8,2,9,1,6,5,7,4,8,3,9,2,10,1,6,7,5,8,4,9,3,10,2,11,1,7,6,8,5,9,4,10,3...
programs/oeis/061/A061479.asm
karttu/loda
0
196642
; A061479: Smallest number m such that first digit - second digit + third digit - fourth digit ... (of m) = n. ; 0,1,2,3,4,5,6,7,8,9,109,209,309,409,509,609,709,809,909,10909,20909,30909,40909,50909,60909,70909,80909,90909,1090909,2090909,3090909,4090909,5090909,6090909,7090909,8090909,9090909,109090909,209090909 mov ...
src/presets.asm
spannerisms/lttphack
6
196643
; TODO command system for killing sprites in previous rooms ; db roomid : dw list ; populates $0B80 ;=================================================================================================== ; Useful manual stuff: ; Bastard doors ; subtile west<->east top ; %write_7F() ; %write8($7F23DC, $00) ; Bastard doo...
Assembly/atomic.asm
baioc/paradigms
1
196644
<gh_stars>1-10 # Copyright (c) 2019 <NAME> <<EMAIL>> # @License Apache <https://gitlab.com/baioc/paradigms> .text # void lock(mutex) lock: ll $t0, 0($a0) # read the mutex (and set LLbit) bne $t0, $zero, lock # if occupied (1), start over addi $t1, $zero, 1 sc $t1, 0($a0) # try grabing the mutex beq $t1, $zero,...
45/beef/drv/kbd/inc/kbd_code.asm
minblock/msdos
0
196645
<reponame>minblock/msdos ;* ;* CW : Character Windows ;* ;* kbd_code.asm : Start of KBD code ;***************************************************************************** sBegin DRV assumes CS,DRV assumes ds,NOTHING assumes ss,NOTHING ORG 0H ;* start of .KBD file ;***********************************...
demos/linux64/DEMO5/demo5.asm
gbmaster/nasmx
18
196646
;//////////////////////////////////////////////////////////////// ;// DEMO5.ASM ;// ;// Copyright (C)2005-2013 The NASMX Project ;// ;// Purpose: ;// NASMX - Xlib Demo in Linux 64 bit. ;// ;// Contributors: ;// Mathi ;// %include 'nasmx.inc' %include 'x11/Xlib.inc' ENTRY demo5 extern XOpenDisplay extern XCrea...
build/win64/ct_is_square_mod_384-armv8.asm
dannywillems/blst
231
196647
<reponame>dannywillems/blst<filename>build/win64/ct_is_square_mod_384-armv8.asm AREA |.text|,CODE,ALIGN=8,ARM64 EXPORT |ct_is_square_mod_384|[FUNC] ALIGN 32 |ct_is_square_mod_384| PROC DCDU 3573752639 stp x29, x30, [sp,#-128]! add x29, sp, #0 stp x19, x20, [sp,#16] stp x21, x22, [sp,#32] stp x23, x24, [sp,#4...