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
_build/dispatcher/jmp_ippsSM3Pack_065d3d3b.asm
zyktrcn/ippcp
1
44536
<gh_stars>1-10 extern m7_ippsSM3Pack:function extern n8_ippsSM3Pack:function extern y8_ippsSM3Pack:function extern e9_ippsSM3Pack:function extern l9_ippsSM3Pack:function extern n0_ippsSM3Pack:function extern k0_ippsSM3Pack:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment .data align 8...
Student/examples/Correct/Subprograms/Correct_210.asm
SoftMoore/CPRL-Kt
6
44537
PROGRAM 8 BR L10 L0: PROC 0 LDLADDR -9 LDLADDR -8 LOADW LDLADDR -4 LOADW CMP BGE L1 LDCB 1 BR L2 L1: LDCB 0 L2: STOREB RET 8 L3: PROC 0 LDLADDR -1 LOADB BZ L4 LDCSTR "true" PUTSTR BR L5 L4: LDCSTR "false" PUTSTR L5: RET 1 L10: L6: LDCSTR "Ent...
src/strings/currency.asm
majioa/fleco
0
44538
;[]-----------------------------------------------------------------[] ;| CURRENCY.ASM -- string to currency converting functions | ;[]-----------------------------------------------------------------[] ; ; $Copyright: 2005$ ; $Revision: 1.1.1.1 $ ; ;AnsiString __fastcall AnsiString(const Currency &value)...
hello.asm
whermans/zx
0
44539
; Hello World for ZX Spectrum org 32768 line: defb 'Hello world',13,'$' start: ld a,2 ; load screen channel call $1601 ; select screen channel ld hl,line ; load data call println ; print data ret println: ld a,(hl) ; fetch character cp '$' ; check EOL jp z,printend ; if EOL, end rst 16 ; print curre...
VirtualBox-5.0.0/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm
egraba/vbox_openbsd
1
44540
; $Id: ASMMultU64ByU32DivByU32.asm $ ;; @file ; IPRT - Assembly Functions, ASMMultU64ByU32DivByU32. ; ; ; Copyright (C) 2006-2015 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you can redistribute it and/or...
uuu/src/cells/lib/maths/rng/parkmiller/parkmiller.asm
ekscrypto/Unununium
7
44541
<gh_stars>1-10 ;; $Header: /cvsroot/uuu/uuu/src/cells/lib/maths/rng/parkmiller/parkmiller.asm,v 1.6 2001/12/09 23:54:35 instinc Exp $ ;; ;; The generator is the "minimal standard" multiplicative linear congruential ;; generator of <NAME>. and <NAME>., "Random Number Generators: Good ;; Ones are Hard to Find," * CACM 31...
src/sm/newgame.asm
SmolBig/alttp_sm_combo_randomizer_rom
0
44542
<filename>src/sm/newgame.asm ; This skips the intro org $c2eeda db $1f ; Hijack init routine to autosave and set door flags org $c28067 jsl introskip_doorflags org $c0fd00 base $80fd00 introskip_doorflags: ; Do some checks to see that we're actually starting a new game ; Make sure game mode is 1f...
Library/Text/TextAttr/taType.asm
steakknife/pcgeos
504
44544
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: User/Text FILE: textMethodType.asm METHODS: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- ---...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1023.asm
ljhsiun2/medusa
9
44545
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x19c4a, %rax cmp $12574, %r13 mov (%rax), %edi add $42232, %rdi lea addresses_normal_ht+0x1cb6a, %r11 nop nop xor %rsi, %rsi mov (%r11), %rbx inc %r13 lea addresses_WT_ht+0x1c...
bugs/PENDING_SUBMIT/0444-BAD-IMAGE-AMD-MESA-d1754a6c-opt-rand2-test-host/reduced_1_result/variant/2_spirv_opt_asm/shader.frag.asm
asuonpaa/ShaderTests
0
44546
<filename>bugs/PENDING_SUBMIT/0444-BAD-IMAGE-AMD-MESA-d1754a6c-opt-rand2-test-host/reduced_1_result/variant/2_spirv_opt_asm/shader.frag.asm ; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 648 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.45...
oeis/142/A142533.asm
neoneye/loda-programs
11
44547
<gh_stars>10-100 ; A142533: Primes congruent to 3 mod 53. ; Submitted by <NAME> ; 3,109,1063,1381,1487,1699,2017,2441,2971,3607,4243,4349,4561,5197,5303,5939,6151,6257,6469,7211,7529,7741,8059,8377,9013,9437,9649,9967,10391,10709,11027,11239,11981,12511,12829,13147,14207,14419,14737,14843,15161,15373,15797,16433,16963,...
Irvine/Examples/ch17/Speaker.asm
alieonsido/ASM_TESTING
0
44549
<filename>Irvine/Examples/ch17/Speaker.asm TITLE Speaker Demo Program (Speaker.asm) ; This program plays a series of ascending notes on ; the PC speaker. ; Last update: 10/8/01 INCLUDE Irvine16.inc ; 16-bit Real mode program speaker = 61h ; address of speaker port timer = 42h ; address of timer po...
assets/Graphics/drawGUNTwoPlayer.asm
BeshoyMorad/The86-Pgame
1
44550
.286 .model huge .stack 64 .data ;dimensions of the screen row dw 0 col dw 0 firstPointX db 3d ;position of my registers myAXx db 3h myAXy db 3h myBXx db 3h myBXy db 4h myCXx db 3h myCXy db 6h myDXx db 3h myDXy db 7h mySIx db 0Bh mySIy db 3h myDIx db 0Bh myDIy db 4h mySPx db 0Bh mySPy db 6h myBPx db 0Bh myBPy db 7h ...
src/util/sprite/cd_play.asm
olifink/qspread
0
44551
section sprite xdef mes_cd_play mes_cd_play dc.w $0220,4,0,0,0,0 dc.l 0,0,0,0 dc.l sp_ex-* sp_ex dc.l sp_btn-* dc.l sp_btn_cur-* dc.l 0,0,0 sp_btn incbin 'win1_util_sprite_cd_play_spr' sp_btn_cur incbin 'win1_util_sprite_cd_play2_spr' end
libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_resize.asm
meesokim/z88dk
0
44552
<filename>libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_resize.asm<gh_stars>0 ; =============================================================== ; Mar 2014 ; =============================================================== ; ; int b_array_resize(b_array_t *a, size_t n) ; ; Attempt to resize the array to n bytes. ; ; ...
VSP_Fixed_25Rows_Coarse_Horizontal_Scrolling.asm
chris73it/C64_Scrolling_PAL
9
44553
#import "helpers.asm" .label border = $d020 .label background = $d021 .label cia1_interrupt_control_register = $dc0d .label cia2_interrupt_control_register = $dd0d // Note: the '-2' is required because stabilize_irq() takes 2 raster // lines to synchronize the raster. More precisely, it _always_ ends // af...
oeis/311/A311385.asm
neoneye/loda-programs
11
44554
; A311385: Coordination sequence Gal.6.221.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by <NAME> ; 1,4,8,12,16,22,28,34,38,42,46,50,54,58,62,66,72,78,84,88,92,96,100,104,108,112,116,122,128,134,138,142,146,150,154,158...
tp_01_12/include/utils_64.asm
mjFer/TDIII-UTN-FRBA-TPS-2014
2
44555
<gh_stars>1-10 ;*********************************************************** ; UTN-2014-UTILS ;*********************************************************** ;*********************************************************** ; Author : <NAME> ; Date : 23th May 2014 ;*****************************************************...
programs/oeis/184/A184042.asm
karttu/loda
0
44556
; A184042: 1/9 the number of (n+1) X 4 0..2 arrays with all 2 X 2 subblocks having the same four values. ; 25,31,41,61,97,169,305,577,1105,2161,4241,8401,16657,33169,66065,131857,263185,525841,1050641,2100241,4198417,8394769,16785425,33566737,67125265,134242321,268468241,536920081,1073807377,2147581969,4295098385,85901...
programs/oeis/083/A083175.asm
neoneye/loda
22
44557
<filename>programs/oeis/083/A083175.asm ; A083175: Row sums in A083175. ; 2,12,30,84,165,312,476,760,1035,1740,2046,3108,3731,4816,5640,7632,9027,10980,12730,15620,16863,20856,22908,27768,31525,36764,38934,44940,47415,54240,62992,71264,76857,85068,93870,103284,110371,123880,130260 mov $3,$0 seq $0,83176 ; Arithmetic m...
programs/oeis/117/A117926.asm
neoneye/loda
22
44558
<filename>programs/oeis/117/A117926.asm ; A117926: a(n) = n^floor(sqrt(n)). ; 1,2,3,16,25,36,49,64,729,1000,1331,1728,2197,2744,3375,65536,83521,104976,130321,160000,194481,234256,279841,331776,9765625,11881376,14348907,17210368,20511149,24300000,28629151,33554432,39135393,45435424,52521875,2176782336,2565726409,301093...
docs/antora/modules/ROOT/pages/nand2tetris/projects/07/MemoryAccess/StaticTest/StaticTest.asm
peacetrue/learn-nand2tetris
0
44559
<filename>docs/antora/modules/ROOT/pages/nand2tetris/projects/07/MemoryAccess/StaticTest/StaticTest.asm @111 D=A @0 A=M M=D @0 M=M+1 @333 D=A @0 A=M M=D @0 M=M+1 @888 D=A @0 A=M M=D @0 M=M+1 @0 M=M-1 @16 D=A @8 D=D+A @13 M=D @0 A=M D=M @13 A=M M=D @0 M=M-1 @16 D=A @3 D=D+A @13 M=D @0 A=M D=M @13 A=M M=D @0 M=M-1 @16 D=...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_491_448.asm
ljhsiun2/medusa
9
44560
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %rax push %rdx lea addresses_D_ht+0x11a00, %rax nop nop nop add %r12, %r12 vmovups (%rax), %ymm1 vextracti128 $0, %ymm1, %xmm1 vpextrq $0, %xmm1, %rdx and %r11, %r11 lea addresses_A_ht+0x18d60, %rax dec %r13 mov $0x616263646566676...
5/lib.asm
akruman/low-level-programming-c
0
44563
global exit global string_length global print_string global print_char global print_newline global print_uint global print_int global read_char global is_whitespace global is_eof global read_word global parse_uint global parse_int global string_equals global string_copy section .text exit: ; Accepts an exit code and t...
Kernel/syscall.asm
bestm80eva/blacklight-os
0
44564
<reponame>bestm80eva/blacklight-os ;; Blacklight OS system call table (kernel side) ;; (c) 2011 <NAME> ; Blacklight OS is licensed under the Simplified BSD License (see license.txt) ; http://www.opensource.org/licenses/bsd-license.php syscall_direct_print: nop ; NOPs serve as handy markers for each syscall ...
libsrc/target/mtx/stdio/getk.asm
ahjelm/z88dk
640
44565
<filename>libsrc/target/mtx/stdio/getk.asm ; ; Memotech MTX stdio ; ; getk() Read key status ; ; <NAME> - Aug. 2010 ; ; ; $Id: getk.asm,v 1.3+ (now on GIT) $ ; SECTION code_clib PUBLIC getk PUBLIC _getk .getk ._getk call $79 ld hl,0 ret z IF STANDARDESCAPECHARS cp 13 jr nz,not...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_409.asm
ljhsiun2/medusa
9
44566
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_409.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xa898, %r13 nop nop nop nop nop add %rbp, %rbp mov $0x6162636...
programs/oeis/276/A276000.asm
jmorken/loda
1
44568
; A276000: Least k such that n! divides phi(k!) (k > 0). ; 1,3,6,6,10,10,14,14,14,14,22,22,26,26,26,26,34,34,38,38,38,38,46,46,46,46,46,46,58,58,62,62,62,62,62,62,74,74,74,74,82,82,86,86,86,86,94,94,94,94,94,94,106,106,106,106,106,106,118,118,122,122,122,122,122,122,134,134,134,134,142,142,146,146,146,146,146,146,158,1...
MathLib/Source/CubeEquSolver2.asm
bgin/MissileSimulation
23
44569
<gh_stars>10-100 .model flat,c .const NegMask qword 8000000000000000h,0 AbsMask qword 7FFFFFFFFFFFFFFFh,-1 ConstCoeff_0_0 real8 0.0 ConstCoeff_1_0 real8 1.0 ConstCoeff_2_0 real8 2.0 ConstCoeff_3_0 real8 3.0 ConstCoeff_9_0 real8 9.0 ConstCoeff_27_0 real8 27.0 ConstCoeff_54_0 real8 5...
oeis/144/A144773.asm
neoneye/loda-programs
11
44570
; A144773: 10-fold factorials: Product_{k=0..n-1} (10*k+1). ; 1,1,11,231,7161,293601,14973651,913392711,64850882481,5252921480961,478015854767451,48279601331512551,5359035747797893161,648443325483545072481,84946075638344404495011,11977396665006561033796551,1808586896415990716103279201,291182490322974505292627951361,497...
src/main/resources/Examples/PreProcessing Commands/undef.asm
jimw278/MIPS
3
44571
<reponame>jimw278/MIPS ;undef is used for undefining anything that has a identifire #define ZERO $0 #definline inc addi $4, ZERO, 1 #endinline inc #define TEN 10 #undef inc #define inc $6 addi inc, ZERO, TEN
oeis/011/A011916.asm
neoneye/loda-programs
11
44572
; A011916: a(n) = ((b(n)-1)+sqrt(3*b(n)^2-4*b(n)+1))/2, where b(n) is A011922(n). ; Submitted by <NAME> ; 0,3,44,615,8568,119339,1662180,23151183,322454384,4491210195,62554488348,871271626679,12135248285160,169022204365563,2354175612832724,32789436375292575,456697933641263328,6360981634602394019,88597044950792252940,12...
asm/mips/tests/jumptest.asm
TomRegan/synedoche
1
44573
L1: addi $t0, $zero, 255 addi $t1, $zero, 255 addi $t2, $zero, 255 j L0 addi $t3, $zero, 255 # in delay slot, ought to be executed addi $t4, $zero, 255 # never reached addi $t5, $zero, 255 # never reached L0: addi $t6, $zero, 255 addi $t7, $zero, 255 j L1 #nop here
汇编语言/第9章/t9.asm
jckling/only-python
1
44574
assume ds:datasg,cs:codesg,ss:stacksg datasg segment db 'w','e','l','c','o','m','e',' ','t','o',' ','m','a','s','m','!' db 16 dup (00000010b) db 'w','e','l','c','o','m','e',' ','t','o',' ','m','a','s','m','!' db 16 dup (00001010b) db 'w','e','l','c','o','m','e',' ','t','o',' ','m','a','s','m','!' db 16 dup (1001...
bootloader/boot_sector.asm
omerk2511/KatzOS
3
44575
[bits 16] [org 0x7c00] KERNEL_OFFSET equ 0x1000 mov [BOOT_DRIVE], dl mov bp, 0x9000 mov sp, bp mov bx, REAL_MODE_MSG call print_string call load_kernel call switch_to_pm %include "bootloader/real_mode/print_string.asm" %include "bootloader/real_mode/disk_load.asm" %include "bootloader/protected_mode/switc...
Appendix E - Microcontroller Code/Redundant/Untitled.asm
liwenyip/adhoc
0
44577
<filename>Appendix E - Microcontroller Code/Redundant/Untitled.asm movf instruction, w addwf PCL bra INSTRUCTION_00 bra INSTRUCTION_01 bra INSTRUCTION_02 bra INSTRUCTION_03 bra INSTRUCTION_04 bra INSTRUCTION_05 bra INSTRUCTION_06 bra INSTRUCTION_07 bra INSTRUCTION_08 bra INSTRUCTION_09 bra INSTR...
Working Disassembly/Levels/LBZ/Misc Object Data/Map - Gate Laser.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
44580
Map_228394: dc.w Frame_22839A-Map_228394 ; ... dc.w Frame_2283A8-Map_228394 dc.w Frame_2283B0-Map_228394 Frame_22839A: dc.w 2 dc.b $FC, $C, 0,$36,$FF,$E4 dc.b $FC, 8, 0,$36, 0, 4 Frame_2283A8: dc.w 1 dc.b $FC, $C, 0,$36,$FF,$E4 Frame_2283B0: dc.w 1 dc.b $FC, 8, 0,$36, 0, 4
oeis/188/A188714.asm
neoneye/loda-programs
11
44582
<reponame>neoneye/loda-programs ; A188714: G.f.: (1+x+x^2+x^3)/(1-3*x-3*x^2-3*x^3). ; Submitted by <NAME> ; 1,4,16,64,252,996,3936,15552,61452,242820,959472,3791232,14980572,59193828,233896896,924213888,3651913836,14430073860,57018604752,225301777344,890251367868,3517715249892,13899805185312,54923315409216,217022507533...
src/test/ref/struct-47.asm
jbrandwood/kickc
2
44584
<reponame>jbrandwood/kickc // https://gitlab.com/camelot/kickc/-/issues/588 // Struct offset calculation is ignoring the high byte // Commodore 64 PRG executable file .file [name="struct-47.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmen...
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_scroll_up_attr.asm
jpoikela/z88dk
640
44585
; void tshc_scroll_up_attr(uchar prows, uchar attr) SECTION code_clib SECTION code_arch PUBLIC _tshc_scroll_up_attr EXTERN asm0_tshc_scroll_up_attr _tshc_scroll_up_attr: pop af pop de push de push af ld l,d jp asm0_tshc_scroll_up_attr
libsrc/target/tvc/tvc_get_linemode.asm
dikdom/z88dk
0
44586
<filename>libsrc/target/tvc/tvc_get_linemode.asm ; Videoton TV Computer C stub ; <NAME> - 2022 ; ; Returns the value of L_MODE system variable ; SECTION code_clib PUBLIC tvc_get_linemode INCLUDE "target/tvc/def/tvc.def" .tvc_get_linemode ._tvc_get_linemode ld a,(L_MODE) ld l,a ld ...
programs/oeis/004/A004453.asm
karttu/loda
0
44587
<reponame>karttu/loda<gh_stars>0 ; A004453: Nimsum n + 12. ; 12,13,14,15,8,9,10,11,4,5,6,7,0,1,2,3,28,29,30,31,24,25,26,27,20,21,22,23,16,17,18,19,44,45,46,47,40,41,42,43,36,37,38,39,32,33,34,35,60,61,62,63,56,57,58,59,52,53,54,55,48,49,50,51,76,77,78,79,72,73,74,75,68,69,70,71,64,65,66,67,92,93,94,95,88,89,90,91,84,85...
programs/oeis/314/A314898.asm
karttu/loda
0
44588
; A314898: Coordination sequence Gal.5.136.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,5,9,14,19,24,29,34,39,43,48,53,57,62,67,72,77,82,87,91,96,101,105,110,115,120,125,130,135,139,144,149,153,158,163,168,173,178,183,187,192,...
libsrc/math/cpcmath/deg.asm
grancier/z180
0
44589
<filename>libsrc/math/cpcmath/deg.asm<gh_stars>0 ; ; CPC Maths Routines ; ; August 2003 **_|warp6|_** <kbaccam /at/ free.fr> ; ; $Id: deg.asm,v 1.4 2016/06/22 19:50:48 dom Exp $ ; SECTION code_fp INCLUDE "cpcfirm.def" INCLUDE "cpcfp.def" PUBLIC deg PUBLIC degc .deg ld a,1 ...
Code/CustomControl/RAResEd/Src/Project.asm
CherryDT/FbEditMOD
11
44590
.data szDialog db 'Dialog',0 szMenu db 'Menu',0 szMisc db 'Misc',0 szResource db 'Resource files',0 szIncludeFile db 'Include files',0 szStringTable db 'Stringtable',0 szLanguage db 'Language',0 .data? hPrjTrv dd ? OldTreeViewProc dd ? hRoot dd ? hNodeDlg dd ? hNodeMnu dd ? hNodeMisc ...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_523.asm
ljhsiun2/medusa
9
44591
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x771f, %r9 nop nop nop nop add %r15, %r15 mov $0x6162636465666768, %rdi movq %rdi, (%r9) nop nop nop and %r13, %r13 lea addresses_UC_ht+0xd669, %r12 nop nop nop dec %...
programs/oeis/168/A168190.asm
neoneye/loda
22
44592
<reponame>neoneye/loda<gh_stars>10-100 ; A168190: a(n) = n^3*(n^9 + 1)/2. ; 0,1,2052,265734,8388640,122070375,1088391276,6920643772,34359738624,141214768605,500000000500,1569214189026,4458050224992,11649042562339,28346956189020,64873168947000,140737488357376,291311118617337,578415690716004,1106657459536510,204800000000...
006-String/bootSec.asm
mukeshmike9/AssemblyBootSector
1
44593
<gh_stars>1-10 ; Offset to boot Sector Program [org 0x7C00] mov ah, 0x0E ; TTY Mode mov bx, osName ; Store addres in bx to maintain it as a counter for address mov al, [bx] ; move the byte at bl to al add bx, 1 ; move pointer to next address int 0x10 ; send interrupt to print mov al, [bx] ; move the byte at bl ...
vp8/common/x86/postproc_mmx.asm
VTCSecureLLC/linphone-libvpx
83
44594
; ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can be found ; in the file PATENTS. All contributing proje...
vram.asm
Dev727/ancientplatinum
28
44595
<reponame>Dev727/ancientplatinum SECTION "VRAM0", VRAM vTiles0:: ds $800 vTiles1:: ds $800 vTiles2:: ds $800 vBGMap0:: ds $400 vBGMap1:: ds $400 SECTION "VRAM1", VRAM vTiles3:: ds $800 vTiles4:: ds $800 vTiles5:: ds $800 vBGMap2:: ds $400 vBGMap3:: ds $400
dino/lcs/123p/88.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
44596
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>dino/lcs/123p/88.asm copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D94 move.l D1, (A1)+ 004D96 dbra D0, $4d94 00664C cmp.w ($88,A6), D0 006650 bhi $665c [123p+ 8...
Lab 2 - Addition and Subtraction/first.asm
SathyasriS27/ARM7-Thumb-Programming
0
44597
<reponame>SathyasriS27/ARM7-Thumb-Programming AREA SBSC, CODE, READONLY ENTRY MOV R0,#0X0000000C ; 12 MOV R1,#0X00000009 ; 9 MOV R2,#0X00000120 ; 288 MOV R3,#0X00000100 ; 256 ADDS R5,R1,R3 ADC R4,R0,R2 UP B UP END
x86/ex4.asm
vesche/snippets
7
44598
global _start section .text _start: mov ebx, 1 mov ecx, 6 label: add ebx, ebx dec ecx cmp ecx, 0 jg label mov eax, 1 int 0x80
Transynther/x86/_processed/NC/_un_/i7-7700_9_0x48_notsx.log_52_42.asm
ljhsiun2/medusa
9
44599
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r8 lea addresses_A_ht+0x6c55, %r10 clflush (%r10) nop and %r8, %r8 movups (%r10), %xmm3 vpextrq $0, %xmm3, %r14 nop nop nop xor $15399, %r11 pop %r8 pop %r14 pop %r11 pop %r10 ret .global s_faulty_load s_faulty_load: push %r10 push %r...
programs/oeis/175/A175828.asm
karttu/loda
0
44600
<reponame>karttu/loda ; A175828: a(n) = (n*(6*n+1)+(n+2)*(-1)^n)/2. ; 1,2,15,26,53,74,115,146,201,242,311,362,445,506,603,674,785,866,991,1082,1221,1322,1475,1586,1753,1874,2055,2186,2381,2522,2731,2882,3105,3266,3503,3674,3925,4106,4371,4562,4841,5042,5335,5546,5853,6074,6395,6626,6961,7202,7551,7802,8165,8426,8803,90...
oeis/127/A127976.asm
neoneye/loda-programs
11
44602
; A127976: a(n) = ((6*n + 10)/27)*2^(n-1) + ((-1)^(n-1))*(6*n + 5)/27. ; 1,1,5,9,25,53,125,273,609,1325,2885,6217,13353,28517,60685,128641,271857,572829,1203925,2524345,5281721,11029461,22991005,47846129,99420545,206297613,427508325,884842793,1829337929,3777980485,7794570285,16066359137,33087155473,68083185277,13998411...
archive/vtl-2/source/screen.asm
paulscottrobson/retrochallenge-jan-2016
0
44603
; **************************************************************************************************************** ; **************************************************************************************************************** ; ; Screen I/O, VTL-2 ROM ; ===================== ; ; Provides Charact...
dev/emm386/emmfunct.asm
minblock/msdos
0
44604
<reponame>minblock/msdos .386p page 58,132 ;****************************************************************************** title emmfunct.asm - EMM function handlers ;****************************************************************************** ; ; (C) Copyright MICROSOFT Corp. 1988-1991 ; (C) Copyright COMPAQ Comput...
asm/cdrom.asm
trapexit/chipce8
14
44605
; ; PCE CDROM access routines' sources ; .include "cdrom.inc" .bss cdplay_end_ctl .ds 1 ; saved 'cd_play end' information - type cdplay_end_h .ds 1 ; high byte of address cdplay_end_m .ds 1 ; mid byte cdplay_end_l .ds 1 ; low byte cd_buf .ds 4 ; Return buffer from some BIOS commands ...
gfx/pokemon/azumarill/anim.asm
Dev727/ancientplatinum
28
44606
<reponame>Dev727/ancientplatinum setrepeat 2 frame 2, 06 frame 3, 06 dorepeat 1 frame 0, 08 frame 1, 08 frame 4, 08 endanim
c_projects/project1/ch1-ch3/boot_sector_4.asm
darbinreyes/subparprogrammer
0
44607
; ; Testing the [org 0x7c00] "instruction". ; A boot sector program that demos addressing. ; [org 0x7c00] ; Tell the assembler where our boot sector code will be loaded into ; memory and to adjust our memory references accordingly. mov ah, 0x0e ; scrolling teletype BIOS routine. ; 1st attempt mov al, th...
gcdLoop.asm
GPS199/gcd_assembly
0
44609
# Start .data segment (data!) .data str1: .asciiz "Enter an integer: " str2: .asciiz "\nEnter another integer: " str3: .asciiz "\nThe greatest common divisor is: " # All program code follows the .txt directive .text main: #----------------------------------- #Request first integer from the user #-----------...
Source/Apps/Test/I2C/rtcds7.asm
b1ackmai1er/RomWBW
1
44611
;================================================================================================== ; PCF8584/DS1307 I2C DATE AND TIME UTILITY ;================================================================================================== ; .ECHO "rtcds7\n" ; #INCLUDE "pcfi2c.inc" ; .ORG 100H ; DS7_S...
examples/x64/02/execve.asm
bplinux/asm
0
44612
<reponame>bplinux/asm ;--------------------------------- ;<EMAIL> ; ;this is used to pop a shell ;(or whatever) with clean pointer ;arrangements for execve ;--------------------------------- [BITS 64] EXECVE equ 59 segment .text global _start _start: jmp _call _back: pop rdi xor rax, rax mov [rdi+7], al ;for exe...
constants.asm
NieDzejkob/2048-gb
81
44613
<filename>constants.asm rJOYP EQU $ff00 ; Joypad (R/W) rSB EQU $ff01 ; Serial transfer data (R/W) rSC EQU $ff02 ; Serial Transfer Control (R/W) rDIV EQU $ff04 ; Divider Register (R/W) rTIMA EQU $ff05 ; Timer counter (R/W) rTMA EQU $ff06 ; Timer Modulo (R/W) rTAC EQU $ff07 ; Timer Control (R/W) rIF EQU $ff0f ; Interrupt...
programs/oeis/010/A010052.asm
jmorken/loda
1
44614
; A010052: Characteristic function of squares: a(n) = 1 if n is a square, otherwise 0. ; 1,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...
oeis/267/A267887.asm
neoneye/loda-programs
11
44615
; A267887: Binary representation of the n-th iteration of the "Rule 237" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by <NAME>(s4) ; 1,10,11111,1111111,111111111,11111111111,1111111111111,111111111111111,11111111111111111,1111111111111111111,111111111111111111111,111111111111111111...
build/Othello.asm
MasahiroYoshida/Othello
0
44616
<filename>build/Othello.asm #Team Project: Implementing a playable Othello game, which is player vs. computer #Contributors: <NAME>, <NAME>, <NAME> .data opening: .asciiz "Rolling for who goes first...\n" playerFirstText: .asciiz "You go first!\n" computerFirstText: .asciiz "The computer goes first!\n" ...
engine/battle/move_effects/transform.asm
genterz/pokecross
28
44618
BattleCommand_Transform: ; transform call ClearLastMove ld a, BATTLE_VARS_SUBSTATUS5_OPP call GetBattleVarAddr bit SUBSTATUS_TRANSFORMED, [hl] jp nz, BattleEffect_ButItFailed call CheckHiddenOpponent jp nz, BattleEffect_ButItFailed xor a ld [wNumHits], a ld [wFXAnimID + 1], a ld a, $1 ld [wKickCounter], a ...
programs/oeis/215/A215773.asm
karttu/loda
1
44620
; A215773: Number of undirected labeled graphs on n+3 nodes with exactly n cycle graphs as connected components. ; 0,3,25,120,420,1190,2898,6300,12540,23265,40755,68068,109200,169260,254660,373320,534888,750975,1035405,1404480,1877260,2475858,3225750,4156100,5300100,6695325,8384103,10413900,12837720,15714520,19109640,2...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_746.asm
ljhsiun2/medusa
9
44621
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x2a06, %rsi lea addresses_UC_ht+0x898c, %rdi and %r9, %r9 mov $63, %rcx rep movsw dec %rbx lea addresses_WT_ht+0xff82, %rsi lea addresses_A_ht+0xd382...
program.asm
brad-colbert/scorch_src
6
44622
; @com.wudsn.ide.asm.mainsourcefile=program.asm ;Atari 8-bit Scorched Earth source code ;--------------------------------------------------- ;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski ;Warsaw 2000,2001,2002,2003,2009,2012,2013 ;you can contact us at <EMAIL> or <EMAIL> ;home page of this project is http://pecu...
oeis/337/A337394.asm
neoneye/loda-programs
11
44626
; A337394: Expansion of sqrt(2 / ( (1-6*x+25*x^2) * (1-5*x+sqrt(1-6*x+25*x^2)) )). ; Submitted by <NAME> ; 1,5,11,-29,-365,-1409,-155,29485,170035,309775,-2064655,-18909175,-61552739,81290561,1901796395,9145986419,8604744275,-165227713249,-1168032362879,-2913302013175,10702975797545,132134872338925,519716440255535,-109...
coverage/IN_CTS/0489-COVERAGE-nir-opt-loop-unroll-83/reduction_output/1/reduction_work/variant/shader_reduced_0004/variant/1_spirv_asm/shader_reduced_0004.frag.asm
asuonpaa/ShaderTests
0
44627
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 189 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %104 %170 OpExecutionMode %4 O...
src/boot.asm
nikhilraghava/KLoader
1
44628
BITS 16 ; 16-bit real-mode instructions ORG 7C00H ; Expect the bootloader to be loaded into memory at 0x7C00 STACK: MOV AX, 7C0H ; Set AX equal to the location of xBoot ADD AX, 20H ; Skip over the size of the bootloader divided by 16 MOV SS, AX ; Set Stack Segment (SS) to this location M...
misc/cpcacid_src/cpcacid_colours.asm
floooh/yakc
106
44629
<gh_stars>100-1000 ;; (c) Copyright <NAME> 2015-2016 ;; This code is part of the Arnold emulator distribution. ;; This code is free to distribute without modification ;; this copyright header must be retained. ;; This program will show all 27 CPC colours on the screen ;; in bars of 8 pixels tall. The colours are in th...
programs/oeis/190/A190577.asm
karttu/loda
0
44630
; A190577: a(n) = n*(n+2)*(n+4)*(n+6). ; 105,384,945,1920,3465,5760,9009,13440,19305,26880,36465,48384,62985,80640,101745,126720,156009,190080,229425,274560,326025,384384,450225,524160,606825,698880,801009,913920,1038345,1175040,1324785,1488384,1666665,1860480,2070705,2298240,2544009,2808960,3094065,3400320,3728745,408...
Projects/PJZ2/Greetz/SectionData_ChipData.asm
jonathanbennett73/amiga-pjz-planet-disco-balls
21
44632
<reponame>jonathanbennett73/amiga-pjz-planet-disco-balls ***************************************************************************** ***************************************************************************** ***************************************************************************** ; section FW_ChipData_Copper...
programs/oeis/127/A127773.asm
karttu/loda
0
44633
<gh_stars>0 ; A127773: Triangle read by rows: row n consists of n-1 zeros followed by n(n+1)/2. ; 1,0,3,0,0,6,0,0,0,10,0,0,0,0,15,0,0,0,0,0,21,0,0,0,0,0,0,28,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,55 add $0,1 mov $2,$0 lpb $2,1 mov $4,$0 lpb $4,1 add $3,1 add $1,$3 mov $2,$1 trn $4,$...
libtool/src/gmp-6.1.2/mpn/x86/pentium/copyi.asm
kroggen/aergo
1,602
44634
<filename>libtool/src/gmp-6.1.2/mpn/x86/pentium/copyi.asm<gh_stars>1000+ dnl Intel Pentium mpn_copyi -- copy limb vector, incrementing. dnl Copyright 1996, 2001, 2002, 2006 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute...
src/BareMetal/src/init/64.asm
Bitate/bare-metal-os
0
44635
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2020 Return Infinity -- see LICENSE.TXT ; ; 64-bit initialization ; ============================================================================= ; ---...
slae32/assignment/1/attempt/final/automation/template.nasm
rbctee/SlaeExam
0
44636
; Author: <NAME> (rbct) global _start section .text _start: ; SYSCALLS for Linux x86: ; /usr/include/i386-linux-gnu/asm/unistd_32.h ; or https://web.archive.org/web/20160214193152/http://docs.cs.up.ac.za/programming/asm/derick_tut/syscalls.html ; sys_socketcall xor eax, eax mov ebx, eax ...
source/extension/option_x16/video/imagedef.asm
paulscottrobson/6502-basic
3
44637
<gh_stars>1-10 ; ************************************************************************************************ ; ************************************************************************************************ ; ; Name: imagedef.asm ; Purpose: Redefine text character ; Created: 27th April 2021 ; Author: <NAME>...
programs/oeis/162/A162254.asm
karttu/loda
0
44638
<filename>programs/oeis/162/A162254.asm ; A162254: a(n) = (2*n^3 + 5*n^2 + n)/2. ; 4,19,51,106,190,309,469,676,936,1255,1639,2094,2626,3241,3945,4744,5644,6651,7771,9010,10374,11869,13501,15276,17200,19279,21519,23926,26506,29265,32209,35344,38676,42211,45955,49914,54094,58501,63141,68020,73144,78519,84151,90046,96210,...
oeis/015/A015201.asm
neoneye/loda-programs
11
44639
; A015201: Sum of Gaussian binomial coefficients for q=13. ; Submitted by <NAME> ; 1,2,16,368,35872,10581824,13340150272,51103113038336,837176839011073024,41688053546681235027968,8877924639652962346524196864,5747069945873421832482391628398592,15910676414562258056085140791577932300288,13389575662515833718912333937444372...
Benchmark/fillin_v13.asm
DW0RKiN/M4_FORTH
2
44640
<filename>Benchmark/fillin_v13.asm ORG 32768 ; === b e g i n === ld (Stop+1), SP ; 4:20 init storing the original SP value when the "bye" word is used ld L, 0x1A ; 2:7 init Upper screen call 0x1605 ; 3:17 init Open channel ld HL, 60000 ; 3:1...
programs/oeis/306/A306860.asm
neoneye/loda
22
44641
; A306860: a(n) = Sum_{k=0..floor(n/9)} binomial(n,9*k). ; 1,1,1,1,1,1,1,1,1,2,11,56,221,716,2003,5006,11441,24311,48622,92398,168151,295261,504736,850840,1442101,2523676,4686826,9373652,20030039,44612702,100804436,226444616,499685777,1076832989,2261792303,4631710931,9263421862,18145365694,34944335242,66481865698,12568...
oeis/279/A279211.asm
neoneye/loda-programs
11
44642
; A279211: Fill an array by antidiagonals upwards; in the n-th cell, enter the number of earlier cells that can be seen from that cell. ; Submitted by <NAME>(s4) ; 0,1,2,2,4,4,3,5,6,6,4,6,8,8,8,5,7,9,10,10,10,6,8,10,12,12,12,12,7,9,11,13,14,14,14,14,8,10,12,14,16,16,16,16,16,9,11,13,15,17,18,18,18,18,18,10,12,14,16,18,...
programs/oeis/163/A163815.asm
neoneye/loda
22
44643
<reponame>neoneye/loda ; A163815: a(n) = n*(2*n^2 + 5*n + 3). ; 0,10,42,108,220,390,630,952,1368,1890,2530,3300,4212,5278,6510,7920,9520,11322,13338,15580,18060,20790,23782,27048,30600,34450,38610,43092,47908,53070,58590,64480,70752,77418,84490,91980,99900,108262,117078,126360,136120,146370,157122,168388,180180,192510,...
programs/oeis/171/A171781.asm
karttu/loda
0
44644
; A171781: Numbers for which the second bit of the binary expansion is equal to the last bit. ; 2,3,4,7,8,10,13,15,16,18,20,22,25,27,29,31,32,34,36,38,40,42,44,46,49,51,53,55,57,59,61,63,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125 mov $1,2 mov $3,$0 mul $0,...
programs/oeis/022/A022395.asm
neoneye/loda
22
44645
<reponame>neoneye/loda<filename>programs/oeis/022/A022395.asm ; A022395: Fibonacci sequence beginning 1, 25. ; 1,25,26,51,77,128,205,333,538,871,1409,2280,3689,5969,9658,15627,25285,40912,66197,107109,173306,280415,453721,734136,1187857,1921993,3109850,5031843,8141693,13173536,21315229,34488765,55803994,90292759,146096...
001/main.asm
sradley/euler-asm
0
44646
<reponame>sradley/euler-asm<filename>001/main.asm %macro exit 1 mov eax, 1 mov ebx, %1 int 0x80 %endmacro %macro write 1 ;write n mov eax, %1 push eax push fmt call printf ;printf("%d\n", n) add esp, 4 %endmacro %macro...
programs/oeis/227/A227327.asm
neoneye/loda
22
44647
<reponame>neoneye/loda ; A227327: Number of non-equivalent ways to choose two points in an equilateral triangle grid of side n. ; 0,1,4,10,22,41,72,116,180,265,380,526,714,945,1232,1576,1992,2481,3060,3730,4510,5401,6424,7580,8892,10361,12012,13846,15890,18145,20640,23376,26384,29665,33252,37146,41382,45961,50920,56260...
data/baseStats/ditto.asm
longlostsoul/EvoYellow
16
44648
db DEX_DITTO ; pokedex id db 60 ; base hp db 48 ; base attack db 48 ; base defense db 40 ; base speed db 48 ; base special db NORMAL ; species type 1 db NORMAL ; species type 2 db 34 ; catch rate, HP UP db 61 ; base exp yield INCBIN "pic/ymon/ditto.pic",0,1 ; 55, sprite dimensions dw DittoPicFront dw DittoPicBack ; att...
src/PJ/flic386p/libsrc/vesa/wcralloc.asm
AnimatorPro/Animator-Pro
119
44651
<filename>src/PJ/flic386p/libsrc/vesa/wcralloc.asm ;***************************************************************************** ;* WCRALLOC.ASM - Allocate/Free DOS real (below 1mb line) memory (Watcom DOS4G). ;* ;* We use DPMI calls to alloc and free memory from below the 1mb line. ;* ;* 10/24/93 Ian ;* Chang...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_860.asm
ljhsiun2/medusa
9
44653
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_860.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0xb9a, %rdi nop add $16822, %r15 mov $0x6162636465666768, %rax movq %rax, (%rdi) nop nop cmp ...
programs/oeis/318/A318919.asm
neoneye/loda
22
44654
<reponame>neoneye/loda<gh_stars>10-100 ; A318919: Define b(0)=0, b(1)[1]=1, b(1)[2]=1; and for n>=2, b(n)[1] = total number of digits in b(n-1), and b(n)[2] = total number of digits in b(0),...,b(n-1); a(n) = b(n)[2]. ; 1,3,5,7,9,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59,62,65,68,71,74,77,80,83,86,89,92,95,98,...
stats/creditsnew.asm
tcprescott/z3randomizer
0
44656
<reponame>tcprescott/z3randomizer<filename>stats/creditsnew.asm ;=================================================================================================== ; LEAVE THIS HERE FOR PHP WRITES ;=================================================================================================== YourSpriteCreditsHi: ...
programs/oeis/274/A274074.asm
neoneye/loda
22
44657
<filename>programs/oeis/274/A274074.asm ; A274074: a(n) = 6^n+(-1)^n. ; 2,5,37,215,1297,7775,46657,279935,1679617,10077695,60466177,362797055,2176782337,13060694015,78364164097,470184984575,2821109907457,16926659444735,101559956668417,609359740010495,3656158440062977,21936950640377855,131621703842267137 mov $1,6 pow $...
programs/oeis/105/A105368.asm
jmorken/loda
1
44658
<reponame>jmorken/loda ; A105368: Expansion of (1-x-x^3+x^4)/(1-x^5). ; 1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1,-1,0,-1,1,1 mov $5,$0 mul $0,4 add $0,1 mov $1,$0 sub $0,1 add $1...