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 |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/math/float/math32/z80/f32_fscompare_callee.asm | jpoikela/z88dk | 0 | 204448 | <reponame>jpoikela/z88dk
SECTION code_clib
SECTION code_fp_math32
PUBLIC m32_compare_callee
; Compare two IEEE floats.
;
; IEEE float is considered zero if exponent is zero.
;
; To compare our floating point numbers, we define the following rules:
; Always flip the sign bit.
; If the sign bit was set (ne... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_269_419.asm | ljhsiun2/medusa | 9 | 204449 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x19033, %rsi
lea addresses_normal_ht+0xd8ea, %rdi
nop
nop
nop
nop
add $8098, %r13
mov $28, %rcx
rep movsq
nop
nop
cmp $53855, %r10
lea addresses_UC_ht+0x150b3, %rsi
lea addresses_W... |
libsrc/stdio_new/file/stream-in/stdio_in_s.asm | andydansby/z88dk-mk2 | 1 | 204450 | ; stdio_in_s
; 05.2008 aralbrec
XLIB stdio_in_s
LIB stdio_getchar, stdio_ungetchar, stdio_consumews, asm_isspace, stdio_nextarg
; input %s parameter
;
; enter : ix = FILE *
; b = width
; c = flags [000a*WL0]
; hl = & parameter list
; bc' = total num chars read... |
symbolinen_konekieli/Ratol_msdos/iy01.asm | tkukka/VariousContent | 0 | 204451 | <reponame>tkukka/VariousContent<filename>symbolinen_konekieli/Ratol_msdos/iy01.asm<gh_stars>0
; iy01.asm 22.1.98
; Symbolinen konekieliesimerkki
; Tero Kukka IY96A
.model small ;muistikoko
.stack 100h ;pinon koko
.data ;muuttujat
.code ;ohjelmalohko
main ... |
Driver/Printer/PrintCom/Styles/stylesSRCondensedPitch.asm | steakknife/pcgeos | 504 | 204452 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Print Drivers
FILE: stylesSRCondensedPitch.asm
AUTHOR: <NAME>, 1 March 1990
ROUTINES:
Name Description
---- ... |
stressfs.asm | UyChooTran/CS153Lab3 | 0 | 204453 |
_stressfs: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "fs.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
1000: 8d 4c 24 04 lea 0x4(%esp),%ecx
1004: 83 e4 f0 and $0xfffffff0,%esp
int fd, i;
char path[] = "stressfs0";
1007... |
function/fib.asm | zaoad/assembly- | 0 | 204454 | <filename>function/fib.asm
segment .data
scfmt : dq "%lld" ,0
newline : dq "" ,10, 0
prfmt: dq "%lld" ,10, 0
segment .bss
a: resq 1
b: resq 1
segment .text
global main
extern scanf
extern printf
segment .text
global main
extern scanf
extern printf
main:
push rbp
mov rbp ,rsp
mov rax ,0
mov rdi , scfm... |
programs/oeis/253/A253437.asm | neoneye/loda | 22 | 204455 | <reponame>neoneye/loda
; A253437: Number of (3+1) X (n+1) 0..1 arrays with every 2 X 2 subblock diagonal minus antidiagonal sum nondecreasing horizontally, vertically and ne-to-sw antidiagonally.
; 69,73,85,120,192,336,624,1200,2352,4656,9264,18480,36912,73776,147504,294960,589872,1179696,2359344,4718640,9437232,188744... |
programs/oeis/335/A335648.asm | jmorken/loda | 1 | 204457 | ; A335648: Partial sums of A006010.
; 0,1,6,26,78,195,420,820,1476,2501,4026,6222,9282,13447,18984,26216,35496,47241,61902,80002,102102,128843,160908,199068,244140,297037,358722,430262,512778,607503,715728,838864,978384,1135889,1313046,1511658,1733598,1980883,2255604,2560004,2896404,3267285,3675210,4122910,4613202,5149... |
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0xca.log_29_678.asm | ljhsiun2/medusa | 9 | 204458 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1d56f, %r10
nop
nop
nop
nop
nop
xor %r8, %r8
vmovups (%r10), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $1, %xmm7, %r15
and %rcx, %rcx
lea addresses_UC_ht+0x9d23, %r14
nop
no... |
TrafficLight13/Release/tst02.asm | lugovskovp/TrafficLight13 | 10 | 204459 | <filename>TrafficLight13/Release/tst02.asm
./Release/tst02.elf: file format elf32-avr
Disassembly of section .text:
00000000 <__vectors>:
0: 09 c0 rjmp .+18 ; 0x14 <__ctors_end>
2: 16 c0 rjmp .+44 ; 0x30 <__bad_interrupt>
4: 15 c0 rjmp .+42 ; 0x30 <__bad_interrupt>
... |
oeis/081/A081047.asm | neoneye/loda-programs | 11 | 204460 | ; A081047: Difference of Stirling numbers of the first kind.
; Submitted by <NAME>(s4)
; 1,0,-1,-5,-26,-154,-1044,-8028,-69264,-663696,-6999840,-80627040,-1007441280,-13575738240,-196287356160,-3031488633600,-49811492505600,-867718162483200,-15974614352793600,-309920046408806400,-6320046028584960000,-135153868608460800... |
Library/Chart/SGroup/sgroupRelocate.asm | steakknife/pcgeos | 504 | 204461 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: sgroupRelocate.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- ---... |
Release/main.asm | Ouwzhong/DSP_HW1_bilinear_C | 0 | 204463 | ;******************************************************************************
;* TMS320C6x C/C++ Codegen PC v7.4.4 *
;* Date/Time created: Mon Jan 04 21:41:48 2021 *
;****************************************************************************... |
oeis/161/A161200.asm | neoneye/loda-programs | 11 | 204464 | ; A161200: Numerators in expansion of (1-x)^(3/2).
; Submitted by <NAME>
; 1,-3,3,1,3,3,7,9,99,143,429,663,4199,6783,22287,37145,1002915,1710855,5892945,10235115,71645805,126233085,447553665,797813055,11435320455,20583576819,74417546961,135054066707
mov $1,1
mov $3,1
lpb $0
mov $2,$0
mul $2,2
mul $3,$0
sub $0,... |
VM-unlucky-ram-upgrade/artur-augustyniak/2_stack_pivotish.asm | foralost/zrozumiec-programowanie-cwiczenia | 29 | 204465 | <reponame>foralost/zrozumiec-programowanie-cwiczenia
%include "vm.inc"
; sytuacja niemal identyczna jak poprzednio
; ale można to zrobic prosciej poniewaz
; mozemy dowlnie modyfikowac sp
vset r14, 0x10400 ; przesuwam sp w obszar powyzej 0xffff
vset r0, 0x... |
tmp1/c55x-sim2/foo/Debug/blocktim.asm | jwestmoreland/eZdsp-DBG-sim | 1 | 204466 | <gh_stars>1-10
;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Oct 06 06:38:43 2018 *
;*************************************************************... |
programs/oeis/279/A279078.asm | karttu/loda | 0 | 204468 | <gh_stars>0
; A279078: Maximum starting value of X such that repeated replacement of X with X-ceiling(X/8) requires n steps to reach 0.
; 0,1,2,3,4,5,6,7,9,11,13,15,18,21,25,29,34,39,45,52,60,69,79,91,105,121,139,159,182,209,239,274,314,359,411,470,538,615,703,804,919,1051,1202,1374,1571,1796,2053,2347,2683,3067,3506,4... |
Chapter 1/leap.asm | PacktPublishing/Mastering-IPython-4 | 22 | 204470 | align 16
; Input year as signed dword in EAX
IsLeapYear:
test eax,11b
jz .4
retn ; 75% : ZF=0, not a leap year
.4:
mov ecx,100
cdq
idiv ecx
test edx,edx
jz .100
cmp edx,edx
retn ; 24% : ZF=1, leap year
.100:
test eax,11b
retn ; 1% : ZF=?, leap year if EAX%400=0
|
programs/oeis/005/A005069.asm | neoneye/loda | 22 | 204471 | <reponame>neoneye/loda<gh_stars>10-100
; A005069: Sum of odd primes dividing n.
; 0,0,3,0,5,3,7,0,3,5,11,3,13,7,8,0,17,3,19,5,10,11,23,3,5,13,3,7,29,8,31,0,14,17,12,3,37,19,16,5,41,10,43,11,8,23,47,3,7,5,20,13,53,3,16,7,22,29,59,8,61,31,10,0,18,14,67,17,26,12,71,3,73,37,8,19,18,16,79,5,3,41,83,10,22,43,32,11,89,8,20,23... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2354.asm | ljhsiun2/medusa | 9 | 204472 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1928e, %r13
clflush (%r13)
nop
nop
nop
nop
add $36292, %rax
mov (%r13), %rdi
dec %rax
lea addresses_normal_ht+0x14a8e, %rcx
nop
nop
xor %r13, %r13
vmovups (%rcx... |
sound/sfxasm/B4.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 204473 | <filename>sound/sfxasm/B4.asm
B4_Header:
sHeaderInit ; Z80 offset is $D6D4
sHeaderPatch B4_Patches
sHeaderTick $01
sHeaderCh $01
sHeaderSFX $80, $C0, B4_PSG3, $02, $00
B4_PSG3:
sVolEnvPSG v0D
sNoisePSG $E7
ssModZ80 $01, $01, $03, $05
dc.b nA2, $26
sStop
B4_Patches:
|
oeis/141/A141577.asm | neoneye/loda-programs | 11 | 204474 | <filename>oeis/141/A141577.asm
; A141577: Alternating difference recursion: a(0) = -1; a(1) = 0; a(2) = 1; a(3) = -1; a(n) = a(n-1) - 3*a(n-2) + 3*a(n-3) - a(n-4).
; Submitted by <NAME>
; -1,0,1,-1,-3,3,8,-9,-21,27,55,-80,-143,235,369,-685,-944,1983,2391,-5705,-5985,16320,14769,-46441,-35803,131507,84824,-370665,-19481... |
P6/data_P6_2/cal_R_test40.asm | alxzzhou/BUAA_CO_2020 | 1 | 204475 | <reponame>alxzzhou/BUAA_CO_2020
lui $1,8355
ori $1,$1,43130
lui $2,44794
ori $2,$2,24577
lui $3,64275
ori $3,$3,30397
lui $4,55852
ori $4,$4,14530
lui $5,47076
ori $5,$5,23241
lui $6,21018
ori $6,$6,6864
mthi $1
mtlo $2
sec0:
nop
nop
nop
addu $3,$6,$2
sec1:
nop
nop
xor $2,$2,$2
addu $3,$6,$2
sec2:
nop
nop
lu... |
oeis/014/A014417.asm | neoneye/loda-programs | 11 | 204476 | <filename>oeis/014/A014417.asm
; A014417: Representation of n in base of Fibonacci numbers (the Zeckendorf representation of n). Also, binary words starting with 1 not containing 11, with the word 0 added.
; Submitted by <NAME>(s4)
; 0,1,10,100,101,1000,1001,1010,10000,10001,10010,10100,10101,100000,100001,100010,10010... |
programs/oeis/157/A157623.asm | neoneye/loda | 22 | 204477 | ; A157623: 781250n^2 - 455000n + 66249.
; 392499,2281249,5732499,10746249,17322499,25461249,35162499,46426249,59252499,73641249,89592499,107106249,126182499,146821249,169022499,192786249,218112499,245001249,273452499,303466249,335042499,368181249,402882499,439146249,476972499,516361249,557312499,599826249,643902499,689... |
gfx/pokemon/gardevoir/anim.asm | Ebernacher90/pokecrystal-allworld | 0 | 204478 | <reponame>Ebernacher90/pokecrystal-allworld
frame 1, 04
frame 2, 08
setrepeat 3
frame 3, 10
frame 4, 06
frame 5, 08
frame 6, 06
dorepeat 3
frame 1, 04
endanim
|
src/Native/Runtime/arm64/PInvoke.asm | Suchiman/corert | 5 | 204479 | <reponame>Suchiman/corert<gh_stars>1-10
;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
;; See the LICENSE file in the project root for more information.
#include "AsmMacros.h"
TEXTAREA
IMPORT RhpReversePInvokeBa... |
libsrc/_DEVELOPMENT/l/sccz80/8-8080/i32/l_long_div.asm | ahjelm/z88dk | 4 | 204480 | <reponame>ahjelm/z88dk<gh_stars>1-10
; Z88 Small C+ Run Time Library
; Long functions
;
; feilipu 10/2021
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_long_div
EXTERN l_long_div_u_0, l_long_neg_mhl
;quotient = primary / secondary
;enter with secondary (divisor) in dehl, primary (dividend | ... |
CRFID_firmware/STORKbasis/wisp-base/RFID/rfid_BlockWriteHandle.asm | amjadmajid/stork | 3 | 204481 | ;/**@file rfid_BlockWriteHandle.asm
;* @brief
;* @details
;*
;* @author <NAME>, <NAME>, <NAME>, UW Sensor Systems Lab
;* @created
;* @last rev
;*
;* @notes In a blockwrite, data is transmitted in the clear (not cover coded by RN16)
;* BLOCKWRITE: {CMD [8], MEMBANK [2], WordPtr [6?], WordCount [8], Data [VAR], RN... |
programs/oeis/231/A231475.asm | karttu/loda | 0 | 204482 | <filename>programs/oeis/231/A231475.asm
; A231475: Largest integer less than 5 and coprime to n.
; 4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4,3,4,1,4,3,4... |
oeis/066/A066266.asm | neoneye/loda-programs | 11 | 204483 | <filename>oeis/066/A066266.asm<gh_stars>10-100
; A066266: Product of first n primorials + 1.
; Submitted by <NAME>
; 3,13,361,75601,174636001,5244319080001,2677277333530800001,25968760179275365452000001,5793445238736255798985527240000001,37481813439427687898244906452608585200000001,7517370874372838151564668004911177464... |
sound/sfxasm/A6.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 204484 | A6_Header:
sHeaderInit ; Z80 offset is $D413
sHeaderPatch A6_Patches
sHeaderTick $01
sHeaderCh $01
sHeaderSFX $80, $C0, A6_PSG3, $1F, $05
A6_PSG3:
sNoisePSG $E7
sVolEnvPSG v16
ssModZ80 $01, $01, $F0, $17
dc.b nD4, $03, $03, $03, $03, $04
sStop
A6_Patches:
|
programs/oeis/243/A243578.asm | neoneye/loda | 22 | 204485 | <filename>programs/oeis/243/A243578.asm
; A243578: Integers n of the form 8k+7 that are sum of distinct squares of the form m, m+1, m+2, m+4, where m == 1 (mod 4).
; 39,191,471,879,1415,2079,2871,3791,4839,6015,7319,8751,10311,11999,13815,15759,17831,20031,22359,24815,27399,30111,32951,35919,39015,42239,45591,49071,526... |
programs/oeis/126/A126665.asm | neoneye/loda | 22 | 204486 | ; A126665: a(n) = -n^2 + 9n + 53.
; 53,61,67,71,73,73,71,67,61,53,43,31,17,1,-17,-37,-59,-83,-109,-137,-167,-199,-233,-269,-307,-347,-389,-433,-479,-527,-577,-629,-683,-739,-797,-857,-919,-983,-1049,-1117,-1187,-1259,-1333,-1409,-1487,-1567,-1649,-1733,-1819,-1907,-1997,-2089,-2183,-2279
mov $1,9
sub $1,$0
mul $1,$0
m... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_trunc_callee.asm | jpoikela/z88dk | 640 | 204487 | ; unsigned char esx_f_trunc(unsigned char *filename,uint32_t size)
SECTION code_esxdos
PUBLIC esx_f_trunc_callee
EXTERN asm_esx_f_trunc
esx_f_trunc_callee:
pop hl
pop de
pop bc
ex (sp),hl
jp asm_esx_f_trunc
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_f_trunc_callee
defc _esx_f_trunc_callee ... |
programs/oeis/081/A081204.asm | karttu/loda | 1 | 204489 | <filename>programs/oeis/081/A081204.asm
; A081204: Staircase on Pascal's triangle.
; 1,2,3,10,15,56,84,330,495,2002,3003,12376,18564,77520,116280,490314,735471,3124550,4686825,20030010,30045015,129024480,193536720,834451800,1251677700,5414950296,8122425444,35240152720,52860229080,229911617056,344867425584,1503232609098... |
programs/oeis/001/A001196.asm | karttu/loda | 0 | 204490 | <filename>programs/oeis/001/A001196.asm
; A001196: Double-bitters: only even length runs in binary expansion.
; 0,3,12,15,48,51,60,63,192,195,204,207,240,243,252,255,768,771,780,783,816,819,828,831,960,963,972,975,1008,1011,1020,1023,3072,3075,3084,3087,3120,3123,3132,3135,3264,3267,3276,3279,3312,3315,3324,3327,3840,3... |
programs/oeis/212/A212578.asm | karttu/loda | 0 | 204491 | ; A212578: Number of (w,x,y,z) with all terms in {1,...,n} and |w-x| = 2*|x-y| - |y-z|.
; 0,1,4,13,28,55,92,147,216,309,420,561,724,923,1148,1415,1712,2057,2436,2869,3340,3871,4444,5083,5768,6525,7332,8217,9156,10179,11260,12431,13664,14993,16388,17885,19452,21127,22876,24739,26680,28741
mov $2,$0
mov $3,$0
mul $0,2
l... |
oeis/141/A141968.asm | neoneye/loda-programs | 11 | 204492 | <gh_stars>10-100
; A141968: Primes congruent to 9 mod 28.
; Submitted by <NAME>
; 37,149,233,317,373,401,457,541,569,653,709,821,877,1129,1213,1297,1381,1409,1493,1549,1801,1913,1997,2053,2081,2137,2221,2333,2389,2417,2473,2557,2753,2837,3061,3089,3229,3257,3313,3593,3677,3733,3761,3929,4013,4153,4349,4517,4657,4909,49... |
programs/oeis/194/A194112.asm | jmorken/loda | 1 | 204493 | <filename>programs/oeis/194/A194112.asm
; A194112: Sum{floor(j*sqrt(8) : 1<=j<=n}; n-th partial sum of Beatty sequence for sqrt(8).
; 2,7,15,26,40,56,75,97,122,150,181,214,250,289,331,376,424,474,527,583,642,704,769,836,906,979,1055,1134,1216,1300,1387,1477,1570,1666,1764,1865,1969,2076,2186,2299,2414,2532,2653,2777,29... |
04/fill/Fill.asm | ccckmit/nand2tetris | 2 | 204494 | <reponame>ccckmit/nand2tetris<gh_stars>1-10
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME> Schocken, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the pr... |
programs/oeis/175/A175825.asm | neoneye/loda | 22 | 204495 | <filename>programs/oeis/175/A175825.asm
; A175825: Maximum signed integer that can be stored in n bytes.
; 127,32767,8388607,2147483647,549755813887,140737488355327,36028797018963967,9223372036854775807,2361183241434822606847,604462909807314587353087,154742504910672534362390527,39614081257132168796771975167,10141204801... |
Firmware/ADC-DIG/adc-dig V22.asm | anthonykempka/Integrity-Instruments-Products | 0 | 204496 | <reponame>anthonykempka/Integrity-Instruments-Products<gh_stars>0
;----------------------------------------------------------------------------
;
; Integrity Instruments
; ---------------------
; PO Box 451 2642 20th Ave SW
; Pine River, MN 56474
; Tel: 800-450-2001
; Web: www.rs-485.com
;
; Description
; -----------... |
sh.asm | SandeepPithani/XV6_rename_command | 1 | 204497 | <gh_stars>1-10
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#define MAX_PATH 512
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... |
network/dialer.asm | peter-mount/departures8bit | 0 | 204499 | <reponame>peter-mount/departures8bit
; ********************************************************************************
; Dialer - handles hanging up and dialing the server using the WiFi modem
; ********************************************************************************
; hangUp Disconnect from remote... |
pwnlib/shellcraft/templates/mips/linux/utimensat.asm | zaratec/pwntools | 5 | 204500 |
<%
from pwnlib.shellcraft.mips.linux import syscall
%>
<%page args="fd, path, times, flags"/>
<%docstring>
Invokes the syscall utimensat. See 'man 2 utimensat' for more information.
Arguments:
fd(int): fd
path(char): path
times(timespec): times
flags(int): flags
</%docstring>
${syscall('SYS_... |
programs/oeis/044/A044287.asm | neoneye/loda | 22 | 204501 | <filename>programs/oeis/044/A044287.asm
; A044287: Numbers n such that string 4,0 occurs in the base 9 representation of n but not of n-1.
; 36,117,198,279,324,360,441,522,603,684,765,846,927,1008,1053,1089,1170,1251,1332,1413,1494,1575,1656,1737,1782,1818,1899,1980,2061,2142,2223,2304,2385,2466,2511,2547,2628,2709,279... |
oeis/134/A134576.asm | neoneye/loda-programs | 11 | 204502 | ; A134576: A127733 * A051731.
; Submitted by <NAME>
; 1,4,4,9,0,9,16,16,0,16,25,0,0,0,25,36,36,36,0,0,36,49,0,0,0,0,0,49,64,64,0,64,0,0,0,64,81,0,81,0,0,0,0,0,81,100,100,0,0,100,0,0,0,0,100
seq $0,127446 ; Triangle T(n,k) = n*A051731(n,k) read by rows.
pow $0,2
|
ee/procs/find.asm | olifink/smsqe | 0 | 204503 | <gh_stars>0
; Find/Use Procedure in the Procedure Thing V1.00 1990 <NAME> QJUMP
section procs
xdef pr_find
xdef pr_usep
xref pr_upcpy
xref gu_prlis
xref gu_thjmp
include 'dev8_keys_qdos_sms'
include 'dev8_keys_err'
inc... |
libsrc/z80_crt0s/z80/sccz80/l_long_asl.asm | Frodevan/z88dk | 38 | 204504 | <gh_stars>10-100
; Z88 Small C+ Run Time Library
; Long support functions
;
; djm 25/2/99
; Made work! - Seems a little messed up previously (still untested)
;
; aralbrec 01/2007
; shifts are faster than doubling and ex with de/hl
SECTION code_crt0_sccz80
PUBLIC l_long_asl
PU... |
Code/CustomControl/RAEdit/Src/Block.asm | CherryDT/FbEditMOD | 11 | 204506 | <reponame>CherryDT/FbEditMOD
.code
GetBlock proc uses ebx esi edi,hMem:DWORD,nLine:DWORD,lpBlockDef:DWORD
LOCAL nLines:DWORD
LOCAL buffer[256]:BYTE
LOCAL nNest:DWORD
LOCAL flag:DWORD
mov ebx,hMem
mov nNest,1
mov esi,lpBlockDef
mov eax,[esi].RABLOCKDEF.flag
mov flag,eax
mov esi,[esi].RAB... |
src/swap.asm | WizardSleeps/LangSwap_Function | 1 | 204507 | <reponame>WizardSleeps/LangSwap_Function
/*
Below is the code for the assembly swap. Along with the disassembled C to assembly
code that will show how simble the sample is. Following this will be the specifics:
r0, r1, r2, and r3 are al registers that are being used to hold temporary data.
Writing a simple asse... |
cards/bn6/ModCards/137-A029 Kettle.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 204508 | <filename>cards/bn6/ModCards/137-A029 Kettle.asm<gh_stars>1-10
.include "defaults_mod.asm"
table_file_jp equ "exe6-utf8.tbl"
table_file_en equ "bn6-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252354A // BR5J
game_code_2 equ 0x42523545 // BR5E
game_code_3 equ 0x42523550 // BR5P
card_type equ 1
card_id equ ... |
libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_shrink_to_fit.asm | jpoikela/z88dk | 640 | 204510 | <reponame>jpoikela/z88dk
; ===============================================================
; Feb 2014
; ===============================================================
;
; int w_vector_shrink_to_fit(w_vector_t *v)
;
; Release any excess memory allocated for the vector's array.
;
; After calling, vector.capacity == ve... |
third_party/wavpack/src/unpack_x86.asm | nasso/libnyquist | 406 | 204512 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; **** WAVPACK **** ;;
;; Hybrid Lossless Wavefile Compressor ;;
;; Copyright (c) 1998 - 2015 Conifer Software. ;;
;; ... |
Projects/Shark/I386/I386.asm | ZhuHuiBeiShaDiao/Shark | 8 | 204513 | <reponame>ZhuHuiBeiShaDiao/Shark
;
;
; Copyright (c) 2018 by blindtiger. All rights reserved.
;
; The contents of this file are subject to the Mozilla Public 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://... |
Working Disassembly/Levels/HCZ/Misc Object Data/Map - Collapsing Bridge.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 204514 | <filename>Working Disassembly/Levels/HCZ/Misc Object Data/Map - Collapsing Bridge.asm
Map_21EA1A: dc.w Frame_21EA32-Map_21EA1A ; ...
dc.w Frame_21EA6A-Map_21EA1A
dc.w Frame_21EACC-Map_21EA1A
dc.w Frame_21EB2E-Map_21EA1A
dc.w Frame_21EB72-Map_21EA1A
dc.w Frame_21EBEC-Map_21EA1A
dc.w Frame_21EC66-Map_21EA1A
... |
asmFiles/dual.llsc.asm | hythzz/MIPS-Processor | 0 | 204515 | <gh_stars>0
#------------------------------------------------------------------
# Test llsc1
# Note: SW/SC should invalidate the link register if there is an
# address match in the opposite core or in the same core.
#------------------------------------------------------------------
org 0x0000
ori $1, $z... |
oc1/1st-assignment/ex2.asm | brenopoggiali/BCC | 1 | 204516 | <filename>oc1/1st-assignment/ex2.asm
.data
entrada: .word 10
controle: .word 1
.text
lw s0, entrada
lw x10, controle
lw x11, entrada
fact:
addi s0, s0, -1
mul x11, x11, s0
bne s0 x10, fact
answer:
ecall
|
programs/oeis/026/A026218.asm | karttu/loda | 0 | 204517 | ; A026218: a(n) = (1/3)*(s(n) + 2), where s(n) is the n-th number congruent to 1 mod 3 in A026177.
; 1,2,4,6,3,8,10,12,5,14,16,18,7,20,22,24,9,26,28,30,11,32,34,36,13,38,40,42,15,44,46,48,17,50,52,54,19,56,58,60,21,62,64,66,23,68,70,72,25,74,76,78,27,80,82,84,29,86,88,90,31,92,94
mov $1,$0
add $1,$0
mov $3,$0
mod $0,4... |
oeis/120/A120562.asm | neoneye/loda-programs | 11 | 204518 | ; A120562: Sum of binomial coefficients binomial(i+j, i) modulo 2 over all pairs (i,j) of positive integers satisfying 3i+j=n.
; Submitted by <NAME>
; 1,1,1,2,1,2,2,3,1,3,2,3,2,4,3,5,1,4,3,4,2,5,3,5,2,5,4,6,3,7,5,8,1,6,4,5,3,7,4,7,2,6,5,7,3,8,5,8,2,7,5,7,4,9,6,10,3,9,7,10,5,12,8,13,1,9,6,7,4,10,5,9,3,8,7,10,4,11,7,11,2... |
programs/oeis/142/A142242.asm | karttu/loda | 1 | 204520 | <filename>programs/oeis/142/A142242.asm
; A142242: Row sums of A143200.
; 2,2,0,2,0,0,-4,2,0,0,-4,0,-4,-4,-12,2,0,0,-4,0,-4,-4,-12,0,-4,-4,-12,-4,-12,-12,-28,2,0,0,-4,0,-4,-4,-12,0,-4,-4,-12,-4,-12,-12,-28,0,-4,-4,-12,-4,-12,-12,-28,-4,-12,-12,-28,-12,-28,-28,-60,2,0,0,-4,0,-4,-4,-12
cal $0,71055 ; Number of 0's in n-... |
libsrc/gfx/wide/stencil_init_vy.asm | ahjelm/z88dk | 640 | 204521 | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Set/Reset the couple of vectors being part of a "stencil"
; Basic concept by <NAME> (calculate_side)
;
; This version uses 'wide' sized vectors but allocates a variable space on SP
; depending on getmaxy()
;... |
sound/musicasm/Doomsday.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 204522 | <filename>sound/musicasm/Doomsday.asm<gh_stars>1-10
Doomsday_Header:
sHeaderInit ; Z80 offset is $8C3E
sHeaderPatch Doomsday_Patches
sHeaderCh $06, $03
sHeaderTempo $01, $0A
sHeaderDAC Doomsday_DAC
sHeaderFM Doomsday_FM1, $00, $11
sHeaderFM Doomsday_FM2, $00, $0D
sHeaderFM Doomsday_FM3, $00, $07
sHeaderFM... |
src/test/ref/string-escapes-1.asm | jbrandwood/kickc | 2 | 204523 | // Test using some simple supported string escape \n in both string and char
// Commodore 64 PRG executable file
.file [name="string-escapes-1.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startA... |
Ryukuo Suspender/inject64.asm | Iciclez/ryukuo-suspender | 0 | 204524 |
.code
COMMENT #
dword external_loadlibraryex_function(inject::loadlibraryex_parameter *parameter)
{
return parameter->address(parameter->filename, parameter->file, parameter->flags) == 0;
}
size = 36
#
external_loadlibraryex_function proc
sub rsp, 28h
mov r8d, [rcx+18h]
mov rax, rcx
mov rdx, [rcx+10h]
mov rc... |
src/chapter_7/sum_of_squares.asm | marinjurjevic/x86-64_programming | 0 | 204525 | ; Chapter 7
; 7.8 Example program, Sum of Squares
; Simple program to compute the of squares from 1 to n
; ***********************************
; Data declarations
section .data
; ------
; Define constants
SUCCESS equ 0
SYS_exit equ 60
; -----
; Define data
n dd 10... |
oeis/131/A131924.asm | neoneye/loda-programs | 11 | 204526 | ; A131924: Row sums of triangle A131923.
; 1,4,10,20,36,62,106,184,328,602,1134,2180,4252,8374,16594,33008,65808,131378,262486,524668,1048996,2097614,4194810,8389160,16777816,33555082,67109566,134218484,268436268,536871782,1073742754,2147484640,4294968352,8589935714,17179870374,34359739628,68719478068,137438954878,2748... |
Win32/Win32.Vampiro/Win32.Vampiro.2883.asm | fengjixuchui/Family | 3 | 204528 | <reponame>fengjixuchui/Family
; Win32.Vampiro.2883
;
; - poly, used LME32 v.1.0
; - many layers, max - 11
; - used SEH
; - dont change entry point
;
; (c) LordDark [MATRiX]
.386
include 1.inc
locals __
.model flat
.code
db ?
.data
start proc
call get_delta
call set_seh
mov ... |
oeis/261/A261972.asm | neoneye/loda-programs | 11 | 204529 | <reponame>neoneye/loda-programs
; A261972: The first of three consecutive positive integers the sum of the squares of which is equal to the sum of the squares of four consecutive positive integers.
; Submitted by <NAME>
; 25,361,5041,70225,978121,13623481,189750625,2642885281,36810643321,512706121225,7141075053841,9946... |
ee/ptr/sched.asm | olifink/smsqe | 0 | 204530 | <reponame>olifink/smsqe
* QDOS specific scheduler loop routine V1.12 1985 <NAME> QJUMP
* 1986 <NAME> QJUMP
* 2020-08-10 1.12 Update pt_dmode for CON2 code to use (MK)
section driver
*
xdef pt_sched_qdos
*
xref pt_sched
xref pt_wchka
xref pt_mrstj
*
include dev8_mac_assert
include dev8_keys_qd... |
kernel/arch/i686/src/memory/gdt.asm | TheCoderCrab/HeliumOS | 2 | 204531 | section .text
global i686_load_gdt:function
i686_load_gdt:
lgdt [esp+4]
mov ax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
jmp 0x08:far_jump
far_jump:
ret
.end:
; Pseudo code
; [[global]]
; i686_load_gdt(gdtr)
; {
; lgdt(gdtr) // lgdt instruction
; %ds,... |
programs/oeis/325/A325691.asm | karttu/loda | 0 | 204532 | ; A325691: Number of length-3 integer partitions of n whose largest part is not greater than the sum of the other two.
; 0,0,0,1,1,1,2,2,3,3,4,4,6,5,7,7,9,8,11,10,13,12,15,14,18,16,20,19,23,21,26,24,29,27,32,30,36,33,39,37,43,40,47,44,51,48,55,52,60,56,64,61,69,65,74,70,79,75,84,80,90,85,95,91,101,96,107,102,113
mov $... |
data/trainers/party_pointers.asm | Trap-Master/spacworld97-thingy | 0 | 204533 | ; Groups are defined in data/trainers/parties.asm.
TrainerGroups:
; entries correspond to trainer classes (see constants/trainer_constants.asm)
dba FalknerGroup
dba WhitneyGroup
dba BugsyGroup
dba MortyGroup
dba PryceGroup
dba JasmineGroup
dba ChuckGroup
dba ClairGroup
dba Rival1Group
dba PokemonProfGroup
d... |
test_1bool.asm | acastrauss/compiler_project | 0 | 204534 | <reponame>acastrauss/compiler_project<filename>test_1bool.asm<gh_stars>0
main:
PUSH %14
MOV %15,%14
SUBS %15,$2,%15
MOV $0,-1(%14)
MOV $0,-2(%14)
@main_body:
NOT -2(%14),%0
MOV %0,-1(%14)
MOV -1(%14),%13
JMP @main_exit
@main_exit:
MOV %14,%15
POP %14
RET |
libsrc/stdio/abc800/fputc_cons.asm | Toysoft/z88dk | 8 | 204537 | <filename>libsrc/stdio/abc800/fputc_cons.asm<gh_stars>1-10
;
; ABC800 Routines
;
; Print character to the screen
;
; Oct. 2007 - <NAME>
;
; We can corrupt any register
;
;
; $Id: fputc_cons.asm,v 1.3 2016-05-15 20:15:45 dom Exp $
;
SECTION code_clib
PUBLIC fputc_cons_native
;
; Entry: char to print
;
... |
oeis/257/A257721.asm | neoneye/loda-programs | 11 | 204538 | ; A257721: Hexagonal numbers (A000384) that are the sum of two consecutive hexagonal numbers.
; 703,810901,935778691,1079887798153,1246189583289511,1438101699228297181,1659568114719871657003,1915140166285032663883921,2210070092324812974250387471,2550418971402667887252283257253,2943181282928586417076160628482131,3396428... |
projects/07/MemoryAccess/PointerTest/PointerTest.asm | lhtin/Nand2TetrisLabs | 2 | 204539 | // push constant 3030
@3030
D=A
@SP
A=M
M=D
@SP
M=M+1
// pop pointer 0
@SP
M=M-1
A=M
D=M
@THIS
M=D
// push constant 3040
@3040
D=A
@SP
A=M
M=D
@SP
M=M+1
// pop pointer 1
@SP
M=M-1
A=M
D=M
@THAT
M=D
// push constant 32
@32
D=A
@SP
A=M
M=D
@SP
M=... |
ntio/dosposa.asm | DigitalMars/optlink | 28 | 204542 | TITLE DOSPOSITION_A
INCLUDE MACROS
INCLUDE IO_STRUC
PUBLIC DOSPOSITION_A
.CODE ROOT_TEXT
DOSPOSITION_A PROC
;
;EAX IS MYO_STRUCT
;ECX IS DESIRED POSITION
;
;RETURNS EAX == MYO_STRUCT
;
ASSUME EAX:PTR MYO_STRUCT
OR [EAX].MYO_SPEC_FLAGS,MASK F_SEEK_FIRST
MOV [EAX].MYO_DESPOT,ECX
RET
... |
programs/oeis/201/A201874.asm | jmorken/loda | 1 | 204543 | ; A201874: Number of zero-sum -n..n arrays of 3 elements with first and second differences also in -n..n.
; 3,5,15,21,27,47,57,67,97,111,125,165,183,201,251,273,295,355,381,407,477,507,537,617,651,685,775,813,851,951,993,1035,1145,1191,1237,1357,1407,1457,1587,1641,1695,1835,1893,1951,2101,2163,2225,2385,2451,2517
mov... |
Laburi/Lab9/8-max-c-calls-x64/max.asm | DanBrezeanu/IOCLA | 2 | 204544 | <gh_stars>1-10
section .text
global get_max
get_max:
push rbp
mov rbp, rsp
; [rdi] is array pointer
; [rsi] is array length
; [rdx] is the address of pos
push rbx
lea rcx, [rsi]
xor rax, rax
compare:
cmp eax, [rdi + (rcx - 1) * 4]
jge check_end
mov eax, [rdi + (rcx - 1)... |
oeis/309/A309462.asm | neoneye/loda-programs | 11 | 204545 | ; A309462: Limiting row sequence for Pascal-like triangle A140995 (Stepan's triangle with index of asymmetry s = 3).
; Submitted by <NAME>
; 1,2,4,8,17,35,72,149,308,636,1314,2715,5609,11588,23941,49462,102188,211120,436173,901131,1861732,3846329,7946496,16417420,33918306,70075047,144774689,299103768,617946857,12766750... |
programs/oeis/022/A022815.asm | neoneye/loda | 22 | 204546 | <reponame>neoneye/loda
; A022815: Number of terms in 5th derivative of a function composed with itself n times.
; 1,7,23,55,110,196,322,498,735,1045,1441,1937,2548,3290,4180,5236,6477,7923,9595,11515,13706,16192,18998,22150,25675,29601,33957,38773,44080,49910,56296,63272,70873,79135,88095,97791,108262,119548,131690,144... |
src/boot/utils/protected_mode.asm | jviotti/simpleos | 3 | 204547 | <gh_stars>1-10
%include "utils/gdt.asm"
; Some handy macros for the locations of our
; code and data segment descriptors.
%define SEGMENT_CODE (gdt_code - gdt_start)
%define SEGMENT_DATA (gdt_data - gdt_start)
; ---------------------------------------------------------------------
; Switch from Real Mode to Protected... |
CelikNET/CelikNET.asm | vsdesignsj/Celik.NET | 0 | 204548 | <gh_stars>0
; Listing generated by Microsoft (R) Optimizing Compiler Version 16.00.30319.01
; Generated by VC++ for Common Language Runtime
.file "c:\projects\CelikNET\CelikNET\CelikNET.cpp"
.global ___@@_PchSym_@00@UkilqvxghUxvorpmvgUxvorpmvgUivovzhvUxvorpmvgOlyq@
.bss
.local ___@@_PchSym_@00@UkilqvxghUxvorpmvgUxv... |
third-party/gmp/gmp-src/mpn/x86/k7/gcd_11.asm | jhh67/chapel | 1,602 | 204550 | dnl x86 mpn_gcd_11 optimised for AMD K7.
dnl Contributed to the GNU project by by <NAME>. Rehacked by Torbjorn
dnl Granlund.
dnl Copyright 2000-2002, 2005, 2009, 2011, 2012, 2014, 2015 Free Software
dnl Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software;... |
mc-sema/validator/x86_64/tests/UNPCKLPSrm.asm | randolphwong/mcsema | 2 | 204552 | <reponame>randolphwong/mcsema<filename>mc-sema/validator/x86_64/tests/UNPCKLPSrm.asm
BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_SF|FLAG_PF
;TEST_FILE_META_END
;TEST_BEGIN_RECORDING
lea rcx, [rsp-0x30]
and rcx, 0xFFFFFFFFFFFFFFF0
mov dword [rcx+0x00], 0xAABBCCDD
mov dword [rcx+0x04], 0xEEFF... |
programs/oeis/004/A004931.asm | neoneye/loda | 22 | 204553 | ; A004931: Floor of n*phi^16, where phi is the golden ratio, A001622.
; 0,2206,4413,6620,8827,11034,13241,15448,17655,19862,22069,24276,26483,28690,30897,33104,35311,37518,39725,41932,44139,46346,48553,50760,52967,55174,57381,59588,61795
mov $1,$0
trn $0,1
mov $2,$1
lpb $2
add $0,2206
sub $2,1
lpe
|
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1587.asm | ljhsiun2/medusa | 9 | 204554 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1587.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15b7a, %r11
nop
nop
nop
nop
nop
dec %r10
movups (%r11), %xmm3
vpextrq $0... |
programs/oeis/168/A168574.asm | karttu/loda | 1 | 204555 | <reponame>karttu/loda
; A168574: a(n) = (4*n + 3)*(1 + 2*n^2)/3.
; 1,7,33,95,209,391,657,1023,1505,2119,2881,3807,4913,6215,7729,9471,11457,13703,16225,19039,22161,25607,29393,33535,38049,42951,48257,53983,60145,66759,73841,81407,89473,98055,107169,116831,127057,137863,149265,161279,173921,187207,201153,215775,231089,2... |
C5515_Support_Files/C5515_Lib/aic3204/Debug/main.asm | HeroSizy/Sizy | 0 | 204556 | <reponame>HeroSizy/Sizy<gh_stars>0
;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.3.8 *
;* Date/Time created: Thu Jun 09 17:03:45 2011 *
;**************************************... |
langs/rpncalc.asm | shikhin/wodscipe | 5 | 204558 | <reponame>shikhin/wodscipe
%include "wodscipe.inc"
org 0x7E00
numinp_flag EQU 0x504
%macro bppush 1
sub bp, 2
mov [es:bp], %1
%endmacro
%macro bppop 1
mov %1, [es:bp]
add bp, 2
%endmacro
main:
pusha
push es
; Stack
xor bp, bp
mov ax, 0x1000
mov es, ax
; Number input
xor dx, dx
; Code
lea si, [bx + ... |
shm_cnt.asm | lzckira/CS153-lab3 | 0 | 204559 |
_shm_cnt: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
struct uspinlock lock;
int cnt;
};
int main(int argc, char *argv[])
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 57 push %edi
//which we can now... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/floor_fastcall.asm | ahjelm/z88dk | 640 | 204561 | <reponame>ahjelm/z88dk
SECTION code_fp_am9511
PUBLIC floor_fastcall
EXTERN asm_am9511_floor_fastcall
defc floor_fastcall = asm_am9511_floor_fastcall
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _floor_fastcall
defc _floor_fastcall = asm_am9511_floor_fastcall
ENDIF
|
exe/flushexe.asm | DigitalMars/optlink | 28 | 204562 | TITLE FLUSHEXE - Copyright (c) SLR Systems 1994
INCLUDE MACROS
INCLUDE EXES
PUBLIC FLUSH_PACK
.DATA
EXTERNDEF TOTAL_RELOCS:DWORD,NEW_REPT_ADDR:DWORD,ZEROS_16:DWORD,HIGH_WATER:DWORD,HIGH_PC:DWORD
EXTERNDEF EXE_OUT_POSITION:DWORD
EXTERNDEF EXEPACK_STRUCTURE:SEQ_STRUCT,EXEHEADER:EXE
EXTERNDEF EXE... |
oeis/263/A263417.asm | neoneye/loda-programs | 11 | 204563 | <filename>oeis/263/A263417.asm
; A263417: a(n) = Product_{k=0..n} (3*k+2)^(n-k).
; Submitted by <NAME>
; 1,2,20,1600,1408000,17346560000,3633063526400000,15218176499384320000000,1466155647574283911168000000000,3672576800382377947366110003200000000000,266783946802402043703868836144710942720000000000000
add $0,1
mov $1,... |
Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1538.asm | ljhsiun2/medusa | 9 | 204567 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1660c, %rsi
lea addresses_UC_ht+0x83f4, %rdi
clflush (%rsi)
nop
dec %r14
mov $48, %rcx
rep movsw
nop
xor $23808, %r8
lea addresses_normal_ht+0x568c, %r11
nop
n... |
6/addroot/addroot_asm.asm | 91fc7b/SLAE | 0 | 204568 | global _start
section .text
_start:
jmp short call_shellcode
shellcode:
pop esi
; xor decode
; xor eax,eax
mov al,0x90
; mov ecx,88 ; length of string
xor ecx,ecx
mov cl,72
mov ebx,esi
dec:
xor [ebx],al
inc ebx
loop dec
xor eax,eax
; mov [esi+0x7],al
; mov [esi+0xa],al
; mov [esi+0x47],al
mov ... |
solutions/32 - Creative Writhing/size-91_speed-31.asm | michaelgundlach/7billionhumans | 45 | 204569 | -- 7 Billion Humans (2145) --
-- 32: Creative Writhing --
-- Author: ansvonwa
-- Author: landfillbaby
-- Size: 91
-- Speed: 31
pickup s
write 99
drop
if sw == 0:
step w
pickup s
write 99
drop
step s
pickup s
write 99
drop
step s
pickup s
write 99
drop
step e
pickup s
write 99
drop
step s
pickup s
w... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.