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/stdio/newbrain/getk.asm
meesokim/z88dk
0
54612
; ; Basic keyboard handling for the Grundy Newbrain ; By <NAME> May 2005 ; ; getk() Read key status ; ; ; $Id: getk.asm,v 1.3 2015/01/19 01:33:20 pauloscustodio Exp $ ; PUBLIC getk .getk ;ld e,0 rst 20h defb 38h rst 20h ; Convert Key code defb 3Ah ld h,0 ld l,a ret
data/pokemon/dex_entries/xatu.asm
AtmaBuster/pokeplat-gen2
6
54613
<reponame>AtmaBuster/pokeplat-gen2 db "MYSTIC@" ; species name db "Once it begins to" next "meditate at sun-" next "rise, the entire" page "day will pass" next "before it will" next "move again.@"
oeis/145/A145341.asm
neoneye/loda-programs
11
54614
; A145341: Convert 2n-1 to binary. Reverse its digits. Convert back to decimal to get a(n). ; 1,3,5,7,9,13,11,15,17,25,21,29,19,27,23,31,33,49,41,57,37,53,45,61,35,51,43,59,39,55,47,63,65,97,81,113,73,105,89,121,69,101,85,117,77,109,93,125,67,99,83,115,75,107,91,123,71,103,87,119,79,111,95,127,129,193,161,225,145,209,1...
failure.asm
mmxbass/z3randomizer
20
54615
<reponame>mmxbass/z3randomizer<filename>failure.asm pushtable table "bsodencode.txt" ; Uncomment this to force a crash to test message ;pushpc : org $008132 : db 0 : pullpc ;=================================================================================================== DontUseZSNES: SEP #$35 ; sets carry and I...
programs/oeis/030/A030431.asm
neoneye/loda
22
54616
<reponame>neoneye/loda<gh_stars>10-100 ; A030431: Primes of form 10n+3. ; 3,13,23,43,53,73,83,103,113,163,173,193,223,233,263,283,293,313,353,373,383,433,443,463,503,523,563,593,613,643,653,673,683,733,743,773,823,853,863,883,953,983,1013,1033,1063,1093,1103,1123,1153,1163,1193,1213,1223,1283,1303,1373,1423,1433,1453,1...
src/arch/x86_64/apic_longmode.asm
jaeh/IncludeOS
4
54617
global __apic_trampoline:function extern __gdt64_base_pointer extern revenant_main %define P4_TAB 0x1000 [BITS 32] __apic_trampoline: pop edi ;; cpuid ;; use same pagetable as CPU 0 mov eax, P4_TAB mov cr3, eax ;; enable PAE mov eax, cr4 or eax, 1 << 5 mov cr4, eax ;; enabl...
test/testcases/asm/fn_call_42.asm
arthurchaloin/koak
0
54618
; ModuleID = 'main' source_filename = "<string>" define i32 @fnNoArgs42() { entry: ret i32 42 } define i32 @main() { entry: %0 = call i32 @fnNoArgs42() ret i32 %0 }
programs/oeis/281/A281626.asm
neoneye/loda
22
54619
<gh_stars>10-100 ; A281626: a(n) = (sum of trivial divisors of n) - (sum of nontrivial divisors of n). ; 1,3,4,3,6,2,8,3,7,4,12,-2,14,6,8,3,18,-1,20,0,12,10,24,-10,21,12,16,2,30,-10,32,3,20,16,24,-17,38,18,24,-8,42,-10,44,6,14,22,48,-26,43,9,32,8,54,-10,40,-6,36,28,60,-46,62,30,24,3,48,-10,68,12,44,-2,72,-49,74,36,28,1...
Driver/Video/Dumb/VidMem/CMYK/cmykGenChar.asm
steakknife/pcgeos
504
54620
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Dumb Frame buffer devices FILE: dumbcomGenChar.asm AUTHOR: <NAME>, <NAME>, 1992 ROUTINES: Name Description ---- -------...
Chapter11/Linux/lkm.asm
PacktPublishing/Mastering-Assembly-Programming
34
54622
<reponame>PacktPublishing/Mastering-Assembly-Programming format ELF64 extrn printk section '.init.text' executable module_init: push rdi mov rdi, str1 xor eax ,eax call printk xor eax, eax pop rdi ret section '.exit.text' executable module_cleanup: xor eax, eax ret section '.rodata.str1.1' s...
smsq/sms/ampa.asm
olifink/smsqe
0
54623
* Allocate in Moveable Program Area V2.00  1986 <NAME> QJUMP * section sms * xdef sms_ampa * xref mem_xtpa extend tpa copying SuperBASIC xref sms_rte return * include dev8_keys_sys * * d0 r 0 or out of memory * d1 cr space required / space allocated * a0 s * * all other registers preserved * sms_ampa ...
programs/oeis/092/A092164.asm
karttu/loda
1
54624
<filename>programs/oeis/092/A092164.asm ; A092164: Let M = 2 X 2 matrix [ 1 2 / 5 4 ]; a(n) = (1,1) entry of M^n. ; 1,11,61,371,2221,13331,79981,479891,2879341,17276051,103656301,621937811,3731626861,22389761171,134338567021,806031402131,4836188412781,29017130476691,174102782860141,1044616697160851 mov $1,6 pow $1,$0 ...
libtool/src/gmp-6.1.2/mpn/pa64/addmul_1.asm
kroggen/aergo
1,602
54625
<reponame>kroggen/aergo dnl HP-PA 2.0 64-bit mpn_addmul_1 -- Multiply a limb vector with a limb and dnl add the result to a second limb vector. dnl Copyright 1998-2000, 2002, 2003 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 redi...
sw/552tests/rand_ctrl/t_2_ctrl.asm
JPShen-UWM/ThreadKraken
1
54627
// seed 2 lbi r0, 233 // icount 0 slbi r0, 40 // icount 1 lbi r1, 146 // icount 2 slbi r1, 205 // icount 3 lbi r2, 141 // icount 4 slbi r2, 55 // icount 5 lbi r3, 174 // icount 6 slbi r3, 156 // icount 7 lbi r4, 160 // icount 8 slbi r4, 252 // icount 9 lbi r5, 65 // icount 10 slbi r5, 202 // icount 11 lbi r6, 136 // ic...
experiment08/1a_ANDrr_ORrr_EXORrr_LSL_LSR.asm
EmilyClaire/space_invader
0
54628
;------------------------------------------------------------------------------------------------------ .EQU LED_PORT = 0X40 ;port for LED outputs .EQU SWITCH_PORT = 0X20 ;port for switch inputs ;------------------------------------------------------------------------------------------------------ ;----------...
Working Disassembly/General/Sprites/Spikebonker/Map - Spikebonker.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
54629
<filename>Working Disassembly/General/Sprites/Spikebonker/Map - Spikebonker.asm ; Spikebonker mappings dc.w word_184E64-Map_Spikebonker dc.w word_184E72-Map_Spikebonker dc.w word_184E7A-Map_Spikebonker dc.w word_184E82-Map_Spikebonker word_184E64: dc.w 2 ; DATA XREF: ROM:00184E5Co dc.b $F0, $E, 0, 0,...
libsrc/_DEVELOPMENT/target/rc2014/device/lut/z80/l_lut_mulu_64_64x64.asm
Frodevan/z88dk
640
54630
; 2016 aralbrec SECTION code_clib SECTION code_math PUBLIC l_lut_mulu_64_64x64 EXTERN l0_lut_mulu_64_32x32 EXTERN l0_lut_mulu_32_32x32 l_lut_mulu_64_64x64: ; 64-bit multiplication ; enter : +------------------------------- ; | +15 ; | ... multiplicand AB (8 bytes) ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_522.asm
ljhsiun2/medusa
9
54631
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xaa26, %r13 nop nop nop nop cmp $12313, %rcx mov (%r13), %r11w nop and $16826, %r15 lea addresses_D_ht+0x14be0, %rsi lea addresses_UC_ht+0x31e8, %rdi nop nop nop nop add $9491, %rbx mov...
libsrc/stdio_new/general/stdio_utoa_any.asm
andydansby/z88dk-mk2
1
54632
<reponame>andydansby/z88dk-mk2 ; stdio_utoa_any ; 05.2008 aralbrec XLIB stdio_utoa_any LIB stdio_basechar, l_div_u ; unsigned int to ascii conversion ; string built backwards without terminating '\0' ; enter : hl = & next free position in destination buffer ; de = unsigned int ; b = num chars in buf...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1816.asm
ljhsiun2/medusa
9
54633
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1816.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x83f8, %r13 nop nop nop add %rsi, %rsi movb $0x61, (%r13) nop nop nop xor %rsi, %rsi lea...
libsrc/math/mbf32/c/sccz80/sin.asm
jpoikela/z88dk
38
54634
SECTION code_fp_mbf32 PUBLIC sin EXTERN ___mbf32_setup_single EXTERN ___mbf32_SIN EXTERN ___mbf32_return EXTERN msbios sin: call ___mbf32_setup_single IF __CPU_INTEL__ call ___mbf32_SIN ELSE ld ix,___mbf32_SIN call msbios ENDIF jp ___mbf32_return
template/Cacao/CacKitGen/base/stubs.end.asm
camden314/CacaoSDK
4
54635
section .bss global _asmBase _asmBase: resq 1 nul __ZTI10ArtistCell nul __ZTI10ButtonPage nul __ZTI10FontObject nul __ZTI10GJItemIcon nul __ZTI10GJUserCell nul __ZTI10GameObject nul __ZTI10GaragePage nul __ZTI10HardStreak nul __ZTI10PauseLayer nul __ZTI10PriceLabel nul __ZTI10RingObject nul __ZTI10SetIDLayer nul __ZT...
oeis/014/A014292.asm
neoneye/loda-programs
11
54636
; A014292: a(n) = 2*a(n-1) - a(n-2) - a(n-4) with a(0) = a(1) = 0, a(2) = 1, a(3) = 2. ; Submitted by <NAME> ; 0,0,1,2,3,4,4,2,-3,-12,-25,-40,-52,-52,-27,38,155,324,520,678,681,360,-481,-2000,-4200,-6760,-8839,-8918,-4797,6084,25804,54442,87877,115228,116775,63880,-76892,-332892,-705667,-1142322,-1502085,-1528956,-8501...
src/apple2enh/init.asm
puzzud/retroleague
4
54637
<filename>src/apple2enh/init.asm .import _Init .import _LoadFile .import _CHARSET .import _UpdateInput .import _InitializeVideo .import _ProcessMusic .import _ProcessTone .importzp _MusicStatus .autoimport on .importzp sp, sreg, regsave, regbank .importzp tmp1, tmp2, tmp3, tmp4, ptr1, ptr2, ptr3, ptr4 .macpack ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2297.asm
ljhsiun2/medusa
9
54638
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xf2a, %rbx nop nop inc %r11 mov (%rbx), %si nop nop nop nop add %r15, %r15 lea addresses_WT_ht+0x1242a, %rdi nop nop nop nop and %r12, %r12 movb...
BinaryTrie/BinaryTrie.asm
vitorgt/SSC0112
0
54640
################################################################################################################################ # # # INTEGRANTES: # # <NAME> 10284667 - Insercao e Leitura/Verificacao Strings # # <NAME> 10295304 - Busca e Menu # # <NAME> 1029526...
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/vprintf_callee.asm
jpoikela/z88dk
640
54641
; int vprintf_callee(const char *format, void *arg) INCLUDE "config_private.inc" SECTION code_clib SECTION code_stdio ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $02 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC _vprintf_callee EXTERN asm_vprintf _vprintf_callee: pop af pop de pop bc push a...
programs/oeis/090/A090993.asm
jmorken/loda
1
54643
; A090993: Number of meaningful differential operations of the n-th order on the space R^8. ; 8,14,24,42,72,126,216,378,648,1134,1944,3402,5832,10206,17496,30618,52488,91854,157464,275562,472392,826686,1417176,2480058,4251528,7440174,12754584,22320522,38263752,66961566,114791256,200884698,344373768,602654094,1033121304...
programs/oeis/253/A253285.asm
karttu/loda
1
54644
; A253285: a(n) = RF(n+1,3)*C(n+2,n-1), where RF(a,n) is the rising factorial. ; 0,24,240,1200,4200,11760,28224,60480,118800,217800,377520,624624,993720,1528800,2284800,3329280,4744224,6627960,9097200,12289200,16364040,21507024,27931200,35880000,45630000,57493800,71823024,89011440,109498200,133771200,162370560 mov $2,...
oeis/106/A106846.asm
neoneye/loda-programs
11
54645
; A106846: Sum {k + l*m <= n} (k + l*m), with 0 <= k,l,m <= n. ; Submitted by <NAME> ; 0,4,22,64,144,269,461,720,1072,1522,2092,2774,3626,4614,5776,7126,8694,10445,12461,14684,17204,19997,23077,26412,30156,34206,38600,43352,48532,54042,60072,66458,73338,80664,88450,96710,105638,114999,124879,135292,146412,158015,170363...
List_1/exercise3.asm
dekoperez/SEL0433_microprocessorAplications
0
54646
<reponame>dekoperez/SEL0433_microprocessorAplications<filename>List_1/exercise3.asm ;******************************************************************************* ; @INSTITUTION ; University of Sao Paulo | Sao Carlos School of Engineering | SEL ;-----------------------------------------------------------------------...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_7362_1179.asm
ljhsiun2/medusa
9
54647
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x37c2, %rsi lea addresses_A_ht+0x1d4c2, %rdi nop inc %rbp mov $19, %rcx rep movsw nop cmp $58322, %r9 lea addresses_D_ht+0x6532, %r9 nop nop inc %r12 movb $0x6...
sources/ippcp/asm_ia32/pcpp521r1arith_mont_slm.asm
ntyukaev/ipp-crypto
1
54648
;=============================================================================== ; Copyright 2016-2020 Intel Corporation ; ; 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.apa...
libsrc/cpc/multiplication2.asm
jpoikela/z88dk
640
54649
; multiplication code included by some CPCRSLIB module ld h, ancho_pantalla_bytes/2 LD L, 0 LD D, L LD B, 8 MULT: ADD HL, HL JR NC, NOADD ADD HL, DE NOADD: DJNZ MULT
oeis/152/A152927.asm
neoneye/loda-programs
11
54651
<filename>oeis/152/A152927.asm ; A152927: Number of sets (in the Hausdorff metric geometry) at each location between two sets defining a polygonal configuration consisting of k 4-gonal polygonal components chained with string components of length 1 as k varies. ; Submitted by <NAME> ; 7,113,1815,29153,468263,7521361,12...
oeis/106/A106140.asm
neoneye/loda-programs
11
54652
<reponame>neoneye/loda-programs ; A106140: Semiprimes (mod 4). ; Submitted by <NAME> ; 0,2,1,2,2,3,1,2,1,2,1,2,3,2,3,2,1,3,3,1,2,2,1,1,2,1,2,1,2,3,3,1,2,3,2,3,3,2,3,1,2,3,1,1,2,1,2,3,1,2,3,2,3,1,2,1,1,2,3,1,3,2,1,2,3,1,2,1,1,2,3,1,2,3,1,2,3,1,3,1,1,2,3,2,1,3,2,2,3,1,3,3,2,3,1,2,3,1,1,2 seq $0,1358 ; Semiprimes (or bip...
bbc/language.asm
peter-mount/departures8bit
0
54653
<reponame>peter-mount/departures8bit ; ******************************************************************************** ; The language entry point ; ; In the original beebrail project this was a simple command line interface ; Here we will have a menu system ; ***********************************************************...
programs/oeis/033/A033174.asm
neoneye/loda
22
54654
<gh_stars>10-100 ; A033174: Number of days in n years (n=1 is the first leap year). ; 366,731,1096,1461,1827,2192,2557,2922,3288,3653,4018,4383,4749,5114,5479,5844,6210,6575,6940,7305,7671,8036,8401,8766,9132,9497,9862,10227,10593,10958,11323,11688,12054,12419,12784,13149,13515,13880 mul $0,1461 div $0,4 add $0,366
zombie.asm
willh99/MSBOSS-proj
0
54655
<reponame>willh99/MSBOSS-proj<filename>zombie.asm _zombie: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "types.h" #include "stat.h" #include "user.h" int main(void) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff...
programs/oeis/091/A091307.asm
neoneye/loda
22
54656
<filename>programs/oeis/091/A091307.asm<gh_stars>10-100 ; A091307: a(n)=6*2^n+4 (Bode Number A003461(n+2)) except for a(1)=6. ; 6,28,52,100,196,388,772,1540,3076,6148,12292,24580,49156,98308,196612,393220,786436,1572868,3145732,6291460,12582916,25165828,50331652,100663300,201326596,402653188,805306372,1610612740,322122...
02_asm/fibonacci.asm
Kris030/lowlew-basics
0
54657
<reponame>Kris030/lowlew-basics ; N in ebx fibonacci: ; check if greater than zero cmp ebx, 0 jg .fib_1 ; return 0 mov eax, 0 jmp .end ; check if == 1 .fib_1: cmp ebx, 1 jne .fib_N ; return 1 mov eax, 1 jmp .end ; rest of the cases .fib_N: ; call with N - 1 push ebx sub ebx, 1 call fibonacci ; call w...
read-and-write-two-char.asm
MahmoudAbusaqer/Assembly-Language-Course-Assignments
1
54658
name 'Q2-read-and-write-two-char' .model small .stack .data char1 db ? char2 db ? str1 db "Enter your initial name (only first char)",'$' str2 db 0ah,0dh,"Enter your family name (only first char)",'$' str3 db 0ah,0dh,"Hello $" .code mov ax,DATA mov...
Elements-of-Computing-Systems/fill_screen.asm
theDrake/python-experiments
1
54659
// Filename: fill_screen.asm // Description: Fills the screen with black pixels while any key is held down. // While no key is held down, the screen is completely clear. // Author: <NAME> (https://davidcdrake.com) @8192 D=A @screenMax M=D (RESET_SCREEN_OFFSET) @screenOffset ...
oeis/258/A258388.asm
neoneye/loda-programs
11
54661
; A258388: a(n) = n^(n+1) + (n-1)^n. ; 1,1,9,89,1105,16649,295561,6044737,139982529,3621002129,103486784401,3238428376721,110131633755793,4044369591078361,159505471943511513,6723976451270702849,301716313535065716481,14358232357247077816865,722298429807405401348641,38298208802901295869713233,2134741973457545958193355601...
scripts/RockTunnelPokecenter.asm
opiter09/ASM-Machina
1
54662
RockTunnelPokecenter_Script: call Serial_TryEstablishingExternallyClockedConnection jp EnableAutoTextBoxDrawing RockTunnelPokecenter_TextPointers: dw RockTunnelHealNurseText dw RockTunnelPokecenterText2 dw RockTunnelPokecenterText3 dw RockTunnelTradeNurseText RockTunnelHealNurseText: script_pokecenter_nurse R...
libsrc/vz/vz_color.asm
meesokim/z88dk
0
54663
;***************************************************** ; ; Video Technology library for small C compiler ; ; <NAME> ; ;***************************************************** ; ----- void __FASTCALL__ vz_color(int n) PUBLIC vz_color .vz_color ld a,l and $07 ld ($ffff),a ret
P6/data_P6_2/ALUTest48.asm
alxzzhou/BUAA_CO_2020
1
54664
<reponame>alxzzhou/BUAA_CO_2020<filename>P6/data_P6_2/ALUTest48.asm slti $5,$3,-7228 sb $5,12($0) andi $4,$4,9135 sltu $3,$4,$3 slt $3,$3,$3 and $1,$0,$3 xori $1,$1,5701 sltu $1,$3,$3 sll $4,$4,8 sw $3,4($0) ori $4,$4,32446 sllv $4,$5,$3 slt $6,$3,$3 slt $1,$2,$3 addiu $1,$6,22984 lw $3,16($0) srl $1,$0,5 sll $4,$4,3 l...
bench/fe12_mul.asm
dsprenkels/curve13318-ivybridge
2
54665
<filename>bench/fe12_mul.asm ; Multiplication function for field elements (integers modulo 2^255 - 19) ; ; Author: <NAME> <<EMAIL>> %include "bench.asm" section .rodata: _bench1_name: db `fe12_mul_gcc\0` _bench2_name: db `fe12_mul_clang\0` _bench3_name: db `fe12_mul_asm\0` _bench4_name: db `fe12_mul_asm_v2\0` _bench...
hw02.asm
vlnvv/xv6-os
0
54666
<filename>hw02.asm _hw02: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "user.h" //#include "syscall.h" #include "traps.h" int main(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp ...
_build/dispatcher/jmp_ippsAES_CCMGetTag_db2b7719.asm
zyktrcn/ippcp
1
54668
<filename>_build/dispatcher/jmp_ippsAES_CCMGetTag_db2b7719.asm extern m7_ippsAES_CCMGetTag:function extern n8_ippsAES_CCMGetTag:function extern y8_ippsAES_CCMGetTag:function extern e9_ippsAES_CCMGetTag:function extern l9_ippsAES_CCMGetTag:function extern n0_ippsAES_CCMGetTag:function extern k0_ippsAES_CCMGetTag:functio...
data/super_palettes.asm
AmateurPanda92/pokemon-rby-dx
9
54671
; palettes for overworlds, title screen, monsters SuperPalettes: RGB 31,29,31 ; PAL_ROUTE RGB 21,28,11 RGB 20,26,31 RGB 3,2,2 RGB 31,29,31 ; PAL_PALLET RGB 25,28,27 RGB 20,26,31 RGB 3,2,2 RGB 31,29,31 ; PAL_VIRIDIAN RGB 17,26,3 RGB 20,26,31 RGB 3,2,2 RGB 31,29,31 ; PAL_PEWTER RGB 23,25,16 RGB 20,26,31 R...
oeis/291/A291943.asm
neoneye/loda-programs
11
54672
<filename>oeis/291/A291943.asm ; A291943: a(0)=0; for n>0, a(n) = (2n)-th digit after the decimal point in the decimal expansion of 1/(2n+1). ; Submitted by <NAME> ; 0,3,0,7,1,9,3,6,7,1,4,3,0,3,1,9,3,5,7,2,9,3,2,7,8,1,3,1,1,1,9,1,3,7,1,9,3,3,9,1,7,3,7,1,1,9,1,5,7,1,9,3,0,7,1,0,3,6,0,0,8,0,0,7,0,9,8,0,7,1,0,9,8,4,1,9,4,...
src/mods/disable_file_checks.asm
mvdhout1992/ts-patches
33
54677
%include "macros/patch.inc" %include "macros/datatypes.inc" sstring str_CacheMIX2, "CACHE.MIX" ; Disable check for MULTI.MIX, force function to return al=1 @SJMP 0x004E42EE, 0x004E42FD ; jmp short loc_4E42FD ; Remove need for MAPS%02d.MIX, check for Cache.mix instead @SET 0x0044EB1E, push str_CacheMIX2 @SET 0x004E41...
oeis/306/A306695.asm
neoneye/loda-programs
11
54679
; A306695: a(n) = gcd(n, psi(n)). ; Submitted by <NAME> ; 1,1,1,2,1,6,1,4,3,2,1,12,1,2,3,8,1,18,1,4,1,2,1,24,5,2,9,4,1,6,1,16,3,2,1,36,1,2,1,8,1,6,1,4,9,2,1,48,7,10,3,4,1,54,1,8,1,2,1,12,1,2,3,32,1,6,1,4,3,2,1,72,1,2,15,4,1,6,1,16,27,2,1,12,1,2,3,8,1,18,7,4,1,2,5,96,1,14,9,20 add $0,1 mov $1,1 mov $8,$0 lpb $0 mov $...
oeis/126/A126392.asm
neoneye/loda-programs
11
54680
; A126392: Number of base 5 n-digit numbers with adjacent digits differing by two or less. ; Submitted by <NAME>(s4) ; 1,5,19,75,295,1161,4569,17981,70763,278483,1095951,4313041,16973681,66798773,262882051,1034554523,4071419319,16022795225,63056626377,248155086189,976597549531,3843333571747,15125179200799,5952411925366...
programs/oeis/044/A044372.asm
neoneye/loda
22
54681
<filename>programs/oeis/044/A044372.asm ; A044372: Numbers n such that string 4,0 occurs in the base 10 representation of n but not of n-1. ; 40,140,240,340,400,440,540,640,740,840,940,1040,1140,1240,1340,1400,1440,1540,1640,1740,1840,1940,2040,2140,2240,2340,2400,2440,2540,2640,2740,2840,2940,3040,3140,3240,3340,3400,...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_759.asm
ljhsiun2/medusa
9
54682
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x12e42, %r13 nop nop nop nop nop sub $45412, %rsi movw $0x6162, (%r13) add $30599, %r15 lea addresses_normal_ht+0x3942, %rax nop nop nop cmp $49962, %rbx movw $0x616...
programs/oeis/037/A037570.asm
neoneye/loda
22
54683
; A037570: Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,2. ; 2,11,57,287,1436,7182,35912,179561,897807,4489037,22445186,112225932,561129662,2805648311,14028241557,70141207787,350706038936,1753530194682,8767650973412,43838254867061,219191274335307,1095956371676537 add ...
MdePkg/Library/BaseLib/Ia32/ModU64x32.nasm
nicklela/edk2
3,861
54684
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; DivU64x32.asm ; ; Abstract: ; ; Calculate the remainder of a 64-bit integer by a 32-bit i...
programs/oeis/218/A218992.asm
karttu/loda
1
54685
; A218992: Power ceiling sequence of 3+sqrt(10). ; 7,44,272,1677,10335,63688,392464,2418473,14903303,91838292,565933056,3487436629,21490552831,132430753616,816075074528,5028881200785,30989362279239,190965054876220,1176779691536560,7251643204095581 add $0,3 cal $0,15451 ; a(n) = 6*a(n-1) + a(n-2) for n > 1, with a(0) =...
oeis/151/A151790.asm
neoneye/loda-programs
11
54686
; A151790: Partial sums of A151789. ; Submitted by <NAME>(s3) ; 1,6,11,31,36,56,76,156,161,181,201,281,301,381,461,781,786,806,826,906,926,1006,1086,1406,1426,1506,1586,1906,1986,2306,2626,3906,3911,3931,3951,4031,4051,4131,4211,4531,4551,4631,4711,5031,5111,5431,5751,7031,7051 mov $2,$0 mov $3,$0 lpb $2 mov $0,$3 ...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_719.asm
ljhsiun2/medusa
9
54687
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdx lea addresses_WT_ht+0xd3cc, %r10 nop nop nop nop inc %r15 movb (%r10), %bl nop sub %r10, %r10 lea addresses_UC_ht+0x18fcc, %r8 nop nop nop nop xor %rcx, %rcx mov $0x6162636465666768, %r10 movq %r10, %xmm0 m...
src/asm_x86/x86/encrypt.asm
JINGCW/go_decompose
0
54689
.model small,stdcall .stack 200h .386 XORVAL=239 .code main PROC mov ax,@data mov ds,ax l1: mov ah,6 mov dl,0ffh int 21h jz l2 xor al,XORVAL mov ah,6 mov dl,al int 21h ; jmp l1 l2: mov ah, 4cH int 21h ;.exit not work ; mov ah,4ch ; mov al,0 ; int 21h ; mo...
patches/vwf_dialogues/vwffont1.asm
RPGHacker/SMW-Workspace
9
54690
<reponame>RPGHacker/SMW-Workspace ; This is the width table that contains the pixel width for each VWF ; character. ;Char00to0F: db $07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$06,$06 ;Char10to1F: db $07,$07,$05,$07,$08,$06,$09,$08,$07,$07,$07,$07,$06,$07,$07,$07 ;Char20to2F: db $0B,$07,$07,$07,$07,$07,$06...
programs/oeis/236/A236632.asm
karttu/loda
0
54691
<filename>programs/oeis/236/A236632.asm<gh_stars>0 ; A236632: Sum of all divisors of all positive integers <= n minus the total number of divisors of all positive integers <= n. ; 0,1,3,7,11,19,25,36,46,60,70,92,104,124,144,170,186,219,237,273,301,333,355,407,435,473,509,559,587,651,681,738,782,832,876,958,994,1050,110...
source/test.asm
paulscottrobson/6502-Floating-Point
0
54692
<reponame>paulscottrobson/6502-Floating-Point ; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : test.asm ; Purpose : Floating Point test code interpreter. ; Date : 2...
Tareas/Ensamblador/tasm/BIN/a.asm
TEC-2014092195/IC3101-Arquitectura_De_Computadores
0
54694
<reponame>TEC-2014092195/IC3101-Arquitectura_De_Computadores ;include "macro.cbc" Pila Segment Dw 64 Dup(0) Pila EndS Datos Segment Num1 db 5 dup (0),10,13 ;99999 Num2 db 5 dup (0),10,13,'$' Res db 6 dup (0),10,13,'$' Acerca db " Instituto Tecnologico ",10,13 db " de Costa Rica ...
functions_read_16.asm
Hesketh/BootDiskSectorReader
0
54695
<reponame>Hesketh/BootDiskSectorReader ;%include "functions_16.asm" ; These are already included in the program before this file ; Reads a decimal unsigned integer value (16 bits, i.e 65,535 max) ; ; Output: BX, the constructed integer value ; Output: DX, has a value of 1 if there was a problem Console_Read_Intege...
Library/Trans/SSheet/Lotus123/UI/uiMain.asm
steakknife/pcgeos
504
54696
<reponame>steakknife/pcgeos<gh_stars>100-1000 COMMENT @----------------------------------------------------------------------- Copyright (c) Geoworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: AUTHOR: Cheng, 10/91 ROUTINES: Name Description ---- ----------- REVISION HISTO...
libsrc/_DEVELOPMENT/l/sccz80/8-8080/f48/dload.asm
ahjelm/z88dk
640
54697
SECTION code_clib SECTION code_l_sccz80 PUBLIC dload EXTERN fa ;---------------- ; Load FA from hl ;---------------- dload: ld de,fa ld c,a ld b,6 loop: ld a,(hl) ld (de),a inc hl inc de dec b jp NZ,loop ld a,c ret
bootloader/bootloader.asm
churchos-fundation/churchos
1
54698
<filename>bootloader/bootloader.asm [org 0x7c00] ; bootloader offset KERNEL_OFFSET equ 0x1000 mov [BOOT_DRIVE], dl mov bp, 0x9000 ; set the stack mov sp, bp mov bx, MSG_REAL_MODE call print ; This will be written after the BIOS messages call print_endl call load_kernel mov bx, MSG_SWITCHING...
Driver/Printer/PrintCom/printcomPCLBuffer.asm
steakknife/pcgeos
504
54699
<gh_stars>100-1000 COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: common PCL Buffer routines FILE: printcomPCLBuffer.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- ...
third_party/boringssl-with-bazel/win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm
ZhifengZhang-CN/grpc-milvus
2,151
54700
<gh_stars>1000+ default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 global CRYPTO_rdrand ALIGN 16 CRYPTO_rdrand: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_CRYPTO_rdrand: mov rdi,rcx xor rax,rax DB 0x48,0x0f,0xc7,0xf1 adc rax...
oeis/174/A174868.asm
neoneye/loda-programs
11
54701
<gh_stars>10-100 ; A174868: Partial sums of Stern's diatomic series A002487. ; Submitted by <NAME> ; 0,1,2,4,5,8,10,13,14,18,21,26,28,33,36,40,41,46,50,57,60,68,73,80,82,89,94,102,105,112,116,121,122,128,133,142,146,157,164,174,177,188,196,209,214,226,233,242,244,253,260,272,277,290,298,309,312,322,329,340,344,353,358,...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_748.asm
ljhsiun2/medusa
9
54702
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1b7b0, %r14 nop nop sub $23746, %rbx movb (%r14), %r12b nop nop sub $13738, %r13 lea addresses_UC_ht+0x48f0, %rdi nop nop nop nop nop inc ...
smsq/java/ctrl/float.asm
olifink/smsqe
0
54703
; SMSQmulator control extension thing, floating point extns (c) W.Lenerz 2017 ; v. 1.02 2020 Nov 27 removed dead & test code (DEG/RAD conversion) ; v. 1.01 corrected SQRT ; v. 1.00 section exten xdef jt_qlfp xdef qpc_patchfpu xref thp_ostr xref thp_nul xref jt_sget ; next thing extension include 'dev8...
src/test/ref/examples/conio/nacht-screen.asm
jbrandwood/kickc
2
54704
// Show a nice screen using conio.h // From CC65 sample "Eine kleine Nachtmusik" by <NAME> // https://github.com/cc65/cc65/blob/master/samples/nachtm.c // Commodore 64 PRG executable file .file [name="nacht-screen.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Bas...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_685.asm
ljhsiun2/medusa
9
54705
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0xe322, %r8 nop nop nop nop xor $60102, %rbp mov (%r8), %si nop nop add %r8, %r8 lea addresses_WC_ht+0x1e18c, %rsi lea addresses_normal_ht+0x10078, %rdi nop nop nop nop nop...
Wizardry/Necessary/GrowthGetters/Get_Hp_Growth.asm
sme23/OneHourBlitz
1
54706
.thumb .org 0x0 .equ ClassGrowthOption, Extra_Growth_Boosts+4 @r0=battle struct or char data ptr ldr r1,[r0] ldrb r1,[r1,#28] @hp growth ldr r2,ClassGrowthOption cmp r2,#0 beq GetExtraGrowthBoost ldr r2,[r0,#4] add r2,#27 ldrb r2,[r2] add r1,r2 GetExtraGrowthBoost: mov r2,#10 @index of hp boost ldr r3,Extr...
Alpabet_Alternator/alternator.asm
DMKosiorek/NASM
0
54707
mov ah, 0x0e ; Indicates that we are working in tele-type mode mov al, 65 ; Char 65 is 'A' int 0x10 alphabet: add al, 33 ; Becomes char 97, or 'a' int 0x10 sub al, 32 inc al cmp al, 'Z' + 1 je exit ; When the char value in al ; is past...
programs/oeis/115/A115015.asm
karttu/loda
0
54708
<gh_stars>0 ; A115015: Sum_{i=1..n} (gcd(7,i)=1) i. ; 1,3,6,10,15,21,21,29,38,48,59,71,84,84,99,115,132,150,169,189,189,211,234,258,283,309,336,336,365,395,426,458,491,525,525,561,598,636,675,715,756,756,799,843,888,934,981,1029,1029,1079,1130,1182,1235,1289,1344,1344 mov $3,$0 add $3,1 mov $4,$0 lpb $3,1 mov $0,$4 ...
delayinassembly.asm
pureforwhite/DelayInAssembly
0
54710
<filename>delayinassembly.asm<gh_stars>0 STR: .string "Tadaaaa!" TIMEVAL: .zeros 2 ; Get the current time in milliseconds push TIMEVAL call CLOCK_TIME_MS LOOP: ; Test if 4000ms (4s) has elapsed since ; the start time push TIMEVAL push 4000 call CLOCK_MS_ELAPSED ; If the delay has elapsed, goto EXIT jump_eq r0, 1, E...
oeis/065/A065919.asm
neoneye/loda-programs
11
54711
; A065919: Bessel polynomial y_n(4). ; Submitted by <NAME> ; 1,5,61,1225,34361,1238221,54516085,2836074641,170218994545,11577727703701,880077524475821,73938089783672665,6803184337622361001,680392371852019772765,73489179344355757819621,8525425196317119926848801,1057226213522667226687070945,139562385610188391042620213541...
_incObj/0F Press Start and TM.asm
kodishmediacenter/msu-md-sonic
9
54713
; --------------------------------------------------------------------------- ; Object 0F - "PRESS START BUTTON" and "TM" from title screen ; --------------------------------------------------------------------------- PSBTM: moveq #0,d0 move.b obRoutine(a0),d0 move.w PSB_Index(pc,d0.w),d1 jsr PSB_Index(pc,d1.w...
asm/macros.asm
SimonFJ20/jdh-8
911
54714
; BUILT-IN ASSEMBLER MACROS ; NOTES: ; Some macros might trash the F register. ; Macros dealing with memory might trash the HL registers. ; sets HALT bit in the STATUS REGISTER @macro HALT: inb f, 0x00 or f, 0x08 outb 0x00, f ; clear flags @macro CLF: mw f, 0x00 ; subtract without borrow @macro S...
libsrc/msx/gen_vread.asm
grancier/z180
0
54715
; ; z88dk library: Generic VDP support code ; ; extern void vread(unsigned int source, void* dest, unsigned int count); ; ; Transfer count bytes from VRAM to RAM ; ; $Id: gen_vread.asm,v 1.3 2016/06/16 19:30:25 dom Exp $ ; SECTION code_clib PUBLIC msx_vread PUBLIC _msx_vread EXTERN SETRD INCLUDE "msx...
oeis/142/A142219.asm
neoneye/loda-programs
11
54716
; A142219: Primes congruent to 22 mod 41. ; Submitted by <NAME> ; 227,719,883,1129,1621,1867,1949,2113,2441,2687,2851,3343,3671,3917,4327,4409,5147,5393,5557,5639,6131,6869,7607,7853,8017,8263,8837,9001,9739,10067,10313,10477,10559,10723,11789,11953,12281,12527,13183,13757,13921,14249,14741,15233,15643,15889,15971,1621...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_58.asm
ljhsiun2/medusa
9
54717
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r8 push %rbx push %rsi // Faulty Load lea addresses_WT+0x1fcb8, %rsi sub $59485, %rbx mov (%rsi), %r12w lea oracles, %rsi and $0xff, %r12 shlq $12, %r12 mov (%rsi,%r12,1), %r12 pop %rsi pop %rbx pop %r8 pop %r12 ...
oeis/086/A086851.asm
neoneye/loda-programs
11
54718
; A086851: a(0) = 1, a(n+1) = a(n)^2 - n. ; 1,1,0,-2,1,-3,4,10,93,8641,74666872,5575141774264374,31082205803147712138788845611865,966103517589229313003894215813508352493573272034098666228778213,933356006698282312572303256489816012122783406254583141248499016192865214116760703502264792586180597344027491798667186743473356...
Palmtree.Math.Core.Sint/vs_build/x86_Debug/pmc_multiply.asm
rougemeilland/Palmtree.Math.Core.Sint
0
54719
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Sint\Palmtree.Math.Core.Sint\pmc_multiply.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES _DATA SEGMENT COMM _uint_number_zero:DWORD C...
win32/asm64fpu/cntrl.asm
c-jullien/lelisp
13
54720
<reponame>c-jullien/lelisp .386p .387 include cntrl.dat assume cs:FLAT,ds:FLAT,es:FLAT,fs:FLAT,gs:FLAT,ss:FLAT _TEXT segment para use32 public 'CODE' include cntrl.equ ini_ctl proc near mov eax,16 mov ebx,offset FLAT:pnmac894 mov ecx,offset FLAT:zlff call near ptr inicst mov ebp,dword ptr [zl...
oeis/296/A296601.asm
neoneye/loda-programs
11
54721
<reponame>neoneye/loda-programs<filename>oeis/296/A296601.asm ; A296601: L.g.f.: -log(Product_{k>=1} (1 - k*x^k)^k) = Sum_{n>=1} a(n)*x^n/n. ; 1,9,28,81,126,330,344,833,973,1754,1332,5034,2198,5658,8688,13313,4914,28779,6860,54106,45752,33482,12168,254954,93751,78906,255880,505698,24390,1510700,29792,1671169,1791312,64...
oeis/158/A158385.asm
neoneye/loda-programs
11
54723
<reponame>neoneye/loda-programs<filename>oeis/158/A158385.asm<gh_stars>10-100 ; A158385: a(n) = 676*n^2 + 2*n. ; 678,2708,6090,10824,16910,24348,33138,43280,54774,67620,81818,97368,114270,132524,152130,173088,195398,219060,244074,270440,298158,327228,357650,389424,422550,457028,492858,530040,568574,608460,649698,692288...
programs/oeis/025/A025712.asm
karttu/loda
0
54724
<gh_stars>0 ; A025712: Index of 6^n within sequence of numbers of form 2^i*6^j. ; 1,4,10,18,29,42,58,77,98,122,148,177,209,243,280,319,361,405,452,502,554,609,666,726,789,854,922,992,1065,1140,1218,1299,1382,1468,1556,1647,1741,1837,1936,2037,2141,2247,2356,2468,2582,2699,2818,2940,3065,3192,3322,3454,3589,3727,3867,40...
test/roms/blargg_ppu_tests/source/palette_ram.asm
yizhang82/newschan
1,461
54725
<reponame>yizhang82/newschan ; PPU palette RAM read/write and mirroring test ; to do: check that upper two bits aren't stored .include "prefix_ppu.a" ; Set VRAM address to $3f00 + X ; Preserved: A, X, Y set_pal_addr: pha bit $2002 lda #$3f sta $2006 txa sta $2006 ...
data/pokemon/evos_attacks_johto.asm
pokeachromicdevs/pokeoctober
1
54728
<filename>data/pokemon/evos_attacks_johto.asm SECTION "Evolutions and Attacks 2", ROMX EvosAttacksPointers2:: dw ChikoritaEvosAttacks dw BayleefEvosAttacks dw MeganiumEvosAttacks dw CyndaquilEvosAttacks dw QuilavaEvosAttacks dw TyphlosionEvosAttacks dw TotodileEvosAttacks dw CroconawEvosAttacks dw FeraligatrE...
cryptl30/crypt/safer.asm
ab300819/applied-cryptography
1
54729
<filename>cryptl30/crypt/safer.asm INCLUDE MISC.INC MODULE SAFER .386 PUBLIC _saferEncryptBlock, _saferDecryptBlock ; Code to implement the improved SAFER-SK form of the SAFER cipher, ; originally published as "SAFER K-64: A Byte-Oriented Block-Ciphering ; Algorithm", <NAME>, "Fast Software Encryption", Lect...
add1.asm
onnoeberhard/avr-projects
0
54730
.include"m8def.inc" ldi r16, $FF out DDRB, r16 ldi r16, $00 out DDRD, r16 ldi r17, $00 loop: in r16, PIND add r17, r16 out PORTB, r17 rjmp loop
Quickdraw/QuickDraw Source/Util.asm
Computer-history-Museum/MacPaint
2
54731
.INCLUDE GRAFTYPES.TEXT ;------------------------------------------------------------- ; ; --> UTIL.TEXT ; ; SMALL UTILITY ROUTINES USED BY QuickDraw. ; .FUNC BitNot,1 ;----------------------------------------------------------- ; ; Function BitNot(long: LongInt): LongInt; ; MOVE.L (SP)+,A...
HU - Assembly Language and Microprocessor Systems/Assignment 2.asm
imzaaat/assembly-projects
1
54735
<reponame>imzaaat/assembly-projects ; ;;;;; ;;;;; ;;;;;;; ; ; ;;;;;; ; ; ; ; ; ; ; ; ; ; ;; ;; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;;;;; ;;;;; ;;;;; ; ; ; ;;;...