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
short-text/spell-names.asm
TheAnsarya/ffmq-info
3
46484
<reponame>TheAnsarya/ffmq-info ; TEXT: Spell names ($064210) ; SpellNames: print "TEXT: Spell names ($064210) -- is at $",pc db "****Exit****" db "****Cure****" db "****Heal****" db "****Life****" db "****Quake***" db "**Blizzard**" db "****Fire****" db "****Aero****" db "***Thunder**" db "****White***" ...
libsrc/_DEVELOPMENT/target/yaz180/driver/time/c/sdcc/clock_gettime.asm
Frodevan/z88dk
640
46485
SECTION code_driver PUBLIC _clock_gettime EXTERN asm_clock_gettime ; get the the system time _clock_gettime: pop af inc sp ; ignore the enum clock_id pop hl push hl dec sp push af jp asm_clock_gettime
programs/oeis/092/A092248.asm
jmorken/loda
1
46486
<gh_stars>1-10 ; A092248: Parity of number of distinct primes dividing n (function omega(n)) parity of A001221. ; 0,1,1,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,1,1,...
oeis/008/A008743.asm
neoneye/loda-programs
11
46487
<reponame>neoneye/loda-programs ; A008743: Molien series for 3-dimensional group [3,4]+ = 432. ; Submitted by <NAME> ; 1,0,1,0,2,0,3,0,4,1,5,1,7,2,8,3,10,4,12,5,14,7,16,8,19,10,21,12,24,14,27,16,30,19,33,21,37,24,40,27,44,30,48,33,52,37,56,40,61,44,65,48,70,52,75,56,80,61,85,65,91,70,96,75,102,80,108,85,114,91,120,96,1...
oeis/343/A343499.asm
neoneye/loda-programs
11
46488
; A343499: a(n) = Sum_{k=1..n} gcd(k, n)^5. ; Submitted by <NAME> ; 1,33,245,1058,3129,8085,16813,33860,59541,103257,161061,259210,371305,554829,766605,1083528,1419873,1964853,2476117,3310482,4119185,5315013,6436365,8295700,9778145,12253065,14468481,17788154,20511177,25297965,28629181,34672912,39459945,46855809,5260787...
oeis/304/A304902.asm
neoneye/loda-programs
11
46489
<filename>oeis/304/A304902.asm ; A304902: Let (P,<) be the strict partial order on the subsets of {1,2,...,n} ordered by their cardinality. Then a(n) is the number of paths of any length from {} to {1,2,...,n}. ; Submitted by <NAME>(s4) ; 1,1,3,16,175,4356,263424,40144896,15714084159,15953234222500,42223789335548788,2...
data/mapObjects/UndergroundPathRoute8.asm
AmateurPanda92/pokemon-rby-dx
9
46490
<gh_stars>1-10 UndergroundPathRoute8_Object: db $a ; border block db 3 ; warps warp 3, 7, 4, -1 warp 4, 7, 4, -1 warp 4, 4, 1, UNDERGROUND_PATH_WEST_EAST db 0 ; signs db 1 ; objects object SPRITE_GIRL, 3, 4, STAY, NONE, 1 ; person ; warp-to warp_to 3, 7, UNDERGROUND_PATH_ROUTE_8_WIDTH warp_to 4, 7, UNDER...
programs/oeis/135/A135677.asm
neoneye/loda
22
46491
<gh_stars>10-100 ; A135677: a(n) = ceiling(n^(4/3)+n). ; 2,5,8,11,14,17,21,24,28,32,36,40,44,48,52,57,61,66,70,75,79,84,89,94,99,104,108,114,119,124,129,134,139,145,150,155,161,166,172,177,183,188,194,200,206,211,217,223,229,235,241,247,253,259,265,271,277,283,289,295,302,308,314,320,327,333,340,346,353,359,365,372,379...
oeis/002/A002624.asm
neoneye/loda-programs
11
46492
<gh_stars>10-100 ; A002624: Expansion of (1-x)^(-3) * (1-x^2)^(-2). ; 1,3,8,16,30,50,80,120,175,245,336,448,588,756,960,1200,1485,1815,2200,2640,3146,3718,4368,5096,5915,6825,7840,8960,10200,11560,13056,14688,16473,18411,20520,22800,25270,27930,30800,33880,37191,40733,44528,48576,52900,57500,62400,67600,73125,78975,851...
programs/oeis/133/A133201.asm
neoneye/loda
22
46493
<reponame>neoneye/loda ; A133201: A133195/3. ; 0,1,2,3,13,23,33,133,233,333,1333,2333,3333,13333,23333,33333,133333,233333,333333,1333333,2333333,3333333,13333333,23333333,33333333,133333333,233333333,333333333,1333333333,2333333333,3333333333 mul $0,3 seq $0,71061 ; Abjad values of the Arabic letters in the tradition...
hello.asm
Vignesh-Nadar/xv6
0
46494
_hello: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include"types.h" #include"user.h" int main(int argc, char * argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 10 ...
src/arch/x86_64/multiboot_header.asm
mkroening/toyos-rs
69
46495
;;; Based on http://blog.phil-opp.com/rust-os/multiboot-kernel.html ;;; ;;; This is our Multiboot 2 header, which Grub uses to find our kernel code ;;; and load it into memory. MULTIBOOT_MAGIC equ 0xe85250d6 ; Magic number for multiboot 2. ARCHITECTURE equ 0 ; Protected mode i386 architecture...
src/ColumnarTransposition-ASM.asm
ergesmema/Columnar-Transposition-Cipher-MIPS
0
46496
<filename>src/ColumnarTransposition-ASM.asm .data prompt: .asciiz "Encrypt(E) or Decrypt(D) ?" indata: .space 20 text: .asciiz "Enter text: " data: .space 256 Key: .asciiz "Key ?" WrongKeyword: .asciiz "\nInvalid character\n" WrongKey: .asciiz "\nInvalid key (positive integer needed)\n" space: .asciiz "\n" .te...
game/logic/utils_static.asm
sgadrat/super-tilt-bro
91
46497
<filename>game/logic/utils_static.asm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Utilities stable enough to be put in static bank ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Construct a nametable buffer to replace palettes ; tmpfield1,tmpfield2 - new palette data adress (points to 32 bytes to be...
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_1600.asm
ljhsiun2/medusa
9
46499
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xdcfa, %rsi clflush (%rsi) nop nop nop cmp %r15, %r15 movb (%rsi), %r11b nop add %rax, %rax lea addresses_A_ht+0x14d9a, %rsi lea addresses_A_ht+0x692, %rdi sub $27726, %rbx mo...
Kernel/asm/beep.asm
agusosimani/TP-ARQUI
0
46501
<filename>Kernel/asm/beep.asm GLOBAL beepOn GLOBAL beepOff section .text beepOn: mov al, 182 ;frequency out 43h, al mov ax, 1193 out 42h, al mov al, ah out 42h, al in al, 61h ;turn on speaker mov al, 03h out 61h, al ret beepOff: i...
oeis/084/A084555.asm
neoneye/loda-programs
11
46502
<filename>oeis/084/A084555.asm ; A084555: Partial sums of A084556. ; Submitted by <NAME> ; 0,1,3,5,8,11,14,17,20,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79,83,87,91,95,99,103,107,111,115,119,124,129,134,139,144,149,154,159,164,169,174,179,184,189,194,199,204,209,214,219,224,229,234,239,244,249,254,259,264,269,274,279...
audio/sfx/poisoned_1.asm
AmateurPanda92/pokemon-rby-dx
9
46503
SFX_Poisoned_1_Ch4: duty 0 pitchenvelope 1, 4 squarenote 4, 15, 2, 1536 loopchannel 4, SFX_Poisoned_1_Ch4 squarenote 15, 15, 3, 1536 pitchenvelope 0, 0 endchannel
x86_64/rand_starters.asm
TM35-Metronome/examples
0
46504
<gh_stars>0 section .data buflen equ 2048 number_of_pokemons db 0,0,0,0,0,0,0,0 starters db 0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh section .text global _start _start: call main main: enter buflen,0 ...
tp1/affichage.asm
hogoww/compil
0
46505
#affichage tab .data space: ' ' .text main: li $v0, 5 syscall addi $t0, $v0, 1 #valeur finale dans un registre safe, +1 pour la comparaison li $t1, 1 #initialise compteur loop: li $v0, 11 la $a0, space syscall li $v0 1 move $a0, $t1 syscall addi $t1, $t1, 1 bne $t0,$t1,loop j end end: li $v0, 10 sysc...
programs/oeis/137/A137864.asm
karttu/loda
1
46506
<reponame>karttu/loda<gh_stars>1-10 ; A137864: a(n) = n^4 - 10n^3 + 35n^2 - 48n + 23. ; 1,3,5,7,33,131,373,855,1697,3043,5061,7943,11905,17187,24053,32791,43713,57155,73477,93063,116321,143683,175605,212567,255073,303651,358853,421255,491457,570083,657781,755223,863105,982147,1113093,1256711,1413793,1585155,1771637,197...
win32/VC10/Win32/libxml2_Debug/xmlstring.asm
txwizard/libxml2_x64_and_ARM
0
46507
<reponame>txwizard/libxml2_x64_and_ARM ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\xmlstring.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES...
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fopen_callee.asm
meesokim/z88dk
0
46508
; FILE *fopen_callee(const char *filename, const char *mode) SECTION code_stdio PUBLIC _fopen_callee, l0_fopen_callee EXTERN asm_fopen _fopen_callee: pop af pop hl pop de push af l0_fopen_callee: push ix call asm_fopen pop ix ret
programs/oeis/164/A164587.asm
jmorken/loda
1
46509
; A164587: a(n) = 2*a(n - 2) for n > 2; a(1) = 1, a(2) = 8. ; 1,8,2,16,4,32,8,64,16,128,32,256,64,512,128,1024,256,2048,512,4096,1024,8192,2048,16384,4096,32768,8192,65536,16384,131072,32768,262144,65536,524288,131072,1048576,262144,2097152,524288,4194304,1048576,8388608,2097152,16777216,4194304,33554432,8388608,671088...
nls/DosGetDBCSEv.asm
osfree-project/FamilyAPI
1
46510
<reponame>osfree-project/FamilyAPI<gh_stars>1-10 ;/*! ; @file ; ; @ingroup fapi ; ; @brief DosGetDBCSEv DOS wrapper ; ; (c) osFree Project 2018, <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 ; ...
oeis/177/A177690.asm
neoneye/loda-programs
11
46512
<reponame>neoneye/loda-programs<filename>oeis/177/A177690.asm ; A177690: Denominators of the Inverse Akiyama-Tanigawa transform of the aerated even-indexed Bernoulli numbers 1, 0, 1/6, 0, -1/30, 0, 1/42, ... ; Submitted by <NAME> ; 1,1,12,6,120,120,280,140,5040,5040,55440,55440,720720,720720,720720,360360,24504480,2450...
oeis/132/A132340.asm
neoneye/loda-programs
11
46513
<reponame>neoneye/loda-programs<filename>oeis/132/A132340.asm<gh_stars>10-100 ; A132340: a(n+1) = if {a(k):1<=k<=n} is a permutation of [1:n] then 2*a(n) else a(n)-1. ; Submitted by <NAME> ; 1,2,4,3,6,5,10,9,8,7,14,13,12,11,22,21,20,19,18,17,16,15,30,29,28,27,26,25,24,23,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,...
oeis/040/A040013.asm
neoneye/loda-programs
11
46514
<filename>oeis/040/A040013.asm ; A040013: Continued fraction for sqrt(18). ; Submitted by <NAME> ; 4,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4,8,4 trn $0,1 mod $0,2 mu...
programs/oeis/025/A025281.asm
neoneye/loda
22
46515
; A025281: a(n) = sopfr(n!), where sopfr = A001414 is the integer log. ; 0,0,2,5,9,14,19,26,32,38,45,56,63,76,85,93,101,118,126,145,154,164,177,200,209,219,234,243,254,283,293,324,334,348,367,379,389,426,447,463,474,515,527,570,585,596,621,668,679,693,705,725,742,795,806,822,835,857,888,947,959,1020,1053,1066,1078,109...
nasm/assgnment1/practice7.asm
codingneverends/assembly
0
46516
<filename>nasm/assgnment1/practice7.asm<gh_stars>0 section .data msg : db 'Enter number : ', l1 : equ $-msg nwl : db ' ',10 nwl_l : equ $-nwl section .bss num resw 2 num1 resw 2 count resb 1 temp resb 1 section .text global _start: _start: mov word[num],0 mov eax, 4 mov eb...
modules/errorhandler/bundles/_test/test_dummy-asm68k.asm
vladikcomper/md-modules
9
46517
; =============================================================== ; --------------------------------------------------------------- ; Error handling and debugging modules ; 2016-2017, Vladikcomper ; --------------------------------------------------------------- ; Console testing module ; -----------------------------...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1277.asm
ljhsiun2/medusa
9
46520
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x7b7e, %r8 nop nop sub %rdi, %rdi movb $0x61, (%r8) nop nop xor %rcx, %rcx lea addresses_WT_ht+0x112d7, %rsi lea addresses_A_ht+0x629a, %rdi cmp $35782, %rbp mov $8, %rcx rep movsw nop ...
oeis/238/A238923.asm
neoneye/loda-programs
11
46521
<gh_stars>10-100 ; A238923: Number of (n+1) X (1+1) 0..3 arrays with no element greater than all horizontal neighbors or equal to all vertical neighbors. ; Submitted by <NAME> ; 12,36,144,540,2052,7776,29484,111780,423792,1606716,6091524,23094720,87558732,331960356,1258557264,4771552860,18090330372,68585649696,26002794...
HW8/heightg.asm
edgarnet/MIPS
0
46522
<filename>HW8/heightg.asm # <NAME> # Homework 8 # CS_260 .data msgOne: .asciiz "\nEnter the height in feet: " msgTwo: .asciiz "\nEnter the height in inches: " msgThree: .asciiz "\nHeight in meters: " msgFour: .asciiz "\nHeight in centimeters: " coeff: .double 12.0 conv: .double .0254 cent: .double 2.54 ...
functional-if/hashmap/results/4-assembler/procedural-hashmap-raw.asm
stephanrauh/GraalVM-Test
0
46523
Compiled method (c2) 50 1 java.lang.StringLatin1::hashCode (42 bytes) total in heap [0x0000000116079d90,0x000000011607a330] = 1440 relocation [0x0000000116079f08,0x0000000116079f18] = 16 main code [0x0000000116079f20,0x000000011607a0e0] = 448 stub code [0x000000011607a0e0,0x000000...
programs/oeis/004/A004220.asm
karttu/loda
0
46524
; A004220: 10*log_10 (n) rounded to nearest integer. ; 0,3,5,6,7,8,8,9,10,10,10,11,11,11,12,12,12,13,13,13,13,13,14,14,14,14,14,14,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,17,17,17,17,18 mov $2,5 mul $2,$0 add $2,6 bin $2,3 lpb $0,1 mov $3,$2 mul $3,9 clr $0,1 log $3,2 lpe mov $1...
programs/oeis/154/A154293.asm
jmorken/loda
1
46525
; A154293: Integers of the form t/6, where t is a triangular number (A000217). ; 0,1,6,11,13,20,35,46,50,63,88,105,111,130,165,188,196,221,266,295,305,336,391,426,438,475,540,581,595,638,713,760,776,825,910,963,981,1036,1131,1190,1210,1271,1376,1441,1463,1530,1645,1716,1740,1813,1938,2015,2041,2120,2255,2338,2366,2451,...
programs/oeis/054/A054963.asm
karttu/loda
0
46526
<reponame>karttu/loda ; A054963: Number of cells in the first column of all directed column-convex polyominoes of area n+1. ; 1,3,9,26,72,194,515,1357,3563,9340,24466,64068,167749,439191,1149837,3010334,7881180,20633222,54018503,141422305,370248431,969323008,2537720614,6643838856,17393795977,45537549099,119218851345 m...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_769.asm
ljhsiun2/medusa
9
46528
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x9d95, %rdx and %rbp, %rbp movups (%rdx), %xmm4 vpextrq $0, %xmm4, %r12 sub %rbx, %rbx lea addresses_WC_ht+0x50b1, %rbp nop nop nop nop nop and $60010,...
programs/oeis/047/A047732.asm
karttu/loda
1
46529
; A047732: First differences are A005563. ; 1,4,12,27,51,86,134,197,277,376,496,639,807,1002,1226,1481,1769,2092,2452,2851,3291,3774,4302,4877,5501,6176,6904,7687,8527,9426,10386,11409,12497,13652,14876,16171,17539,18982,20502,22101,23781,25544,27392,29327,31351,33466,35674,37977,40377,42876,45476,48179,50987,53902,569...
nasm assembly/library/debugger.asm
AI-Factor-y/NASM-library
0
46531
debugger: section .data msg_debugger : db 'debug here --',10 msg_debugger_l : equ $-msg_debugger section .text push rax push rbx push rcx push rdx ; debug---- mov eax, 4 mov ebx, 1 mov ecx, msg_debugger mov edx, msg_debugger_l int 80h ;debug --- pop rdx pop rcx pop ...
hashalphabet.asm
joshuadhowe/z3randomizer
0
46532
;-------------------------------------------------------------------------------- ; PrepHashAlphabet: ;-------------------------------------------------------------------------------- PrepHashAlphabet: LDA $11 : CMP.b #$03 : BNE + LDA.b #$06 : STA $14 ; thing we wrote over RTL + LDA $00 : PHA LDA $01 : PHA L...
8088/cga/cgad/cgadview.asm
reenigne/reenigne
92
46533
org 0x100 cpu 8086 cli mov ax,cs mov ds,ax mov ss,ax mov sp,stackHigh-2 sti mov si,0x81 findInitialSpaces: lodsb cmp al,0x20 je findInitialSpaces lea dx,[si-1] jmp startSearch searchLoop: lodsb cmp al,0x20 je foundEnd startSearch: cmp al,0x0d jne searchLoop foundEnd: dec si mov ...
solutions/05 - An Important Decision/size-5_speed-2.asm
michaelgundlach/7billionhumans
45
46534
-- 7 Billion Humans (2053) -- -- 5: An Important Decision -- -- Author: soerface -- Size: 5 -- Speed: 2 if w == 1: a: step w jump a endif b: step e jump b
raytracing/scene.asm
gp48k/lpfp
17
46536
<filename>raytracing/scene.asm ; Look at object hit ; Input: HL distance of hitting, IX = object hit ; Pollutes: anything SCENEL: LD E,(IX+4) LD D,(IX+5) PUSH DE RET ; Intersection with scenery ; Input: IX = first object in scenery ; Output: CF = true if any object is hit by ray, HL = distance of hitting, IX = obje...
dino/lcs/base/16.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
46537
<gh_stars>1-10 copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 0007A4 move.b $800001.l, ($16,A5) [base+ 20] 0007AC move.b $800000.l, ($17,A5) [base+ 16] 0007BC not.b ($16,A5) [base+ 18] 0007C0 not.b ($17,A5) [base+ 16] 00703C move.b ($16,A5), D0 ...
src/Project_spi.asm
FSXAC/ELEC291P1
0
46539
<reponame>FSXAC/ELEC291P1 $MODLP52 org 0000H ljmp MainProgram DSEG at 30H Result: ds 2 Final_result: ds 2 x: ds 4 y: ds 4 bcd: ds 5 Thertemp: ds 4 LMtemp: ds 4 Oven_temp: ds 4 BSEG mf: dbit 1 LM_TH: dbit 1 ; These 'equ' must match the wiring between the microcontroller and the LCD! LCD_RS equ P1.2 LCD_RW equ ...
src/ipl10.asm
dekokun/hariboteOSByRust
2
46540
<filename>src/ipl10.asm<gh_stars>1-10 CYLS EQU 10 ORG 0x7c00 ; このプログラムがどこに読み込まれるのか ; 以降,512バイトがブートセクタ JMP entry DB 0x90 ; iplへのジャンプ DB "HARIBOTE" ; OEM名 ; BPB DW 512 ; セクタ当たりのバイト数 DB 1 ; クラスタ当たりのセクタ数 DW 1 ; FATの開始セクタ番号 DB 2 ; FATの個数 DW 224 ; ルートディレクトリのエントリー数 DW 2880 ; 論理セクタの総数...
libsrc/stdio/c7420/getk.asm
jpoikela/z88dk
640
46541
; ; Keyboard routines for the Philips Videopac C7420 ; By <NAME> - 2015 ; ; getk() Read key status ; ; ; $Id: ; SECTION code_clib PUBLIC getk PUBLIC _getk .getk ._getk call $a22 IF STANDARDESCAPECHARS cp 13 jr nz,not_return ld a,10 .not_return ENDIF ld h,0 ld l,a ret
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_611.asm
ljhsiun2/medusa
9
46542
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_611.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x51be, %rsi lea addresses_WC_ht+0x1b57e, %rdi nop nop nop nop nop inc %r15 mov $27, %rcx rep...
non_regression/string_sparc.s.asm
LRGH/plasmasm
1
46544
.file "a07.c" .section ".data" .align 4 .globl a .type a, #object a: .long 12 .size a, 4 # ---------------------- .section ".rodata" .align 8 .LLC0: .asciz "hello\n" .align 8 .LLC1: .asciz "test" # ---------------------- .section ".data" .align 4 .globl s .type s, #object s: .long .LL...
src/04/fill/Fill.asm
lekhacman/nand2teris
0
46545
// keyboard = RAM[24576] screen = RAM[16384] - RAM[] @i M=0 @16384 D=A @scr M=D @8191 D=A @limit M=D (REFRESH) @KBD D=M @HIDE D;JEQ @SHOW 0;JMP (SHOW) @i D=M @scr A=D+M M=-1 @limit D=D-M @REFRESH D;JEQ @i M=M+1 @REFRESH 0;JMP (HIDE) @i D=M @scr A=M+...
6.AVX/AVXFloatingPointFinancialCalculator.asm
KDahir247/X86AssemblyPratice
1
46547
<reponame>KDahir247/X86AssemblyPratice .model flat, c ;Implementation for this Assembly File ;//ACCURED AMOUNT in principle + Interest ;extern "C" void AVX_Total_Accrued_Amount(double principle, double yearly_rate, double annual_time, double* accured_amount); ;extern "C" void AVX_Principal_Amount(double accured_amount...
programs/oeis/246/A246447.asm
neoneye/loda
22
46548
; A246447: The odd primes squared plus 1 and the composites squared minus 1. ; 10,15,26,35,50,63,80,99,122,143,170,195,224,255,290,323,362,399,440,483,530,575,624,675,728,783,842,899,962,1023,1088,1155,1224,1295,1370,1443,1520,1599,1682,1763,1850,1935,2024,2115,2210,2303,2400,2499,2600,2703,2810,2915,3024,3135,3248,336...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_15_650.asm
ljhsiun2/medusa
9
46549
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r13 push %r14 push %r8 push %rbx push %rdi // Store lea addresses_PSE+0xe587, %r10 nop nop xor %rbx, %rbx movl $0x51525354, (%r10) inc %r13 // Store lea addresses_UC+0x158ef, %r11 nop no...
SethWhitakerProj8/SethWhitakerProj8.asm
sethjwhitaker/CSCI321-projects
0
46550
; SethWhitakerProj8.asm - Project 8 ; <NAME>: 07/08/2020 .386 .model flat,stdcall .stack 4096 ExitProcess PROTO, dwExitCode:DWORD INCLUDE irvine32.inc .data GCDStr1 BYTE "Greatest common divisor of (", 0 GCDStr2 BYTE ")", 0dh, 0ah, 0 loopStr BYTE "calculated by loop is: ", 0 recursiveStr BYTE "calculated by recursi...
oeis/015/A015245.asm
neoneye/loda-programs
11
46551
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A015245: a(n) = (2*n - 11)*n^2. ; 0,-9,-28,-45,-48,-25,36,147,320,567,900,1331,1872,2535,3332,4275,5376,6647,8100,9747,11600,13671,15972,18515,21312,24375,27716,31347,35280,39527,44100,49011,54272,59895,65892,72275,79056,86247,93860,101907,110400,119351,128772,138675,14...
programs/oeis/004/A004449.asm
neoneye/loda
22
46552
<reponame>neoneye/loda ; A004449: Nimsum n + 8. ; 8,9,10,11,12,13,14,15,0,1,2,3,4,5,6,7,24,25,26,27,28,29,30,31,16,17,18,19,20,21,22,23,40,41,42,43,44,45,46,47,32,33,34,35,36,37,38,39,56,57,58,59,60,61,62,63,48,49,50,51,52,53,54,55,72,73,74,75,76,77,78,79,64,65,66,67,68,69,70,71,88,89,90,91,92,93,94,95,80,81,82,83,84,8...
programs/oeis/107/A107323.asm
neoneye/loda
22
46553
; A107323: If n-th prime is 6m-1, then a(n) = 6m+1. If n-th prime is 6m+1, then a(n) = 6m-1. ; 7,5,13,11,19,17,25,31,29,35,43,41,49,55,61,59,65,73,71,77,85,91,95,103,101,109,107,115,125,133,139,137,151,149,155,161,169,175,181,179,193,191,199,197,209,221,229,227,235,241,239,253,259,265,271,269,275,283,281,295,305,313,31...
src/core/asm/x86/inst_0x30.asm
Hiroshi123/bin_tools
0
46554
default rel section .text global _0x30_xor global _0x31_xor global _0x32_xor global _0x33_xor global _0x34_xor global _0x35_xor global _0x36_prefix_seg_ss global _0x37_bcd_aaa global _0x38_cmp global _0x39_cmp global _0x3a_cmp global _0x3b_cmp global _0x3c_cmp global _0x3d_cmp global _0x3e_prefix_s...
src/firmware-tests/Platform/Smps/EnableDisable/IsEnabledImmediatelyAfterEnableCallTest.asm
pete-restall/Cluck2Sesame-Prototype
1
46555
<reponame>pete-restall/Cluck2Sesame-Prototype<gh_stars>1-10 #include "Platform.inc" #include "FarCalls.inc" #include "Smps.inc" #include "TestFixture.inc" radix decimal IsEnabledImmediatelyAfterEnableCallTest code global testArrange testArrange: fcall initialiseSmps fcall disableSmps fcall pollSmps testAct...
data/baseStats/ho-oh.asm
adhi-thirumala/EvoYellow
16
46556
;Ho_OhBaseStats:: db DEX_HO_OH ; pokedex id db 106 ; base hp db 130 ; base attack db 90 ; base defense db 90 ; base speed db 130 ; base special db FIRE ; species type 1 db FLYING ; species type 2 db 3 ; catch rate db 220 ; base exp yield INCBIN "pic/ymon/ho_oh.pic",0,1 ; 55, sprite dimensions dw Ho_OhPicFro...
programs/oeis/118/A118239.asm
neoneye/loda
22
46557
; A118239: Engel expansion of cosh(1). ; 1,2,12,30,56,90,132,182,240,306,380,462,552,650,756,870,992,1122,1260,1406,1560,1722,1892,2070,2256,2450,2652,2862,3080,3306,3540,3782,4032,4290,4556,4830,5112,5402,5700,6006,6320,6642,6972,7310,7656,8010,8372,8742,9120,9506,9900,10302,10712,11130,11556,11990,12432,12882,13340,1...
badapple.asm
everything411/badapple.c
1
46558
<gh_stars>1-10 ;#Mode=CON .386 .model flat, stdcall option casemap :none include windows.inc include masm32.inc include kernel32.inc includelib kernel32.lib includelib masm32.lib .const TextName db 'bad_apple.txt',0 .data? hINSTANCE HINSTANCE ? File_Not_End dd ? buffer db 10000 dup(?) .CODE START: inv...
LIB/cfg_uart_SC28L92.asm
mspeculatrix/Zolatron64
0
46559
; cfg_uart_SC28L92_dual.asm ; For NXP SC28L92 dual UART. SC28L92_BASE_ADDR = $BC00 ; Registers for GENERAL operations SC28L92_MRA = SC28L92_BASE_ADDR ; $00 Mode Register A SC28L92_MRB = SC28L92_BASE_ADDR + %1000 ; $08 Mode Register B SC28L92_ACR = SC28L92_BASE_ADDR + %0100 ; $04 Auxili...
Driver/Printer/PrintCom/Stream/DMA/dmaWaitTillReady.asm
steakknife/pcgeos
504
46560
<filename>Driver/Printer/PrintCom/Stream/DMA/dmaWaitTillReady.asm<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer Drivers FILE: dmaWaitTillReady.asm AUTHOR: <NAME> ROUTI...
smsq/smsq/cache.asm
olifink/smsqe
0
46561
<reponame>olifink/smsqe ; SMSQ_CACHE Cache Handling Fiddles V2.0  1994 <NAME> ; ; This module is checked after the main SMSQ OS module has been loaded ; There is no permanent cade and the select routine always returns 0. ; As a side effect, however, it sets up the cache routines in the base area ; and, if required,...
oeis/142/A142491.asm
neoneye/loda-programs
11
46562
<filename>oeis/142/A142491.asm<gh_stars>10-100 ; A142491: Primes congruent to 25 mod 51. ; Submitted by <NAME> ; 127,229,331,433,739,1249,1453,1657,1759,1861,2269,2371,2473,2677,3187,3391,3697,4003,4513,5023,5227,5431,5737,5839,6043,6247,6451,6553,6961,7369,7573,7879,8287,8389,9001,9103,9511,9613,9817,10429,10531,10837...
oeis/153/A153280.asm
neoneye/loda-programs
11
46563
<reponame>neoneye/loda-programs ; A153280: Eigensequence of triangle A153279 ; Submitted by <NAME>(s1.) ; 1,3,15,165,4785,397155,97302975,71128474725,155700231173025,1021860617188563075,20115326249356864131375,1187830130350772183821825125,210422919761508941591852499068625,111827787746815596446398867662527275875 mov $2...
Kernel/asm/libasm.asm
Flacugf/TPE-ARQUI
0
46564
GLOBAL cpuVendor GLOBAL syscaller GLOBAL outb GLOBAL outd GLOBAL outq GLOBAL inb GLOBAL ind GLOBAL inq GLOBAL getRax GLOBAL int80handler GLOBAL inpw GLOBAL outpw section .text cpuVendor: push rbp mov rbp, rsp push rbx mov rax, 0 cpuid mov [rdi], ebx mov [rdi + 4], edx mov [rdi + 8], ecx mov byte [rdi+1...
PolyRevTcp1434.nasm
rtaylor777/nasm
15
46567
;The MIT License (MIT) ;Copyright (c) 2017 <NAME> ;Permission is hereby granted, free of charge, to any person obtaining a ;copy of this software and associated documentation files (the “Software”), ;to deal in the Software without restriction, including without limitation ;the rights to use, copy, modify, merge, ...
kill.asm
kingsleyljc/editpr
0
46568
<reponame>kingsleyljc/editpr<gh_stars>0 _kill: 文件格式 elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char **argv) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc p...
programs/oeis/065/A065039.asm
jmorken/loda
1
46569
<filename>programs/oeis/065/A065039.asm ; A065039: If n in base 10 is d_1 d_2 ... d_k then a(n) = d_1 + d_1d_2 + d_1d_2d_3 + ... + d_1...d_k. ; 0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53,55,56,57,58,59,60,61,62,63,64,66,67,...
library/02_functions_batch1/TrigDataPrepare.asm
SamantazFox/dds140-reverse-engineering
1
46570
<filename>library/02_functions_batch1/TrigDataPrepare.asm 10002fc0: dd 05 90 60 01 10 fld QWORD PTR ds:0x10016090 10002fc6: 83 ec 08 sub esp,0x8 10002fc9: d9 c0 fld st(0) 10002fcb: dd 05 90 d1 00 10 fld QWORD PTR ds:0x1000d190 10002fd1: d8 d2 fcom st(2)...
source/main/evaluate/evaluate.asm
paulscottrobson/6502-basic
3
46571
; ************************************************************************************************ ; ************************************************************************************************ ; ; Name: evaluate.asm ; Purpose: Main evaluation code ; Created: 22nd February 2021 ; Reviewed: 7th March 2021 ; A...
msvc/i686/memhash.asm
stoni/smhasher
0
46572
<filename>msvc/i686/memhash.asm ; ; Upcaste Performance Libraries ; Copyright (C) 2012-2013 <NAME> ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to deal in the Software without restriction, including ; without l...
ttt.asm
TheSos/dos256
0
46573
org 100h push 0a000h pop es ; get start of video memory in ES mov al,0x13 ; switch to video mode 13h int 0x10 ; 320 * 200 in 256 colors fninit ; - ; it's useful to comment what's on the ; stack after each FPU operation ; to not get lost ;) start is : empty (-) y: xor ax,ax...
lib/target/m100/classic/m100_crt0.asm
ahjelm/z88dk
640
46574
module m100_crt0 ;-------- ; Include zcc_opt.def to find out some info ;-------- defc crt0 = 1 INCLUDE "zcc_opt.def" ;-------- ; Some scope definitions ;-------- EXTERN _main ;main() is always external to crt0 code ;EXTERN asm_im1_handler PUBLIC clean...
oeis/163/A163602.asm
neoneye/loda-programs
11
46575
<reponame>neoneye/loda-programs<filename>oeis/163/A163602.asm<gh_stars>10-100 ; A163602: First differences of A161753. ; Submitted by <NAME> ; 1,15,20,28,17,19,44,52,29,31,68,76,41,43,92,49,51,53,55,116,124,65,67,69,71,148,77,79,164,172,89,91,188,97,99,101,103,212,109,111,113,115,236,244,125,127,129,131,268,137,139,284...
mul_two_8bit_numbers.asm
PrajeenRG/intel-8085-programs
0
46576
; Multiplying two 8-bit numbers in memory ; ; Inputs are taken from 0A0H and 0A1H ; Output is stored at 0A2H and 0A3H MVI C, 00H ; initialise carry LDA 0A0H ; load first input to accumulator MOV D, A ; saves it to register D LDA 0A1H ; load second input to accumulator...
src/test/ref/struct-ptr-5.asm
jbrandwood/kickc
2
46577
<filename>src/test/ref/struct-ptr-5.asm<gh_stars>1-10 // Minimal struct - simple linked list implemented using pointers // Commodore 64 PRG executable file .file [name="struct-ptr-5.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Cod...
x86/SliderBlockers.asm
lucabrivio/asmFish-fasmg
1
46578
<reponame>lucabrivio/asmFish-fasmg<filename>x86/SliderBlockers.asm ; version with one less branch is slightly faster macro SliderBlockers result, sliders, s, pinners,\ pieces, pieces_color,\ b, snipers, snipersSqBB, t local YesPinners, NoPinners, MoreThanOne ; Assert e, result, 0, 'Assertion res...
libsrc/_DEVELOPMENT/l/sccz80/8-gbz80/l_glongsp.asm
ahjelm/z88dk
640
46579
; Z88 Small C+ Run Time Library ; l_glong variant to be used sometimes by the peephole optimizer SECTION code_clib SECTION code_l_sccz80 PUBLIC l_glongsp .l_glongsp add hl,sp inc hl inc hl ld c,(hl) inc hl ld b,(hl) inc hl ld e,(hl) inc hl ld d,(hl) pop hl ;Return ...
oeis/146/A146094.asm
neoneye/loda-programs
11
46580
; A146094: Bell numbers (A000110) mod 4. ; Submitted by <NAME> ; 1,1,2,1,3,0,3,1,0,3,3,2,1,1,2,1,3,0,3,1,0,3,3,2,1,1,2,1,3,0,3,1,0,3,3,2,1,1,2,1,3,0,3,1,0,3,3,2,1,1,2,1,3,0,3,1,0,3,3,2,1,1,2,1,3,0,3,1,0,3,3,2,1,1,2,1,3,0,3,1,0,3,3,2,1,1,2,1,3,0,3,1,0,3,3,2,1,1,2,1 mov $1,1 lpb $0 sub $0,1 add $4,$1 add $1,$3 a...
samples/paulmon2/pm21_src/paulmon21.asm
alanmimms/sim8052
0
46581
<reponame>alanmimms/sim8052 ; PAULMON2, a user-friendly 8051 monitor, by <NAME> ; Please email comments, suggestions, bugs to <EMAIL> ; Version 2.1, flash rom changed from 28F256 (obsolete) to ; the standard 39F512 algorithm (4 cycle write, 6 cycle erase). ; Some code size improvements, contributed by <NAME> ; D...
kernel/sync_kern.nasm
r-tty/radios
0
46582
;******************************************************************************* ; sync_kern.nasm - kernel synchronization primitives. ; Copyright (c) 2003 RET & COM Research. ; Portions are based on the TINOS Operating System (c) 1998 <NAME>. ;***************************************************************************...
dimension/cell/debug/yttrium/yttrium.asm
ekscrypto/Unununium
7
46583
; Graphic Rendered Support functions ; Copyright (c) 2001, <NAME> ; Distributed under the X11 license ; ; todo: ; o Add a couple of extra UCS-32 font characters in font.inc ; o Add register dump, dword_out, etc.. ;------------------------------------------------------------------------------ section .c_info db 1,0,0,...
programs/oeis/157/A157509.asm
neoneye/loda
22
46584
; A157509: a(n) = 13122*n^2 - 324*n + 1. ; 12799,51841,117127,208657,326431,470449,640711,837217,1059967,1308961,1584199,1885681,2213407,2567377,2947591,3354049,3786751,4245697,4730887,5242321,5779999,6343921,6934087,7550497,8193151,8862049,9557191,10278577,11026207,11800081,12600199,13426561,14279167,15158017,16063111...
oeis/110/A110241.asm
neoneye/loda-programs
11
46585
; A110241: J(n)^3+J(n+1)^3, where J(n) = the Jacobsthal number A001045(n). ; Submitted by <NAME> ; 1,2,28,152,1456,10592,88768,693632,5614336,44652032,358263808,2861914112,22912086016,183229571072,1466104987648,11727766126592,93826423914496,750594211315712,6004822409740288,48038304399491072 mov $2,-2 pow $2,$0 mov $0,...
programs/oeis/030/A030105.asm
neoneye/loda
22
46586
; A030105: Base 6 reversal of n (written in base 10). ; Coded manually 2021-03-02 by <NAME>, https://github.com/neoneye ; 0,1,2,3,4,5,1,7,13,19,25,31,2,8,14,20,26,32,3,9,15,21,27,33,4,10,16,22,28,34,5,11,17,23,29,35,1,37,73,109,145,181,7,43,79,115,151,187,13,49,85,121,157,193,19,55,91,127,163,199,25,61,97,133,169,205,3...
program/shift.asm
doowzs/BuggyOS
7
46588
<filename>program/shift.asm<gh_stars>1-10 sub $v0, $v0, $v0 addi $v0, $v0, 5 sll $v0, $v0, 5 srl $v0, $v0, 5 sll $v0, $v0, 29 sra $v0, $v0, 29
media_driver/agnostic/gen11_icllp/vp/kernel_free/Source/Interlace_444_16_Buf_2.asm
lacc97/media-driver
660
46589
/* * Copyright (c) 2017, Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publi...
non_regression/switch_x64_macosx_5.s.asm
LRGH/plasmasm
1
46591
<reponame>LRGH/plasmasm<gh_stars>1-10 .section __TEXT,__text,regular,pure_instructions .align 4, 0x90 .globl _main _main: pushq %rbp Ltmp3: Ltmp4: movq %rsp, %rbp Ltmp5: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $392, %rsp Ltmp6: Ltmp7: Ltmp8: Ltmp9: ...
programs/oeis/032/A032246.asm
neoneye/loda
22
46592
<reponame>neoneye/loda ; A032246: "DHK[ 5 ]" (bracelet, identity, unlabeled, 5 parts) transform of 1,1,1,1,... ; 2,4,10,16,28,42,64,90,126,168,224,288,370,462,576,704,858,1030,1232,1456,1716,2002,2330,2688,3094,3536,4032,4570,5168,5814,6528,7296,8140,9044,10032,11088,12236,13460,14784,16192,17710,19320,21050,22880,2484...
programs/oeis/336/A336642.asm
neoneye/loda
22
46594
; A336642: One less than the largest square dividing n: a(n) = A008833(n)-1. ; 0,0,0,3,0,0,0,3,8,0,0,3,0,0,0,15,0,8,0,3,0,0,0,3,24,0,8,3,0,0,0,15,0,0,0,35,0,0,0,3,0,0,0,3,8,0,0,15,48,24,0,3,0,8,0,3,0,0,0,3,0,0,8,63,0,0,0,3,0,0,0,35,0,0,24,3,0,0,0,15,80,0,0,3,0,0,0,3,0,8,0,3,0,0,0,15,0,48,8,99 seq $0,8833 ; Largest squ...
Exam/EncoderDecoder/Decoder.nasm
TheRavehorn/Assembly_x86-SLAE
0
46595
<reponame>TheRavehorn/Assembly_x86-SLAE ; Decoder.nasm ; Author: Ravehorn global _start section .text _start: jmp short call_decoder decoder: pop esi decode: cmp byte [esi], 0x44 je shellcode xor byte [esi], 0xbb not byte [esi] xor byte [esi], 0xaa inc esi jmp short d...
stressfs.asm
vishal-prabhu/xv6-lottery-scheduling
0
46596
_stressfs: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "fs.h" #include "fcntl.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 81 ec 30 02 00 00...
p5/p5-provided/irq_low.asm
vincenttsang/OS-ExpTestCase
0
46597
<reponame>vincenttsang/OS-ExpTestCase global _irq0 global _irq1 global _irq2 global _irq3 global _irq4 global _irq5 global _irq6 global _irq7 global _irq8 global _irq9 global _irq10 global _irq11 global _irq12 global _irq13 global _irq14 global _irq15 ; 32: IRQ0 _irq0: cli push byte 0 push byte 32 jmp ...
ee/wman/stiob.asm
olifink/smsqe
0
46598
<reponame>olifink/smsqe<gh_stars>0 ; Window manager set information object V0.00  1986 <NAME> QJUMP section wman xdef wm_stiob include dev8_keys_err include dev8_keys_wwork ; d0 r error return (out of range) ; d1 c p window / item number ; a1 c p poi...
oeis/141/A141999.asm
neoneye/loda-programs
11
46599
<gh_stars>10-100 ; A141999: Primes congruent to 23 mod 29. ; Submitted by <NAME> ; 23,139,197,313,487,661,719,1009,1531,1879,2053,2111,2459,2633,2749,3271,3329,3677,3793,3851,3967,4373,4547,4663,4721,5011,5417,5591,5881,5939,6113,6229,6287,6577,6983,7331,7621,7853,8317,8839,9013,9187,9419,9767,9883,9941,10289,10463,107...