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
hw1.asm
Cyfurion/CSE220
0
57153
<filename>hw1.asm .data ErrMsg: .asciiz "Invalid Argument" WrongArgMsg: .asciiz "You must provide exactly two arguments" EvenMsg: .asciiz "Even" OddMsg: .asciiz "Odd" arg1_addr : .word 0 arg2_addr : .word 0 num_args : .word 0 valid_chars: .byte 'O', 'S', 'T', 'I', 'E', 'C', 'X', 'M' valid_alphanumerics: .byte '0', '1...
programs/oeis/158/A158396.asm
jmorken/loda
1
57154
<reponame>jmorken/loda<filename>programs/oeis/158/A158396.asm ; A158396: 729n^2 + 2n. ; 731,2920,6567,11672,18235,26256,35735,46672,59067,72920,88231,105000,123227,142912,164055,186656,210715,236232,263207,291640,321531,352880,385687,419952,455675,492856,531495,571592,613147,656160,700631,746560,793947,842792,893095,94...
libsrc/gfx/narrow/xorborder_callee.asm
ahjelm/z88dk
640
57155
IF !__CPU_INTEL__ & !__CPU_GBZ80__ SECTION code_graphics PUBLIC xorborder_callee PUBLIC _xorborder_callee PUBLIC asm_xorborder EXTERN xorpixel EXTERN swapgfxbk EXTERN swapgfxbk1 INCLUDE "graphics/grafix.inc" ; ; $Id: xorborder_callee.asm $ ; ; ******************...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1658.asm
ljhsiun2/medusa
9
57156
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x11599, %rsi lea addresses_A_ht+0x1c1b3, %rdi clflush (%rdi) nop nop nop nop cmp $16853, %r13 mov $94, %rcx rep movsl nop nop nop nop nop xor $27751, %rdx lea addresses_WC_ht+...
libsrc/rex/graphics/setpixsave.asm
meesokim/z88dk
0
57157
; ; written by <NAME> ; ; $Id: setpixsave.asm,v 1.3 2015/01/19 01:33:06 pauloscustodio Exp $ PUBLIC setpixsave EXTERN setpix .setpixsave push hl push de push bc call setpix pop bc pop de pop hl ret
arch/x86/gdt.asm
pi-pi3/funky-kernel
0
57158
bits 32 %define GDT_ENTRY(base, limit, flags, access) \ (((limit) & 00ffffh) | \ (((limit) & 0f0000h) << 32) | \ (((base) & 000fffffh) << 16) | \ (((base) & 0ff00000h) << 56) | \ (((flags) & 0fh) << 52) | \ (((access) & 0ffh) << 40)) section .text global setup_gdt:funct...
oeis/256/A256497.asm
neoneye/loda-programs
11
57159
; A256497: Triangle read by rows, sums of 2 distinct nonzero cubes: T(n,k) = (n+1)^3+k^3, 1 <= k <= n. ; Submitted by <NAME> ; 9,28,35,65,72,91,126,133,152,189,217,224,243,280,341,344,351,370,407,468,559,513,520,539,576,637,728,855,730,737,756,793,854,945,1072,1241,1001,1008,1027,1064,1125,1216,1343,1512,1729 lpb $0 ...
base/crts/crtw32/string/i386/memccpy.asm
npocmaka/Windows-Server-2003
17
57160
page ,132 title memccpy - copy bytes until character found ;*** ;memccpy.asm - copy bytes until a character is found ; ; Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved. ; ;Purpose: ; defines _memccpy() - copies bytes until a specifed character ; is found, or a maximum number of character...
semitones.asm
nagydani/zx-rom-mods
15
57161
DEFB $89, $02, $D0, $12, $86 ; 261.6255653006 Hz C DEFB $89, $0A, $97, $60, $74 ; 277.1826309769 Hz C# DEFB $89, $12, $D5, $17, $1D ; 293.6647679174 Hz D DEFB $89, $1B, $90, $41, $01 ; 311.1269837221 Hz D# DEFB $89, $24, $D0, $53, $C9 ; 329.6275569129 Hz E DEFB $89, $2E, $9D, $36, $B0 ; 349.2282314330 Hz F DEFB ...
libsrc/_DEVELOPMENT/stdlib/z80/random/asm_random_uniform_xor_32.asm
Toysoft/z88dk
8
57163
<filename>libsrc/_DEVELOPMENT/stdlib/z80/random/asm_random_uniform_xor_32.asm ; =============================================================== ; Dec 2013 ; =============================================================== ; ; Generates the next 32-bit prng in the sequence, given seed. ; ; This random number generator ...
runner.asm
gasman/kisskill
2
57164
runner_frame ld a,3 dec a jr nz,runner_skipframe call runner_draw_currframe ; undraw call runner_advance call runner_draw_currframe ld a,3 runner_skipframe ld (runner_frame+1),a ret runner_advance ld a,(runner_frameno+1) inc a cp 12 jr nz,runner_nowrap xor a runner_nowrap ld (runner_frameno+1),a jr ...
programs/oeis/246/A246474.asm
neoneye/loda
22
57165
<reponame>neoneye/loda ; A246474: Number of length n+3 0..3 arrays with no pair in any consecutive four terms totalling exactly 3. ; 60,132,292,644,1420,3132,6908,15236,33604,74116,163468,360540,795196,1753860,3868260,8531716,18817292,41502844,91537404,201892100,445287044,982111492,2166115084,4777517212,10537145916,232...
programs/oeis/158/A158679.asm
karttu/loda
1
57168
<reponame>karttu/loda ; A158679: a(n) = 961*n^2 - 31. ; 930,3813,8618,15345,23994,34565,47058,61473,77810,96069,116250,138353,162378,188325,216194,245985,277698,311333,346890,384369,423770,465093,508338,553505,600594,649605,700538,753393,808170,864869,923490,984033,1046498,1110885,1177194,1245425,1315578,1387653,146165...
Platforms/OvmfPkg/QemuVideoDxe/VbeShim.asm
spbrogan/mu_tiano_platforms
15
57169
<filename>Platforms/OvmfPkg/QemuVideoDxe/VbeShim.asm ;------------------------------------------------------------------------------ ; @file ; A minimal Int10h stub that allows the Windows 2008 R2 SP1 UEFI guest's buggy, ; default VGA driver to switch to 1024x768x32, on the stdvga and QXL video ; cards of QEMU. ; ; Cop...
aux/2600/starfield/starfield.asm
6502ts/6502.ts
49
57170
<filename>aux/2600/starfield/starfield.asm<gh_stars>10-100 PROCESSOR 6502 OVERSCAN_LINES = 36 BURN_LINES_PAL = 226 COLOR_M0 = $0E COLOR_PF = $02 COLOR_HRULE = $02 INCLUDE vcs.h INCLUDE macro.h SEG.U VARS_MAIN ORG $80 BurnLines DS.B 1 HruleMask DS.B 1 SEG CODE_MAIN ORG $F000 ...
lc3os.asm
hackingotter/LC3-Simulator
0
57171
<reponame>hackingotter/LC3-Simulator .ORIG x0000 ; the TRAP vector table .FILL BAD_TRAP ; x00 .FILL BAD_TRAP ; x01 .FILL BAD_TRAP ; x02 .FILL BAD_TRAP ; x03 .FILL BAD_TRAP ; x04 .FILL BAD_TRAP ; x05 .FILL BAD_TRAP ; x06 .FILL BAD_TRAP ; x07 .FILL BAD_TRAP ; x08 .FILL BAD_TRAP ; x09 .FILL BAD_TRAP ; x0A .FILL BAD_TRAP ...
programs/oeis/238/A238737.asm
karttu/loda
1
57172
<filename>programs/oeis/238/A238737.asm ; A238737: a(n) = 2*n+2 - A224911(n). ; 0,1,1,1,3,1,1,3,1,1,3,1,3,5,1,1,3,5,1,3,1,1,3,1,3,5,1,3,5,1,1,3,5,1,3,1,1,3,5,1,3,1,3,5,1,3,5,7,1,3,1,1,3,1,1,3,1,3,5,7,9,11,13,1,3,1,3,5,1,1,3,5,7,9 mul $0,2 cal $0,308050 ; a(n) = n - prevprime(n - 1), where prevprime(n) is the largest p...
decisao_Ghost.asm
BrunoTarijon/PacMan-Mars
1
57173
.data .text .macro decisao_Ghost beq $t8,1,foge decisao_Persegue() j exit foge: decisao_Foge() exit: .end_macro .macro decisao_Persegue #s1 x ghost s2 y ghost retorna s3 comando s6 valor do vetor onde esta armazenado o antigo comando #Sistema, primeiro escolhido se anda em x ou em y 50/50 depois se segue o pac m...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_936.asm
ljhsiun2/medusa
9
57174
.global s_prepare_buffers s_prepare_buffers: push %r11 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1accd, %rsi lea addresses_WT_ht+0xa967, %rdi and %r11, %r11 mov $28, %rcx rep movsb nop nop nop cmp %r11, %r11 pop %rsi pop %rdi pop %rcx pop %r11 ret .global s_faulty_load s_faulty_load: push %r10 push %r12 ...
oeis/122/A122489.asm
neoneye/loda-programs
11
57177
; A122489: Partial sums of A111939 (= number of primes < semiprime(n)). ; Submitted by <NAME> ; 2,5,9,13,19,25,33,41,50,59,70,81,92,104,116,130,145,160,176,192,208,226,244,263,284,305,327,350,373,396,420,444,468,492,519,548,578,608,638,668,698,728,759,791,823,857,891,925,959,993,1029,1066,1103,1140 lpb $0 mov $2,$0 ...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_16335_2716.asm
ljhsiun2/medusa
9
57178
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1099d, %rbx nop nop nop sub %r8, %r8 mov $0x6162636465666768, %rax movq %rax, %xmm6 movups %xmm6, (%rbx) nop nop nop nop nop cmp %r14, %r14 lea addresses_D_ht+0x13b79, %r...
maps/Route10South.asm
Dev727/ancientplatinum
28
57179
object_const_def ; object_event constants const ROUTE10SOUTH_POKEFAN_M1 const ROUTE10SOUTH_POKEFAN_M2 Route10South_MapScripts: db 0 ; scene scripts db 0 ; callbacks TrainerHikerJim: trainer HIKER, JIM, EVENT_BEAT_HIKER_JIM, HikerJimSeenText, HikerJimBeatenText, 0, .Script .Script: endifjustbattled opentext ...
programs/oeis/137/A137229.asm
karttu/loda
0
57181
; A137229: Transform of A000217 without the initial 0 by the T_{0,0} transformation (see link). ; 1,4,11,27,64,150,350,815,1896,4409,10251,23832,55404,128800,299425,696080,1618191,3761839,8745216,20330162,47261894,109870575,255418100,593775045,1380359511,3208946544,7459895656,17342153392,40315615409 mov $1,1 lpb $0,1 ...
src/test/resource/basic.asm
chawasit/Scala-SMC-Assembler
0
57182
<filename>src/test/resource/basic.asm lw 0 1 five lw 1 2 3 start add 1 2 1 beq 0 1 2 beq 0 0 start noop done halt five .fill 5 neg1 .fill -1 stAddr .fill start
asm/Visual Studio 2015_14_MSVC_x86_Release/span_compile_only.asm
dbd64/GSL
0
57183
<filename>asm/Visual Studio 2015_14_MSVC_x86_Release/span_compile_only.asm ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.24241.7 TITLE C:\projects\gsl\tests\span_compile_only.cpp .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES PUBLIC ??0excep...
oeis/156/A156301.asm
neoneye/loda-programs
11
57184
; A156301: a(n) = ceiling( n * (log_3 2)) = ceiling(n * 0.6309297535714574371...). ; Submitted by <NAME> ; 0,1,2,2,3,4,4,5,6,6,7,7,8,9,9,10,11,11,12,12,13,14,14,15,16,16,17,18,18,19,19,20,21,21,22,23,23,24,24,25,26,26,27,28,28,29,30,30,31,31,32,33,33,34,35,35,36,36,37,38,38,39,40,40,41,42,42,43,43,44,45,45,46,47,47,48,...
oeis/174/A174132.asm
neoneye/loda-programs
11
57186
; A174132: 2*3^(n-1)-(-1)^n. ; 3,5,19,53,163,485,1459,4373,13123,39365,118099,354293,1062883,3188645,9565939,28697813,86093443,258280325,774840979,2324522933,6973568803,20920706405,62762119219,188286357653,564859072963,1694577218885,5083731656659,15251194969973,45753584909923,137260754729765,411782264189299,12353467925...
libsrc/target/s1mp3/stdio/generic_console.asm
Frodevan/z88dk
640
57187
<reponame>Frodevan/z88dk SECTION code_driver PUBLIC generic_console_cls PUBLIC generic_console_vpeek PUBLIC generic_console_scrollup PUBLIC generic_console_printc PUBLIC generic_console_set_ink PUBLIC ...
asm/monitor.asm
jethrodaniel/os
1
57188
; vim: :set ft=nasm: [bits 16] main: push bp mov bp, sp sub sp, 0 push 0 pop ax mov sp, bp pop bp ret monitor_repl: push bp mov bp, sp sub sp, 0 push 65 pop di call putchar push ax pop ax mov sp, bp pop bp ret putchar: push bp mov bp, sp sub sp, 8 mov [bp-8], di mov al, 6...
oeis/058/A058026.asm
neoneye/loda-programs
11
57189
<reponame>neoneye/loda-programs<filename>oeis/058/A058026.asm ; A058026: Number of positive integers, k, where k <= n and gcd(k,n) = gcd(k+1,n) = 1. ; Submitted by <NAME> ; 1,0,1,0,3,0,5,0,3,0,9,0,11,0,3,0,15,0,17,0,5,0,21,0,15,0,9,0,27,0,29,0,9,0,15,0,35,0,11,0,39,0,41,0,9,0,45,0,35,0,15,0,51,0,27,0,17,0,57,0,59,0,15,...
EM4100_Cloner.asm
kbembedded/EM4100_Cloner
66
57190
<reponame>kbembedded/EM4100_Cloner ;The MIT License (MIT) ; ;Copyright (c) 2014 KBEmbedded ; ;This project is based on the OPEN RFID tag with resources pulled from t4f.org ;and kukata86.com. ; ;Permission is hereby granted, free of charge, to any person obtaining a copy of ;this software and associated document...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1941.asm
ljhsiun2/medusa
9
57191
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1bf03, %r8 nop dec %rdi movb $0x61, (%r8) nop nop inc %rbx lea addresses_A_ht+0xa03, %rsi lea addresses_WC_ht+0x1ce03, %rdi nop nop sub %r10, %r1...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1110.asm
ljhsiun2/medusa
9
57192
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x14e1, %rsi clflush (%rsi) nop nop nop xor %r13, %r13 movb (%rsi), %dl nop nop nop and %rdi, %rdi lea addresses_normal_ht+0x123e1, %rax nop nop nop n...
oeis/084/A084603.asm
neoneye/loda-programs
11
57194
; A084603: Coefficients of 1/sqrt(1 - 2*x - 11*x^2); also, a(n) is the central coefficient of (1 + x + 3*x^2)^n. ; Submitted by <NAME> ; 1,1,7,19,91,331,1441,5797,24739,103411,441397,1876777,8047909,34533253,148803487,642228139,2778852979,12043194163,52286516821,227323871929,989675651041,4313712072241,18822940658947,82...
src/CHILD3.asm
cicsdev/cics-async-api-channel-usage-example
0
57195
<reponame>cicsdev/cics-async-api-channel-usage-example ********************************************************************** * Licensed Materials - Property of IBM * * * * SAMPLE ...
programs/oeis/213/A213842.asm
neoneye/loda
22
57196
; A213842: Principal diagonal of the convolution array A213841. ; 1,24,101,264,545,976,1589,2416,3489,4840,6501,8504,10881,13664,16885,20576,24769,29496,34789,40680,47201,54384,62261,70864,80225,90376,101349,113176,125889,139520,154101,169664,186241,203864,222565,242376,263329,285456,308789,333360,359201,386344,414821,...
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_append.asm
meesokim/z88dk
0
57197
<reponame>meesokim/z88dk<filename>libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_append.asm ; size_t b_vector_append(b_vector_t *v, int c) SECTION code_adt_b_vector PUBLIC _b_vector_append EXTERN asm_b_vector_append _b_vector_append: pop af pop hl pop bc push bc push hl push af j...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1329.asm
ljhsiun2/medusa
9
57198
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x1cbf9, %rcx clflush (%rcx) nop nop sub %r10, %r10 mov $0x6162636465666768, %r14 movq %r14, %xmm5 vmovups %ymm5, (%rcx) nop nop nop dec ...
programs/oeis/001/A001158.asm
neoneye/loda
22
57199
; A001158: sigma_3(n): sum of cubes of divisors of n. ; 1,9,28,73,126,252,344,585,757,1134,1332,2044,2198,3096,3528,4681,4914,6813,6860,9198,9632,11988,12168,16380,15751,19782,20440,25112,24390,31752,29792,37449,37296,44226,43344,55261,50654,61740,61544,73710,68922,86688,79508,97236,95382,109512,103824,131068,117993,14...
u7-common/patch-eop-toggleMouseHand.asm
JohnGlassmyer/UltimaHacks
68
57200
[bits 16] startPatch EXE_LENGTH, eop-toggleMouseHand startBlockAt addr_eop_toggleMouseHand push bp mov bp, sp ; bp-based stack frame: %assign ____callerIp 0x02 %assign ____callerBp 0x00 push si push di cmp word [dseg_mouseHand], 0 jz setToLeftHanded setToRightHand...
wc.asm
nayajiwon/ssu_practice-
0
57201
<gh_stars>0 _wc: file format elf32-i386 Disassembly of section .text: 00000000 <main>: printf(1, "%d %d %d %s\n", l, w, c, name); } 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 pushl -0x4(...
ps.asm
adrianna157/CS444-Lab5-Mutexes
0
57203
_ps: 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 #ifdef CPS int val = 0; 1: 31 c0 xor %eax,%eax { 3: 89 e5 mov %esp,%ebp 5...
programs/oeis/040/A040071.asm
karttu/loda
1
57204
<reponame>karttu/loda ; A040071: Continued fraction for sqrt(80). ; 8,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,16,...
programs/oeis/114/A114514.asm
neoneye/loda
22
57205
; A114514: The digits on a numerical pad from upper left to lower right. ; 7,8,9,4,5,6,1,2,3,0 add $0,1 mul $0,3 pow $0,3 dif $0,2 mod $0,10
test/binhex.asm
ceharris/sbz80
0
57206
<filename>test/binhex.asm aseg org 0 ld sp,0 jp start org 0x10 digits: db $7e ; 0 - 01111110 db $30 ; 1 - 00110000 db $6d ; 2 - 01101101 db $79 ; 3 - 01111001 db $33 ; 4 - 00110011 db $5b ; 5 - 01011011 db $5f ; 6 - 01011111 db $70 ; 7 - 01110000 db $7F ; 8 - 01111111 db $7B ;...
src/features/editor/examples/seven_segment_display.asm
exuanbo/samphire-ts
0
57207
<reponame>exuanbo/samphire-ts ; -------------------------------------- ; Seven-segment Display ; -------------------------------------- JMP Start ; Jump past the data table DB FA ; 0 - 1111 1010 DB 60 ; 1 - 0110 0000 DB B6 ; 2 - 1011 0110 DB 9E ; 3 - 1001 1110 DB 4E ; 4 - 0100 1110 DB DC ; 5 -...
masm/6_msegs.asm
oceanwavechina/assembly
0
57208
<reponame>oceanwavechina/assembly ; 这段代码是演示如何定义多个segment ; 在8086cpu中segmen长度是有限制的,即64k,因为基址寄存器的长度是16bit, 所以其范围就是2**16 ; 为啥link的时候还是提示我没有 stack segmen?? assume cs:code,ds:data,ss:stack ; 定义数据段,开辟空间 data segment dw 0123h,0456h,0789h,0abch,0defh,0fdeh,0cbah,0987h data ends ; 定义栈段,开辟空间 stack segment dw 0,0,0,0,0...
samples/03_8051/original/asm/r_bank.asm
kubasz/verinject
0
57210
ajmp start ; ; ; testing bank register select ; error: mov p1, psw ; loop: nop ; nop ; ajmp loop ; start: clr a mov r0, a ; bank 0 mov r4, #040h ; mov psw, #008h ; bank 1 mov r0, #001h ; mov r4, #041h ; mov psw, #010h ; bank 2 mov r0, #002h ; mov r4, #042h ; mov psw, #018h ; bank 3 mov r0...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_12_540.asm
ljhsiun2/medusa
9
57211
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_12_540.asm .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %r14 push %r15 push %r9 push %rcx push %rdi // Load lea addresses_RW+0xfe35, %r14 nop nop nop nop nop xor $1668, %rcx mov (%r14...
sys/boot/Q40_rom.asm
olifink/smsqe
0
57212
; ROM at address 0 or bootable file Host Module ; v. 1.01 modified to work if code is compressed (wl). section base filetype 0 include 'dev8_keys_sys' include 'dev8_keys_q40' include 'dev8_keys_stella_bl' include 'dev8_smsq_smsq_ini_keys' include 'dev8_mac_creg' ; NB - this module calls the following module...
Transynther/x86/_processed/NONE/_ht_zr_un_xt_sm_/i7-7700_9_0x48.log_21829_1250.asm
ljhsiun2/medusa
9
57213
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1c0c0, %rsi lea addresses_normal_ht+0xa360, %rdi clflush (%rdi) nop nop nop cmp $3840, %rbp mov $29, %rcx rep movsw nop nop nop inc %rdi lea addresses_UC_ht+0xbaf6, %rsi...
scripts/VictoryRoad3F.asm
AmateurPanda92/pokemon-rby-dx
9
57214
<reponame>AmateurPanda92/pokemon-rby-dx VictoryRoad3F_Script: call VictoryRoad3Script_44996 call EnableAutoTextBoxDrawing ld hl, VictoryRoad3TrainerHeader0 ld de, VictoryRoad3F_ScriptPointers ld a, [wVictoryRoad3FCurScript] call ExecuteCurMapScriptInTable ld [wVictoryRoad3FCurScript], a ret VictoryRoad3Script_...
examples/avr/glue.asm
rakati/ppci-mirror
161
57215
<filename>examples/avr/glue.asm ; interrupt vector section reset rjmp reset rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled rjmp unhandled unhandled: reti global bsp_init global bsp_putc global main_...
programs/oeis/092/A092438.asm
neoneye/loda
22
57216
; A092438: Sequence arising from enumeration of domino tilings of Aztec Pillow-like regions. ; 0,2,6,26,90,302,966,3026,9330,28502,86526,261626,788970,2375102,7141686,21457826,64439010,193448102,580606446,1742343626,5228079450,15686335502,47063200806,141197991026,423610750290,1270865805302 add $0,1 seq $0,3063 ; a(n) ...
blink.asm
CalebJ2/avr-assembler
0
57218
.include "./m328Pdef.inc" .equ ledMask = 0b00100000 .def zero = r1 ; r1 should always be zero .def numLow = r16 .def numMid = r17 .def numUpper = r18 .def one = r19 .def temp = r20 ldi one, 1 ; initialize our "one" register ldi temp, 0 ; make sure zero register is 0 mov zero, temp ldi temp, ledMask ...
programs/oeis/055/A055581.asm
neoneye/loda
22
57219
<filename>programs/oeis/055/A055581.asm ; A055581: Fifth column of triangle A055252. ; 1,8,39,150,501,1524,4339,11762,30705,77808,192495,466926,1114093,2621420,6094827,14024682,31981545,72351720,162529255,362807270,805306341,1778384868,3909091299,8556380130,18656264161,40533753824,87778394079,189515431902,408021893085,...
oeis/010/A010598.asm
neoneye/loda-programs
11
57220
<reponame>neoneye/loda-programs ; A010598: Decimal expansion of cube root of 26. ; Submitted by <NAME>(s3) ; 2,9,6,2,4,9,6,0,6,8,4,0,7,3,7,0,5,0,8,6,7,3,0,6,2,1,8,9,3,4,1,8,3,8,5,3,7,5,6,6,3,5,7,4,2,2,3,1,8,8,6,6,4,3,5,7,6,6,3,2,6,3,3,7,1,6,9,4,2,2,4,3,2,5,9,8,4,8,2,4,2,2,8,9,3,7,9,9,6,2,1,2,2,8,7,5,5,3,2,9 mov $2,1 m...
programs/oeis/114/A114696.asm
neoneye/loda
22
57222
; A114696: Expansion of (1+4*x+x^2)/((1-x^2)*(1-2*x-x^2)); a Pellian-related sequence. ; 1,6,15,40,97,238,575,1392,3361,8118,19599,47320,114241,275806,665855,1607520,3880897,9369318,22619535,54608392,131836321,318281038,768398399,1855077840,4478554081,10812186006,26102926095,63018038200,152139002497,367296043198,886731...
libsrc/_DEVELOPMENT/libgen/c/sccz80/glob_fat_callee.asm
Frodevan/z88dk
640
57223
; unsigned char glob_fat(const char *s, const char *pattern) SECTION code_string PUBLIC glob_fat_callee PUBLIC l0_glob_fat_callee EXTERN asm_glob_fat glob_fat_callee: pop hl pop de ex (sp),hl l0_glob_fat_callee: call asm_glob_fat ld hl,1 ret nc ; return 1 for match ...
LabTask19Feb/task7.asm
forkkr/Assembly-Lab
0
57225
segment .data fmt: dq "Vowels: %lld Consonents: %lld ",10,0 ssfmt: dq "%s ",0 segment .bss s: resb 100 b: resq 1 c: resb 1 d: resb 1 len: resq 2 cnt: resq 2 segment .text global main extern scanf extern gets extern printf main: push RBP xor rax , rax mov rdi , s call gets xor rcx , rcx mov [cnt] ,rcx mov [len] , ...
libsrc/stdio_new/file/fgetpos.asm
andydansby/z88dk-mk2
1
57226
; CALLER linkage for function pointers XLIB fgetpos LIB fgetpos_callee XREF ASMDISP_FGETPOS_CALLEE .fgetpos pop de pop hl pop ix push hl push hl push de jp fgetpos_callee + ASMDISP_FGETPOS_CALLEE
programs/oeis/105/A105824.asm
karttu/loda
1
57229
<reponame>karttu/loda ; A105824: a(n) = sigma(n) mod 4. ; 1,3,0,3,2,0,0,3,1,2,0,0,2,0,0,3,2,3,0,2,0,0,0,0,3,2,0,0,2,0,0,3,0,2,0,3,2,0,0,2,2,0,0,0,2,0,0,0,1,1,0,2,2,0,0,0,0,2,0,0,2,0,0,3,0,0,0,2,0,0,0,3,2,2,0,0,0,0,0,2,1,2,0,0,0,0,0,0,2,2,0,0,0,0,0,0,2,3,0,1,2,0,0,2,0,2,0,0,2,0,0,0,2,0,0,2,2,0,0,0,1,2,0,0,0,0,0,3,0,0,0,...
src/jit_compiler_x86_static.asm
Nyuu/RandomX
1
57230
; Copyright (c) 2018-2019, tevador <<EMAIL>> ; ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of conditi...
Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/Ia32/SecEntry.asm
bcran/edk2-platforms
0
57231
;; @file ; This is the code that goes from real-mode to protected mode. ; It consumes the reset vector. ; ; Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR> ; ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD Licen...
programs/oeis/175/A175724.asm
neoneye/loda
22
57232
; A175724: Partial sums of floor(n^2/12). ; 0,0,0,0,1,3,6,10,15,21,29,39,51,65,81,99,120,144,171,201,234,270,310,354,402,454,510,570,635,705,780,860,945,1035,1131,1233,1341,1455,1575,1701,1834,1974,2121,2275,2436,2604,2780,2964,3156,3356,3564,3780,4005,4239,4482,4734,4995,5265,5545,5835,6135,6445,6765,7095,7436,7788,81...
oeis/020/A020568.asm
neoneye/loda-programs
11
57233
<filename>oeis/020/A020568.asm ; A020568: G.f.: 1/((1-5x)(1-10x)(1-12x)). ; Submitted by <NAME> ; 1,27,499,7863,113731,1561647,20724139,268611543,3422947891,43073421567,536871293179,6642406690023,81708636139651,1000502412972687,12206022852156619,148472243708301303,1801666771911725011,21820000500001247007,26384000218531...
oeis/218/A218446.asm
neoneye/loda-programs
11
57235
<reponame>neoneye/loda-programs ; A218446: a(n) = Sum_{k>=0} floor(n/(5*k + 3)). ; Submitted by <NAME>(s3) ; 0,0,0,1,1,1,2,2,3,4,4,4,5,6,6,7,8,8,10,10,10,11,11,12,14,14,15,16,17,17,18,18,19,21,21,21,23,23,24,26,27,27,28,29,29,30,31,31,34,34,34,35,36,37,39,39,41,42,43,43,44,44,44,46,47,48,50,50,51,53,53,53,56,57,57,58,5...
oeis/160/A160890.asm
neoneye/loda-programs
11
57236
<gh_stars>10-100 ; A160890: a(n) = ((2^b-1)/phi(n))*Sum_{d|n} Moebius(n/d)*d^(b-1) for b = 3. ; Submitted by <NAME> ; 7,21,28,42,42,84,56,84,84,126,84,168,98,168,168,168,126,252,140,252,224,252,168,336,210,294,252,336,210,504,224,336,336,378,336,504,266,420,392,504,294,672,308,504,504,504,336,672,392,630,504,588,378,75...
cards/bn4/ModCards/134-E012 B+Left Lance (0D).asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
57237
<reponame>RockmanEXEZone/MMBN-Mod-Card-Kit<filename>cards/bn4/ModCards/134-E012 B+Left Lance (0D).asm .include "defaults_mod.asm" table_file_jp equ "exe4-utf8.tbl" table_file_en equ "bn4-utf8.tbl" game_code_len equ 3 game_code equ 0x4234574A // B4WJ game_code_2 equ 0x42345745 // B4WE game_code_3 equ 0x42345750 ...
ToolChain/bin/targets/m68k-amigaos/ndk/Tools/ReActor/Examples/EuroCalc/EuroCalcFrameCD.asm
jonathanbennett73/amiga-pjz-planet-disco-balls
21
57238
<filename>ToolChain/bin/targets/m68k-amigaos/ndk/Tools/ReActor/Examples/EuroCalc/EuroCalcFrameCD.asm<gh_stars>10-100 IFND EUROCALCFRAMECD_I EUROCALCFRAMECD_I SET 1 ;----------------------------------------------------------------------------- * This file was created automatically by CatComp. * Do NOT edit by hand!...
oeis/121/A121746.asm
neoneye/loda-programs
11
57239
<reponame>neoneye/loda-programs ; A121746: Number of deco polyominoes of height n, consisting only of columns of even length. A deco polyomino is a directed column-convex polyomino in which the height, measured along the diagonal, is attained only in the last column. ; Submitted by <NAME> ; 0,1,1,3,9,27,117,459,2421,11...
addtion.asm
ARBII-xD/AssemblyCodes
0
57240
.data msg1: .asciiz "Enter the first number followed by enter: " msg2: .asciiz "Enter the second number followed by the enter: " msg3: .asciiz "The result of addition is: " .text .globl main .ent main main: li $v0, 4 la $a0, msg1 syscall li $v0, 5 syscall move $t0, $v0 li $v0, 4 la $...
oeis/141/A141828.asm
neoneye/loda-programs
11
57241
; A141828: a(n) = (n^4*a(n-1)-1)/(n-1) for n >= 2, with a(0) = 1, a(1) = 5. ; Submitted by <NAME> ; 1,5,79,3199,272981,42653281,11055730435,4424134795739,2588750874763849,2123099311165701661,2358999234628557401111,3453810779419670890966615,6510747302004208690462157149,15496121141045183700690805861049,457922299811070597...
engine/events/catch_tutorial.asm
Dev727/ancientplatinum
28
57242
<gh_stars>10-100 CatchTutorial:: ld a, [wBattleType] dec a ld c, a ld hl, .dw ld b, 0 add hl, bc add hl, bc ld a, [hli] ld h, [hl] ld l, a jp hl .dw dw .DudeTutorial dw .DudeTutorial dw .DudeTutorial .DudeTutorial: ; Back up your name to your Mom's name. ld hl, wPlayerName ld de, wMomsName ld bc, NAM...
unittests/ASM/PrimaryGroup/1_81_03.asm
cobalt2727/FEX
628
57243
%ifdef CONFIG { "RegData": { "RAX": "0x4142E1E1E3E44748", "RBX": "0x515253549291908F", "RCX": "0x61626363A2A1A09F", "RDX": "0x6162636465666967" }, "MemoryRegions": { "0x100000000": "4096" } } %endif mov rdx, 0xe0000000 mov rax, 0x4142434445464748 mov [rdx + 8 * 0], rax mov rax, 0x515253545...
oeis/138/A138200.asm
neoneye/loda-programs
11
57244
; A138200: a(n) = (14^(2*n+1) + 3^(2*n+1)) / 17. ; Submitted by <NAME> ; 1,163,31651,6200923,1215356851,238209726283,46689104402851,9151064445421243,1793608631144725651,351547291702945685803,68903269173764569541251,13505040758057740566199963 mul $0,2 add $0,1 mov $1,3 pow $1,$0 mov $2,14 pow $2,$0 add $1,$2 mov $0,$1 ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_7392_785.asm
ljhsiun2/medusa
9
57245
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x11935, %r10 nop nop nop cmp %rbx, %rbx mov $0x6162636465666768, %r13 movq %r13, (%r10) nop nop nop add %rbp, %rbp lea addresses_WC_ht+0x148e5, %r8 nop nop d...
binutils-2.21.1/gcc-4.5.1/gcc/config/arm/crtn.asm
cberner12/xv6
51
57246
<reponame>cberner12/xv6<filename>binutils-2.21.1/gcc-4.5.1/gcc/config/arm/crtn.asm # Copyright (C) 2001, 2004, 2008, 2009 Free Software Foundation, Inc. # Written By <NAME> # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by t...
src/biboot.asm
abxxbo/biboot
4
57247
<filename>src/biboot.asm ;; Set bootloader origin to 0x7c00, ;; this will help not corrupt the kernel ;; when it loads ;; Please note that the makefile was modified, as to prevent ;; disk being read automatically. So when testing extended sectors ;; uncomment the commented line in the biboot target, thanks. [org 0x7c...
src/z3/randomizer/rngfixes.asm
PJBoy/alttp_sm_combo_randomizer_rom
31
57248
<filename>src/z3/randomizer/rngfixes.asm ;================================================================================ ; RNG Fixes ;-------------------------------------------------------------------------------- RigDigRNG: LDA $7FFE01 : CMP.l DiggingGameRNG : !BGE .forceHeart .normalItem JSL $0DBA71 ; GetRandom...
programs/oeis/201/A201106.asm
neoneye/loda
22
57249
; A201106: a(n) = binomial(n^2,3)/(2*n). ; 0,1,14,70,230,595,1316,2604,4740,8085,13090,20306,30394,44135,62440,86360,117096,156009,204630,264670,338030,426811,533324,660100,809900,985725,1190826,1428714,1703170,2018255,2378320,2788016,3252304,3776465,4366110,5027190 mov $1,1 add $1,$0 mov $2,$1 pow $1,2 bin $1,3 div $...
[example asm]/example1.asm
batthias/mammal-brainstorming
0
57250
<filename>[example asm]/example1.asm ; Simple example demonstrating basic program format and layout. ; ****************************************************************************** ; Some basic data declarations section.data ; Define constants ------------------------------------------------------------- EXIT_SUCC...
unittests/ASM/X87/DA_E9.asm
cobalt2727/FEX
628
57251
%ifdef CONFIG { "RegData": { "MM6": ["0x8000000000000000", "0x3FFF"], "MM7": ["0x8000000000000000", "0x3FFF"] } } %endif ; Only tests pop behaviour fld1 fldz fldz fucompp fld1 hlt
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_9101_1124.asm
ljhsiun2/medusa
9
57252
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0xc56a, %rsi lea addresses_normal_ht+0x16aa2, %rdi nop dec %r12 mov $67, %rcx rep movsw nop nop nop nop nop dec %r13 lea addresses_WC_ht+0x306a, %r10 nop nop nop cmp $58168, %r9 mov (%r1...
Expt2/Expt2.asm
warrenferns/Microprocessor-MU-Sem4
1
57253
data segment num1 dw 4444h num2 dw 0002h result dw ? quo dw ? rem dw ? msg db 'Enter option: $' msg1 db '1)ADD $' msg2 db '2)SUB $' msg3 db '3)MUL $' msg4 db '4)DIV $' code segment assume ds:data, cs:code start: mov ax,data mov ds,ax lea dx,msg mov ah,09h int 21h lea dx,msg1 mov ah,09h int 21h lea dx,msg2 mov ah,09h...
non_regression/other_x64_macosx_5.s.asm
LRGH/plasmasm
1
57254
<filename>non_regression/other_x64_macosx_5.s.asm .macosx_version_min 10, 12 .section __TEXT,__text,regular,pure_instructions .align 4, 0x90 .globl _jinit_upsampler _jinit_upsampler: pushq %rbp Ltmp0: Ltmp1: movq %rsp, %rbp Ltmp2: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pus...
module/mpc-be/SRC/src/ExtLib/VirtualDub/system/source/a_thunk.asm
1aq/PBox
0
57256
segment .text align 16 global _VDMethodToFunctionThunk32 _VDMethodToFunctionThunk32: pop eax ;get return address in thunk ;re-copy arguments movzx ecx, byte [eax+1] mov edx, ecx argsloop: push dword [esp+edx] sub ecx, 4 jnz argsloop push eax ;replace thunk return addr...
Driver/Printer/DotMatrix/Star9/star9DriverInfo.asm
steakknife/pcgeos
504
57257
<filename>Driver/Printer/DotMatrix/Star9/star9DriverInfo.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Star 9-pin printer driver FILE: star9DriverInfo.asm AUTHOR: <NAME>, 27 Feb 1990...
programs/oeis/163/A163057.asm
neoneye/loda
22
57258
; A163057: An alternating sum from the n-th odd number up to the n-th odd prime. ; 2,4,6,9,11,14,16,19,23,25,29,32,34,37,41,45,47,51,54,56,60,63,67,72,75,77,80,82,85,93,96,100,102,108,110,114,118,121,125,129,131,137,139,142,144,151,158,161,163,166,170,172,178,182,186,190,192,196,199,201,207,215 mov $1,$0 seq $1,98090 ...
libsrc/adt/heap/adt_Heapify.asm
jpoikela/z88dk
640
57259
; void adt_Heapify(void **array, uint n, void *compare) ; CALLER linkage for function pointers SECTION code_clib PUBLIC adt_Heapify PUBLIC _adt_Heapify EXTERN ADTHeapify, ADThcompare .adt_Heapify ._adt_Heapify pop de pop iy pop hl pop bc push bc push hl push hl push de push ix ld ix,ADT...
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_17913_887.asm
ljhsiun2/medusa
9
57260
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x935a, %rax nop nop nop cmp $57840, %r11 movups (%rax), %xmm5 vpextrq $0, %xmm5, %r10 nop nop nop xor $15443, %r9 lea addresses_UC_ht+0x1cd70, %rsi lea addresses_WC_ht+0x17932...
libsrc/stdio/__printf_number64.asm
Frodevan/z88dk
38
57261
IF !__CPU_INTEL__ && !__CPU_GBZ80__ MODULE __printf_number64 SECTION code_clib PUBLIC __printf_number64 EXTERN __printf_print_to_buf EXTERN __printf_print_the_buffer EXTERN __printf_get_buffer_address EXTERN l_load_64_dehldehl_mbc EXTERN l_neg_64_mhl EXTERN asm1_ulltoa EXTERN strlen ; Print a number ; Entr...
example/game/implementation/sample.asm
neomura/atmega328p-cartridge
0
57262
; Take the least significant bit of the frame counter to make a 30Hz square wave and shift it left to make it louder. mov game_sample, game_frame_counter andi game_sample, 0b00000001 lsl game_sample lsl game_sample lsl game_sample lsl game_sample output_left_audio game_sample output_right_audio game_sample
menlocnc/menlo_cnc_asm/testfile.asm
menloparkinnovation/openpux
3
57263
<filename>menlocnc/menlo_cnc_asm/testfile.asm ; ; Assembly language source file for menlo_cnc machine controller. ; ; Instruction sequences are in blocks that are executed ; in parallel on the hardware across each axis. The instruction ; block does not complete until all axis commands complete. ; ; A single line can r...
programs/oeis/068/A068096.asm
neoneye/loda
22
57264
; A068096: a(n) = F(L(n)) where F(n) = n-th Fibonacci number and L(n) = n-th Lucas number. ; 1,1,2,3,13,89,2584,514229,2971215073,3416454622906707,22698374052006863956975682 seq $0,32 ; Lucas numbers beginning at 2: L(n) = L(n-1) + L(n-2), L(0) = 2, L(1) = 1. seq $0,45 ; Fibonacci numbers: F(n) = F(n-1) + F(n-2) with ...
fiat-amd64/286.27_ratio11637_seed699744043147816_square_p434.asm
dderjoel/fiat-crypto
491
57265
SECTION .text GLOBAL square_p434 square_p434: sub rsp, 0x640 ; last 0x30 (6) for Caller - save regs mov [ rsp + 0x610 ], rbx; saving to stack mov [ rsp + 0x618 ], rbp; saving to stack mov [ rsp + 0x620 ], r12; saving to stack mov [ rsp + 0x628 ], r13; saving to stack mov [ rsp + 0x630 ], r14; saving to stack mov [ rs...
unittests/ASM/PrimaryGroup/2_D1_03_4.asm
cobalt2727/FEX
628
57267
%ifdef CONFIG { "RegData": { "RBX": "0x8000", "RCX": "0x0000", "RDX": "0xC000", "RSI": "0x4000", "R8": "0x1", "R9": "0x0", "R10": "0x0", "R11": "0x1" } } %endif mov rbx, 0x0001 mov rcx, 0x0001 mov rdx, 0x8000 mov rsi, 0x8000 mov r15, 1 stc rcr bx, 1 mov r8, 0 cmovo r8, r15 ; We o...
programs/oeis/228/A228569.asm
jmorken/loda
1
57269
; A228569: Binomial transform of A006497. ; 2,5,19,80,343,1475,6346,27305,117487,505520,2175139,9359135,40270258,173273885,745558651,3207971600,13803182047,59391995435,255550431034,1099576168865,4731229551223,20357419249520,87593407593931,376894780221095,1621693678323682 mov $1,2 lpb $0 sub $0,1 add $2,$1 mul $1...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_7_480.asm
ljhsiun2/medusa
9
57270
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r13 push %r15 push %r8 push %rcx push %rdx // Store lea addresses_RW+0x16ab0, %r10 cmp $15441, %rcx movw $0x5152, (%r10) nop nop nop nop nop add $41535, %rcx // Load lea addre...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_471.asm
ljhsiun2/medusa
9
57271
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x2812, %r9 nop nop nop nop sub $12209, %rbp mov (%r9), %r14 nop nop nop nop and %r14, %r14 lea addresses_normal_ht+0x5332, %r11 nop nop nop dec %rbp movb (%r11), %cl nop and %rb...