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 |
|---|---|---|---|---|
Transynther/x86/_processed/NONE/_zr_un_/i9-9900K_12_0xa0.log_21829_1776.asm | ljhsiun2/medusa | 9 | 58364 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rdx
lea addresses_UC_ht+0x18c8e, %r12
nop
nop
cmp %r10, %r10
movb $0x61, (%r12)
nop
nop
nop
and %rdx, %rdx
pop %rdx
pop %rax
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r13
push ... |
oeis/082/A082732.asm | neoneye/loda-programs | 11 | 58365 | <reponame>neoneye/loda-programs
; A082732: a(1) = 1, a(2) = 3, a(n) = LCM of all the previous terms + 1.
; Submitted by <NAME>
; 1,3,4,13,157,24493,599882557,359859081592975693,129498558604939936868397356895854557,16769876680757063368089314196389622249367851612542961252860614401811693
mov $1,1
mov $2,2
lpb $0
mov $3... |
private/ntos/vdm/i386/vdmop0f.asm | King0987654/windows2000 | 11 | 58366 | <gh_stars>10-100
title "Opcode 0f Instruction Emulation"
;++
;
;Copyright (c) 1991 Microsoft Corporation
;
;Module Name:
;
; vdmop0f.asm
;
;Abstract:
;
; This module contains the support for the 0f opcodes that are emulated
; (such as LMSW, mov to/from CR0, mov to/from DR?).
;
;
;Author... |
sound/sfxasm/CB.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 58367 | CB_Header:
sHeaderInit ; Z80 offset is $DAF7
sHeaderPatch CB_Patches
sHeaderTick $01
sHeaderCh $03
sHeaderSFX $80, $05, CB_FM5, $00, $00
sHeaderSFX $80, $04, CB_FM4, $00, $00
sHeaderSFX $80, $02, CB_FM3, $00, $02
CB_FM5:
sPatFM $00
sJump CB_Jump1
CB_FM4:
sPatFM $00
ssDetune $07
dc.b nRst, $01
CB_... |
programs/oeis/091/A091919.asm | jmorken/loda | 1 | 58368 | ; A091919: Expansion of 1/((1-2*x)*(1-x^2)^2).
; 1,2,6,12,27,54,112,224,453,906,1818,3636,7279,14558,29124,58248,116505,233010,466030,932060,1864131,3728262,7456536,14913072,29826157,59652314,119304642,238609284,477218583,954437166,1908874348,3817748696,7635497409,15270994818,30541989654,61083979308,122167958635,244335... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_969.asm | ljhsiun2/medusa | 9 | 58369 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1e9d5, %r8
sub $60133, %r11
movb (%r8), %r14b
nop
nop
nop
cmp $52687, %rbp
lea addresses_D_ht+0x17d47, %rsi
xor %r13, %r13
movw $0x6162, (%rsi)
nop
dec %r11
lea add... |
oeis/030/A030826.asm | neoneye/loda-programs | 11 | 58370 | <gh_stars>10-100
; A030826: [ exp(3/23)*n! ].
; Submitted by <NAME>
; 1,2,6,27,136,820,5742,45937,413437,4134377,45478153,545737843,7094591965,99324287514,1489864312718,23837829003495,405243093059417,7294375675069511,138593137826320724,2771862756526414499
add $0,1
mov $2,1
lpb $0
mul $1,3
mul $2,$0
sub $0,1
di... |
data/pokemon/dex_order_new.asm | genterz/pokecross | 28 | 58371 | <filename>data/pokemon/dex_order_new.asm
; Every Pokémon sorted in New Pokédex Order.
NewPokedexOrder:
db CHIKORITA
db BAYLEEF
db MEGANIUM
db CYNDAQUIL
db QUILAVA
db TYPHLOSION
db TOTODILE
db CROCONAW
db FERALIGATR
db PIDGEY
db PIDGEOTTO
db PIDGEOT
db SPEAROW
db FEAROW
db HOOTHOOT
db NOCTOWL
db RATTAT... |
ex6.asm | robjpar/nasm-sasm | 0 | 58372 | <reponame>robjpar/nasm-sasm
; nasm -f elf32 ex6.asm -o ex6.o
; gcc -m32 ex6.o -o ex6.out
; ./ex6.out
; echo $?
global main
section .text
main:
mov ebp, esp; for correct debugging
sub esp, 4 ; esp (stack pointer) -= 4
mov [esp], byte 'H' ; 'H'
mov [esp+1], byte 'e'; "He"
mov [esp+2]... |
player/Video.asm | gyuque/snes-qspc | 24 | 58373 | .setcpu "65816"
.autoimport on
.include "utility-macros.inc"
.include "GlobalVarsAndConsts.inc"
.import PaletteBase:far
.export initSystemGenericStatuses
.export initVideoForGame
.export configureSpriteForGame
.export disableScreen
.export enableNMI
.export disableNMI
.export enableScreensWithBrightness
.export trans... |
src/isa/avx/masm/vrs4_expm1f.asm | jepler/aocl-libm-ose | 66 | 58374 | ;
; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification,
; are permitted provided that the following conditions are met:
; 1. Redistributions of source code must retain the above copyright notice,
; this list of... |
programs/oeis/258/A258717.asm | karttu/loda | 1 | 58375 | <reponame>karttu/loda
; A258717: If n even then 2*n^2-4*n else 2*n^2-4*n-3.
; 0,3,16,27,48,67,96,123,160,195,240,283,336,387,448,507,576,643,720,795,880,963,1056,1147,1248,1347,1456,1563,1680,1795,1920,2043,2176,2307,2448,2587,2736,2883,3040,3195,3360,3523,3696,3867,4048,4227,4416,4603,4800,4995,5200,5403,5616,5827,604... |
programs/oeis/004/A004699.asm | jmorken/loda | 1 | 58376 | ; A004699: a(n) = floor(Fibonacci(n)/6).
; 0,0,0,0,0,0,1,2,3,5,9,14,24,38,62,101,164,266,430,696,1127,1824,2951,4776,7728,12504,20232,32736,52968,85704,138673,224378,363051,587429,950481,1537910,2488392,4026302,6514694,10540997,17055692,27596690,44652382,72249072,116901455,189150528,306051983,495202512,801254496,129645... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_37.asm | ljhsiun2/medusa | 9 | 58377 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x83ae, %r8
nop
nop
and %rbx, %rbx
movb $0x61, (%r8)
and $41450, %r14
lea addresses_A_ht+0x3fd3, %rsi
lea addresses_normal_ht+0x3d3, %rdi
nop
nop
xor %rax, %rax
mov $67, %rcx
r... |
user/call.asm | eric-qian-d/TCP | 0 | 58378 | <reponame>eric-qian-d/TCP
user/_call: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <g>:
#include "kernel/param.h"
#include "kernel/types.h"
#include "kernel/stat.h"
#include "user/user.h"
int g(int x) {
0: 1141 addi sp,sp,-16
2: e422 sd s0,8... |
oeis/138/A138587.asm | neoneye/loda-programs | 11 | 58379 | <gh_stars>10-100
; A138587: The union of all entries of A024495, A131708 and A024493 sorted into natural order.
; Submitted by <NAME>
; 0,1,2,3,5,6,10,11,21,22,42,43,85,86,170,171,341,342,682,683,1365,1366,2730,2731,5461,5462,10922,10923,21845,21846,43690,43691,87381,87382,174762,174763,349525,349526,699050,699051,1398... |
libsrc/gfx/common/getmaxx.asm | ahjelm/z88dk | 640 | 58380 | ;
; Z88 Graphics Functions
;
; Written around the Interlogic Standard Library
;
; $Id: getmaxx.asm,v 1.5 2017-01-02 21:51:24 aralbrec Exp $
;
INCLUDE "graphics/grafix.inc"
SECTION code_graphics
PUBLIC getmaxx
PUBLIC _getmaxx
.getmaxx
._getmaxx
ld h... |
ppu.asm | AleffCorrea/BrickBreaker | 4 | 58382 | ;PPU.asm
;Functions without an underline prefix (ie. "PPU_DrawString")
;are meant to be called from outside (using CALL_ARGS to send parameters)
;to make it easy to schedule execution of a command by the PPU State machine.
;They don't necessarily need to be executed by the Script state machine (state.asm).
;Functions ... |
oeis/013/A013576.asm | neoneye/loda-programs | 11 | 58383 | ; A013576: Minimal scope of an (n,4) difference triangle.
; Submitted by <NAME>(s4)
; 11,22,32,41,51,60,71,80,91,100,111,120,131,140,151
mov $4,$0
mov $7,$0
lpb $4
mov $0,$7
sub $4,1
sub $0,$4
mov $2,1
mov $3,$0
mul $3,5
sub $3,1
lpb $3
pow $0,2
add $1,3
sub $2,15
mov $5,$3
mul $5,2... |
src/vm/arm/memcpy.asm | elinor-fung/coreclr | 159 | 58385 | <gh_stars>100-1000
; 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.
;
;
; This is the fast memcpy implementation for ARM stolen from the CRT (original location
; vct... |
libsrc/stdio_new/file/stream-in/stdio_incommon3.asm | andydansby/z88dk-mk2 | 1 | 58386 | ; stdio_incommon3
; 05.2008 aralbrec
XLIB stdio_incommon3
LIB stdio_atoul_any_stream, l_long_neg
; common code for long number scan converters
;
; enter : ix = FILE *
; b = radix
; c = flags [000a*WLN]
; hl = & parameter list
; de = number *
; bc'... |
test/dump/swdbgbk_src/chap24/VC8Win32/VC8Win32.asm | oudream/ccxx | 39 | 58387 | <reponame>oudream/ccxx<filename>test/dump/swdbgbk_src/chap24/VC8Win32/VC8Win32.asm
; Listing generated by Microsoft (R) Optimizing Compiler Version 14.00.50727.42
TITLE c:\dig\dbg\author\code\chap24\VC8Win32\VC8Win32.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
PUBLIC ?hInst@@3PAUHINSTANC... |
programs/oeis/147/A147788.asm | karttu/loda | 0 | 58388 | ; A147788: a(n) = floor(2*(3/2)^n).
; 2,3,4,6,10,15,22,34,51,76,115,172,259,389,583,875,1313,1970,2955,4433,6650,9975,14963,22445,33668,50502,75753,113630,170445,255668,383502,575253,862879,1294319,1941479,2912219,4368328,6552493,9828739,14743109
mov $1,3
pow $1,$0
mul $1,2
lpb $0,1
sub $0,1
div $1,2
lpe
|
wtfx/samples/phat1-v4.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 59 | 58389 | <filename>wtfx/samples/phat1-v4.asm<gh_stars>10-100
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,136,136,136,136,136,136,136,136,136,136,136,136,136
db 136,136,136,136,136,136,204,204,204,204,204,204,204,204,204,204
db 204,204,204,204,204,204,204,204,204,204,204,204,238,238,238,238
db 238,238,238,238,238,238,238,2... |
oeis/167/A167338.asm | neoneye/loda-programs | 11 | 58390 | <filename>oeis/167/A167338.asm
; A167338: Totally multiplicative sequence with a(p) = p*(p+1) = p^2+p for prime p.
; Submitted by <NAME>
; 1,6,12,36,30,72,56,216,144,180,132,432,182,336,360,1296,306,864,380,1080,672,792,552,2592,900,1092,1728,2016,870,2160,992,7776,1584,1836,1680,5184,1406,2280,2184,6480,1722,4032,1892... |
engine/pokemon/correct_party_errors.asm | AtmaBuster/pokeplat-gen2 | 6 | 58391 | <reponame>AtmaBuster/pokeplat-gen2
Unreferenced_CorrectPartyErrors:
; dummy
IF 0
ld hl, wPartyCount
ld a, [hl]
and a
ret z
cp PARTY_LENGTH + 1
jr c, .party_length_okay
ld a, PARTY_LENGTH
ld [hl], a
.party_length_okay
inc hl
ld b, a
ld c, 0
.loop1
ld a, [hl]
call IsAPokemon
jr nc, .next_species
push h... |
unittests/ASM/SelfModifyingCode/SameBlock.asm | cobalt2727/FEX | 628 | 58392 | <filename>unittests/ASM/SelfModifyingCode/SameBlock.asm
%ifdef CONFIG
{
"Match": "All",
"RegData": {
"RAX": "0x20"
}
}
%endif
mov rax, 32
; patch mov rax,... to nops
mov byte [rel patched_op + 0], 0x90
mov byte [rel patched_op + 1], 0x90
mov byte [rel patched_op + 2], 0x90
mov byte [rel patched_op + 3], 0x... |
asm/6502/demos/rmt/rmt_feat.asm | fcatrin/clc88 | 6 | 58394 | <gh_stars>1-10
;*
;* RMT FEATures definitions
;*
;* For optimizations of RMT player routine to concrete RMT modul only!
;* --------BEGIN--------
FEAT_SFX equ 0 ;* 0 => No SFX support, 1 => SFX support
FEAT_GLOBALVOLUMEFADE equ 0 ;* 0 => No RMTGLOBALVOLUMEFADE support, 1=> RMTGLOBALVOLUMEFADE support (+7 by... |
Assembly/Project/Mappers/Mapper7.asm | Myself086/Project-Nested | 338 | 58395 | <reponame>Myself086/Project-Nested
.pushaddr
.addr =MapperTable+7*2
.data16 _Mapper7__Main
.pulladdr
.mx 0x00
Mapper7__Main:
// Load current bank address
ldx #_Mapper7__Main/0x10000
stx $.DP_ZeroBank
// Apply bit mask
and #0x8000
IOPort_Compare 0x8000, bne, Mapper7__8000
IOPort_CompareEnd
.mx 0x3... |
programs/oeis/108/A108601.asm | neoneye/loda | 22 | 58397 | ; A108601: Numbers n such that 7*n - 911 is prime.
; 132,136,142,144,150,154,156,162,166,172,174,180,190,192,196,202,214,216,222,234,240,244,246,250,252,256,264,276,280,282,286,304,306,310,316,330,334,342,346,352,354,360,364,372,376,384,394,396,400,406,412,414,420,430,432,436,450,454,456,460,466,472,484,504,510,514,520... |
llvm/test/tools/llvm-ml/macro_function.asm | mkinsner/llvm | 2,338 | 58398 | ; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s
.code
identity MACRO arg
exitm <arg>
endm
argument_test PROC
; CHECK-LABEL: argument_test:
mov eax, identity(2)
; CHECK: mov eax, 2
ret
argument_test ENDP
argument_with_parens_test PROC
; CHECK-LABEL: argument_with_parens_test:
mov eax, identity((3))
; C... |
data/pokemon/base_stats/raikou.asm | AtmaBuster/pokeplat-gen2 | 6 | 58399 | <reponame>AtmaBuster/pokeplat-gen2
db 0 ; species ID placeholder
db 90, 85, 75, 115, 115, 100
; hp atk def spd sat sdf
db ELECTRIC, ELECTRIC ; type
db 3 ; catch rate
db 216 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_UNKNOWN ; gender ratio
db 80 ; step cycles to hatch
INCBIN "gfx/pokemon/raik... |
oeis/214/A214994.asm | neoneye/loda-programs | 11 | 58400 | <reponame>neoneye/loda-programs
; A214994: Power ceiling sequence of (golden ratio)^5.
; 12,134,1487,16492,182900,2028393,22495224,249475858,2766729663,30683502152,340285253336,3773821288849,41852319430676,464149335026286,5147495004719823,57086594386944340,633100033261107564,7021186960259127545,77866156596111510560,863... |
programs/oeis/235/A235963.asm | karttu/loda | 0 | 58402 | ; A235963: n appears (n+1)/(1 + (n mod 2)) times.
; 0,1,2,2,2,3,3,4,4,4,4,4,5,5,5,6,6,6,6,6,6,6,7,7,7,7,8,8,8,8,8,8,8,8,8,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13
mov $2,$0
mul $2,2
lpb $2,1
add $1,1
lpb $1,1
add $3,$0
mov $1,$3
... |
programs/oeis/005/A005712.asm | karttu/loda | 0 | 58403 | <reponame>karttu/loda<gh_stars>0
; A005712: Coefficient of x^4 in expansion of (1+x+x^2)^n.
; 1,6,19,45,90,161,266,414,615,880,1221,1651,2184,2835,3620,4556,5661,6954,8455,10185,12166,14421,16974,19850,23075,26676,30681,35119,40020,45415,51336,57816,64889,72590,80955,90021,99826,110409,121810,134070,147231,161336,17642... |
theora/lib/arm/armfrag.asm | rakeshcjadav/libtheoraplayer | 11 | 58404 | @********************************************************************
@* *
@* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
@* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
@* GOVERNED BY A BSD-STYLE SOURCE LICENS... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_6.asm | ljhsiun2/medusa | 9 | 58405 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xda1c, %r15
nop
xor %r10, %r10
movw $0x6162, (%r15)
nop
add %r9, %r9
lea addresses_WT_ht+0x6d1f, %r10
nop
nop
nop
add %rbx, %rbx
mov (%r10), %r9w
nop
... |
programs/oeis/120/A120173.asm | karttu/loda | 0 | 58406 | ; A120173: a(1)=4; a(n)=floor((23+sum(a(1) to a(n-1)))/5).
; 4,5,6,7,9,10,12,15,18,21,26,31,37,44,53,64,77,92,110,132,159,191,229,275,330,396,475,570,684,821,985,1182,1418,1702,2042,2451,2941,3529,4235,5082
mov $2,$0
mov $5,2
lpb $5,1
mov $0,$2
sub $5,1
add $0,$5
mov $3,0
mov $6,1
lpb $0,1
sub $0,1
... |
audio/sfx/faint_thud.asm | adhi-thirumala/EvoYellow | 16 | 58408 | SFX_Faint_Thud_Ch1:
unknownsfx0x20 15, 209, 0, 2
unknownsfx0x10 8
endchannel
SFX_Faint_Thud_Ch2:
unknownnoise0x20 4, 245, 51
unknownnoise0x20 8, 244, 34
unknownnoise0x20 15, 242, 33
endchannel
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1825.asm | ljhsiun2/medusa | 9 | 58409 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1825.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x4fa2, %rsi
lea addresses_normal_ht+0xc06e, %rdi
sub %r14, %r14
mov $103, %rcx
rep movsb... |
tests/test build script and options/opt syntax/all_W.asm | NEO-SPECTRUMAN/sjasmplus | 0 | 58410 | <reponame>NEO-SPECTRUMAN/sjasmplus
; -Wall and -Wno-all test
OPT -Wall ; enable all extra warnings
abs: ld hl,abs
DEVICE ZXSPECTRUMNEXT, $8000
DEVICE NOSLOT64K, $8000
DEVICE ZXSPECTRUM48, $8000 : DEVICE ZXSPECTRUM48, $8001
DISP 123 : ORG 345 : ENT
ORG 123, 0
IF fwd_ref_label : ENDIF ... |
Ports/FR/Softune/os_cpu_a.asm | Qetu107/uC-OS2 | 169 | 58411 | ;********************************************************************************************************
; uC/OS-II
; The Real-Time Kernel
;
; Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
;
; ... |
programs/oeis/073/A073549.asm | karttu/loda | 1 | 58412 | <filename>programs/oeis/073/A073549.asm
; A073549: Number of Fibonacci numbers F(k), k <= 10^n, which end in 6.
; 0,6,66,666,6666,66666,666666,6666666,66666666,666666666,6666666666,66666666666,666666666666,6666666666666,66666666666666,666666666666666,6666666666666666
lpb $0,1
add $2,1
mul $2,2
add $3,$2
mul $3... |
programs/oeis/267/A267046.asm | karttu/loda | 0 | 58414 | <gh_stars>0
; A267046: Number of ON (black) cells in the n-th iteration of the "Rule 91" elementary cellular automaton starting with a single ON (black) cell.
; 1,2,2,4,5,8,5,12,5,16,5,20,5,24,5,28,5,32,5,36,5,40,5,44,5,48,5,52,5,56,5,60,5,64,5,68,5,72,5,76,5,80,5,84,5,88,5,92,5,96,5,100,5,104,5,108,5,112,5,116,5,120,5... |
Firmware/TI-TMS320F28335/STMOSPEXTIMERADCCATMERtr/source/DSP2833x_usDelay.asm | zhutoutoutousan/NVH | 10 | 58415 | ;// TI File $Revision: /main/4 $
;// Checkin $Date: July 30, 2007 10:28:57 $
;//###########################################################################
;//
;// FILE: DSP2833x_usDelay.asm
;//
;// TITLE: Simple delay function
;//
;// DESCRIPTION:
;//
;// This is a simple delay function that can be used to insert... |
Dinozavr.asm | MrHorvatHD/Dinozavr-Game | 0 | 58417 | <reponame>MrHorvatHD/Dinozavr-Game<filename>Dinozavr.asm<gh_stars>0
#define gameFieldArrayLen 16
#define gameFieldArrayHei 2
#define gameFieldArraySize gameFieldArrayLen*gameFieldArrayHei
#define jumpTickLen 3
#define minCactDistStart 5
#define halfTickStartSpeed 250
#define rndMulNum 3
#define rndModNum 31
#define d... |
oeis/061/A061234.asm | neoneye/loda-programs | 11 | 58418 | ; A061234: Smallest number with prime(n)^2 divisors where prime(n) is the n-th prime.
; 6,36,1296,46656,60466176,2176782336,2821109907456,101559956668416,131621703842267136,6140942214464815497216,221073919720733357899776,10314424798490535546171949056,13367494538843734067838845976576
seq $0,6005 ; The odd prime numbers... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_530.asm | ljhsiun2/medusa | 9 | 58419 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %r9
push %rax
push %rdi
push %rdx
lea addresses_UC_ht+0x1e8e1, %r8
nop
nop
nop
and $60244, %r10
and $0xffffffffffffffc0, %r8
movntdqa (%r8), %xmm2
vpextrq $0, %xmm2, %rax
nop
nop
nop
nop
dec %rax
lea addresses_D_ht+0x13261, %rdi
nop
nop
nop
... |
pwnlib/shellcraft/templates/i386/linux/setreuid.asm | kristoff3r/pwntools | 1 | 58420 | <%page args="uid = 'euid'"/>
<%docstring>
Args: [uid (imm/reg) = euid]
Sets the real and effective user id.
</%docstring>
% if uid == 'euid':
/* geteuid */
push SYS_geteuid
pop eax
int 0x80
% else:
push ${uid}
pop eax
% endif
/* setreuid(eax, eax) */
mov ebx, eax
mov ecx, eax... |
oeis/071/A071549.asm | neoneye/loda-programs | 11 | 58421 | ; A071549: a(n) = (7n)!/n!^7.
; Submitted by <NAME>
; 1,5040,681080400,182509367040000,66475579247327250000,28837919555681211870935040,14007180988362844601443040716800,7363615666157189603982585462030336000,4104167472585675600759440022842715359250000,2392741010223442438553822446842770682716580000000,14456521470198146707... |
libsrc/adt/linkedlist/adt_ListLast.asm | meesokim/z88dk | 0 | 58422 | <reponame>meesokim/z88dk
; void __FASTCALL__ *adt_ListLast(struct adt_List *list)
; 02.2003, 06.2005 aralbrec
PUBLIC adt_ListLast
.adt_ListLast
; enter: hl = struct adt_List *
; exit : no carry = list empty, hl = 0 else:
; hl = item at end of list
; current pointer changed to point at last item in list... |
programs/oeis/252/A252814.asm | neoneye/loda | 22 | 58423 | ; A252814: Number of n X 2 nonnegative integer arrays with upper left 0 and every value within 2 of its city block distance from the upper left and every value increasing by 0 or 1 with every step right or down.
; 2,6,17,40,81,147,246,387,580,836,1167,1586,2107,2745,3516,4437,5526,6802,8285,9996,11957,14191,16722,19575... |
oeis/142/A142918.asm | neoneye/loda-programs | 11 | 58424 | <reponame>neoneye/loda-programs
; A142918: Primes congruent to 52 mod 63.
; Submitted by <NAME>
; 241,367,619,997,1123,1249,1627,1753,1879,2131,2383,2887,3391,3517,3643,3769,4021,4273,4651,4903,5281,5407,5659,6037,6163,6793,7297,7549,7927,8053,8179,8431,9187,9439,9817,10069,10321,11329,11833,11959,12211,12589,12841,129... |
programs/oeis/257/A257446.asm | neoneye/loda | 22 | 58425 | ; A257446: Number of (n+2) X (7+2) 0..1 arrays with no 3 x 3 subblock diagonal sum 0 and no antidiagonal sum 3 and no row sum 1 and no column sum 1.
; 128,134,143,155,173,200,239,296,380,503,683,947,1334,1901,2732,3950,5735,8351,12185,17804,26039,38108,55796,81719,119711,175391,256994,376589,551864,808742,1185215,17369... |
tmp1/c55x-sim2/foo/src/vector.asm | jwestmoreland/eZdsp-DBG-sim | 1 | 58427 | <gh_stars>1-10
*****************************************************************************
* Copyright (c) 2005 Texas Instruments, Inc. All Rights Reserved *
* This is proprietary information, not to be published -- TI INTERNAL DATA *
***********************************************************************... |
programs/oeis/005/A005912.asm | karttu/loda | 0 | 58428 | <reponame>karttu/loda
; A005912: Truncated cube numbers.
; 1,56,311,920,2037,3816,6411,9976,14665,20632,28031,37016,47741,60360,75027,91896,111121,132856,157255,184472,214661,247976,284571,324600,368217,415576,466831,522136,581645,645512,713891,786936,864801,947640,1035607,1128856,1227541,1331816,1441835,1557752,167972... |
programs/oeis/081/A081187.asm | karttu/loda | 1 | 58429 | ; A081187: 5th binomial transform of (1,0,1,0,1,...), A059841.
; 1,5,26,140,776,4400,25376,148160,872576,5169920,30757376,183495680,1096779776,6563901440,39316299776,235629363200,1412702437376,8471919656960,50814338072576,304817308958720,1828628975845376
mov $1,4
pow $1,$0
mov $2,6
pow $2,$0
add $1,$2
sub $1,2
div $1,... |
programs/oeis/034/A034694.asm | neoneye/loda | 22 | 58430 | <reponame>neoneye/loda
; A034694: Smallest prime == 1 (mod n).
; 2,3,7,5,11,7,29,17,19,11,23,13,53,29,31,17,103,19,191,41,43,23,47,73,101,53,109,29,59,31,311,97,67,103,71,37,149,191,79,41,83,43,173,89,181,47,283,97,197,101,103,53,107,109,331,113,229,59,709,61,367,311,127,193,131,67,269,137,139,71,569,73,293,149,151,229... |
programs/oeis/123/A123231.asm | neoneye/loda | 22 | 58431 | ; A123231: Row sums of A123230.
; 1,2,1,3,2,5,3,8,5,13,8,21,13,34,21,55,34,89,55,144,89,233,144,377,233,610,377,987,610,1597,987,2584,1597,4181,2584,6765,4181,10946,6765,17711,10946,28657,17711,46368,28657,75025,46368,121393,75025,196418,121393,317811,196418,514229,317811,832040,514229,1346269,832040,2178309,1346269,35... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_988.asm | ljhsiun2/medusa | 9 | 58432 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x242f, %rsi
lea addresses_WT_ht+0xbfcf, %rdi
nop
nop
nop
nop
add %r12, %r12
mov $106, %rcx
rep movsw
nop
cmp %rax, %rax
lea addresses_D_ht+0x1b0b9, %rsi
lea addresses_normal_... |
oeis/191/A191272.asm | neoneye/loda-programs | 11 | 58433 | <reponame>neoneye/loda-programs
; A191272: Expansion of x*(4+5*x)/( (1-4*x)*(1 + x + x^2) ).
; 0,4,17,63,256,1025,4095,16384,65537,262143,1048576,4194305,16777215,67108864,268435457,1073741823,4294967296,17179869185,68719476735,274877906944,1099511627777,4398046511103,17592186044416,70368744177665,281474976710655,11258... |
programs/oeis/131/A131751.asm | neoneye/loda | 22 | 58435 | <gh_stars>10-100
; A131751: Numbers that are both centered triangular and centered pentagonal.
; 1,31,1891,117181,7263301,450207451,27905598631,1729696907641,107213302675081,6645495068947351,411913480972060651,25531990325198812981,1582571486681354344141,98093900183918770523731
seq $0,253470 ; Indices of centered trian... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1987.asm | ljhsiun2/medusa | 9 | 58436 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xfb51, %r12
nop
inc %r15
movb (%r12), %r10b
nop
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_D_ht+0x18b6d, %r13
nop
nop
nop
nop
and %rcx, %rcx
mov $0x616263646... |
libsrc/_DEVELOPMENT/target/rc2014/driver/ram/c/sccz80/shadow_relocate.asm | ahjelm/z88dk | 4 | 58437 |
; void shadow_relocate(void * address) __smallc __z88dk_fastcall
SECTION smc_lib
PUBLIC shadow_relocate
EXTERN asm_push_di
EXTERN asm_pop_ei_jp
EXTERN asm_shadow_relocate
.shadow_relocate
call asm_push_di
call asm_shadow_relocate
jp asm_pop_ei_jp
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _shadow_re... |
programs/oeis/028/A028837.asm | neoneye/loda | 22 | 58438 | ; A028837: Iterated sum of digits of n is a square.
; 1,4,9,10,13,18,19,22,27,28,31,36,37,40,45,46,49,54,55,58,63,64,67,72,73,76,81,82,85,90,91,94,99,100,103,108,109,112,117,118,121,126,127,130,135,136,139,144,145,148,153,154,157,162,163,166,171,172,175,180
mov $3,$0
add $0,1
gcd $0,3
mov $2,$3
mul $2,3
add $0,$2
|
FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/GCC/asm/start.asm | JVVJV/FreeRTOS | 2,603 | 58439 | <reponame>JVVJV/FreeRTOS
/************************************************************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only
* intended for use with Renesas products. No other uses are authorized. This
* so... |
programs/oeis/262/A262592.asm | jmorken/loda | 1 | 58440 | <gh_stars>1-10
; A262592: a(n) = (3^(n+1) - 2n^2 + 4n + 5) / 8..
; 1,2,4,10,29,88,268,812,2449,7366,22124,66406,199261,597836,1793572,5380792,16142465,48427498,145282612,435847970,1307544061,3922632352,11767897244,35303691940,105911076049,317733228398,953199685468,2859599056702,8578797170429,25736391511636,77209174535... |
programs/oeis/143/A143127.asm | jmorken/loda | 1 | 58441 | <reponame>jmorken/loda
; A143127: Sum of k*d(k) over k=1,2,...,n, where d(k) is the number of divisors of k.
; 1,5,11,23,33,57,71,103,130,170,192,264,290,346,406,486,520,628,666,786,870,958,1004,1196,1271,1375,1483,1651,1709,1949,2011,2203,2335,2471,2611,2935,3009,3161,3317,3637,3719,4055,4141,4405,4675,4859,4953,5433,... |
programs/oeis/006/A006005.asm | jmorken/loda | 1 | 58442 | <filename>programs/oeis/006/A006005.asm
; A006005: The odd prime numbers together with 1.
; 1,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271
cal $0,40 ; The prime nu... |
private/ntos/w32/ntuser/client/i386/callret.asm | King0987654/windows2000 | 17 | 58443 | title "User Callback Return"
;++
;
; Copyright (c) 1985 - 1999, Microsoft Corporation
;
; Module Name:
;
; callret.asm
;
; Abstract:
;
; This module implements the fastpath callback return.
;
; Author:
;
; <NAME> (davec) 21-Dec-95
;
; Environment:
;
; User mode.
;
; Revision Hi... |
programs/oeis/053/A053539.asm | karttu/loda | 1 | 58444 | <filename>programs/oeis/053/A053539.asm
; A053539: a(n) = n * 8^(n-1).
; 0,1,16,192,2048,20480,196608,1835008,16777216,150994944,1342177280,11811160064,103079215104,893353197568,7696581394432,65970697666560,562949953421312,4785074604081152
mov $2,$0
lpb $2,1
mov $1,$0
sub $2,1
mul $0,8
lpe
|
oeis/087/A087453.asm | neoneye/loda-programs | 11 | 58445 | <filename>oeis/087/A087453.asm
; A087453: a(n) = S(n,5), where S(n,m) = Sum_{k=0..n} binomial(n,k)*Fibonacci(m*k).
; Submitted by <NAME>
; 0,5,65,790,9555,115525,1396720,16886585,204161685,2468349470,29842764575,360804095305,4362182828640,52739531723965,637629901296505,7709053867890950,93203771368320795,112684943524136... |
Library/SpecUI/Motif/Win/winClassSpec.asm | steakknife/pcgeos | 504 | 58446 | <reponame>steakknife/pcgeos
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Motif/Win (specific code for Motif)
FILE: winClassSpec.asm
ROUTINES:
Name Description
---- -----------
REVIS... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_34_1737.asm | ljhsiun2/medusa | 9 | 58447 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_34_1737.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %r9
push %rcx
push %rdx
lea addresses_normal_ht+0x12849, %r13
nop
nop
nop
nop
nop
add $49400, %rcx
mov $0x6162636465666768... |
programs/oeis/055/A055426.asm | karttu/loda | 0 | 58448 | ; A055426: Number of points in Z^n of norm <= 2.
; 1,5,13,33,89,221,485,953,1713,2869,4541,6865,9993,14093,19349,25961,34145,44133,56173,70529,87481,107325,130373,156953,187409,222101,261405,305713,355433,410989,472821,541385,617153,700613,792269,892641,1002265,1121693,1251493,1392249,1544561,1709045,1886333,2077073,22... |
programs/oeis/184/A184428.asm | karttu/loda | 1 | 58450 | ; A184428: Upper s-Wythoff sequence of A000290 (the squares). Complement of A184427.
; 2,7,13,21,31,44,58,74,92,112,135,159,185,213,243,275,309,346,384,424,466,510,556,604,654,706,761,817,875,935,997,1061,1127,1195,1265,1337,1411,1487,1566,1646,1728,1812,1898,1986,2076,2168,2262,2358,2456,2556,2658,2763,2869,2977,3087... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1543.asm | ljhsiun2/medusa | 9 | 58451 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1543.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1b775, %r8
nop
nop
nop
add %r10, %r10
and $0xffffffffffffffc0, %r8
movaps (%r8... |
test/spike-gdb-test/rot13-64.asm | ghsecuritylab/OS2018spring-projects-g09 | 2 | 58455 |
rot13-64: 文件格式 elf64-littleriscv
Disassembly of section .text:
0000000010010000 <main>:
10010000: 100107b7 lui a5,0x10010
10010004: 09c7a783 lw a5,156(a5) # 1001009c <wait>
10010008: 2781 sext.w a5,a5
1001000a: fbfd bnez a5,10010000 <main>
... |
oeis/077/A077876.asm | neoneye/loda-programs | 11 | 58456 | <reponame>neoneye/loda-programs
; A077876: Expansion of (1-x)^(-1)/(1-x+2*x^2).
; Submitted by <NAME>(s2)
; 1,2,1,-2,-3,2,9,6,-11,-22,1,46,45,-46,-135,-42,229,314,-143,-770,-483,1058,2025,-90,-4139,-3958,4321,12238,3597,-20878,-28071,13686,69829,42458,-97199,-182114,12285,376514,351945,-401082,-1104971,-302806,1907137,... |
programs/oeis/004/A004919.asm | karttu/loda | 0 | 58457 | <gh_stars>0
; A004919: Floor of n*phi^4, where phi is the golden ratio, A001622.
; 0,6,13,20,27,34,41,47,54,61,68,75,82,89,95,102,109,116,123,130,137,143,150,157,164,171,178,185,191,198,205,212,219,226,233,239,246,253,260,267,274,281,287,294,301,308,315,322,328,335,342,349,356,363,370,376,383,390,397,404,411,418,424,43... |
programs/oeis/020/A020648.asm | karttu/loda | 1 | 58458 | ; A020648: Least positive integer k for which 9^n divides k!.
; 1,6,9,15,18,24,27,30,36,39,45,48,54,54,60,63,69,72,78,81,81,87,90,96,99,105,108,111,117,120,126,129,135,135,141,144,150,153,159,162,162,168,171,177,180,186,189,192,198,201,207,210,216,216,222,225,231,234,240,243,243,246,252,255,261,264,270,270,276,279,285,... |
user/bigfile.asm | Grapefruitcc/xv6-riscv-fall19 | 1 | 58463 |
user/_bigfile: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "kernel/fcntl.h"
#include "kernel/fs.h"
int
main()
{
0: bd010113 addi sp,sp,-1072
4: 42113423 sd ra,1064(sp)
8: 42813023 sd s0,1056(sp)
c: 40913c23 sd... |
oeis/090/A090950.asm | neoneye/loda-programs | 11 | 58464 | ; A090950: a(n) = (1/24)*(n+1)*(n+3)*(n^2+22*n+88).
; 0,11,37,85,163,280,446,672,970,1353,1835,2431,3157,4030,5068,6290,7716,9367,11265,13433,15895,18676,21802,25300,29198,33525,38311,43587,49385,55738,62680,70246,78472,87395,97053,107485,118731,130832,143830,157768,172690,188641,205667,223815,243133,263670,285476,3086... |
programs/oeis/272/A272000.asm | neoneye/loda | 22 | 58465 | <reponame>neoneye/loda
; A272000: Coinage sequence: a(n) = A018227(n)-7.
; 3,11,29,47,79,111,161,211,283,355,453,551,679,807,969,1131,1331,1531,1773,2015,2303,2591,2929,3267,3659,4051,4501,4951,5463,5975,6553,7131,7779,8427,9149,9871,10671,11471,12353,13235,14203,15171,16229,17287,18439,19591,20841,22091,23443,24795,26... |
textExamples/test4_1_asm.asm | YanShulinjj/Sample-Compiler | 49 | 58466 | <reponame>YanShulinjj/Sample-Compiler<gh_stars>10-100
assume cs:code,ds:data,ss:stack,es:extended
extended segment
db 1024 dup (0)
extended ends
stack segment
db 1024 dup (0)
stack ends
data segment
_buff_p db 256 dup (24h)
_buff_s db 256 dup (0)
_msg_p db 0ah,'Output:',0
_msg_s db 0ah,'Input:',0... |
Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_478_931.asm | ljhsiun2/medusa | 9 | 58467 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x72e8, %rax
nop
nop
nop
nop
nop
xor %rsi, %rsi
movb (%rax), %bl
nop
nop
nop
nop
cmp $41267, %r14
lea addresses_WC_ht+0x1c7e8, %rsi
lea addresses_WC_ht+0x12d68, %rdi
and $34164, %rbp
mo... |
programs/oeis/037/A037561.asm | neoneye/loda | 22 | 58468 | <reponame>neoneye/loda<gh_stars>10-100
; A037561: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 2,2,1.
; 2,10,41,166,666,2665,10662,42650,170601,682406,2729626,10918505,43674022,174696090,698784361,2795137446,11180549786,44722199145,178888796582,715555186330,2862220745321,1... |
Stepper_lib/asm/src/sys_timers.asm | CmdrZin/chip_avr_asm_lib | 3 | 58469 | /*
* System Timer Utility
*
* org: 6/28/2014
* rev: 1/10/2015
* auth: Nels "Chip" Pearson
*
* Usage:
* .include sys_timers.asm
*
* Dependentcies:
*
* Timer0
* General purpose system timer. Provides 10ms and 1ms TIC flags for services.
*
* Timer1
*
* Timer2
*
*/
; 1ms tic flags
.equ STEPPER_1MS... |
Library/SpecUI/CommonUI/CMain/cmainDocumentCommon.asm | steakknife/pcgeos | 504 | 58470 | <reponame>steakknife/pcgeos
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonUI/CMain
FILE: cmainDocumentCommon.asm
ROUTINES:
Name Description
---- -----------
GLB OLDocument Open ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_765.asm | ljhsiun2/medusa | 9 | 58471 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xbf0, %rdx
nop
add $65109, %rdi
movb (%rdx), %r8b
nop
nop
nop
nop
and %r11, %r11
lea addresses_WC_ht+0xbbb0, %rsi
lea addresses_D_ht+0x1bdf0, %rdi
clflush (%rsi)
clflush (%rdi)
... |
libsrc/video/upd7220/gencon/generic_console.asm | Frodevan/z88dk | 640 | 58472 | ; Console driver for the UPD7220 (initially targetting BIC A5105)
;
SECTION code_clib
PUBLIC __upd7220_cls
PUBLIC __upd7220_scrollup
PUBLIC __upd7220_printc
PUBLIC __upd7220_set_ink
PUBLIC __upd7220_set_paper
PUBLIC __upd7220_se... |
oeis/075/A075272.asm | neoneye/loda-programs | 11 | 58473 | <filename>oeis/075/A075272.asm<gh_stars>10-100
; A075272: BinomialMean (BM) transform of A075271, which see for the definition of (BM).
; Submitted by <NAME>
; 1,2,6,34,422,11586,678982,82653026,20565923814,10362872458882,10517568142605446,21434335059927667362,87558678536857464017446,716228573446369122069676994,1172537... |
oeis/021/A021608.asm | neoneye/loda-programs | 11 | 58474 | <reponame>neoneye/loda-programs<filename>oeis/021/A021608.asm<gh_stars>10-100
; A021608: Decimal expansion of 1/604.
; Submitted by Jon Maiga
; 0,0,1,6,5,5,6,2,9,1,3,9,0,7,2,8,4,7,6,8,2,1,1,9,2,0,5,2,9,8,0,1,3,2,4,5,0,3,3,1,1,2,5,8,2,7,8,1,4,5,6,9,5,3,6,4,2,3,8,4,1,0,5,9,6,0,2,6,4,9,0,0,6,6,2,2,5,1,6,5,5,6,2,9,1,3,9,0,... |
oeis/343/A343581.asm | neoneye/loda-programs | 11 | 58475 | <reponame>neoneye/loda-programs
; A343581: a(n) = binomial(n, floor(n/2))*FallingFactorial(n - 1, n - floor(n/2)).
; Submitted by <NAME>
; 1,0,2,6,36,240,1200,12600,58800,846720,3810240,69854400,307359360,6849722880,29682132480,779155977600,3339239904000,100919250432000,428906814336000,14668613050291200,619341439901184... |
scripts/fuchsiapokecenter.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 58476 | <filename>scripts/fuchsiapokecenter.asm<gh_stars>1-10
FuchsiaPokecenterScript:
call Serial_TryEstablishingExternallyClockedConnection
jp EnableAutoTextBoxDrawing
FuchsiaPokecenterTextPointers:
dw FuchsiaHealNurseText
dw FuchsiaPokecenterText2
dw FuchsiaPokecenterText3
dw FuchsiaTradeNurseText
FuchsiaHealNurseTe... |
flash_driver/src/lib/cpu/1967VN028/lib/core_utils.asm | mcjtag/eval-kits | 0 | 58477 |
#include <defts201.h>
#include "def1967VC2.h"
.section/charany/doubleany program;
//-------------------------------------------------------//
// Wait for specified number of core clocks
//
// Arguments:
// j4 - timeout (core cycles)
//
// Outputs:
// none
// Scratch:
// xr3:0, xstat
//-----------------------... |
tests/align/6.asm | NullMember/customasm | 414 | 58478 | #ruledef test
{
ld {x} => 0x55 @ x`8
}
ld $
#align 3
ld $ ; error: failed / error: aligned |
MicroProcessor Lab Programs/calc2.asm | vallabhiaf/4thSemIse | 0 | 58479 | <gh_stars>0
assume ds:data,cs:code
data segment
scode db ?
row db ?
col db ?
pa equ 20a0h
pb equ 20a1h
pc equ 20a2h
cr equ 20a3h
table db 0, 0 ,8, 10h
op1 db ?
op2 db ?
opr db ?
plus equ 0Ch
minus equ 0Dh
r... |
oeis/158/A158305.asm | neoneye/loda-programs | 11 | 58480 | ; A158305: 324n^2 - 2n.
; 322,1292,2910,5176,8090,11652,15862,20720,26226,32380,39182,46632,54730,63476,72870,82912,93602,104940,116926,129560,142842,156772,171350,186576,202450,218972,236142,253960,272426,291540,311302,331712,352770,374476,396830,419832,443482,467780,492726,518320,544562,571452,598990,627176,656010,68... |
lab1/lab1.asm | ALEGATOR1209/SystemProgramming | 7 | 58481 | <gh_stars>1-10
386
.model flat, stdcall
option casemap: none
include /masm32/include/windows.inc
include /masm32/include/user32.inc
include /masm32/include/kernel32.inc
includelib /masm32/lib/user32.lib
includelib /masm32/lib/kernel32.lib
.data
msg_title DB "Лаба 1", 0
format_symbol DB "Символьний рядок - ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.