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
engine/phone/scripts/brent.asm
Trap-Master/spacworld97-thingy
0
201725
BrentPhoneCalleeScript: gettrainername STRING_BUFFER_3, POKEMANIAC, BRENT1 checkflag ENGINE_BRENT iftrue .WantsBattle farscall PhoneScript_AnswerPhone_Male checkflag ENGINE_BRENT_MONDAY_MORNING iftrue .NotMonday readvar VAR_WEEKDAY ifnotequal MONDAY, .NotMonday checktime MORN iftrue BrentMondayMorning .NotMo...
programs/oeis/193/A193041.asm
neoneye/loda
22
201726
; A193041: Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined at Comments. ; 0,1,3,13,44,122,292,631,1267,2411,4408,7820,13560,23109,38867,64721,106964,175782,287660,469275,763795,1241071,2014128,3265848,5292144,8571817,13879587,22468981,36368252,58859186,95251828,154138015 mov $4,$0 mov $1...
WIN/src/libicuid/src/cc/masm-x86_64.asm
infosecsecurity/OSPTF
2
201727
<filename>WIN/src/libicuid/src/cc/masm-x86_64.asm .code cpuid_is_supported proc pushfq pop rax mov rcx, rax xor rax, 200000h push rax popfq pushfq pop rax xor rax, rcx jnz cpuid_supported ret cpuid_supported: xor eax, eax inc eax ret cpuid_is_supported endp _...
oeis/293/A293544.asm
neoneye/loda-programs
11
201728
<reponame>neoneye/loda-programs ; A293544: a(n) is the integer k that minimizes | k/Fibonacci(n) - 1/3 |. ; Submitted by <NAME> ; 0,0,0,1,1,2,3,4,7,11,18,30,48,78,126,203,329,532,861,1394,2255,3649,5904,9552,15456,25008,40464,65473,105937,171410,277347,448756,726103,1174859,1900962,3075822,4976784,8052606,13029390,2108...
asm/examples/console.asm
majacQ/retroputer
58
201730
.segment data 0x03000 { str: .string "Hello, world! I'm alive! " .byte 0x00 crlf: .byte 13, 10 ## CR/LF .byte 0x00 } .segment code 0x02000 { # set up the stack for now ld sp, 0x02000 ld bp, 0x02000 ld d, data.crlf >> 3 ld x, data.crlf & 0b111 calls print...
data/pokemon/base_stats/azurill.asm
AtmaBuster/pokeplat-gen2
6
201731
db 0 ; species ID placeholder db 50, 20, 40, 20, 20, 40 ; hp atk def spd sat sdf db NORMAL, NORMAL ; type db 150 ; catch rate db 33 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F75 ; gender ratio db 10 ; step cycles to hatch INCBIN "gfx/pokemon/azurill/front.dimensions" db GROWTH_FAST ; gr...
libsrc/games/patch_beep.asm
ahjelm/z88dk
640
201732
<gh_stars>100-1000 ; $Id: patch_beep.asm $ ; ; 1 bit sound functions ; ; void patch_beep(int duration, int period, void *pattern); ; SECTION code_clib PUBLIC patch_beep PUBLIC _patch_beep EXTERN patch_beeper EXTERN bit_open_di EXTERN bit_close_ei ; ; Stub by <NAME> - ...
operating_sys/ps.asm
jasper-lov/waterville_os
0
201733
_ps: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "fcntl.h" int main(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp ps(); 6: e8 f8 02 00 00 call 303 <ps> exit(); b...
src/music.asm
onslaught-demogroup/ons_paddo_music_disk
0
201734
/* ------------- Music Handler ------------- .var music_song = $0f00 .var music_speed = $0f01 .var music_init = $0f02 .var music_play = $0f04 */ m_disable: // todo: fade? at least kill $d418 and stop playing lda #$00 sta $d418 sta enable_music rts m_reset: //set init vector lda music_init...
platform/micrium_os/ports/source/iar/armv6m_os_cpu_a.asm
PascalGuenther/gecko_sdk
82
201735
; ;/***************************************************************************//** ; * @file ; * @brief Kernel - OS CPU Port File ; ******************************************************************************* ; * # License ; * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b> ; ************************...
programs/oeis/082/A082134.asm
neoneye/loda
22
201736
<reponame>neoneye/loda<filename>programs/oeis/082/A082134.asm ; A082134: Expansion of e.g.f. x*exp(3*x)*cosh(x). ; 0,1,6,30,144,680,3168,14560,66048,296064,1313280,5772800,25178112,109078528,469819392,2013388800,8590196736,36507779072,154620002304,652837519360,2748784312320,11544883101696,48378534690816,202310187745280...
source/tokeniser/detokenise/token.asm
paulscottrobson/6502-basic
3
201737
<reponame>paulscottrobson/6502-basic ; ************************************************************************************************ ; ************************************************************************************************ ; ; Name: token.asm ; Purpose: Detokenise a single token ; Created: 7th March 202...
maps/Route26.asm
pokeachromicdevs/pokeoctober
1
201741
<filename>maps/Route26.asm object_const_def ; object_event constants const ROUTE26_COOLTRAINER_M1 const ROUTE26_COOLTRAINER_M2 const ROUTE26_COOLTRAINER_F1 const ROUTE26_COOLTRAINER_F2 const ROUTE26_YOUNGSTER const ROUTE26_FISHER const ROUTE26_FRUIT_TREE const ROUTE26_POKE_BALL Route26_MapScripts: db 0 ; sce...
oeis/161/A161219.asm
neoneye/loda-programs
11
201742
<reponame>neoneye/loda-programs ; A161219: a(n) = (1/n) * Sum_{d|n} phi(n/d)*2^(d+1). ; Submitted by <NAME> ; 4,6,8,12,16,28,40,72,120,216,376,704,1264,2364,4384,8232,15424,29204,55192,104976,199760,381492,729448,1398504,2684368,5162856,9942136,19175160,37025584,71585136,138547336,268439592,520602352,1010588256,1963413...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_870.asm
ljhsiun2/medusa
9
201743
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x5835, %rcx nop add %r10, %r10 mov $0x6162636465666768, %r15 movq %r15, %xmm7 vmovups %ymm7, (%rcx) nop nop nop nop nop and $22723, %r11 lea addresse...
code/misc/shellcode/encoders/insertion/insertion-decoder.nasm
rbctee/MalwareDevelopment
0
201744
<gh_stars>0 ; Author: rbct ; Shellcode length: 25 bytes without the encoded shellcode global _start section .text _start: jmp short CallDecodeShellcode DecodeShellcode: pop esi xor ecx, ecx mov eax, esi ; copy into cl N-1 ; where N is the number of bytes of the DECODED shellcode mov...
oeis/285/A285436.asm
neoneye/loda-programs
11
201745
<reponame>neoneye/loda-programs<filename>oeis/285/A285436.asm ; A285436: Decimal representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 22", based on the 5-celled von Neumann neighborhood. ; Submitted by <NAME> ; 1,1,2,2,4,4,10...
programs/oeis/307/A307138.asm
neoneye/loda
22
201746
<filename>programs/oeis/307/A307138.asm<gh_stars>10-100 ; A307138: State complexity profile of R-Lambda_24 version of Leech lattice. ; 1,4,16,64,64,256,256,256,256,1024,1024,1024,1024 pow $0,4 mov $1,1 lpb $0 sub $0,1 div $0,8 mul $1,2 lpe pow $1,2 mov $0,$1
src/third_party/nasm/test/test67.asm
Mr-Sheep/naiveproxy
2,219
201747
<reponame>Mr-Sheep/naiveproxy ;Testname=unoptimized; Arguments=-fbin -otest67.bin -O0; Files=stdout stderr test67.bin ;Testname=optimized; Arguments=-fbin -otest67.bin -Ox; Files=stdout stderr test67.bin bits 16 mov ax,[bx] mov ax,[foo] mov ax,[word foo] mov ax,[dword foo] mov ax,[ebx] rep movsb a16 rep mov...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_14906_1672.asm
ljhsiun2/medusa
9
201749
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x720a, %rdi xor %rcx, %rcx vmovups (%rdi), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $0, %xmm3, %r11 nop nop nop nop xor $55016, %rdx lea addresses_D_ht+0x15bca, %rcx clflus...
sk/sfx/61.asm
Cancer52/flamedriver
9
201750
<gh_stars>1-10 Sound_61_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_61_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM5, Sound_61_FM5, $00, $00 ; FM5 Data Sound_61_FM5: smpsSetvoice $00 dc.b nD0, $0D Sound_61_Loop00: dc.b nD0, $0D smpsFMAlterVol $15 s...
programs/oeis/079/A079509.asm
karttu/loda
1
201751
; A079509: Duplicate of A000096. ; 0,2,5,9,14,20,27,35,44,54,65,77,90,104,119,135,152,170,189 mov $1,$0 lpb $0,1 add $1,$0 sub $0,1 add $2,$1 mul $1,2 lpe sub $1,$2
oeis/196/A196870.asm
neoneye/loda-programs
11
201752
; A196870: a(n+1) = A001610(n)*a(n). ; Submitted by <NAME>(s2) ; 1,2,6,36,360,6120,171360,7882560,591192000,72125424000,14280833952000,4584147698592000,2383756803267840000,2007123228351521280000,2735708960243123504640000,6034973966296330451235840000,21544857059677899710911948800000 mov $1,1 mov $3,1 mov $4,1 lpb $0 ...
Projects/PJZ2/Framework/Depack/RNC_Depack_2.asm
jonathanbennett73/amiga-pjz-planet-disco-balls
21
201754
<reponame>jonathanbennett73/amiga-pjz-planet-disco-balls<filename>Projects/PJZ2/Framework/Depack/RNC_Depack_2.asm *------------------------------------------------------------------------------ * PRO-PACK Unpack Source Code - MC68000, Method 2 * * Copyright (c) 1991,92 <NAME>, U.K. All Rights Reserved. * * File: R...
dino/lcs/base/7B7.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
201755
<filename>dino/lcs/base/7B7.asm copyright zengfr site:http://github.com/zengfr/romhack 020A06 move.b ($e,A4), ($7b,A6) [base+796] 020A0C move.w ($c,A6), ($5c,A6) [base+7B7] 022578 move.b ($e,A4), ($7b,A6) 02257E move.w ($c,A6), ($5c,A6) copyright zengfr site:http://github.com/zengfr/romhack
Working Disassembly/Levels/AIZ/Misc Object Data/Map - Falling Log 2.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
201756
<filename>Working Disassembly/Levels/AIZ/Misc Object Data/Map - Falling Log 2.asm Map_22AE20: dc.w Frame_22AE22-Map_22AE20 Frame_22AE22: dc.w 2 dc.b $F8, 9, 0,$21,$FF,$E8 dc.b $F8, 9, 0,$27, 0, 0
engine/menu/prize_menu.asm
etdv-thevoid/pokemon-rgb-enhanced
1
201757
CeladonPrizeMenu: ld b,COIN_CASE call IsItemInBag jr nz,.havingCoinCase ld hl,RequireCoinCaseTextPtr jp PrintText .havingCoinCase ld hl,wd730 set 6,[hl] ; disable letter-printing delay ld hl,ExchangeCoinsForPrizesTextPtr call PrintText ; the following are the menu settings xor a ld [wCurrentMenuItem],a ld [...
Library/Chart/CObject/cobjectPosition.asm
steakknife/pcgeos
504
201759
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cobjectPosition.asm AUTHOR: <NAME>, Oct 21, 1991 METHODS: Name Description ---- ----------- REVISION HISTORY: Name Date Descr...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_874.asm
ljhsiun2/medusa
9
201760
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x19581, %rdx and %r9, %r9 movl $0x61626364, (%rdx) nop nop nop xor %r11, %r11 lea addresses_UC_ht+0x20d7, %r8 clflush (%r8) nop sub $52580, %r11 mov (%r8), %r15w nop n...
programs/oeis/213/A213563.asm
neoneye/loda
22
201761
; A213563: Antidiagonal sums of the convolution array A213561. ; 1,10,51,182,518,1260,2730,5412,9999,17446,29029,46410,71708,107576,157284,224808,314925,433314,586663,782782,1030722,1340900,1725230,2197260,2772315,3467646,4302585,5298706,6479992,7873008,9507080,11414480,13630617,16194234,19147611,22536774,26411710,3082...
oeis/036/A036083.asm
neoneye/loda-programs
11
201762
<filename>oeis/036/A036083.asm ; A036083: Expansion of (-1+1/(1-5*x)^5)/(25*x); related to A036071. ; 1,15,175,1750,15750,131250,1031250,7734375,55859375,391015625,2666015625,17773437500,116210937500,747070312500,4731445312500,29571533203125,182647705078125,1116180419921875,6755828857421875 add $0,1 mov $1,5 pow $1,$0...
programs/fontedit.asm
mikebdp2/MichalOS
14
201763
; ------------------------------------------------------------------ ; MichalOS Font Editor ; ------------------------------------------------------------------ %INCLUDE "michalos.inc" start: push ds mov ax, 160h mov ds, ax mov cx, 4096 / 4 clr si mov di, 16384 rep movsd pop ds jmp .decode .redraw...
mc-sema/validator/x86/tests/ADD16rm.asm
randolphwong/mcsema
2
201764
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; ADD16rm ;TEST_BEGIN_RECORDING lea eax, [esp-0x10] mov DWORD [eax], 0x1000 mov bx, 0x2 add bx, [eax] mov eax, [eax] ;TEST_END_RECORDING
oeis/129/A129683.asm
neoneye/loda-programs
11
201766
; A129683: Expansion of (1/(1-2x))*exp(2x/(1-2x)). ; Submitted by <NAME> ; 1,4,28,272,3344,49472,852928,16758016,369082624,8996922368,240294124544,6974172532736,218457925292032,7342688736329728,263513011737051136,10054112734940561408,406301504472849907712,17333090863574658842624,778298003006760943353856 mov $2,1 mov $...
Assembly/bossdrop.asm
CaitSith2/Enemizer
2
201767
;================================================================================ ; Fix boss item drop position to 'center' of screen ;================================================================================ change_heartcontainer_position: { PHA LDA.b #$78 : STA $0D10, X STA $0D00, X ...
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/sscanf.asm
jpoikela/z88dk
640
201768
; int sscanf(const char *s, const char *format, ...) SECTION code_clib SECTION code_stdio PUBLIC _sscanf EXTERN asm_sscanf defc _sscanf = asm_sscanf
Library/Kernel/Win/winIndividual.asm
steakknife/pcgeos
504
201769
COMMENT }*********************************************************************** Copyright (c) GeoWorks 1988 - All rights reserved PROJECT: PCGEOS MODULE: Windowing System FILE: winIndividual.asm AUTHOR: <NAME>, <NAME> ROUTINES: Name description ---- ----------- GLB WinAckUpdate Acknow...
programs/oeis/032/A032527.asm
neoneye/loda
22
201771
<filename>programs/oeis/032/A032527.asm ; A032527: Concentric pentagonal numbers: floor( 5*n^2 / 4 ). ; 0,1,5,11,20,31,45,61,80,101,125,151,180,211,245,281,320,361,405,451,500,551,605,661,720,781,845,911,980,1051,1125,1201,1280,1361,1445,1531,1620,1711,1805,1901,2000,2101,2205,2311,2420,2531,2645,2761,2880,3001,3125,32...
chap15/ex14/cond_scalar.asm
JamesType/optimization-manual
374
201772
; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA...
libsrc/graphics/retrofit/undrawr_callee.asm
jpoikela/z88dk
640
201773
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; ; $Id: undrawr_callee.asm $ ; ; ; CALLER LINKAGE FOR FUNCTION POINTERS ; ----- void undrawr(int x2, int y2) SECTION code_graphics PUBLIC undrawr_callee PUBLIC _undrawr_callee EXTERN undrawr ...
test/asm/big_prog.asm
xdrie/irre-tools
1
201774
; programs larger than $ff should still work %entry: main nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop ...
6502EMU/Instructions/unimplemented_instructions.asm
austinbentley/6502toAVR
0
201775
/* * unimplemented_instructions.asm * * Created: 5/13/2018 2:23:13 AM * Author: ROTP */ ;BRK_implied: ORA_X_indirect: ORA_zpg: ASL_zpg: PHP_implied: ORA_immediate: ASL_A: ORA_absolute: ASL_absolute: BPL_relative: ORA_indirect_Y: ORA_zpg_X: ASL_zpg_X: ;CLC_implied: ORA_absolute_Y: ORA_absolute_X: ASL_absolute_...
oeis/077/A077400.asm
neoneye/loda-programs
11
201776
; A077400: Triangular numbers that are 7 times triangular numbers. ; Submitted by <NAME> ; 0,21,105,5460,26796,1386945,6806205,352278696,1728749400,89477401965,439095541521,22726907820540,111528538797060,5772545109015321,28327809758911845,1466203730782071120,7195152150224811696,372409975073537049285,1827540318347343259...
CNC-64/libPrint.asm
Jeff-Birt/CNC-64
0
201777
;=============================================================================== ;* file libPrint - print to screen library * ;=============================================================================== ;Constants htlo = $14 hthi = $15 ;Variables Number...
tests/vice-tests/interrupts/irqdummy/irqdummy.asm
PhylumChordata/chips-test
330
201778
<reponame>PhylumChordata/chips-test ; irqdummy ; -------- ; 2010 <NAME> ; Test code based on: ; http://bel.fi/~alankila/irqack/ ; ...which is a fixed version of Freshness79's IRQ test in: ; http://noname.c64.org/csdb/forums/?roomid=11&topicid=79331&showallposts=1 ; Checks if interrupt sequence dummy loads are from...
danagy/finit.asm
DW0RKiN/Floating-point-Library-for-Z80
12
201779
if not defined BIAS ; DANAGY ; 1 7 8 ; FEDC BA98 7654 3210 ; seee eeee mmmm mmmm MANT_BITS EQU 8 ; MANT_MASK EQU $00FF ; MANT_XOR EQU $FF - MANT_MASK BIT_ALWAYS_ONE EQU 8 SIGN_MASK EQU $80 SIGN_XOR EQU $FF - SIGN_MASK SIGN_BIT EQU $0F ...
DE2Botv3Fall16/SimpleRobotProgram.asm
DE5Amigos/CleanDE2Project
0
201780
<reponame>DE5Amigos/CleanDE2Project ; SimpleRobotProgram.asm ; Created by <NAME> ; (no copyright applied; edit freely, no attribution necessary) ; This program does basic initialization of the DE2Bot ; and provides an example of some robot control. ; Section labels are for clarity only. ORG 0 ; Begin program at x000...
oeis/293/A293319.asm
neoneye/loda-programs
11
201781
<filename>oeis/293/A293319.asm<gh_stars>10-100 ; A293319: Greatest integer k such that k/2^n < tau^2, where tau = (1+sqrt(5))/2 = golden ratio. ; Submitted by <NAME> ; 2,5,10,20,41,83,167,335,670,1340,2680,5361,10723,21446,42893,85787,171575,343150,686301,1372603,2745207,5490415,10980830,21961660,43923321,87846643,1756...
uefi-sct/SctPkg/TestCase/UEFI/EFI/Generic/ExeMode/BlackBoxTest/Ia32/AsmFuncs.asm
sunnywang-arm/edk2-test
47
201782
<reponame>sunnywang-arm/edk2-test ;; @file ; ; Copyright 2006 - 2010 Unified EFI, Inc.<BR> ; Copyright (c) 2010, 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 License ; which accompan...
oeis/216/A216788.asm
neoneye/loda-programs
11
201783
<reponame>neoneye/loda-programs ; A216788: a(n) = Product_{k=1..n} (169 - 13/k). ; Submitted by <NAME> ; 1,156,25350,4174300,691890225,115130533440,19207610662240,3210414924974400,537343198067590200,90034838076214002400,15098842345381088202480,2533860269961226256525280,425477370330989242241536600,7148019821560619269657...
programs/oeis/174/A174452.asm
neoneye/loda
22
201784
<reponame>neoneye/loda ; A174452 a(n) = n^2 mod 1000. ; Coded manually 2021-03-26 by <NAME>, https://github.com/neoneye ; 0,1,4,9,16,25,36,49,64,81,100,121,144,169,196,225,256,289,324,361,400,441,484,529,576,625,676,729,784,841,900,961,24,89,156,225,296,369,444,521,600,681,764,849,936,25,116,209,304,401,500,601,704,809...
oeis/209/A209938.asm
neoneye/loda-programs
11
201785
<reponame>neoneye/loda-programs ; A209938: Number of groups of order prime(n)^5 with nontrivial unramified Brauer groups. ; 6,6,4,8,6,6,4,6,6,8,6,6,4,6,4,8,6,4,8,6,4,6,8,6,6,4,8,6,6,4,6,6,6,6,8,6,4,6,4,8,4,8,6,6,6,6,4,8,6,4,8,4,6,4,6,6,8,6,6,6,6,4,8,6,6,8,4,8,6,4,6,8,6,4,6,8,6,8,4,8,4,8,6,4,6,8,6,6,4,4,6,4,6,4,6,6,6,8,...
oeis/071/A071995.asm
neoneye/loda-programs
11
201786
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A071995: a(1) = 1, a(2) = 0, a(n) = a(floor(n/3)) + a(n - floor(n/3)) ; Submitted by <NAME>(s2) ; 1,0,1,2,3,2,3,2,3,4,3,4,5,6,7,6,7,6,7,8,9,10,9,8,9,8,9,10,11,12,13,14,13,12,11,12,13,12,13,14,15,16,17,18,19,20,21,20,19,18,19,18,19,18,19,18,19,20,21,22,23,24,25,26,27,28,...
testdata/shtemu/basic.asm
cwood77/shtanky
0
201787
.seg const .here: .data, "made it here" <b> 0 .seg const .here0: .data, "made it here (0)" <b> 0 .seg const .here1: .data, "made it here (1)" <b> 0 .seg const .here2: .data, "made it here (2)" <b> 0 .seg const .objcctor: .data, "obj ctor" <b> 0 .seg const .progtxt: .data, "program" <b> 0 .seg const .insideR...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1772.asm
ljhsiun2/medusa
9
201788
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1772.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xb440, %rsi lea addresses_A_ht+0xde01, %rdi xor $22227, %r13 mov $68, %rcx rep movsq nop nop ...
src/main/fragment/mos6502-common/vwum1=vwum1_rol_6.asm
jbrandwood/kickc
2
201789
<gh_stars>1-10 lda {m1}+1 lsr sta $ff lda {m1} ror sta {m1}+1 lda #0 ror sta {m1} lsr $ff ror {m1}+1 ror {m1}
source/tvision/swapst.asm
gpaulsen/tvision
1,202
201790
<gh_stars>1000+ ;/*------------------------------------------------------------*/ ;/* filename - swapst.asm */ ;/* */ ;/* function(s) */ ;/* TSystemErro...
Library/Text/TextAttr/taC.asm
steakknife/pcgeos
504
201792
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Text FILE: taC.asm AUTHOR: <NAME>, Nov 24, 1993 ROUTINES: Name Description ---- ----------- MSGVISTEXT...
playground/Gen1/Utilities.asm
marcelocaetano/XSharp
168
201793
; Generated at 4/14/2019 1:59:47 AM DebugStub_CheckStack: add EAX, 0x4 mov EBX, EBP add EBX, EAX cmp EBX, ESP JE near DebugStub_CheckStack_Block1_End mov EAX, dword [ESP] mov dword [DebugStub_CallerEIP], EAX Call DebugStub_SendStackCorruptionOccurred DebugStub_CheckStack_halt: Jmp DebugStub_CheckStack_halt DebugSt...
Array.asm
Sahilsinggh/MP_SEM4
1
201794
%macro print 2 mov eax, 4 mov ebx, 1 mov ecx, %1 mov edx, %2 int 80h %endmacro %macro exit 0 mov eax, 1 mov ebx, 0 int 80h %endmacro section .data msg: db "Array Elments: " len: equ $-msg space: db " " newLine: db 10 arr: dd 5,7,3,9,2,4 n: equ 6 section .bss ...
programs/oeis/220/A220098.asm
neoneye/loda
22
201795
<gh_stars>10-100 ; A220098: Manhattan distances between 2n and 1 in the double spiral with positive integers and 1 at the center. ; 1,2,1,2,3,2,3,4,3,2,3,4,5,4,3,4,5,6,5,4,3,4,5,6,7,6,5,4,5,6,7,8,7,6,5,4,5,6,7,8,9,8,7,6,5,6,7,8,9,10,9,8,7,6,5,6,7,8,9,10,11,10,9,8,7,6,7,8,9,10,11,12,11,10,9,8,7,6,7,8,9,10,11,12,13 lpb ...
cat.asm
yarneo/alonandyarden-os-ass2
0
201798
<gh_stars>0 _cat: file format elf32-i386 Disassembly of section .text: 00000000 <cat>: char buf[512]; void cat(int fd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 53 push %ebx 4: 83 ec 14 sub $0x14,%esp 7: 8b 5d 08 ...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_7_1590.asm
ljhsiun2/medusa
9
201800
<filename>Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_7_1590.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xf8a, %rsi lea addresses_D_ht+0x5cea, %rdi dec %rdx mov $117, %rcx rep movsw nop and $30...
programs/oeis/023/A023758.asm
neoneye/loda
22
201801
; A023758: Numbers of the form 2^i - 2^j with i >= j. ; 0,1,2,3,4,6,7,8,12,14,15,16,24,28,30,31,32,48,56,60,62,63,64,96,112,120,124,126,127,128,192,224,240,248,252,254,255,256,384,448,480,496,504,508,510,511,512,768,896,960,992,1008,1016,1020,1022,1023,1024,1536,1792,1920,1984,2016,2032,2040,2044,2046,2047,2048,3072,35...
audio.asm
opiter09/ASM-Machina
1
201802
INCLUDE "constants.asm" SECTION "Sound Effect Headers 1", ROMX INCLUDE "audio/headers/sfxheaders1.asm" SECTION "Sound Effect Headers 2", ROMX INCLUDE "audio/headers/sfxheaders2.asm" SECTION "Sound Effect Headers 3", ROMX INCLUDE "audio/headers/sfxheaders3.asm" SECTION "Music Headers 1", ROMX INCLUDE "audio/header...
programs/oeis/086/A086944.asm
neoneye/loda
22
201803
; A086944: a(n) = k where R(k+8) = 5. ; 42,492,4992,49992,499992,4999992,49999992,499999992,4999999992,49999999992,499999999992,4999999999992,49999999999992,499999999999992,4999999999999992,49999999999999992,499999999999999992,4999999999999999992,49999999999999999992,499999999999999999992,4999999999999999999992,4999999...
audio/sfx/battle_33.asm
opiter09/ASM-Machina
1
201804
SFX_Battle_33_Ch5: duty_cycle 2 square_note 6, 15, 1, 1280 square_note 6, 15, 1, 1408 square_note 6, 15, 1, 1536 square_note 6, 15, 1, 1664 square_note 8, 15, 1, 1792 sound_ret SFX_Battle_33_Ch6: duty_cycle 3 square_note 6, 14, 1, 1296 square_note 6, 14, 1, 1424 square_note 6, 14, 1, 1552 square_note 6, 1...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_592.asm
ljhsiun2/medusa
9
201807
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x6b7f, %rsi lea addresses_A_ht+0x1bc17, %rdi add %rdx, %rdx mov $46, %rcx rep movsq dec %r14 lea addresses_UC_ht+0xa8a3, %rax cmp $42746, %rdx movw $0x6162, (%rax) nop nop add...
data/pokemon/base_stats/sinnoh/garchomp.asm
Dev727/ancientplatinum
0
201808
db 0 ; 445 DEX NO db 108, 130, 95, 102, 80, 85 ; hp atk def spd sat sdf db DRAGON, GROUND ; type db 45 ; catch rate db 218 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 40 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/sinnoh/garchomp/f...
programs/oeis/060/A060891.asm
karttu/loda
1
201809
; A060891: a(n) = n^6 - n^3 + 1. ; 1,1,57,703,4033,15501,46441,117307,261633,530713,999001,1770231,2984257,4824613,7526793,11387251,16773121,24132657,34006393,47039023,63992001,85756861,113369257,148023723,191089153,244125001,308898201,387400807,481868353,594798933,728973001,887473891,1073709057,1291432033,1544765113,1...
src/main/fragment/mos6502-common/vwsz1=pwsz1_derefidx_vbuyy_plus_pwsz2_derefidx_vbuc1.asm
jbrandwood/kickc
2
201810
<reponame>jbrandwood/kickc iny lda ({z1}),y pha dey clc lda ({z1}),y ldy #{c1} adc ({z2}),y sta {z1} pla iny adc ({z2}),y sta {z1}+1
programs/oeis/032/A032929.asm
karttu/loda
0
201811
<reponame>karttu/loda<filename>programs/oeis/032/A032929.asm ; A032929: Numbers whose set of base 8 digits is {1,2}. ; 1,2,9,10,17,18,73,74,81,82,137,138,145,146,585,586,593,594,649,650,657,658,1097,1098,1105,1106,1161,1162,1169,1170,4681,4682,4689,4690,4745,4746,4753,4754,5193,5194,5201,5202,5257,5258,5265,5266,8777,8...
src/kernel.asm
anshugupta673/x86_64-decOS
2
201812
section .data entry64: dq 0 dq 0x0020980000000000 dq 0x0020f80000000000 dq 0x0000f20000000000 d_tss: dw TssLen-1 dw 0 db 0 db 0x89 db 0 db 0 dq 0 64entry_len: equ $-Gdt64 64entry_ptr: dw Gdt64Len-1 dq Gdt64 Tss: dd 0 dq 0x190000 ...
external/source/shellcode/windows/x64/src/single/single_exec.asm
OsmanDere/metasploit-framework
26,932
201814
<gh_stars>1000+ ;-----------------------------------------------------------------------------; ; Author: <NAME> (stephen_fewer[at]harmonysecurity[dot]com) ; Compatible: Windows 7, 2003 ; Architecture: x64 ; Size: 263 + strlen(command) + 1 ;-----------------------------------------------------------------------------; ...
smsq/sbas/version.asm
olifink/smsqe
0
201815
<reponame>olifink/smsqe ; SBASIC Version  1993 <NAME> section sbas xdef sb_vers xdef sb.vers sb.vers equ 'HBA ' sb_vers dc.w 3 dc.l sb.vers end
basic/12_data_angka/representasi_ascii.asm
bellshade/Assembly
6
201816
<gh_stars>1-10 section .text global _start _start: sub ah, ah mov al, '9' sub al, '3' aas or al, 30h mov [res], ax mov edx, len mov ecx, msg mov ebx, 1 mov eax, 4 int 0x80 mov edx, 1 mov ecx, res mov ebx, 1 mov eax, 4 int 0x80 ...
ScrollModus/_code/GlobalCode/screens.asm
kosmonautdnb/TheLandsOfZador
0
201818
<filename>ScrollModus/_code/GlobalCode/screens.asm ; screen colors and so on include "screensSetup.inc" TEXTSCREEN_LEVELSTART = $00 TEXTSCREEN_LEVELCOMPLETE = $01 TEXTSCREEN_LIVELOST = $02 TEXTSCREEN_GAMEOVER = $03 NUMBERSSTARTINFONT = 16 SCREENS_TEXTCOLOR = $04 SCREENS_TEXTLUMINANCE = $06 ...
_build/dispatcher/jmp_ippsGFpECGetSubgroup_0a185adc.asm
zyktrcn/ippcp
1
201819
<filename>_build/dispatcher/jmp_ippsGFpECGetSubgroup_0a185adc.asm extern m7_ippsGFpECGetSubgroup:function extern n8_ippsGFpECGetSubgroup:function extern y8_ippsGFpECGetSubgroup:function extern e9_ippsGFpECGetSubgroup:function extern l9_ippsGFpECGetSubgroup:function extern n0_ippsGFpECGetSubgroup:function extern k0_ipps...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1786.asm
ljhsiun2/medusa
9
201821
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xbed1, %r13 clflush (%r13) nop nop add $63276, %r8 and $0xffffffffffffffc0, %r13 movaps (%r13), %xmm6 vpextrq $1, %xmm6, %r15 nop nop xor $51805, %rbx lea addresses_n...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_5029_1202.asm
ljhsiun2/medusa
9
201822
<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_5029_1202.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xfaca, %rcx nop nop nop nop nop add %rax, %rax movb $0x61, (%rcx) nop dec %rb...
lab5/prog.bcomp.asm
SunnyCapt/csbasics
0
201823
ORG 0009 ADDR: WORD 06B0 ; address of first two characters ORG 2FF ZERO: WORD 0000 BUF-A: WORD ? BUF-C: WORD ? SAVE_A_C: WORD ? MOV BUF-A ROL MOV BUF-C ROR BR SAVE_A_C LOAD_A_C: WORD ? CLA ADD BUF-C ROR CLA CMA AND BUF-A BR LOAD_A_C CONSTF: WORD FF00 ; const for zeroing low 8 bits CON...
programs/oeis/090/A090942.asm
neoneye/loda
22
201824
; A090942: n-th arithmetic mean = prime(n). ; 2,4,9,13,27,23,41,33,55,83,51,103,89,69,103,143,155,95,175,147,113,205,171,227,289,201,155,215,165,229,547,255,329,205,489,221,373,385,319,407,419,263,611,279,373,289,763,787,419,327,433,545,345,781,581,593,605,385,625,517,403,903,1175,563,441,577,1255,739,1027,487,633,785,...
assembler/nasm/test/br3104312.asm
shooshx/corewars_riscv_js
3
201825
<reponame>shooshx/corewars_riscv_js %if 1 < 8000_0002h %warning No bug with 8000_0002h %else %warning Bug with 8000_0002h %endif %if 1 < 8000_0001h %warning No bug with 8000_0001h %else %warning Bug with 8000_0001h %endif
SOURCE/base/Kernel/Native/arm/Crt/armdefs.asm
pmache/singularityrdk
3
201826
<reponame>pmache/singularityrdk ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Microsoft Research Singularity ;;; ;;; Copyright (c) Microsoft Corporation. All rights reserved. ;;; ;;; This file contains ARM-specific assembly code. ;;; ; Assembler source for...
data/pokemon/base_stats/onix.asm
opiter09/ASM-Machina
1
201827
<reponame>opiter09/ASM-Machina<filename>data/pokemon/base_stats/onix.asm db DEX_ONIX ; pokedex id db 35, 45, 160, 70, 30 ; hp atk def spd spc db ROCK, GROUND ; type db 45 ; catch rate db 108 ; base exp INCBIN "gfx/pokemon/front/onix.pic", 0, 1 ; sprite dimensions dw OnixPicFront, OnixPicBack db T...
asm/math/fast_sincos.asm
VitorVilela7/SMW-CodeLib
14
201828
<gh_stars>10-100 ; Fast Trigonometric Table/Macro ; Twice precision compared to sincos.asm ; Input: 0 - 511 (16-bit) ; Output: 8.8 signed fixed point macro sin() phx rep #$10 and #$01ff asl tax lda.w sin_table,x sep #$10 plx endmacro macro cos() phx rep #$10 and #$01ff asl tax lda.w cos_table,x sep #$1...
programs/oeis/128/A128415.asm
neoneye/loda
22
201829
; A128415: Expansion of (1-4x^2)/(1+3x+4x^2). ; 1,-3,1,9,-31,57,-47,-87,449,-999,1201,393,-5983,16377,-25199,10089,70529,-251943,473713,-413367,-654751,3617721,-8234159,10231593,2241857,-47651943,133988401,-211357431,98118689,551073657,-2045695727,3932792553,-3615594751,-4884385959,29115536881,-67809066807,86965052897,...
data/pokemon/base_stats/hoenn/aron.asm
Dev727/ancientplatinum
0
201830
db 0 ; 304 DEX NO db 50, 70, 100, 30, 40, 40 ; hp atk def spd sat sdf db STEEL, ROCK ; type db 180 ; catch rate db 96 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 35 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/hoenn/aron/front.dimens...
Examples/ch06/Regist.asm
satadriver/LiunuxOS
0
201831
TITLE Compound IF Statements (Regist.asm) ; Simple college registration example that uses ; the .IF, .ENDIF, and .ELSEIF directives. ; Last update: 1/28/02 INCLUDE Irvine32.inc .data TRUE = 1 FALSE = 0 gradeAverage WORD ? credits WORD ? OkToRegister BYTE ? .code main PROC mov gr...
user/stats.asm
Holmesus/6.S081-2020
0
201832
<filename>user/stats.asm user/_stats: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <main>: #define SZ 4096 char buf[SZ]; int main(void) { 0: 7139 addi sp,sp,-64 2: fc06 sd ra,56(sp) 4: f822 sd s0,48(sp) 6: f426 ...
oeis/002/A002129.asm
neoneye/loda-programs
11
201833
<reponame>neoneye/loda-programs ; A002129: Generalized sum of divisors function: excess of sum of odd divisors of n over sum of even divisors of n. ; Submitted by <NAME> ; 1,-1,4,-5,6,-4,8,-13,13,-6,12,-20,14,-8,24,-29,18,-13,20,-30,32,-12,24,-52,31,-14,40,-40,30,-24,32,-61,48,-18,48,-65,38,-20,56,-78,42,-32,44,-60,78,...
constants/map_constants.asm
Trap-Master/spacworld97-thingy
0
201835
newgroup: MACRO const_value = const_value + 1 enum_start 1 ENDM map_const: MACRO ;\1: map id ;\2: width: in blocks ;\3: height: in blocks GROUP_\1 EQU const_value enum MAP_\1 \1_WIDTH EQU \2 \1_HEIGHT EQU \3 ENDM ; map group ids ; `newgroup` indexes are for: ; - MapGroupPointers (see data/maps/maps.asm) ; - MapGrou...
game_data/level_data.asm
CupOfJoeCode/NesGame
0
201836
<reponame>CupOfJoeCode/NesGame<gh_stars>0 LevelData: .byte $0A, $0A, $0A, $0A .byte $0A, $0B, $0C, $0C .byte $0C, $0F, $0F, $0F .byte $0F, $0C, $0C, $0C .byte $0B, $0A, $0A, $09 .byte $09, $06, $06, $0F .byte $0F, $0F, $0F, $06 .byte $06, $07, $07, $07
oeis/183/A183569.asm
neoneye/loda-programs
11
201837
; A183569: n+floor(sqrt(4n-3)), complement of A024206. ; Submitted by <NAME> ; 2,4,6,7,9,10,12,13,14,16,17,18,20,21,22,23,25,26,27,28,30,31,32,33,34,36,37,38,39,40,42,43,44,45,46,47,49,50,51,52,53,54,56,57,58,59,60,61,62,64,65,66,67,68,69,70,72,73,74,75,76,77,78,79,81,82,83,84,85,86,87,88,90,91,92,93,94,95,96,97,98,100...
_build/dispatcher/jmp_ippsTDESDecryptCBC_5bd25514.asm
zyktrcn/ippcp
1
201838
<reponame>zyktrcn/ippcp extern m7_ippsTDESDecryptCBC:function extern n8_ippsTDESDecryptCBC:function extern y8_ippsTDESDecryptCBC:function extern e9_ippsTDESDecryptCBC:function extern l9_ippsTDESDecryptCBC:function extern n0_ippsTDESDecryptCBC:function extern k0_ippsTDESDecryptCBC:function extern ippcpJumpIndexForMerged...
P6/data_P6_2/cal_I_test1.asm
alxzzhou/BUAA_CO_2020
1
201839
lui $1,4552 ori $1,$1,50437 lui $2,21849 ori $2,$2,36461 lui $3,60219 ori $3,$3,8973 lui $4,7282 ori $4,$4,12197 lui $5,11373 ori $5,$5,65419 lui $6,9956 ori $6,$6,37351 mthi $1 mtlo $2 sec0: nop nop nop ori $2,$2,41130 sec1: nop nop subu $2,$2,$4 ori $3,$2,28258 sec2: nop nop sltiu $2,$2,7352 ori $5,$2,750...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_444.asm
ljhsiun2/medusa
9
201841
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0xb730, %rcx nop nop nop cmp $2570, %rdi movl $0x61626364, (%rcx) and %r9, %r9 lea addresses_WC_ht+0xca4c, %r10 clflush (%r10) nop nop nop nop nop add %...
eurasia/services4/srvinit/devices/sgx/supervisor.use.asm
shaqfu786/GFX_Linux_DDK
3
201842
<filename>eurasia/services4/srvinit/devices/sgx/supervisor.use.asm /***************************************************************************** Name : supervisor.use.asm Title : USE program for handling supervisor tasks Author : Im<NAME> Created : 19/11/2009 Copyright : 2009 by Imagination Technologies ...
programs/oeis/118/A118519.asm
neoneye/loda
22
201843
<gh_stars>10-100 ; A118519: Define sequence S_m by: initial term = m, reverse digits and add 3 to get next term. Entry shows S_3. This reaches a cycle of length 6 in 3 steps. ; 3,6,9,12,24,45,57,78,90,12,24,45,57,78,90,12,24,45,57,78,90,12,24,45,57,78,90,12,24,45,57,78,90,12,24,45,57,78,90,12,24,45,57,78,90,12,24,45,57...
programs/oeis/074/A074377.asm
neoneye/loda
22
201844
<filename>programs/oeis/074/A074377.asm<gh_stars>10-100 ; A074377: Generalized 10-gonal numbers: m*(4*m - 3) for m = 0, +- 1, +- 2, +- 3, ... ; 0,1,7,10,22,27,45,52,76,85,115,126,162,175,217,232,280,297,351,370,430,451,517,540,612,637,715,742,826,855,945,976,1072,1105,1207,1242,1350,1387,1501,1540,1660,1701,1827,1870,2...