max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
oeis/140/A140247.asm
neoneye/loda-programs
11
127314
<filename>oeis/140/A140247.asm ; A140247: Decimal expansion of 8/sqrt(15). ; Submitted by <NAME> ; 2,0,6,5,5,9,1,1,1,7,9,7,7,2,8,9,0,0,5,4,2,8,9,4,1,5,4,6,5,5,0,6,1,3,1,2,5,7,7,7,5,5,8,2,4,2,8,2,2,1,8,1,7,7,4,1,8,0,0,3,9,3,4,1,9,2,7,1,9,0,9,8,2,3,6,6,3,8,8,8,1,7,8,7,6,9,5,3,2,6,7,6,5,7,9,5,9,2,0,9 mov $3,$0 mul $3,4 m...
oeis/143/A143579.asm
neoneye/loda-programs
11
127315
<filename>oeis/143/A143579.asm ; A143579: Permutation of the natural numbers (0,1,2,3,...): Odious numbers (A000069) interleaved with Evil numbers (A001969). ; Submitted by <NAME>(s1) ; 1,0,2,3,4,5,7,6,8,9,11,10,13,12,14,15,16,17,19,18,21,20,22,23,25,24,26,27,28,29,31,30,32,33,35,34,37,36,38,39,41,40,42,43,44,45,47,46,...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_255.asm
ljhsiun2/medusa
9
127317
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xde68, %rsi lea addresses_A_ht+0x12fe8, %rdi nop nop nop add %r10, %r10 mov $36, %rcx rep movsq nop and $15594, %rdi lea addresses_normal_ht+0xefac, %rcx nop nop and %rdi, %rd...
programs/oeis/002/A002491.asm
neoneye/loda
22
127319
<filename>programs/oeis/002/A002491.asm ; A002491: Smallest number of stones in Tchoukaillon (or Mancala, or Kalahari) solitaire that make use of n-th hole. ; 1,2,4,6,10,12,18,22,30,34,42,48,58,60,78,82,102,108,118,132,150,154,174,192,210,214,240,258,274,282,322,330,360,372,402,418,442,454,498,510,540,570,612,622,648,6...
oeis/251/A251573.asm
neoneye/loda-programs
11
127320
<filename>oeis/251/A251573.asm ; A251573: E.g.f.: exp(3*x*G(x)^2) / G(x)^2 where G(x) = 1 + x*G(x)^3 is the g.f. of A001764. ; Submitted by <NAME> ; 1,1,3,21,261,4833,120303,3778029,143531433,6404711553,328447585179,19037277446949,1230842669484717,87829738967634849,6856701559496841159,581343578623728854397,531964391138...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1262.asm
ljhsiun2/medusa
9
127321
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x33a8, %r11 nop nop and %rbp, %rbp movw $0x6162, (%r11) nop inc %r11 lea addresses_A_ht+0x2da8, %r13 nop nop nop sub $64807, %r14 mov (%r13), %ebx nop nop nop nop no...
libsrc/target/sms/wait_vblank_noint.asm
jpoikela/z88dk
640
127322
SECTION code_clib PUBLIC wait_vblank_noint PUBLIC _wait_vblank_noint EXTERN get_vcount ;============================================================== ; void wait_vblank_noint() ;============================================================== ; Waits for VBlank, without interrupts ;=============================...
programs/oeis/304/A304507.asm
karttu/loda
1
127323
; A304507: a(n) = 5*(n+1)*(9*n+4). ; 20,130,330,620,1000,1470,2030,2680,3420,4250,5170,6180,7280,8470,9750,11120,12580,14130,15770,17500,19320,21230,23230,25320,27500,29770,32130,34580,37120,39750,42470,45280,48180,51170,54250,57420,60680,64030,67470,71000,74620,78330,82130,86020,90000,94070,98230,102480,106820,111250,...
oeis/138/A138115.asm
neoneye/loda-programs
11
127324
<filename>oeis/138/A138115.asm ; A138115: Triangle read by rows: row n lists the first n digits of the decimal expansion of e. ; 2,2,7,2,7,1,2,7,1,8,2,7,1,8,2,2,7,1,8,2,8,2,7,1,8,2,8,1,2,7,1,8,2,8,1,8,2,7,1,8,2,8,1,8,2,2,7,1,8,2,8,1,8,2,8,2,7,1,8,2,8,1,8,2,8,4,2,7,1,8,2,8,1,8,2,8,4,5 seq $0,25682 ; Exponent of 9 (valu...
libsrc/ctype/isodigit.asm
meesokim/z88dk
0
127325
; isodigit PUBLIC isodigit EXTERN asm_isodigit ; FASTCALL .isodigit ld a,l call asm_isodigit ld hl,0 ret c inc l ret
mainmenu.asm
unlink2/nesrpg
5
127326
; this sub routine sets up the main menu ; it will load the background into nametable 1 ; and swap to that table ; also moves sprites around ; inputs: ; none ; side effects: ; nametables are updated, sprites changed ; registers changed init_main_menu: jsr stop_audio lda #$00 sta gfx_flags sta l...
_build/dispatcher/jmp_ippsGFpECESFinal_SM2_2cc588aa.asm
zyktrcn/ippcp
1
127327
extern m7_ippsGFpECESFinal_SM2:function extern n8_ippsGFpECESFinal_SM2:function extern y8_ippsGFpECESFinal_SM2:function extern e9_ippsGFpECESFinal_SM2:function extern l9_ippsGFpECESFinal_SM2:function extern n0_ippsGFpECESFinal_SM2:function extern k0_ippsGFpECESFinal_SM2:function extern ippcpJumpIndexForMergedLibs exter...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_7635_1571.asm
ljhsiun2/medusa
9
127328
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x884a, %rsi lea addresses_WT_ht+0x870c, %rdi nop nop nop nop cmp %rax, %rax mov $99, %rcx rep movsb nop nop add %r11, %r11 lea addresses_normal_ht+0x1430c, %rsi lea addr...
diglett.asm
martianworm17/college-assembly-drawing
0
127329
<reponame>martianworm17/college-assembly-drawing<gh_stars>0 .model small .stack .code start: mov ah, 06h mov bh, 70h mov ch, 0 mov cl, 0 mov dh, 50 mov dl, 50 int 10h ;body mov ah, 06h mov bh, 70 mov ch, 2 mov cl,...
P6/P6Judger - 100 testpoints/testpoint/testpoint88.asm
flyinglandlord/BUAA-CO-2021
5
127331
<gh_stars>1-10 ori $1, $0, 8 ori $2, $0, 9 ori $3, $0, 4 ori $4, $0, 7 sw $1, 0($0) sw $4, 4($0) sw $4, 8($0) sw $3, 12($0) sw $3, 16($0) sw $1, 20($0) sw $2, 24($0) sw $1, 28($0) sw $1, 32($0) sw $2, 36($0) sw $2, 40($0) sw $1, 44($0) sw $4, 48($0) sw $1, 52($0) sw $1, 56($0) sw $1, 60($0) sw $3, 64($0) sw $3, 68($0) ...
MSDOS/Virus.MSDOS.Unknown.musicbug.asm
fengjixuchui/Family
3
127332
<filename>MSDOS/Virus.MSDOS.Unknown.musicbug.asm<gh_stars>1-10 ; -------------------------------------------------------------------------- ; Virus Mbug Sourced by Roman_S (c) jan 1992 ; -------------------------------------------------------------------------- ; Ulozenie BOOT Sect 7, Head 0, stopa 9 (360 Kb) ; ...
disktest.asm
Meydand2001/Assembly
0
127333
add $t0, $imm1, $zero, $zero, 7, 0 # $t0 = 7 (current sector) add $t1, $zero, $zero, $zero, 0, 0 # $t1 = 0 (buffer) out $zero, $imm1, $zero, $imm2, 1, 1 # Enable Irq1 out $zero, $imm1, $zero, $imm2, 6, DECIDE # Handler = DECIDE out $zero, $imm1, $zero, $imm2, 7,...
asm/kernel/core/init.asm
majacQ/retroputer
58
127334
<reponame>majacQ/retroputer ######################################## # # Retroputer Kernel : Core : Init # ######################################## .segment kcode kmemmap.kernel.init-start .append { init: { # interrupts should be disabled for this set id # configure MM ld a, 0x7C41...
Macros.asm
DevEd2/ScootTheBurbs
5
127335
; ================================================================ ; Macros ; ================================================================ if !def(incMacros) incMacros set 1 ; Copy a tileset to a specified VRAM address. ; USAGE: CopyTileset [tileset],[VRAM address],[number of tiles to copy] CopyTileset: macro ...
Appl/GeoWrite/Document/documentMisc.asm
steakknife/pcgeos
504
127338
COMMENT @---------------------------------------------------------------------- Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: GeoWrite FILE: documentMisc.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Tony 3/92 Initial version DESCRIPT...
kernel.asm
andrewwon79/CS153LAB3
0
127339
<reponame>andrewwon79/CS153LAB3<gh_stars>0 kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 ...
LightMeter/LightMeter/LightMeter.asm
smbraden/CS12-AVR
0
127340
<filename>LightMeter/LightMeter/LightMeter.asm /*-------------------------------------------------------------------------------------// Project: LightMeter Filename: LightMeter.asm Author: <NAME> Reference: http://www.rjhcoding.com/avr-asm-pm.php Date: 11/25/2020 Device...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1638.asm
ljhsiun2/medusa
9
127341
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1b77c, %rax nop nop nop cmp %rbx, %rbx movw $0x6162, (%rax) nop cmp $46851, %r9 lea addresses_WC_ht+0x209c, %r11 nop nop nop inc %r9 movb $0x61, (%r11) nop nop cmp ...
win32/Wybory/wybory.asm
QAston/fasm-2006
0
127342
Format PE GUI 4.0 entry start include 'win32a.inc' section '.data' data readable writeable include 'data/zmienne.asm' section '.code' code readable executable start:
test/unittest_edge_detection_test.asm
muellevin/RARS_Game_of_Life
1
127344
# testing gamefield nect cell (continuee_gamefield) function # in case of error the test position of error or adress is displayed and test get terminated .include "../src/constants_settings.asm" la t0, settings # working with defaults now. # we don't need any status of the current cell -> no draw function li s0,...
ln.asm
marioherrera19/sistema-operativo
0
127345
<reponame>marioherrera19/sistema-operativo<filename>ln.asm _ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 ...
programs/oeis/179/A179635.asm
karttu/loda
0
127346
<filename>programs/oeis/179/A179635.asm ; A179635: Median of the digits in n (rounding down) ; 1,2,3,4,5,6,7,8,9,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,0,0,0,0,0,0 add $0,1 lpb $...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_1_147.asm
ljhsiun2/medusa
9
127348
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x16cf6, %rcx nop nop nop dec %r8 mov $0x6162636465666768, %r13 movq %r13, (%rcx) nop nop inc %r12 lea addresses_UC_ht+0x4e96, %rsi lea addresses_D_ht+0x1028, %rdi nop nop nop ...
oeis/192/A192922.asm
neoneye/loda-programs
11
127349
; A192922: Constant term in the reduction by (x^2->x+1) of the polynomial p(n,x) defined below at Comments. ; Submitted by <NAME> ; 1,0,1,2,5,11,25,55,122,268,590,1295,2844,6240,13693,30039,65900,144559,317108,695595,1525829,3346965,7341695,16104238,35325142,77486710,169969295,372832346,817818010,1793906117,3934981921,...
part2/PinAccessClassAsm/firmware-summary.asm
LuckyResistor/templates-for-embedded
2
127350
00000124 <main>: ; Regular initialisation ; setup() ------------------------------------------------------------------------------- ; cLedPin.configureAsOutput(); 1aa: 25 9a sbi 0x04, 5 ; 4 ; loop() -------------------------------------------------------------------------------- 1ac: c0 e0 ldi r28, 0x0...
oeis/018/A018915.asm
neoneye/loda-programs
11
127352
; A018915: Define the generalized Pisot sequence T(a(0),a(1)) by: a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n). This is T(2,6). ; Submitted by <NAME>(s4) ; 2,6,17,48,135,379,1064,2987,8385,23538,66074,185477,520654,1461532,4102678,11516659,32328502,90749586,254743859,715093440,2007344278,5634831...
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sccz80/esxdos_f_unlink.asm
Toysoft/z88dk
0
127353
<reponame>Toysoft/z88dk ; int esxdos_f_unlink(void *filename) INCLUDE "config_private.inc" SECTION code_clib SECTION code_esxdos PUBLIC esxdos_f_unlink EXTERN asm_esxdos_f_unlink esxdos_f_unlink: ld a,__ESXDOS_DRIVE_CURRENT jp asm_esxdos_f_unlink
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1776.asm
ljhsiun2/medusa
9
127354
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x188dd, %rsi lea addresses_WC_ht+0x29d5, %rdi clflush (%rdi) nop nop nop nop nop cmp %rbp, %rbp mov $57, %rcx rep movsl nop nop nop nop and $14211, %rbp pop %rsi pop %rdi pop %rcx pop %rbp ...
libtool/src/gmp-6.1.2/mpn/x86/pentium4/sse2/submul_1.asm
kroggen/aergo
1,602
127356
<gh_stars>1000+ dnl Intel Pentium-4 mpn_submul_1 -- Multiply a limb vector with a limb and dnl subtract the result from a second limb vector. dnl Copyright 2001, 2002, 2008, 2010 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 redis...
libsrc/osca/change_volume.asm
andydansby/z88dk-mk2
1
127357
; ; Old School Computer Architecture - interfacing FLOS ; <NAME>, 2011 ; ; Wait video hardware to be ready ; ; $Id: change_volume.asm,v 1.1 2011/08/03 08:13:40 stefano Exp $ ; INCLUDE "flos.def" XLIB change_volume LIB flos_err change_volume: ld a,l ; __FASTCALL__ call kjt_change_volume jp flos_err
bin_patch.asm
Illidanz/KiraGameTranslation
3
127358
.nds .open "data/repack/arm9.bin",0x02000000 .org 0x0208821c .area 0xc0 FONT_DATA: .import "data/font_data.bin",0,0x5f .align GET_CHAR_WIDTH: ;Check if the character is ASCII cmp r14,0x0 addlt r2,r2,6 blt GET_CHAR_WIDTH_RETURN cmp r14,0x7f addgt r2,r2,6 bgt GET_CHAR_WID...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1556.asm
ljhsiun2/medusa
9
127359
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1dbb0, %rsi lea addresses_normal_ht+0xc10, %rdi nop and %r13, %r13 mov $12, %rcx rep movsl nop nop nop nop nop sub $63734, %r13 lea addresses_normal_ht+0xc060, %rsi nop ...
oeis/164/A164399.asm
neoneye/loda-programs
11
127360
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A164399: Number of binary strings of length n with no substrings equal to 0001 or 1010 ; Submitted by <NAME> ; 14,24,41,70,119,202,343,582,987,1674,2839,4814,8163,13842,23471,39798,67483,114426,194023,328990,557843,945890,1603871,2719558,4611339,7819082,13258199,2248087...
programs/oeis/178/A178596.asm
neoneye/loda
22
127361
<reponame>neoneye/loda<filename>programs/oeis/178/A178596.asm<gh_stars>10-100 ; A178596: Records in A039996. ; 1,2,3,4,5,6,8,10,11,12,13,14,16,17,18,19,20,21,23,25,26,27,28,29 add $0,1 mov $1,$0 lpb $1 add $0,1 sub $1,3 mov $2,$1 sub $1,7 sub $2,3 mov $3,$2 trn $3,2 trn $2,$3 add $0,$2 trn $1,$2 lp...
Kernel/asm/io.asm
ZaG799/TPE-Arqui
0
127362
<reponame>ZaG799/TPE-Arqui GLOBAL read_port GLOBAL write_port GLOBAL read_port_word GLOBAL write_port_word section .text ;read_port(port) read_port: push rbp mov rbp, rsp mov rdx, rdi in al, dx mov rsp, rbp pop rbp ret ;write_port(port, data) write_port: push rbp mov rbp, rsp mov rdx, rdi mov rax...
emulator/mz800/XCTests/assets/TestHalt.asm
gunterhager/mz-800-emulator
8
127363
; Test: HALT ; ; Use z80asm from the z88dk project to build binary file. ; Command line: ; z80asm -b TestHalt.asm org 02000h halt
assembler/asm_example/xor_swap.asm
dpolad/dlx
1
127364
seq r1, r2, r3 ; move 1 into R1 seq r2, r2, r3 ; move 1 into R2 add r2, r1, r2 ; R2 = 1 + 1 add r2, r1, r2 ; R2 = 1 + 2 add r2, r1, r2 ; R2 = 1 + 3 add r1, r1, r2 ; R1 = 1 + 4 = 5 add r2, r1, r2 ; R2 = 4 + 5 = 9 xor r1, r1, r2 xor r2, r2, r1 xor r1, r1, r2 ; now R1 contains 9, R2 contains 5
programs/oeis/104/A104563.asm
neoneye/loda
22
127365
; A104563: A floretion-generated sequence relating to centered square numbers. ; 0,1,3,5,8,13,19,25,32,41,51,61,72,85,99,113,128,145,163,181,200,221,243,265,288,313,339,365,392,421,451,481,512,545,579,613,648,685,723,761,800,841,883,925,968,1013,1059,1105,1152,1201,1251,1301,1352,1405,1459,1513,1568,1625,1683,1741,1800...
code.asm
Heathcode/hellones
0
127366
.bank 0 .org 0x0000 sleeping .ds 1 .org MMC1_VROM_HIGH reset: sei cld ldx #$ff stx SND_17_FRAME_IRQ ldx #$ff txs inx jsr audio_init stx PPU_00_CTRL1 stx PPU_01_CTRL2 stx SND_10_DMC_CTRL jsr wait_for_vblank jsr wait_for_vblank load_palettes: lda PPU_02_STATUS lda #$3f sta VRAM_06_ADDR2 ldx #...
Appl/GeoCalc/UI/uiList.asm
steakknife/pcgeos
504
127367
<filename>Appl/GeoCalc/UI/uiList.asm COMMENT @----------------------------------------------------------------------- Copyright (c) Geoworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: AUTHOR: Cheng, 3/91 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Na...
fpp.asm
vipoo/bbcbasic-z80
2
127369
<reponame>vipoo/bbcbasic-z80 ; TITLE '(C) COPYRIGHT R.T.RUSSELL 1986' ; ;Z80 FLOATING POINT PACKAGE ;(C) COPYRIGHT R.T.RUSSELL 1986 ;VERSION 0.0, 26-10-1986 ;VERSION 0.1, 14-12-1988 (BUG FIX) ; ;BINARY FLOATING POINT REPRESENTATION: ; 32 BIT SIGN-MAGNITUDE NORMALIZED MANTISSA ; 8 BIT EXCESS-128 SIGNED EXPONENT ;...
assembly_code/chp9_03.asm
linxnerd/BelalHashmi-Assembly-Exercise-Solutions
2
127370
;Write a program to make an asterisk travel the border of the screen, ;from upper left to upper right to lower right to lower left and back to upper left indefinitely. [org 0x0100] jmp start start: call clrscr call borderAsterisk mov ax, 0x4c00 int 21h ;Clear Screen clrscr: mov ax, 0xb800 m...
programs/oeis/178/A178730.asm
jmorken/loda
1
127371
<filename>programs/oeis/178/A178730.asm ; A178730: Partial sums of floor(7^n/8)/6. ; 0,1,8,58,408,2859,20016,140116,980816,6865717,48060024,336420174,2354941224,16484588575,115392120032,807744840232,5654213881632,39579497171433,277056480200040,1939395361400290,13575767529802040 add $0,1 mov $2,$0 div $2,2 mov $3,$2 su...
_incObj/68 Conveyor Belt.asm
kodishmediacenter/msu-md-sonic
9
127373
<filename>_incObj/68 Conveyor Belt.asm ; --------------------------------------------------------------------------- ; Object 68 - conveyor belts (SBZ) ; --------------------------------------------------------------------------- Conveyor: moveq #0,d0 move.b obRoutine(a0),d0 move.w Conv_Index(pc,d0.w),d1 jmp C...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2604.asm
ljhsiun2/medusa
9
127374
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x228e, %rbp nop nop and %rdi, %rdi movl $0x61626364, (%rbp) nop nop nop nop cmp $60076, %rsi lea addresses_normal_ht+0x1b60e, %rsi lea addresses_WT_ht+0x1c0e, %rdi nop nop and $3397, %r1...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_830.asm
ljhsiun2/medusa
9
127375
.global s_prepare_buffers s_prepare_buffers: push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xc153, %rsi lea addresses_A_ht+0x7e8f, %rdi nop nop nop nop nop add $10798, %rdx mov $109, %rcx rep movsw nop nop nop nop sub %rax, %rax pop %rsi pop %rdx pop %rdi pop %rcx pop %rax ret .global s_fau...
programs/oeis/049/A049611.asm
neoneye/loda
22
127376
<gh_stars>10-100 ; A049611: a(n) = T(n,2), array T as in A049600. ; 0,1,4,13,38,104,272,688,1696,4096,9728,22784,52736,120832,274432,618496,1384448,3080192,6815744,15007744,32899072,71827456,156237824,338690048,731906048,1577058304,3388997632,7264534528,15535702016,33151778816,70598524928,150055419904,318364450816,6743...
Library/ConView/Main/mainHotspot.asm
steakknife/pcgeos
504
127377
<filename>Library/ConView/Main/mainHotspot.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: ConView Library MODULE: Main FILE: mainHotspot.asm AUTHOR: <NAME>, May 10, 1994 ROUTINES: Name Description ...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_45_2689.asm
ljhsiun2/medusa
9
127378
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xe206, %rsi lea addresses_A_ht+0x16806, %rdi nop nop nop cmp %rdx, %rdx mov $52, %rcx rep movsw nop nop nop nop cmp $2347, %r9 lea addresses_WT_ht+0x1b406, %rsi lea addre...
programs/oeis/071/A071118.asm
jmorken/loda
1
127379
<gh_stars>1-10 ; A071118: Size of the automorphism group of the group Z X Z_n. ; 2,4,12,16,40,24,84,64,108,80,220,96,312,168,240,256,544,216,684,320,504,440,1012,384,1000,624,972,672,1624,480,1860,1024,1320,1088,1680,864,2664,1368,1872,1280,3280,1008,3612,1760,2160,2024,4324,1536 mov $2,$0 add $0,2 mul $0,$2 cal $0,10...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1349.asm
ljhsiun2/medusa
9
127380
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x16e50, %rsi lea addresses_WT_ht+0x1a524, %rdi nop nop cmp %rax, %rax mov $17, %rcx rep movsb nop nop and %rdi, %rdi lea addresses_UC_ht+0x197e0, %r9 nop nop nop nop nop dec %r...
install/lib/disk/fcb_open.asm
minblock/msdos
0
127382
;======================================================== COMMENT # FCB_OPEN.ASM Copyright (c) 1991 - Microsoft Corp. All rights reserved. Microsoft Confidential ================================================= Does and FCB open using DOS int 21h function 0xf. int FcbOpen( struct DOS_FCB *Fcb ); ARGUMENT...
Project 8/Test Files/FunctionCalls/StaticsTest/StaticsTest.asm
zephyrclaire/CompArch
0
127383
@256 D=A @SP M=D @return-address-0 D=A @SP A=M M=D @SP M=M+1 @LCL D=M @SP A=M M=D @SP M=M+1 @ARG D=M @SP A=M M=D @SP M=M+1 @THIS D=M @SP A=M M=D @SP M=M+1 @THAT D=M @SP A=M M=D @SP M=M+1 @SP D=M @0 D=D-A @5 D=D-A @ARG M=D @SP D=M @LCL M=D @Sys.init 0;JMP (return-addr...
optests/incdec.asm
joeldipops/SuperTestBoy
1
127384
;;;;;;;;;;;;;;;;;;;;;;;;;; INC r ;;;;;;;;;;;;;;;;;;; ; INC A ld A, 0 scf ; carry flag not affected by inc inc A ; AF=01xx BC=fefe DE=fefe HL=ceeb ZNHC=0001 ld A, $0f inc A ; AF=10xx BC=fefe DE=fefe HL=ceeb ZNHC=0011 ; Doesn't set the carry, but wraps around?? ld A, $ff ...
programs/oeis/171/A171389.asm
neoneye/loda
22
127385
; A171389: a(n) = 21*2^n - 1. ; 20,41,83,167,335,671,1343,2687,5375,10751,21503,43007,86015,172031,344063,688127,1376255,2752511,5505023,11010047,22020095,44040191,88080383,176160767,352321535,704643071,1409286143,2818572287,5637144575,11274289151,22548578303,45097156607,90194313215,180388626431,360777252863,7215545057...
programs/oeis/265/A265611.asm
neoneye/loda
22
127387
<reponame>neoneye/loda ; A265611: a(n) = a(n-1) + floor((n-1)/2) - (-1)^n + 2 for n>=2, a(0)=1, a(1)=3. ; 1,3,4,8,10,15,18,24,28,35,40,48,54,63,70,80,88,99,108,120,130,143,154,168,180,195,208,224,238,255,270,288,304,323,340,360,378,399,418,440,460,483,504,528,550,575,598,624,648,675,700,728,754,783,810,840,868,899,928,...
hello/hello.asm
wavesoftware/asm-sandbox
0
127388
<gh_stars>0 global main extern puts section .text main: mov rdi, message ; First integer (or pointer) argument in rdi call [rel puts wrt ..got] ; puts(message) mov rax, 1 ; system call for write ...
programs/oeis/001/A001096.asm
neoneye/loda
22
127389
; A001096: a(n) = n + n*(n-1)*(n-2)*(n-3)*(n-4)*(n-5). ; 0,1,2,3,4,5,726,5047,20168,60489,151210,332651,665292,1235533,2162174,3603615,5765776,8910737,13366098,19535059,27907220,39070101,53721382,72681863,96909144,127512025,165765626,213127227,271252828,342014429,427518030,530122351,652458272,797448993,968330914,116867...
docs/exercises/06-looping.asm
astrellon/moss
0
127390
main: MOV r0 1 ; for (var i = 1 loop setup start_of_loop: CMP r0 10 ; i <= 10 loop conditional > JMP end_of_loop ; { PRINT r0 ; PRINT "\n" ; console.log(i); ; } ...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_17328_2944.asm
ljhsiun2/medusa
9
127392
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x2bec, %r13 nop nop nop nop add $36077, %r9 movl $0x61626364, (%r13) nop nop nop nop nop xor %rcx, %rcx lea addresses_UC_ht+0xefec, %rsi lea addresses_UC_ht+0x1aaec, %rdi ...
dv3/qlsd/cinvi.asm
olifink/smsqe
0
127393
section dv3 include 'dev8_mac_creg' xdef cinvi cinvi ; Check processor type (stolen from C68 runtime) movem.l a7,-(a7) ; See if the pre-decrement is pipelined? cmp.l (a7)+,a7 beq.s no_caches ; 68000/68008/68010 ; Must be 68020 then gcreg cacr ; get CACR into d0 or.w #$0008,d0 ; invalidate inst cache p...
pwnlib/shellcraft/templates/arm/linux/cat.asm
alexpark07/pwntools
1
127394
<% from pwnlib.shellcraft import common, arm %> <%page args="filepath='./secret', in_fd = None, out_fd = None"/> <%docstring> ``cat`` a file like UNIX Command Args: filepath (str) : target file name in_fd (int/str): in file descriptor out_fd (int/str): out file descriptor </%docstring> <% looplabel = commo...
src/public/src/FM7/util/fm7code/miscfunc.asm
rothberg-cmu/rothberg-run
1
127396
<gh_stars>1-10 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; A value ; X string pointer ItoA LDB #'0' STB ,X STB 1,X ItoA_LOOP CMPA #10 BCS ItoA_LOOPOUT SUBA #10 INC ,X BRA ItoA_LOOP ItoA_LOOPOUT ADDA #'0' STA 1,X RTS ;;;;;;;;;;;;;...
Library/Config/Toc/tocSortedNameArray.asm
steakknife/pcgeos
504
127398
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: tocSortedNameArray.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- TocAllocSortedNameArray Allocate a sorted name array. T...
Tradutor/Arquivos_teste/if.asm
PedroAcA/SB_T2_Bruno
0
127399
<gh_stars>0 I1: EQU 0 I2: EQU 1 SECTION TEXT IF I1 OUTPUT um IF I2 OUTPUT dois STOP SECTION DATA um: const 1 esp1: space; testando section.data misturado com section .bss dois: const 2 esp2: space 3
oeis/313/A313696.asm
neoneye/loda-programs
11
127400
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A313696: Coordination sequence Gal.6.327.4 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>(s1) ; 1,5,10,15,19,24,30,35,39,44,49,54,59,64,69,73,78,84,89,93,98,103,1...
Driver/Printer/DotMatrix/Nike56/nike56Job.asm
steakknife/pcgeos
504
127401
<filename>Driver/Printer/DotMatrix/Nike56/nike56Job.asm<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1994 -- All Rights Reserved PROJECT: PC GEOS MODULE: Brother NIKE 56-jet Drivers FILE: nike56Job.asm AUTHOR: <NAME> ROUTINES...
Assembler/tests/tutorial-O.asm
asifmallik/SCALE-MAMBA
0
127402
# tutorial-0--0 ldi c0, 1 # 0 shlci c1, c0, 31 # 1 mulci c2, c1, 4 # 2 mulc c0, c2, c1 # 3 bit s502 # 4 bit s496 # 5 bit s484 # 6 bit s473 # 7 bit s464 # 8 bit s456 # 9 bit s450 # 10 bit s445 # 11 bit s438 # 12 bit s433 # 13 bit s426 # 14 bit s418 # 15 bit s1762 # 16 bit s407 # 17 bit s1603 # 18 bit s395 # 19 bit s1639...
oeis/280/A280077.asm
neoneye/loda-programs
11
127404
; A280077: Partial sums of A007429 (Sum_{d|n} sigma(d)). ; Submitted by <NAME> ; 1,5,10,21,28,48,57,83,101,129,142,197,212,248,283,340,359,431,452,529,574,626,651,781,819,879,937,1036,1067,1207,1240,1360,1425,1501,1564,1762,1801,1885,1960,2142,2185,2365,2410,2553,2679,2779,2828,3113,3179,3331,3426,3591,3646,3878,3969,4...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_124_1538.asm
ljhsiun2/medusa
9
127405
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1a180, %rbx xor %rdx, %rdx movb $0x61, (%rbx) nop nop nop and %rax, %rax lea addresses_A_ht+0x5670, %r11 nop nop nop nop inc %rcx mov $0x6162636465666768, %r10 movq %r10, %xm...
oeis/053/A053995.asm
neoneye/loda-programs
11
127406
; A053995: Bases of n-dimensional vector space over GF(3). ; Submitted by <NAME>(w1) ; 1,2,24,1872,1010880,3963053952,116846682720768,26600881786245651456,47704425342545776582103040,684471586202557775548246032261120,79552147744537053441626504660608566263808 mul $0,2 mov $1,1 mov $2,1 mov $3,$0 mov $4,-1 lpb $3 mul $...
hrm/41_sorting_floor.asm
glupmjoed/puzzles
0
127407
-- HUMAN RESOURCE MACHINE PROGRAM -- -- sort([in1, in2 .. ~\0]), ... -> out a: COPYFROM 24 -- (n is length of array) COPYTO 22 -- m = 0 (m is index of minimum element) INBOX COPYTO [24] -- inbox -> a[n] b: BUMPUP 24 -- n++ INBOX JUMPZ d COPYTO [24] -- inbox -> a[n] ...
Source/Levels/L0010.asm
AbePralle/FGB
0
127408
<reponame>AbePralle/FGB ; L0010.asm mouse teleport room ; Generated 11.06.2000 by mlevel ; Modified 11.06.2000 by <NAME> INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" INCLUDE "Source/Items.inc" BOULDER_INDEX EQU 1 MASK_INDEX EQU 68 MOUSE_INDEX EQU 69 UBERMOUSE_INDEX EQU 71 VAR_CONTROLS EQU 0 VAR_...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_284.asm
ljhsiun2/medusa
9
127410
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_284.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r8 push %rbx push %rcx lea addresses_WC_ht+0xedc4, %r12 cmp %r10, %r10 mov (%r12), %ebx nop nop sub $6572, %r11 lea addresses_A_ht+...
ijk/source/ijk-math/common/ijk-real/_asm/ijkSqrt_a.asm
dbuckstein/ijk
1
127411
<reponame>dbuckstein/ijk COMMENT @ /* Copyright 2020-2021 <NAME> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by appl...
src/mcs-51.asm
mpeschke/atmel-at89s51-mcu-examples
0
127412
<gh_stars>0 ;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.0.0 #11528 (Mac OS X x86_64) ;-------------------------------------------------------- .module mcs_51 .optsdcc -mmcs51 --model-small ;------------------------------------------...
libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_capacity.asm
jpoikela/z88dk
640
127413
; size_t ba_priority_queue_capacity(ba_priority_queue_t *q) SECTION code_clib SECTION code_adt_ba_priority_queue PUBLIC ba_priority_queue_capacity EXTERN asm_ba_priority_queue_capacity defc ba_priority_queue_capacity = asm_ba_priority_queue_capacity ; SDCC bridge for Classic IF __CLASSIC PUBLIC _ba_priority_queue...
constants/evolution_constants.asm
AmateurPanda92/pokemon-rby-dx
9
127414
<filename>constants/evolution_constants.asm ; See data/evos_moves.asm ; Evolution types EV_LEVEL EQU 1 EV_ITEM EQU 2 EV_TRADE EQU 3 MAX_EVOLUTIONS EQU 3 EVOLUTION_SIZE EQU 4
InjectorDll/GetAddress.asm
friendly-spycrab/Titanfall-2-Memory-editor
3
127415
CheckIfShouldRedirect PROTO C .code GetAddress proc push rax mov rax,r8 ret GetAddress endp ResetRax proc pop rax ret ResetRax endp EnterRedirect proc lea r8,[rsp+30] call PushAll ;push all basic registers to the stack. this is so we only overwrite the address call CheckIfShouldRedirect call PopAll ; pop al...
libsrc/stdio/msx/fputc_cons.asm
andydansby/z88dk-mk2
1
127418
; ; MSX C Library ; ; Fputc_cons ; ; <NAME> - Apr. 2000 ; ; ; $Id: fputc_cons.asm,v 1.6 2009/06/22 21:44:17 dom Exp $ ; XLIB fputc_cons LIB msxbios IF FORmsx INCLUDE "msxbios.def" ELSE INCLUDE "svibios.def" ENDIF ; ; Entry: hl = points to char ; .fputc_cons ld hl,...
programs/oeis/271/A271907.asm
karttu/loda
1
127419
; A271907: Size of the largest subset S of the points of an n X n square grid such that no three of the points of S form an isosceles triangle. ; 1,2,4,6,8,10,12,14,16,18 mov $1,$0 add $1,1 mov $0,$1 lpb $0,1 sub $0,1 mov $2,$0 sub $0,4 sub $2,1 add $1,$2 sub $0,4 lpe
include/asm_mac/platform.asm
phiwen96/asm_mac
0
127421
%define System 0 %define Darwin 0 %define Linux 1 %define Windows 2 %define x86_64 0 %define arm64 1 %define Processor 1
oeis/163/A163624.asm
neoneye/loda-programs
11
127423
<filename>oeis/163/A163624.asm<gh_stars>10-100 ; A163624: Numbers n such that 120n+1 is prime. ; Submitted by <NAME>(s4) ; 2,5,10,11,15,18,19,21,25,26,28,35,37,38,40,44,46,47,49,51,53,54,57,58,61,63,64,68,71,72,73,75,77,80,81,86,93,102,105,106,107,112,114,116,119,120,126,127,128,130,138,141,142,145,148,149,151,154,159,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_839.asm
ljhsiun2/medusa
9
127424
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xe6ff, %rsi lea addresses_WC_ht+0x100f, %rdi nop nop nop nop nop sub $2988, %r10 mov $72, %rcx rep movsw nop nop nop nop nop cmp $38335, %r15 lea addresses_A_ht+0x11867, %r11...
Src/Ant32/test1.asm
geoffthorpe/ant-architecture
0
127425
<reponame>geoffthorpe/ant-architecture addi r28, r29, 16702650 # fedcba addi r28, r29, 16702650 # fedcba label0: addi r28, r29, 65535 # ffff addi r28, r29, $label4 # abcde subi r28, r29, 16702650 # fedcba subi r28, r29, 16702650 # fedcba label1: subi r28, r29, 65535 # ffff subi r28...
Tools/System/Minnow3.asm
jaredwhitney/os3
5
127426
<reponame>jaredwhitney/os3 Minnow3_SIGNATURE equ ((0x30<<24) | "MFS") Minnow3.loadFS : pusha mov al, [AHCI_STATUS] cmp al, 0x0 je Minnow3.loadFS.ret mov eax, 0 xor ebx, ebx mov edx, 0x200 call AHCI.DMAread mov [Minnow3.data0], ecx add ecx, 0x1BE mov edx, 4 Minnow3.loadFS.partitionLookupLoop : ...
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/poly.asm
ahjelm/z88dk
4
127428
<reponame>ahjelm/z88dk SECTION code_fp_math16 PUBLIC polyf16 EXTERN cm16_sccz80_poly defc polyf16 = cm16_sccz80_poly ; SDCC bridge for Classic IF __CLASSIC PUBLIC _polyf16 defc _polyf16 = polyf16 ENDIF
build/clothes.asm
jsmolina/speccy-misifu
9
127429
<gh_stars>1-10 SECTION rodata_user ; Original: 64, 24 (=8 x 3 chars) ; Blocks: 8 defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000 PUBLIC _sprite_clothes1 ._sprite_clothes1 defb @00000000 defb @00000011 defb @00000011 defb @00000011 defb @00000011 d...
target/cos_117/disasm/iop_overlay1/UPRT3.asm
jrrk2/cray-sim
49
127430
<gh_stars>10-100 0x0000 (0x000000) 0x1023- f:00010 d: 35 | A = 35 (0x0023) 0x0001 (0x000002) 0x291C- f:00024 d: 284 | OR[284] = A 0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0003 (0x000006) 0x291E- f:00024 d: 286 | OR[286] = A ...
ee/wman/mhit.asm
olifink/smsqe
0
127431
<filename>ee/wman/mhit.asm ; Standard menu hit routine V1.05  1986 <NAME> QJUMP section wman xdef wm_mhit xref wm_entry xref wm_drbdr xref wm_drins xref wm_clrci xref wm_mdraw xref wm_scrow xref wm_sccol xref wm_msect xref wm_chitd include dev8_mac_assert include dev8_keys_k include dev8_keys...
4rth-Sem-Ise/Microprocessors -X86-/palindrome.asm
mvnsia/4th_Sem_Ise
0
127432
<reponame>mvnsia/4th_Sem_Ise assume cs:code,ds:data data segment str1 db 'madam' n dw n – str1 str2 db 5 dup(?) msg1 db "pallindrome$" msg2 db "not a palindrome$" data ends code segment start: mov ax,data mov ds,ax mov es,ax mov cx,n ...
_anim/obj6D.asm
NatsumiFox/AMPS-Sonic-1-2005
2
127433
<reponame>NatsumiFox/AMPS-Sonic-1-2005 ; --------------------------------------------------------------------------- ; Animation script - flamethrower (SBZ) ; --------------------------------------------------------------------------- dc.w byte_E5C4-Ani_obj6D dc.w byte_E5D2-Ani_obj6D dc.w byte_E5DC-Ani_obj6D dc...
programs/oeis/142/A142000.asm
neoneye/loda
22
127434
; A142000: Primes congruent to 24 mod 29. ; 53,227,401,691,1039,1097,1213,1619,2083,2141,2663,2837,2953,3011,3301,3359,3533,3823,3881,4229,4519,4751,5099,5273,5563,5737,6143,6317,6491,6607,6781,7013,7129,7187,7477,7883,8231,8521,8753,9043,9391,9623,9739,10667,10957,11131,11827,12697,13103,13219,13451,13567,13799,14321,...
programs/oeis/231/A231864.asm
neoneye/loda
22
127435
<reponame>neoneye/loda ; A231864: Partial sums of the second power of arithmetic derivative function A003415. ; 0,1,2,18,19,44,45,189,225,274,275,531,532,613,677,1701,1702,2143,2144,2720,2820,2989,2990,4926,5026,5251,5980,7004,7005,7966,7967,14367,14563,14924,15068,18668,18669,19110,19366,23990,23991,25672,25673,27977,...
src/PJ/rexlib/mathlib/hc_fchop.asm
AnimatorPro/Animator-Pro
119
127436
<filename>src/PJ/rexlib/mathlib/hc_fchop.asm NAME hc_fchop EXTRN _mw87_used:WORD DGROUP GROUP data CGROUP GROUP code data SEGMENT COMMON DWORD USE32 'DATA' DB 00H,00H,00H,00H,00H,00H,00H,00H DB 00H ORG 00000002H L1 LABEL BYTE ...