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/138/A138413.asm
neoneye/loda-programs
11
56420
; A138413: A bisection of A000957. ; Submitted by <NAME> ; 0,0,2,18,186,2120,25724,325878,4260282,57048048,778483932,10786724388,151355847012,2146336125648,30711521221376,442862000693438,6429286894263738,93891870710425440,1378379704593824300,20330047491994213884,301111732041234778316,4476705468260134734384,667848084916...
BootloaderCommonPkg/Library/ModuleEntryLib/X64/SecEntry.nasm
kokweich/slimbootloader
1
56421
<reponame>kokweich/slimbootloader ;------------------------------------------------------------------------------ ; ; Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; SecEntry.nasm ; ; Abstract: ; ; This is the code that goes from real...
programs/oeis/266/A266046.asm
karttu/loda
0
56422
; A266046: Real part of Q^n, where Q is the quaternion 2 + j + k. ; 1,2,2,-4,-28,-88,-184,-208,272,2336,7712,16832,21056,-16768,-193408,-673024,-1531648,-2088448,836096,15875072,58483712,138684416,203835392,-16764928,-1290072064,-5059698688,-12498362368,-19635257344,-3550855168,103608123392,435737624576,1121301757952,1...
nes-test-roms/mmc5test_v2/mmc5test.asm
joebentley/ones
2
56425
<filename>nes-test-roms/mmc5test_v2/mmc5test.asm arch snes.cpu define '0' 0 define '1' 1 define '2' 2 define '3' 3 define '4' 4 define '5' 5 define '6' 6 define '7' 7 define '8' 8 define '9' 9 define 'A' 10 define 'B' 11 define 'C' 12 define 'D' 13 define 'E' 14 define 'F' 15 define 'G' 16 define 'H' 17 define 'I' 18 ...
chars.asm
neri/uefi-tiny
1
56426
;; UEFI CHARS %define u(x) __utf16__(x) %define IMAGE_BASE 0x140000000 %define RVA_TEXT (_TEXT - _BEGIN) %define RVA0 IMAGE_BASE [bits 64] [section .text] %include "header.asm" _TEXT: global EfiMain EfiMain: push rbx push rdi enter 0x20, 0 mov rdi, rdx ; EFI_SYSTEM_TABLE mov ebx, 0x20 .lo...
src/float-formating.asm
hirohito-protagonist/hla-learn-adventure
0
56428
<reponame>hirohito-protagonist/hla-learn-adventure ; Assembly code emitted by HLA compiler ; Version 2.16 build 4413 (prototype) ; HLA compiler written by <NAME> ; NASM compatible output bits 32 %define ExceptionPtr__hla_ [dword fs:0] global QuitMain__hla_ global DfltExHndlr__hla_ g...
tests/devices/readWordFromMem.asm
cizo2000/sjasmplus
220
56429
<reponame>cizo2000/sjasmplus DEVICE ZXSPECTRUM48 : ORG 0x8000 : DB "0123456789ABCDEF" ASSERT '10' = {0x8000} : ASSERT '2' = {b 0x8002} : ASSERT '3' = {b 0x8003} DB {B 0x800F} ; test big case "{B" (should work) ORG 0xFFFE : DB 254, 255 ASSERT 254 = {b 0xFFFE} : ASSERT 255 = {b 0xFFFF} : ASS...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_2234.asm
ljhsiun2/medusa
9
56430
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1e684, %rsi lea addresses_UC_ht+0x5e04, %rdi nop nop nop xor %rdx, %rdx mov $101, %rcx rep movsb nop nop nop and %rbp, %rbp lea addresses_normal_ht+0x4484, %rbx nop and $32935, %r9 movb...
oeis/060/A060868.asm
neoneye/loda-programs
11
56431
; A060868: Number of n X n matrices over GF(3) with rank 1. ; 2,32,338,3200,29282,264992,2389298,21516800,193690562,1743333152,15690352658,141214236800,1270931319842,11438391444512,102945551698418,926510051379200,8338590720693122,75047317261079072,675425857674234578,6078832726041680000,54709494555295826402,492385451060...
programs/oeis/304/A304726.asm
karttu/loda
1
56432
<filename>programs/oeis/304/A304726.asm<gh_stars>1-10 ; A304726: a(n) = n^4 + 4*n^2 + 3. ; 3,8,35,120,323,728,1443,2600,4355,6888,10403,15128,21315,29240,39203,51528,66563,84680,106275,131768,161603,196248,236195,281960,334083,393128,459683,534360,617795,710648,813603,927368,1052675,1190280,1340963,1505528,1684803,1879...
1-source-files/original-sources/converted_source_files/a.qcode.asm
markmoxon/elite-a-beebasm
16
56433
<filename>1-source-files/original-sources/converted_source_files/a.qcode.asm \ a.qcode - ELITE III second processor code \OPT TABS=16 CPU 1 CODE% = &1000 ORG CODE% LOAD% = &1000 \EXEC = boot_in ptr = &07 cursor_x = &2C cursor_y = &2D vdu_stat = &72 dockedp = &A0 brk_line = &FD brkv = &202 last_key = &300 ship_type =...
programs/oeis/084/A084756.asm
karttu/loda
1
56434
<filename>programs/oeis/084/A084756.asm ; A084756: For n, k > 0, let T(n, k) be given by T(n, 1) = n and T(n, k+1) = k*T(n, k)+1. Then a(n) = T(n, n). ; 1,3,9,34,161,926,6277,48980,432161,4252330,46152101,547589912,7050080545,97878067886,1457471241605,23169742992076,391638677761217,7013544950036690 mov $1,$0 lpb $0,1 ...
programs/oeis/167/A167482.asm
karttu/loda
0
56436
<reponame>karttu/loda<gh_stars>0 ; A167482: a(n)=n-1 if n is prime, otherwise a(n)=n+1. ; 2,1,2,5,4,7,6,9,10,11,10,13,12,15,16,17,16,19,18,21,22,23,22,25,26,27,28,29,28,31,30,33,34,35,36,37,36,39,40,41,40,43,42,45,46,47,46,49,50,51,52,53,52,55,56,57,58,59,58,61,60,63,64,65,66,67,66,69,70,71,70,73 mov $2,$0 cal $0,1005...
programs/oeis/111/A111386.asm
jmorken/loda
1
56437
; A111386: a(1) = 1, a(2) = 3; for n >= 3, take a(n) to be the smallest odd number not occurring earlier such that a(n-1) divides the concatenation a(n-2)a(n). ; 1,3,5,15,25,75,125,375,625,1875,3125,9375,15625,46875,78125,234375,390625,1171875,1953125,5859375,9765625,29296875,48828125,146484375,244140625,732421875,1220...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1685.asm
ljhsiun2/medusa
9
56438
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_A_ht+0xb5f8, %r12 nop nop sub $57105, %r15 mov $0x6162636465666768, %rsi movq %rsi, %xmm3 vmovups %ymm3, (%r12) nop nop nop and $31927, %r11 lea addresses_A_ht+0x676, %rsi nop nop nop cmp $257...
oeis/180/A180847.asm
neoneye/loda-programs
11
56439
<gh_stars>10-100 ; A180847: a(n) = (27^n-4^n)/23. ; Submitted by <NAME>(s1) ; 0,1,31,853,23095,623821,16844191,454797253,12279542215,331547705341,8951788306351,241698285320053,6525853707835735,176198050128342061,4757347353532344511,128448378545641737253,3468106220733400647655 mov $2,$0 mov $0,27 pow $0,$2 mov $1,4 pow...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_17021_711.asm
ljhsiun2/medusa
9
56440
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1843b, %r8 nop nop nop nop nop and $45961, %rbp movups (%r8), %xmm5 vpextrq $0, %xmm5, %r12 nop nop nop nop nop xor $53109, %r9 l...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_12114_617.asm
ljhsiun2/medusa
9
56442
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1d74a, %rsi lea addresses_UC_ht+0x1944a, %rdi clflush (%rsi) and $34548, %r9 mov $74, %rcx rep movsw xor %rsi, %rsi lea addresses_WC_ht+0x43cc, %rbp cmp %r8, %r8 mov (%rbp), %...
src/third_party/nasm/test/br3392252.asm
Mr-Sheep/naiveproxy
2,219
56443
<filename>src/third_party/nasm/test/br3392252.asm ;Testname=br3392252; Arguments=-Ox -fbin -obrbr3392252.o; Files=stdout stderr br3392252.o [BITS 64] bextr rax, rsi, 1 bextr eax, esi, 1 bextr eax, esi, eax blcfill edx, ebx blcfill edx, [ebx] blcfill rax, rbx blci edx, ebx blci edx, [ebx] blci rax, rbx bl...
oeis/133/A133209.asm
neoneye/loda-programs
11
56445
; A133209: a(n) = 4a(n-1) - 6a(n-2) + 4a(n-3), n > 3; a(0) = 3, a(1) = 2, a(2) = a(3) = 0. ; Submitted by <NAME>(s2) ; 3,2,0,0,8,32,80,160,288,512,960,1920,3968,8192,16640,33280,66048,131072,261120,522240,1046528,2097152,4198400,8396800,16785408,33554432,67092480,134184960,268402688,536870912,1073807360,2147614720 mov...
programs/oeis/144/A144429.asm
karttu/loda
1
56446
; A144429: Starts 1 2 3 then successive terms have differences 1 2 3. ; 1,2,3,4,6,9,10,12,15,16,18,21,22,24,27,28,30,33,34,36,39,40,42,45,46,48,51,52,54,57,58,60,63,64,66,69,70,72,75,76,78,81,82,84,87,88,90,93,94,96,99,100,102,105,106,108,111,112,114,117,118,120,123,124,126,129 mov $2,$0 sub $0,2 mov $1,$0 pow $0,2 mo...
target/cos_117/disasm/iop_overlay1/INFORM.asm
jrrk2/cray-sim
49
56447
<reponame>jrrk2/cray-sim 0x0000 (0x000000) 0x1800-0x0DE0 f:00014 d: 0 | A = 3552 (0x0DE0) 0x0002 (0x000004) 0x291C- f:00024 d: 284 | OR[284] = A 0x0003 (0x000006) 0x211C- f:00020 d: 284 | A = OR[284] 0x0004 (0x000008) 0x1402- f:00012 d: 2 | A = A ...
example/RISCV_Test/Programs/store.asm
toebs88/SCAM
3
56448
store.elf: file format elf32-littleriscv Disassembly of section .text: 00000000 <_start>: 0: 08000093 li ra,128 4: 09c00113 li sp,156 8: 00005a37 lui s4,0x5 c: 00000a97 auipc s5,0x0 10: 00064b17 auipc s6,0x64 14: 16000293 li t0,352 18...
programs/oeis/083/A083074.asm
karttu/loda
1
56449
<filename>programs/oeis/083/A083074.asm ; A083074: n^3 - n^2 - n - 1. ; -1,-2,1,14,43,94,173,286,439,638,889,1198,1571,2014,2533,3134,3823,4606,5489,6478,7579,8798,10141,11614,13223,14974,16873,18926,21139,23518,26069,28798,31711,34814,38113,41614,45323,49246,53389,57758,62359,67198,72281,77614,83203,89054,95173,101566...
oeis/036/A036096.asm
neoneye/loda-programs
11
56450
<gh_stars>10-100 ; A036096: Centered cube numbers: (n+1)^18 + n^18. ; 1,262145,387682633,69106897225,3883416742361,105374653934041,1729973554578865,19642812107392433,168109033806481105,1150094635296999121,6559917313492231481,32183250594377475385,139078740232842637033,539334261162594135785,1904770734246037133281,6200258...
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_erf_fastcall.asm
meesokim/z88dk
0
56451
<gh_stars>0 ; float erf(float x) __z88dk_fastcall SECTION code_fp_math48 PUBLIC cm48_sdccix_erf_fastcall EXTERN cm48_sdccixp_dx2m48, am48_erf, cm48_sdccixp_m482d cm48_sdccix_erf_fastcall: call cm48_sdccixp_dx2m48 call am48_erf jp cm48_sdccixp_m482d
programs/oeis/227/A227776.asm
neoneye/loda
22
56452
<filename>programs/oeis/227/A227776.asm<gh_stars>10-100 ; A227776: a(n) = 6*n^2 + 1. ; 7,25,55,97,151,217,295,385,487,601,727,865,1015,1177,1351,1537,1735,1945,2167,2401,2647,2905,3175,3457,3751,4057,4375,4705,5047,5401,5767,6145,6535,6937,7351,7777,8215,8665,9127,9601,10087,10585,11095,11617,12151,12697,13255,13825,14...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2851.asm
ljhsiun2/medusa
9
56453
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2851.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1b7fb, %rsi lea addresses_D_ht+0xb1cd, %rdi nop nop no...
programs/oeis/284/A284965.asm
jmorken/loda
1
56454
; A284965: a(n) is the number of self-conjugate partitions of n which represent Chomp positions with Sprague-Grundy value 1. ; 0,0,0,0,0,1,0,2,0,2,0,3,0,3,0,4,0,4,0,5,0,5,0,6,0,6,0,7,0,7,0,8,0,8,0,9,0,9,0,10,0,10,0,11,0,11,0,12,0,12,0,13,0,13,0,14,0,14,0,15,0,15,0,16,0,16,0,17,0 mov $3,$0 div $0,2 mov $2,$0 mov $5,$0 ...
timetemplate.asm
Byon2/project-hardware-2019
0
56455
<gh_stars>0 # timetemplate.asm # Written 2015 by <NAME> # Copyright abandonded - this file is in the public domain. .macro PUSH (%reg) addi $sp,$sp,-4 sw %reg,0($sp) .end_macro .macro POP (%reg) lw %reg,0($sp) addi $sp,$sp,4 .end_macro .data .align 2 mytime: .word 0x0000 timstr: .ascii "text more text lo...
oeis/205/A205565.asm
neoneye/loda-programs
11
56456
<reponame>neoneye/loda-programs ; A205565: Number of ways of writing n = u + v with u <= v, and u,v having in ternary representation no 3. ; Submitted by <NAME> ; 1,1,1,1,2,1,1,1,1,1,2,1,2,4,2,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,2,4,2,1,2,1,2,4,2,4,8,4,2,4,2,1,2,1,2,4,2,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,2,4,2,1,2,1,1,1,1,1,2,1,1...
examples/loops.asm
KCreate/stackvm
45
56457
<filename>examples/loops.asm ; Define some constants .def counter r0 ; counter register .def calc1 r1 ; used for calculations .def calc2 r2 .def s_one r4 ; static one .def s_zero r5 ; static zero .label entry_addr .label setup ; setup registers loadi counter, 100 loadi s_one, 1 ...
ioq3/build/release-js-js/baseq3/ui/ui_confirm.asm
RawTechnique/quake-port
1
56458
code proc ConfirmMenu_Event 4 4 ADDRFP4 4 INDIRI4 CNSTI4 3 EQI4 $70 ADDRGP4 $69 JUMPV LABELV $70 ADDRGP4 UI_PopMenu CALLV pop ADDRFP4 0 INDIRP4 CNSTI4 8 ADDP4 INDIRI4 CNSTI4 10 NEI4 $72 ADDRLP4 0 CNSTI4 0 ASGNI4 ADDRGP4 $73 JUMPV LABELV $72 ADDRLP4 0 CNSTI4 1 ASGNI4 LABELV $73 ADDRGP4 s_confirm+444 INDIRP4 CVPU4 4 CNST...
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_RemoveCharStruct.asm
jpoikela/z88dk
640
56460
<filename>libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_RemoveCharStruct.asm ; void __FASTCALL__ sp1_RemoveCharStruct(struct sp1_cs *cs) ; 05.2007 aralbrec, Sprite Pack v3.0 ; sinclair zx version SECTION code_clib SECTION code_temp_sp1 PUBLIC sp1_RemoveCharStruct EXTERN asm_sp1_RemoveCharStruct defc sp1_RemoveChar...
programs/oeis/231/A231304.asm
karttu/loda
0
56461
; A231304: Recurrence a(n) = a(n-2) + n^M for M=5, starting with a(0)=0, a(1)=1. ; 0,1,32,244,1056,3369,8832,20176,41600,79225,141600,240276,390432,611569,928256,1370944,1976832,2790801,3866400,5266900,7066400,9351001,12220032,15787344,20182656,25552969,32064032,39901876,49274400,60413025,73574400,89042176,107128832,12...
Assembly/dir.asm
34Audiovisual/Progetti_JUCE
0
56462
<reponame>34Audiovisual/Progetti_JUCE<gh_stars>0 section .data directory: db "tmp", 0 global _main section .text _main: call mkdir call exit ret mkdir: mov rax, 0x2000088 mov rdi, qword directory mov rsi, 0x1ED syscall exit: mov rax, 0x2000001 mov rdi, 0 syscall
programs/oeis/160/A160699.asm
neoneye/loda
22
56463
<filename>programs/oeis/160/A160699.asm ; A160699: A bisection of A063522. ; 0,17,154,531,1268,2485,4302,6839,10216,14553,19970,26587,34524,43901,54838,67455,81872,98209,116586,137123,159940,185157,212894,243271,276408,312425,351442,393579,438956,487693,539910,595727,655264,718641,785978,857395,933012,1012949,1097326,1...
tp_01_12/include/isr_svc.asm
mjFer/TDIII-UTN-FRBA-TPS-2014
2
56464
<filename>tp_01_12/include/isr_svc.asm<gh_stars>1-10 [BITS 64] ;----------------------------------------------------------- ; Handler de ServiceCall ; Recibe: por Rbx el servicio a llamar ; Devuelve: Nada ;----------------------------------------------------------- Int80Han: cmp ebx,0 ;Servicio "Random" ebx=0 je...
libsrc/_DEVELOPMENT/im2/c/sdcc/im2_create_generic_isr_8080.asm
jpoikela/z88dk
640
56465
<filename>libsrc/_DEVELOPMENT/im2/c/sdcc/im2_create_generic_isr_8080.asm<gh_stars>100-1000 ; void *im2_create_generic_isr_8080(uint8_t num_callback, void *address) SECTION code_clib SECTION code_z80 PUBLIC _im2_create_generic_isr_8080 EXTERN l_im2_create_generic_isr_8080_callee _im2_create_generic_isr_8080: po...
code/mult10.asm
edadma/mos6502
4
56466
<gh_stars>1-10 ; required hardware ; _stdioChar_ = "8000" ; add a character i/o "device" and memory map it to address $8000 _stdioInt_ = "8001" ; add an integer i/o "device" and memory map it to address $8001 ; memory mapped i/o ; CHIO EQU $8000 ; character i/o port INTIO EQU $8001 ; integ...
programs/oeis/216/A216607.asm
karttu/loda
0
56467
; A216607: The sequence used to represent partition binary diagram as an array. ; 0,0,1,0,1,0,2,1,0,2,1,0,3,2,1,0,3,2,1,0,4,3,2,1,0,4,3,2,1,0,5,4,3,2,1,0,5,4,3,2,1,0,6,5,4,3,2,1,0,6,5,4,3,2,1,0,7,6,5,4,3,2,1,0,7,6,5,4,3,2,1,0,8,7,6,5,4,3,2,1,0,8,7,6,5,4,3 mov $2,$0 mov $4,$0 lpb $2,1 mov $3,1 mul $4,2 lpb $4,1 ...
testsuite/ubic/output/ncurses_3.asm
alexgarzao/UOP
0
56468
.constant_pool .const 0 string [start] .const 1 string [constructor] .const 2 string [ncurses.initscr] .const 3 int [1] .const 4 int [0] .const 5 string [Nome: ] .const 6 int [3] .const 7 string [ncurses.mvwrite] .const 8 string [ncurses.read] .const 9 string [...
rt/header64.asm
PoroCYon/smol
6
56469
<reponame>PoroCYon/smol ; vim: set ft=nasm: %include "linkscr.inc" [section .header] %include "elf.inc" ;%ifndef PT_INTERP_VAL ;%define PT_INTERP_VAL "/lib64/ld-linux-x86-64.so.2" ;%endif global _EHDR _EHDR: ehdr: ; e_ident db 0x7F, "ELF" db EI_CLASS, EI_DATA, EI_VERSION, 0;EI_OSABI db 0;EI_OSABIVE...
programs/oeis/033/A033439.asm
neoneye/loda
22
56470
; A033439: Number of edges in 7-partite Turán graph of order n. ; 0,0,1,3,6,10,15,21,27,34,42,51,61,72,84,96,109,123,138,154,171,189,207,226,246,267,289,312,336,360,385,411,438,466,495,525,555,586,618,651,685,720,756,792,829,867,906,946,987,1029,1071,1114,1158,1203,1249,1296,1344,1392,1441,1491,1542,1594,1647,1701,1755...
ASM/src/song_fix.asm
deralex/Better-OoT
75
56471
<gh_stars>10-100 ;================================================================================================== ; Fixes songs in certain scenes to allow for various song learning function to properly play ; through their scripts. ;===================================================================================...
src/gameplay.asm
santiontanon/talesofpopolon-ext
4
56472
;----------------------------------------------- ; copy the player position from the high-res variables to the low-res ones initializeMemory: ;; transfer variables to RAM: ld hl,ROMtoRAM_gameStart ld de,RAM_gameStart ld bc,endROMtoRAM_gameStart-ROMtoRAM_gameStart ldir ld hl,memoryToClearOnNewGa...
programs/oeis/188/A188190.asm
jmorken/loda
1
56473
<reponame>jmorken/loda ; A188190: Positions of 0 in A188189; complement of A188191. ; 2,3,4,7,8,11,12,15,16,19,20,21,24,25,28,29,32,33,36,37,38,41,42,45,46,49,50,53,54,55,58,59,62,63,66,67,70,71,72,75,76,79,80,83,84,87,88,91,92,93,96,97,100,101,104,105,108,109,110,113,114,117,118,121,122,125,126,127,130,131,134,135,138...
src/x86-64/syscalls/memory.asm
ohnx/ge
0
56475
<filename>src/x86-64/syscalls/memory.asm ; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2015 Return Infinity -- see LICENSE.TXT ; ; Memory functions ; =================================================...
source/code/macros.asm
paulscottrobson/x16-basic
1
56476
; ***************************************************************************** ; ***************************************************************************** ; ; Name : macros.asm ; Purpose : Data allocation ; Author : <NAME> (<EMAIL>) ; Date : 7th February 2020 ; ; ********************************************...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_96.asm
ljhsiun2/medusa
9
56477
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rax push %rbx lea addresses_WT_ht+0xd131, %r14 inc %r15 mov $0x6162636465666768, %rbx movq %rbx, (%r14) nop add $24658, %rax lea addresses_A_ht+0x14cc1, %r12 nop sub $63387, %r9 mov (%r12), %rax nop nop nop nop sub %rbx, %rbx pop ...
Documentation/Tutorial/cs50-larger.asm
geoffthorpe/ant-architecture
0
56478
# <NAME> -- 11/2/96 # larger.asm-- A program that computes and prints the larger # of two numbers specified at runtime by the user. # Registers used: # r2 - used to hold the first number. # r3 - used to hold the second number. # r4 - used to hold the larger of r2 and r3. # r5 - used to hold the address of the lab...
data/pokemon/base_stats/gallade.asm
AtmaBuster/pokeplat-gen2
6
56480
<filename>data/pokemon/base_stats/gallade.asm db 0 ; species ID placeholder db 68, 125, 65, 80, 65, 115 ; hp atk def spd sat sdf db PSYCHIC, FIGHTING ; type db 45 ; catch rate db 233 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F0 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemo...
programs/oeis/259/A259755.asm
karttu/loda
1
56481
<filename>programs/oeis/259/A259755.asm ; A259755: Numbers that are congruent to {4,20} mod 24. ; 4,20,28,44,52,68,76,92,100,116,124,140,148,164,172,188,196,212,220,236,244,260,268,284,292,308,316,332,340,356,364,380,388,404,412,428,436,452,460,476,484,500,508,524,532,548,556,572,580,596,604,620,628,644,652,668,676,692...
programs/oeis/191/A191759.asm
karttu/loda
1
56482
<gh_stars>1-10 ; A191759: Least significant decimal digit of (2n-1)^2. ; 1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9 mul $0,2 add $0,1 pow $0,2 mov $1,$0 mod $1,10
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_AddColSpr.asm
jpoikela/z88dk
640
56483
; uint sp1_AddColSpr(struct sp1_ss *s, uchar type, int graphic, uchar plane) SECTION code_clib SECTION code_temp_sp1 PUBLIC sp1_AddColSpr EXTERN asm_sp1_AddColSpr sp1_AddColSpr: pop af pop hl ld h,l pop bc pop de ld l,e pop de pop ix push hl push hl push de push bc push hl ...
programs/oeis/140/A140199.asm
neoneye/loda
22
56484
<filename>programs/oeis/140/A140199.asm ; A140199: a(n) = the number of pairs of (not necessarily distinct) positive integers j and k where j <= n and k <= n such that k+j is prime. ; 1,2,3,5,6,8,10,12,15,19,22,26,29,32,36,41,45,49,53,57,62,68,73,79,85,91,98,105,111,118,125,132,139,147,155,164,173,182,191,201,210,220,2...
microcontrolador/8051/01-00add.asm
prof-holanda/sistemas-embarcados
0
56485
<filename>microcontrolador/8051/01-00add.asm MOV R0, #3 ; R0 <- 3 MOV A, #5 ; A <- 5 ADD A, R0 ; A <- A + R0
programs/oeis/237/A237587.asm
karttu/loda
1
56486
; A237587: Triangle read by rows in which row n lists the first n odd squares in decreasing order. ; 1,9,1,25,9,1,49,25,9,1,81,49,25,9,1,121,81,49,25,9,1,169,121,81,49,25,9,1,225,169,121,81,49,25,9,1,289,225,169,121,81,49,25,9,1,361,289,225,169,121,81,49,25,9,1,441,361,289,225,169,121,81,49,25,9,1 cal $0,4736 ; Triang...
programs/oeis/320/A320106.asm
neoneye/loda
22
56487
; A320106: Möbius transform of A320107. ; 1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0 mov $1,$0 sub $0,1 sub $1,5 gcd $0,$1 gcd $1,3 div $0,$1 mod $0,2
src/spi.asm
jacobly0/transfer
16
56488
private ti.bSpiTxFifoBytes private ti.bmSpiChipEn private ti.mpSpiCtrl2 private ti.spiData private ti.spiStatus include 'ti84pceg.inc' section .text public _spi_write _spi_write: pop hl,de push de,hl ld hl,ti.mpSpiCtrl2 or ti.bmSpiChipEn shl 8 ld (hl),h ld a,(de) ld c,a virtual or a,0 load .or_a: byte f...
src/ex1-lcd-8bits.asm
mpeschke/atmel-at89s51-mcu-examples
0
56490
<filename>src/ex1-lcd-8bits.asm ;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.0.0 #11528 (Mac OS X x86_64) ;-------------------------------------------------------- .module ex1_lcd_8bits .optsdcc -mmcs51 --model-small ;---------------...
Games/banchorce/source/enemydat.asm
CiaranGruber/Ti-84-Calculator
1
56491
;---------------------------------------------------------------; ; ; ; Banchor ; ; Enemy Data ; ; ...
15-ilinux-start-with-c/kernel/kernel.asm
weimanzhou/ilinux
0
56492
<reponame>weimanzhou/ilinux<gh_stars>0 ; ===================================================================== ; 导入的函数或变量 ; --------------------------------------------------------------------- ; 导入头文件 %include "asm_const.inc" ; 导入函数 extern ilinux_init ; 初始化一些事情,主要是改变GDT_PTR,让它指向新的GDT extern ilinux_main ; 内核...
programs/oeis/177/A177837.asm
neoneye/loda
22
56493
<gh_stars>10-100 ; A177837: Binomial(n^3,n) / (n^2 * (n^2+n+1) ), or binomial(n^3-2,n-2). ; 1,25,1891,302621,84957251,37307689133,23728431347335,20688443967788245,23730591032609929084,34687456062438088435890,62994291032837018079196115,139227352512368728514134480110 mov $1,$0 add $1,2 pow $1,3 sub $1,2 bin $1,$0 mov $0...
lib/src/xr/x86/os2/xrnpow.asm
zanud/xds-2.60
53
56494
<reponame>zanud/xds-2.60 .386p .387 ; COPYRIGHT (c) 1995,99 XDS. All Rights Reserved. ; jump to X2C_EXPRR function named "pow". ifdef SYMANTEC ; =========== Rename publics pow equ _pow endif ifdef OS2 .model FLAT endif ifdef OS2 _TEXT...
programs/speed.asm
ept221/pet-on-a-chip
9
56495
;****************************************************************************** .define uart_baud, 0x0A .define uart_ctrl, 0x0B .define uart_buffer, 0x0C .define motor_control, 0x0D .define motor_enable, 0x0E .define motor_pwm0, 0x0F .define motor_pwm1, 0x10 ...
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_1829.asm
ljhsiun2/medusa
9
56496
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_D_ht+0x1496d, %rsi lea addresses_normal_ht+0xeead, %rdi nop nop nop xor %r15, %r15 mov $115, %rcx rep movsq nop nop nop nop xor $5014, %r13 lea addresses_WC_ht+0x1d8cd, %r11 nop...
libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_push_back.asm
meesokim/z88dk
0
56497
; =============================================================== ; Feb 2014 ; =============================================================== ; ; size_t w_vector_push_back(w_vector_t *v, void *item) ; ; Append word to end of vector, return index of appended word. ; ; =================================================...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1737.asm
ljhsiun2/medusa
9
56498
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1737.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x104ad, %rbp nop add %r12, %r12 movups (%rbp), %xmm5 vpextrq $0, %xmm5, %r13 nop and %r13, %...
src/tocompress/map-fortress1.asm
santiontanon/talesofpopolon-ext
4
56499
<filename>src/tocompress/map-fortress1.asm include "../constants.asm" org #0000 skybox: db 0 texture_set: db 0 floortypeandcolor: ; db 0 db #e0 ceilingtypeandcolor: ; db 0 db #f0 map: db 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8 db 8,0,0,0,0,0,0,0,0,0,0,3,0,0,0,8 db 8,0,0,0,8,8,0,0,0,0,8,8,0...
std/str.asm
mossx-dev/Mycore
0
56500
<filename>std/str.asm<gh_stars>0 ;; Author: <NAME> ;; Data: 13-Oct-21 %ifndef _Mycelium_std_str_ %define _Mycelium_std_str_ %include "std/sys.asm" %include "std/out.asm" %include "std/arr.asm" %include "std/cstr.asm" ;; String extends arr ; Args ; void ; Returns ; rsi: Pointer to string str#new: mov ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1707.asm
ljhsiun2/medusa
9
56501
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1707.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x15e6f, %rbx nop nop nop xor $11657, %r13 movw $0x6162, (%rbx) nop nop xo...
oeis/229/A229742.asm
neoneye/loda-programs
11
56502
<gh_stars>10-100 ; A229742: a(n) = A071585(n) - A071766(n). ; Submitted by <NAME> ; 0,1,2,1,3,3,1,2,4,5,4,5,1,2,3,3,5,7,7,8,5,7,7,8,1,2,3,3,4,5,4,5,6,9,10,11,9,12,11,13,6,9,10,11,9,12,11,13,1,2,3,3,4,5,4,5,5,7,7,8,5,7,7,8,7,11,13,14,13,17,15,18,11,16,17,19,14 mul $0,2 mov $1,2 mov $2,2 lpb $0 div $0,2 sub $2,$3 ...
programs/oeis/154/A154890.asm
neoneye/loda
22
56503
<filename>programs/oeis/154/A154890.asm<gh_stars>10-100 ; A154890: Jacobsthal numbers A001045 alternatingly incremented by 3 and 5. ; 3,6,4,8,8,16,24,48,88,176,344,688,1368,2736,5464,10928,21848,43696,87384,174768,349528,699056,1398104,2796208,5592408,11184816,22369624,44739248,89478488,178956976,357913944,715827888,14...
oeis/062/A062296.asm
neoneye/loda-programs
11
56504
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A062296: a(n) = number of entries in n-th row of Pascal's triangle divisible by 3. ; 0,0,0,2,1,0,4,2,0,8,7,6,9,6,3,10,5,0,16,14,12,16,11,6,16,8,0,26,25,24,27,24,21,28,23,18,33,30,27,32,25,18,31,20,9,40,35,30,37,26,15,34,17,0,52,50,48,52,47,42,52,44,36,58,53,48,55,44,33,...
source/stack/init.asm
mega65dev/rom-assembler
0
56505
; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : init.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ; Authors : <NAME> ; ; ********...
4.3.OverflowFlag.asm
souzaitor/Assembly
0
56506
TITLE Overflow Flag ;-------------------- ; Autor: <NAME> ; Data: 15/07/2021 ; ; Capítulo 4 Exercício 3 ; Descrição: Programa que usa adição e subtração para setar e limpar a flags Overflow. ;-------------------- INCLUDE Irvine32.inc .code main PROC mov eax, 1 sub eax, 1 call DumpRegs mo...
programs/oeis/245/A245524.asm
neoneye/loda
22
56507
; A245524: a(n) = n^2 - floor(n/2)*(-1)^n. ; 1,3,10,14,27,33,52,60,85,95,126,138,175,189,232,248,297,315,370,390,451,473,540,564,637,663,742,770,855,885,976,1008,1105,1139,1242,1278,1387,1425,1540,1580,1701,1743,1870,1914,2047,2093,2232,2280,2425,2475,2626,2678,2835,2889,3052,3108,3277,3335,3510,3570,3751,3813,4000,406...
TankZone/libFixedpoint.asm
dplassgit/games
0
56508
;; Based on code from http://nparker.llx.com/a2/mult.html ;; Signed 8-bit multiply. ;; Inputs: x and y ;; Outputs: high byte of value into a, full 16 bits in RESULT signed_mpy STX NUM1 STY NUM2 LDA NUM1 ;Compute sign of result EOR NUM2 PHP ;Sav...
s2/music-improved/90 - HPZ.asm
Cancer52/flamedriver
9
56509
HPZ_Header: smpsHeaderStartSong 2, 1 smpsHeaderVoice HPZ_Voices smpsHeaderChan $06, $03 smpsHeaderTempo $02, $E0 smpsHeaderDAC HPZ_DAC smpsHeaderFM HPZ_FM1, $00, $06 smpsHeaderFM HPZ_FM2, $0C, $10 smpsHeaderFM HPZ_FM3, $00, $14 smpsHeaderFM HPZ_FM4, $00, $0E smp...
Pushbutton counter Assembly.asm
apenam7/Pic-16-Project
0
56510
<filename>Pushbutton counter Assembly.asm ; ******************************************************************* ; Program 2 - "Pushbutton counter" ; ; This program should count the number of times the pushbutton on the board has ; been pressed and display that count in binary using the LEDs, with the leftmost LED (...
oeis/028/A028074.asm
neoneye/loda-programs
11
56511
<filename>oeis/028/A028074.asm ; A028074: Expansion of 1/((1-3x)(1-6x)(1-7x)(1-8x)). ; Submitted by <NAME> ; 1,24,367,4566,50449,516348,5012659,46832082,425124997,3774414072,32930084551,283309497198,2409910756345,20309449295796,169843460626843,1411263104458314,11663354948539693,95953443568179120 mov $1,1 mov $2,$0 mov...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1379.asm
ljhsiun2/medusa
9
56512
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x117b3, %rsi lea addresses_D_ht+0x57b3, %rdi nop add %r14, %r14 mov $53, %rcx rep movsw nop nop nop add %rcx, %rcx lea addresses_WT_ht+0x17033, %r12 and $63895, %rbp movl $0x61...
testeinstr.asm
vitorduarte/Trab1-OAC
0
56515
<filename>testeinstr.asm #Arquivo de teste de instruçoes suportadas .text label1: add $t1, $t2, $t3 addu $s1, $t2, $t6 sub $s1, $t2, $t3 subu $s0, $t2, $t3 and $t2, $t0, $t9 or $t4, $t1, $t6 nor $t1, $t5, $t3 slt $a0, $t3, $t4 sltu $a1, $a3, $s3 addi $t1, $t2, 2 addiu $t1, $t2, 2 slti $t2, $s0, 4 sltiu $a0, $a1,...
src/chips/YM2610.asm
sharksym/vgmplay-sharksym
6
56516
<reponame>sharksym/vgmplay-sharksym<filename>src/chips/YM2610.asm ; ; VGM YM2610 chip ; YM2610: MACRO super: Chip YM2610_ym2610Name, Header.ym2610BClock, YM2610_Connect ; hl' = time remaining ; ix = player ; iy = reader ProcessPort0Command: PROC call Reader_ReadWord_IY jp System_Return writeRegister: equ $ -...
programs/oeis/173/A173645.asm
jmorken/loda
1
56517
; A173645: Partial sums of floor(n^2/11). ; 0,0,0,0,1,3,6,10,15,22,31,42,55,70,87,107,130,156,185,217,253,293,337,385,437,493,554,620,691,767,848,935,1028,1127,1232,1343,1460,1584,1715,1853,1998,2150,2310,2478,2654,2838,3030,3230,3439,3657,3884,4120,4365,4620,4885,5160,5445,5740,6045,6361,6688,7026,7375,7735,8107,8491,...
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_asr.asm
jpoikela/z88dk
38
56518
<reponame>jpoikela/z88dk ; Z88 Small C+ Run time Library ; Moved functions over to proper libdefs ; To make startup code smaller and neater! ; ; 6/9/98 djm ; ; 22/3/99 djm Rewritten to be shorter.. SECTION code_clib SECTION code_l_sccz80 PUBLIC l_asr PUBLIC l_asr_hl_by_e EXTERN l_asr_h...
mips-sudoku-solver.asm
ndouglas/MIPS-Sudoku-Solver
0
56519
# ------------------------------------- # # Sudoku Solver # # ------------------------------------- # # MIPS assembly language program to # brute-force solve a Sudoku puzzle. # # To solve a puzzle, enter its values # in the PGrid array below, leaving 0's # in indices where no value is present. # If a puzzle ...
PC8001-Serial-D000.asm
kuninet/PC-8001-Serial-Drv
0
56520
<reponame>kuninet/PC-8001-Serial-Drv ; ; PC-8001内蔵シリアルドライバー(割り込みなし) ; CPU Z80 TARGET: equ "Z80" UARTRD EQU 20H UARTRC EQU 21H ; BUFSIZ EQU 80H ; RTSHIG EQU 00010111B RTSLOW EQU 00110111B ; ; CR EQU 0DH LF EQU 0AH ; org 0D000h ; ; 各ルーチンへのエントリーテーブル ; JP INIT8251 JP SERIAL_READ JP SERIAL_WRITE JP...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_10679_608.asm
ljhsiun2/medusa
9
56522
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x5e35, %rsi lea addresses_D_ht+0x1efa5, %rdi nop nop xor %r12, %r12 mov $8, %rcx rep movsq nop nop nop cmp $53500, %r11 lea addresses_UC_ht+0x140c5, %rsi lea addresses_WT_ht+0x452d, %rdi...
programs/oeis/340/A340648.asm
karttu/loda
0
56523
<filename>programs/oeis/340/A340648.asm ; A340648: a(n) is the maximum number of nonzero entries in an n X n sign-restricted matrix. ; 0,1,3,6,11,18,26,35,46,59,73,88,105,124,144,165,188,213,239,266,295,326,358,391,426,463,501,540,581,624,668,713,760,809,859,910,963,1018,1074,1131,1190,1251,1313,1376,1441,1508,1576,164...
programs/oeis/087/A087808.asm
neoneye/loda
22
56524
<reponame>neoneye/loda ; A087808: a(0) = 0; a(2n) = 2a(n), a(2n+1) = a(n) + 1. ; 0,1,2,2,4,3,4,3,8,5,6,4,8,5,6,4,16,9,10,6,12,7,8,5,16,9,10,6,12,7,8,5,32,17,18,10,20,11,12,7,24,13,14,8,16,9,10,6,32,17,18,10,20,11,12,7,24,13,14,8,16,9,10,6,64,33,34,18,36,19,20,11,40,21,22,12,24,13,14,8,48,25,26,14,28,15,16,9,32,17,18,10...
argv-print.asm
doomnuggets/argv-print-asm
0
56526
BITS 32 section .data arg_str db "Argument %d: %s", 0x0a, 0x00 usage_str db "Usage: %s <arguments>", 0x0a, 0x00 counter dd 0x00 section .text global _start extern printf _start: pop eax ; Load argc cmp eax, 0x01 ; At least 1 commandline argument is required. ...
sw/552tests/inst_tests/jalr_5.asm
JPShen-UWM/ThreadKraken
1
56527
<reponame>JPShen-UWM/ThreadKraken // Original test: ./eharris/hw4/problem6/jalr_0.asm // Author: eharris // Test source code follows //Basic test Assumes JAL works lbi r1, 0x1 jal 4 lbi r1, 0x2 j 2 jalr r7, 0 //jump to lbi r1, 0x2 halt //R7 should have halt address r1=2
exampl04/treedemo/treedemo.asm
AlexRogalskiy/Masm
0
56528
title TreeDemo comment '*==============================*' comment '* Programed by <NAME> *' comment '* E-MAIL: <EMAIL> *' comment '*==============================*' .586 .model flat, stdcall option casemap:none ; Case sensitive ...
oeis/313/A313876.asm
neoneye/loda-programs
11
56529
<reponame>neoneye/loda-programs ; A313876: Coordination sequence Gal.6.342.3 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. ; Submitted by <NAME>(s2) ; 1,5,10,16,21,26,32,37,42,48,53,58,63,68,74,79,84,90,95,100,106,111,116,121,126,132...
oeis/219/A219706.asm
neoneye/loda-programs
11
56530
<filename>oeis/219/A219706.asm<gh_stars>10-100 ; A219706: Total number of nonrecurrent elements in all functions f:{1,2,...,n}->{1,2,...,n}. ; Submitted by <NAME> ; 0,0,2,30,456,7780,150480,3279234,79775360,2146962024,63397843200,2039301671110,71007167075328,2661561062560140,106874954684266496,4577827118698118250,20836...
libsrc/_DEVELOPMENT/math/float/math32/z80/h32_coeff_logf.asm
jpoikela/z88dk
640
56531
<reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/math/float/math32/z80/h32_coeff_logf.asm ; ; Extracted from cephes-math ; ; Cephes is a C language library for special functions of mathematical physics ; and related items of interest to scientists and engineers. ; https://fossies.org/ ; ;--------------------------...
oeis/146/A146564.asm
neoneye/loda-programs
11
56532
<filename>oeis/146/A146564.asm ; A146564: a(n) is the number of solutions of the equation k*n/(k-n) = c. k,c integers. ; Submitted by <NAME> ; 1,4,4,7,4,13,4,10,7,13,4,22,4,13,13,13,4,22,4,22,13,13,4,31,7,13,10,22,4,40,4,16,13,13,13,37,4,13,13,31,4,40,4,22,22,13,4,40,7,22,13,22,4,31,13,31,13,13,4,67,4,13,22,19,13,40,4,...
maps/SafariZoneWardensHome.asm
Dev727/ancientplatinum
28
56533
<reponame>Dev727/ancientplatinum<gh_stars>10-100 object_const_def ; object_event constants const SAFARIZONEWARDENSHOME_LASS SafariZoneWardensHome_MapScripts: db 0 ; scene scripts db 0 ; callbacks WardensGranddaughter: faceplayer opentext checkevent EVENT_TALKED_TO_WARDENS_GRANDDAUGHTER iftrue .AlreadyMet wr...