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 |
|---|---|---|---|---|
raggruppaLettereRICORSIVO.asm | edoardottt/Asm_mars_examples | 21 | 202085 | <reponame>edoardottt/Asm_mars_examples
# RAGGRUPPA TUTTE LE LETTERE ALL'INIZIO E GLI ALTRI CARATTERI ALLA FINE RICORSIVAMENTE
.data
richiesta: .asciiz "inserire una stringa (max 100 caratteri)\n"
stringa: .space 101
.text
li $v0,4
la $a0,richiesta
syscall
li $v0,8
la $a0,stringa
la $a1,100
syscall
len:
lb $s0,stringa... |
src/asm_routines/constants.asm | Dentosal/rust_os | 28 | 202086 | ; IMPORTANT: this file MUST contain only define-constants and macros
; putting any concrete data here WILL cause everything (including bootloader)
; to break
%include "build/constants.asm" |
oeis/224/A224467.asm | neoneye/loda-programs | 11 | 202087 | <reponame>neoneye/loda-programs
; A224467: Numbers n such that 27*n+1 is prime.
; Submitted by <NAME>
; 4,6,10,14,16,18,20,28,30,34,48,54,58,60,66,74,76,80,84,88,94,96,98,108,110,114,118,128,130,136,138,144,146,150,154,166,170,180,184,186,188,198,206,214,230,236,238,240,258,264,268,278,280,284,286,296,300,304,306,308,3... |
automemtestdealloc.asm | arturosalazar/xv6-public | 0 | 202088 |
_automemtestdealloc: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "user.h"
#include "types.h"
int main(int argc, char** argv){
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
... |
oeis/129/A129997.asm | neoneye/loda-programs | 11 | 202089 | <reponame>neoneye/loda-programs
; A129997: a(n) = 4*a(n-1) + (n-6)*a(n-2).
; Submitted by <NAME>
; 0,1,4,14,52,208,884,3952,18460,89648,450892,2341456,12522068,68819920,387978292,2240112368,13228210684,79794191152,491143503500,3081692690128,19693923313012,128082776294096,847127801497588
mov $1,1
lpb $0
sub $0,1
mo... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1862.asm | ljhsiun2/medusa | 9 | 202090 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9cd2, %rsi
lea addresses_UC_ht+0x1eca2, %rdi
nop
inc %rbx
mov $117, %rcx
rep movsq
nop
nop
nop
cmp %r11, %r11
lea addresses_UC_ht+0x144... |
libsrc/target/zx81/basic/zx_basic_length.asm | jpoikela/z88dk | 640 | 202091 | <gh_stars>100-1000
;
; ZX 81 specific routines
; by <NAME>, Oct 2007
;
; This routine gives the length of the current BASIC program.
; Memory used by variables is not included.
;
; $Id: zx_basic_length.asm,v 1.4 2016-06-26 20:32:08 dom Exp $
;
SECTION code_clib
PUBLIC zx_basic_length
PUBLIC _zx_basic_lengt... |
oeis/037/A037661.asm | neoneye/loda-programs | 11 | 202092 | <gh_stars>10-100
; A037661: Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 3,1,0.
; Submitted by <NAME>
; 3,16,80,403,2016,10080,50403,252016,1260080,6300403,31502016,157510080,787550403,3937752016,19688760080,98443800403,492219002016,2461095010080,12305475050403,61527375252... |
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_GetUpdateStruct_callee.asm | meesokim/z88dk | 0 | 202093 | <filename>libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_GetUpdateStruct_callee.asm<gh_stars>0
; struct sp1_update __CALLEE__ *sp1_GetUpdateStruct_callee(uchar row, uchar col)
SECTION code_temp_sp1
PUBLIC sp1_GetUpdateStruct_callee
sp1_GetUpdateStruct_callee:
pop hl
pop de
ex (sp),hl
ld d,l
INCLUDE "t... |
libsrc/stdio/mtx/fgetc_cons.asm | meesokim/z88dk | 0 | 202096 | ;
; Memotech MTX stdio
;
; getkey() Wait for keypress
;
; <NAME> - Aug. 2010
;
;
; $Id: fgetc_cons.asm,v 1.2 2015/01/19 01:33:20 pauloscustodio Exp $
;
PUBLIC fgetc_cons
.fgetc_cons
call $79
jr z,fgetc_cons
ld h,0
ld l,a
ret
|
Assembler/AssemblyCode/CALL_ALU.asm | KPU-RISC/KPU | 8 | 202097 | <reponame>KPU-RISC/KPU
; Initialize the stack pointer
MOV XL, 0xFF
MOV XH, 0xFF
MOV SP, X
; Call some subroutines...
CALL :ADD_FUNCTION
MOV G, 3
; Write register G to the Output Port
OUTB G
CALL :SUB_FUNCTION
MOV G, 4
; Write register G to the Output Port
OUTB G
; Stops program execution
HLT
:ADD_FUNCTION
MOV G... |
savefile/maps/2791_DarkCave.asm | zzazzdzz/fools2018 | 35 | 202098 | SECTION "Map_2791", ROM0[$B800]
Map_2791_Header:
hdr_tileset 17
hdr_dimensions 21, 15
hdr_pointers_a Map_2791_Blocks, Map_2791_TextPointers
hdr_pointers_b Map_2791_Script, Map_2791_Objects
hdr_pointers_c Map_2791_InitScript, Map_2791_RAMScript
hdr_palette $06... |
programs/oeis/206/A206641.asm | neoneye/loda | 22 | 202099 | <filename>programs/oeis/206/A206641.asm
; A206641: Fibonacci sequence beginning 14, 9.
; 14,9,23,32,55,87,142,229,371,600,971,1571,2542,4113,6655,10768,17423,28191,45614,73805,119419,193224,312643,505867,818510,1324377,2142887,3467264,5610151,9077415,14687566,23764981,38452547,62217528,100670075,162887603,263557678,426... |
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sdcc/BIFROSTL_showTilePosL_callee.asm | jpoikela/z88dk | 640 | 202100 | <gh_stars>100-1000
; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_l.h" for further details
; ----------------------------------------------------------------
; void BIFROSTL_showTilePosL(unsigned char row, unsigned c... |
VMprograms/quitarAes.asm | javito003/CPU_java | 0 | 202101 | ; Mini programa que lee toda la entrada y la vuelve
; a escribir eliminando todas las aes minรบsculas.
; En C++ serรญa algo asรญ:
; while (cin) {
; char c;
; cin << c;
; if (cin && (c != โaโ))
; cout >> c;
; }
;
; Leemos el caracter de la entrada
in
; Miramos si hemos llegado al final
dup ; Duplicamos el valor dev... |
oeis/008/A008380.asm | neoneye/loda-programs | 11 | 202102 | ; A008380: 4*(2n-1)!*H(2n), where H(n) = Sum 1/i are harmonic numbers.
; Submitted by <NAME>
; 6,50,1176,54792,4251456,495480960,80990184960,17683570598400,4972664013004800,1750589607352320000,754268505333719040000,390464536066453094400000,239146855253471119933440000
add $0,1
mov $2,$0
mul $0,2
seq $0,254 ; Unsigned S... |
programs/oeis/021/A021043.asm | jmorken/loda | 1 | 202103 | ; A021043: Decimal expansion of 1/39.
; 0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5,6,4,1,0,2,5
mov $2,4
lpb $0
sub $0,1
add $2,$1
add $1,3
sub $2,3
sub $1,$2
lpe
|
target/analysis/Func004028EC.asm | katahiromz/DecodersTatami | 3 | 202104 | proc imp.msvcrt.dll!_amsg_exit Label_004028EC
attrs [[jumponly]]
# call_from : 004014C0
Label_004028EC:
004028EC: FF 25 C0 61 40 00 : jmp dword [0x4061c0]
end proc
|
oeis/145/A145011.asm | neoneye/loda-programs | 11 | 202105 | ; A145011: First differences of A007775.
; Submitted by <NAME>(s2)
; 6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4,2,4,6,2,6,4,2,4
mov $2,7
sub $2,$0
mov $0,1599
sub $0,$2
add $0,4
... |
dank_valid.asm | mitre-cyber-academy/2016-Binary-200 | 0 | 202106 | .text
.globl main
main:
la $a0, meme_in
li $v0, 4
syscall
li $v0, 8
syscall
move $t0, $a0
li $t1, 1
li $t2, 1
li $t3, 0
wow:
add $t2, $t2, $t1
addi $t1, $t1, 1
lb $t4, 0($t0)
xor $t4, $t4, $t2
sb $t4, 0($t0)
addi $t4, $t1, -13
addi $t0, $t0, 1
bne $t3, $t4, wow
j w00t
w00t:
la $a0, meme_... |
SimpleCPU/Python/example4.asm | ivandumas/Multiprocesadores | 0 | 202107 | // Jump example
MOV R0, #0; // Running sum
MOV R1, #1; // Constant 1 for increment
MOV R2, #0; // Constant 0 for use in later JMPZ
label1: ADD R0, R0, R1; // Add 1 to R0
JMPZ R2, label1; // Jump to ADD instruction again
// Above is an infinite loop
// R0 should continue to increment |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1367.asm | ljhsiun2/medusa | 9 | 202108 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x13b8b, %rsi
lea addresses_WC_ht+0x1144b, %rdi
nop
cmp $61920, %r11
mov $44, %rcx
rep movsw
nop
nop
nop
nop
sub %rbp, %rbp
lea addresses_A_ht+0x1e00b, %rcx
nop
nop
nop
nop
cmp %r13, %r1... |
tools/cc65_config/game_chr_ram_constants.asm | ericandrewlewis/nes-starter-kit | 93 | 202109 | <gh_stars>10-100
; Defines the number of PRG banks in the game. We have to store this separately, as the values
; in the .cfg file are only available at link-time, and cannot be used in code generation.
; Sorry for the duplication!
.define SYS_PRG_BANKS 8 |
programs/oeis/088/A088564.asm | jmorken/loda | 1 | 202110 | <gh_stars>1-10
; A088564: a(n)=sum(i=0,n,binomial(2*i,i) (mod 3)).
; 1,3,3,5,6,6,6,6,6,8,9,9,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,15,15,16,18,18,18,18,18,19,21,21,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,26,27,27,28,30,30,30... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_599.asm | ljhsiun2/medusa | 9 | 202113 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_599.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xe32a, %rcx
nop
nop
dec %rbx
vmovups (%rcx), %ymm5
vextra... |
pwnlib/shellcraft/templates/powerpc/linux/mremap.asm | IMULMUL/python3-pwntools | 325 | 202115 | <%
from pwnlib.shellcraft.powerpc.linux import syscall
%>
<%page args="addr, old_len, new_len, flags, vararg"/>
<%docstring>
Invokes the syscall mremap. See 'man 2 mremap' for more information.
Arguments:
addr(void): addr
old_len(size_t): old_len
new_len(size_t): new_len
flags(int): flags
vara... |
src/introreset.asm | giomba/snake6502 | 1 | 202116 | #if VERBOSE = 1
LASTINIT SET .
#endif
; Intro reset
; ----------------------------------------------------------------------
introreset:
jsr multicolorOff
jsr clearScreen
; Copy shade colors from costant table to color RAM for 2nd and 4th line of text
ldx #39
introresetColorShade
lda colorshade,x... |
loader.asm | zanders3/rustboot | 1 | 202117 | <reponame>zanders3/rustboot<filename>loader.asm
use16
org 0x7c00
boot:
; initialize segment registers
xor ax, ax
mov ds, ax
mov es, ax
mov ss, ax
; initialize stack
mov sp, 0x7bfe
; load rust code into 0x7e00 so we can jump to it later
mov ah, 2 ; read
mov al, 48 ; 2... |
src/commands/DoPrintHex.asm | jhm-ciberman/calculator-asm | 2 | 202118 | proc DoPrintHex
fastcall ArrayListSize, [_lg_stack]
cmp eax, 0
je .empty_stack
fastcall ConsolePrintChar, 36 ; '$' character
fastcall ArrayListPop, [_lg_stack]
fastcall PrintHexa, rax
fastcall ConsolePrintChar, 32 ; space character
ret
.empty_stack:
fastcall Console... |
data/pokemon/base_stats/krabby.asm | opiter09/ASM-Machina | 1 | 202119 | <reponame>opiter09/ASM-Machina
db DEX_KRABBY ; pokedex id
db 30, 105, 90, 50, 25
; hp atk def spd spc
db WATER, WATER ; type
db 225 ; catch rate
db 115 ; base exp
INCBIN "gfx/pokemon/front/krabby.pic", 0, 1 ; sprite dimensions
dw KrabbyPicFront, KrabbyPicBack
db CRABHAMMER, LEER, NO_MOVE, NO_MOVE... |
kernel/utility/divide.asm | paulscottrobson/eris | 13 | 202120 | ; *****************************************************************************
; *****************************************************************************
;
; Name: divide.asm
; Purpose: Integer Division (16 bit)
; Created: 8th March 2020
; Reviewed: 16th March 2020
; Author: <NAME> (<EMAIL>)
;
; *********... |
src/Native/Runtime/arm/Dummies.asm | ZZHGit/corert | 0 | 202121 | ;;
;; Copyright (c) Microsoft. All rights reserved.
;; Licensed under the MIT license. See LICENSE file in the project root for full license information.
;;
#include "AsmMacros.h"
TEXTAREA
LEAF_ENTRY RhpLMod
DCW 0xdefe
bx lr
LEAF_END RhpLMod
LEAF_ENTRY RhpLM... |
Week04_HackProgramming/rectangleUsingScreenMap.asm | abhishekmittal15/Nand2Tetris | 2 | 202122 | // This code is meant to display a rectangle at the top left of the screen with dimensions x pixels long and 16*y pixels wide, where x and y are whole numbers
@50
D=A
@X
M=D
@Y
M=1
@16384
D=A
@base
M=D
@i
M=0
(LOOP1)
@j
M=0
(LOOP2)
@base
D=M
@j // it is the address of the 16bit'th column of the row
A=D+M
M=-1
@j
M=... |
Resolutions/Bayonetta2_Resolution/patch_aspectRatio.asm | emulationchannel/cemu_graphic_packs | 0 | 202123 | [Bayo2_AspectRatio_V0]
moduleMatches = 0xAF5D1A85
.origin = codecave
_widthScaleRatio:
.float $width
_heightScaleRatio:
.float $height
_calculateARForRendering:
lis r7, _widthScaleRatio@ha
lfs f13, _widthScaleRatio@l(r7)
lis r7, _heightScaleRatio@ha
lfs f31, _heightScaleRatio@l(r7)
fdivs f2, f13, f31
blr
_calculateA... |
A1045516_Homework_2/A1045516_Problem_1.asm | ECELman/Course_Assembly_Language_and_Systems_Programming | 0 | 202124 | .386
.model flat,stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
arrayD DWORD 1,2,3,4
.code
main PROC
; to arrange the sequence
mov eax,arrayD ; EAX = 1, arrayD : 1 2 3 4
xchg eax,[arrayD+12] ; EAX = 4, arrayD : 1 2 3 1
mov arrayD,eax ; EAX = 4, arrayD : 4 2 3 1
mo... |
exomizer209/rawdecrs/z80/deexo_simple.asm | visy/c64demo2017 | 0 | 202125 | ;Exomizer 2 Z80 decoder
; by Metalbrain
;
; optimized by <NAME> and Urusergi (154 bytes)
;
; compression algorithm by <NAME>
;input: hl=compressed data start
; de=uncompressed destination start
;
;simple version:
; no literal sequences (compress with -c option)
; ... |
1571/64tass/lstdir.asm | silverdr/assembly | 23 | 202127 |
; start the directory loading function
; get the buffer and get it started
stdir lda #0
sta sa
lda #1 ; allocate chanl and 1 bufefer
jsr getrch
lda #0
jsr setpnt
ldx lindx
lda #0
sta lstchr,x
jsr getact
tax
l... |
programs/oeis/134/A134156.asm | neoneye/loda | 22 | 202129 | <reponame>neoneye/loda
; A134156: a(n) = 2*tau(n) - n, where tau(n) is the number of divisors of n (A000005).
; 1,2,1,2,-1,2,-3,0,-3,-2,-7,0,-9,-6,-7,-6,-13,-6,-15,-8,-13,-14,-19,-8,-19,-18,-19,-16,-25,-14,-27,-20,-25,-26,-27,-18,-33,-30,-31,-24,-37,-26,-39,-32,-33,-38,-43,-28,-43,-38,-43,-40,-49,-38,-47,-40,-49,-50,-5... |
asm/macros/mpush_pop.asm | michael105/minilib | 29 | 202130 | <gh_stars>10-100
.ifndef mpush_pop_included
mpush_pop_included:
.macro mpush args:vararg
.irp iter,\args
push \iter
.endr
.endm
.macro mpop cur, args:vararg
.ifnb \args
mpop \args
.endif
pop \cur
.endm
.macro mpushrev cur, args:vararg
.ifnb \args
mpushrev \args
.endif
push \cur
.endm
.macro mpoprev args:vararg
.i... |
sh.asm | willh99/MSBOSS-proj | 0 | 202131 |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <runcmd>:
void panic(char *);
struct cmd *parsecmd(char *);
// Execute cmd. Never returns.
void runcmd(struct cmd *cmd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 ... |
src/write_file_stub.asm | AgileEhsan/libasm_io | 0 | 202132 | <reponame>AgileEhsan/libasm_io
;=================================================================
;
; Copyright (c) 2014, <NAME>
;
; All rights reserved.
;
; libasm_io is distributed under the following BSD 3-Clause License
;
; Redistribution and use in source and binary forms, with or without modification, are permi... |
programs/oeis/114/A114243.asm | neoneye/loda | 22 | 202133 | <reponame>neoneye/loda<gh_stars>10-100
; A114243: a(n) = (n+1)(n+2)^2*(n+3)(n+4)(3n+5)/240.
; 1,12,66,245,714,1764,3864,7722,14355,25168,42042,67431,104468,157080,230112,329460,462213,636804,863170,1152921,1519518,1978460,2547480,3246750,4099095,5130216,6368922,7847371,9601320,11670384,14098304,16933224,20227977
mov $... |
constants/script_constants.asm | genterz/pokecross | 28 | 202134 | <filename>constants/script_constants.asm
; person constants
PLAYER EQU 0
LAST_TALKED EQU -2
; string buffer constants
const_def
const STRING_BUFFER_3 ; use wStringBuffer3
const STRING_BUFFER_4 ; use wStringBuffer4
const STRING_BUFFER_5 ; use wStringBuffer5
NUM_STRING_BUFFERS EQU const_value
; checkmoney/tak... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_seekdir_callee.asm | Toysoft/z88dk | 0 | 202135 | ; unsigned char esx_f_seekdir(unsigned char handle,uint32_t pos)
SECTION code_esxdos
PUBLIC esx_f_seekdir_callee
EXTERN asm_esx_f_seekdir
esx_f_seekdir_callee:
pop hl
pop de
pop bc
ex (sp),hl
ld a,l
jp asm_esx_f_seekdir
|
Testing-File/Test_Ex4.asm | srsarangi/riscv-emulator | 0 | 202136 | <reponame>srsarangi/riscv-emulator
@ RISC-V code to arithmetic right shift of 64 by 2
.main:
addi x5, x0, 64
srai x6, x5, 2
.print x6
end
|
programs/oeis/013/A013634.asm | jmorken/loda | 1 | 202137 | ; A013634: a(n) = nextprime(n) + n.
; 2,3,5,8,9,12,13,18,19,20,21,24,25,30,31,32,33,36,37,42,43,44,45,52,53,54,55,56,57,60,61,68,69,70,71,72,73,78,79,80,81,84,85,90,91,92,93,100,101,102,103,104,105,112,113,114,115,116,117,120,121,128,129,130,131,132,133,138,139,140,141,144,145,152,153,154,155,156,157,162,163,164,165,17... |
src/m12-gfx.asm | MusicTheorist/Mother2GbaTranslation | 1 | 202139 | <reponame>MusicTheorist/Mother2GbaTranslation
.include "m1-ntsc.asm"
//Changes Mother 1+2 Screen
.org 0x8705F94 :: .incbin "data/m12-705f94.bin"
.org 0x86fd794 :: .incbin "data/m12-6fd794.bin"
.org 0x8709190 :: .incbin "data/m12-709190.bin"
////////////////////
//////Graphics//////
////////////////////
//Town Map Ha... |
text/save.asm | ISSOtm/Aevilia-GB | 53 | 202140 | <reponame>ISSOtm/Aevilia-GB
SECTION "File select text strings", ROMX
TechCrewName::
dstr "Tech crew"
set_text_prefix CompatExplanationText
dline 0, "You may notice"
dline 1, "there's only 1"
dline 2, "save file\,"
dline 3, "out of the 3"
dline 4, "promised on the"
dline 5, "tin."
dline 6... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_26_1027.asm | ljhsiun2/medusa | 9 | 202141 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r13
push %r15
push %r9
push %rax
push %rbx
// Store
lea addresses_RW+0x14bdb, %r9
clflush (%r9)
nop
nop
nop
nop
nop
cmp %r11, %r11
mov $0x5152535455565758, %r13
movq %r13, %xmm7
vmovups %ymm7, (%r9)
add... |
chapter14/ex14.asm | bgst009/AssemblyLanguage | 0 | 202142 | <gh_stars>0
assume cs:code,ds:data,ss:stack
stack segment
db 128 dup(0)
stack ends
data segment
db 'YY/MM/DD hh:mm:ss',0
data ends
code segment
TIME_CMOS: db 9,8,7,4,2,0
start:
mov ax,stack
mov ss,ax
mov sp,128
call clear_screen
call show_init
stime:
call show_time
jmp stim... |
Driver/IFS/DOS/Common/dosFileChange.asm | steakknife/pcgeos | 504 | 202143 | <filename>Driver/IFS/DOS/Common/dosFileChange.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT:
MODULE:
FILE: dosFileChange.asm
AUTHOR: <NAME>, Nov 10, 1992
ROUTINES:
Name Description
---- ----------... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1643.asm | ljhsiun2/medusa | 9 | 202145 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1643.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x19ae, %rsi
lea addresses_WT_ht+0x1dcbc, %rdi
nop
nop
nop
nop
and %rdx, %rdx
mov $6, %rcx
rep movsl
sub $... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_4819_1184.asm | ljhsiun2/medusa | 9 | 202146 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1686, %rsi
lea addresses_D_ht+0x1e67a, %rdi
nop
cmp $49663, %rdx
mov $84, %rcx
rep movsb
nop
nop
nop
and $46979, %r11
lea addresses_A_ht+0x856e, %r12
nop
nop
nop
nop
cmp $2953... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_cxy2aaddr.asm | jpoikela/z88dk | 640 | 202147 | <gh_stars>100-1000
; void *zx_cxy2aaddr(uchar x, uchar y)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_cxy2aaddr
EXTERN asm_zx_cxy2aaddr
_zx_cxy2aaddr:
pop af
pop hl
push hl
push af
jp asm_zx_cxy2aaddr
|
smsq/qxl/dv3e.asm | olifink/smsqe | 0 | 202148 | <reponame>olifink/smsqe<gh_stars>0
; SMS2 QXL card built in DV3 drivers for E version
section header
xref smsq_end
xref.l dv3_vers
header_base
dc.l dv3_base-header_base ; length of header
dc.l 0 ; module length unknown
dc.l smsq_end-dv3_base ; loaded length
dc.l 0 ; checksum
dc.l 0 ; always select... |
libsrc/_DEVELOPMENT/font/fzx/c/sdcc_iy/fzx_write.asm | meesokim/z88dk | 0 | 202149 |
; int fzx_write(struct fzx_state *fs, char *buf, uint16_t buflen)
SECTION code_font_fzx
PUBLIC _fzx_write
EXTERN l0_fzx_write_callee
_fzx_write:
pop af
pop ix
pop de
pop bc
push bc
push de
push hl
push af
jp l0_fzx_write_callee
|
project/ntstub/i386/5_2_3790_sp0_ssdt_sysenter.asm | rmusser01/windows-syscall-table | 6 | 202150 | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; ssdt asm stub for 5.2.3790-sp0-windows-2003 i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG __stdcall NtAcceptConnectPort( ULONG arg_01 , ULONG arg_02 , ULONG arg_03 , ULONG arg_04 , ULO... |
mulmat/mulmat.asm | zsazsaz1/RiscSimulator | 0 | 202151 | add $sp, $zero, $imm, 1 # set $sp = 1
sll $sp, $sp, $imm, 11 # set $sp = 1 << 11 = 2048
jal $imm, $zero, $zero, matmul # call matmul (no arguments)
halt $zero, $zero, $zero, 0 # halt
matmul:
add $sp, $sp, $imm, -3 # adjust stack for 3 items
sw $s0, ... |
keygenned/algo/d2k2_crackme06_hash.asm | mudlord/crackme_solutions | 18 | 202152 | <reponame>mudlord/crackme_solutions
.686p
.mmx ; enable MMX instructions
.xmm ; enable SSE instructions
.model flat, stdcall
option casemap:none
EXTERN d2k2_magic1:DWORD
EXTERN d2k2_magic2:DWORD
.data
haval_flag1 db 0
haval_inputbuflen dd 0
haval_dw2 dd 0
haval_buf db 7... |
LABEL.asm | hwreverse/PC-G850V | 7 | 202153 | <reponame>hwreverse/PC-G850V
10 ORG 100H
20 JP MAIN
30RPTCHR EQU 0BFEEH
40GPF EQU 0BFD0H
50AOUT EQU 0BD09H
60PUTSTR EQU 0BFF1H
70WAITK EQU 0BFCDH
80LDPSTR EQU 0BD00H
100MAIN: CALL CLS
110 LD DE,0104H
120 LD (POSXY), DE
130 LD HL,LABEL
140 CALL STRLN
150 LD A,B
160 LD (LNSTR),A
170 CALL DSPLBL
180 CALL WAIT
190 RET
... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_408.asm | ljhsiun2/medusa | 9 | 202154 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xe5dd, %rdi
nop
nop
nop
nop
cmp %rsi, %rsi
vmovups (%rdi), %ymm3
vextracti128 $1, %ymm3, %xmm3
vpextrq $0, %xmm3, %r14
xor $65246, %rbx
lea addresses_UC_ht+0x19a1d, %rdi
clflush... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_638_370.asm | ljhsiun2/medusa | 9 | 202155 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x110ad, %rsi
lea addresses_WC_ht+0x37ad, %rdi
sub $20937, %r12
mov $118, %rcx
rep movsq
nop
nop
nop
xor %r13, %r13
lea addresses_D_ht+0x1dcad, %rdx
and %r13, %r13
and $0xffff... |
test/p16.asm | slcz/hummingbird | 0 | 202156 | <gh_stars>0
#include "hi.asm"
li(0x59)
cmp data_5a ne
jc 1f
hlt
1:
li(0x59)
cmp data_5a eq
jc dead
li(0x5a)
cmp data_5a eq
jc 1f
hlt
1:
li(0x6)
hlt
dead:
hlt
data_5a:
0x5a
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_200.asm | ljhsiun2/medusa | 9 | 202157 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %r15
push %rax
push %rdx
push %rsi
// Store
lea addresses_D+0x4635, %rsi
nop
and $60716, %r13
mov $0x5152535455565758, %rax
movq %rax, (%rsi)
nop
nop
cmp %rsi, %rsi
// Store
mov $0xaf6, %rsi
n... |
oeis/155/A155085.asm | neoneye/loda-programs | 11 | 202159 | <filename>oeis/155/A155085.asm<gh_stars>10-100
; A155085: a(n) = n + sum of divisors of n.
; Submitted by <NAME>
; 2,5,7,11,11,18,15,23,22,28,23,40,27,38,39,47,35,57,39,62,53,58,47,84,56,68,67,84,59,102,63,95,81,88,83,127,75,98,95,130,83,138,87,128,123,118,95,172,106,143,123,150,107,174,127,176,137,148,119,228,123,158,... |
oeis/142/A142291.asm | neoneye/loda-programs | 11 | 202161 | <filename>oeis/142/A142291.asm
; A142291: Primes congruent to 42 mod 43.
; Submitted by <NAME>
; 257,601,773,859,1031,1117,1289,2063,2579,2837,3181,3697,4127,4643,4729,4987,5417,5503,6277,6449,6793,7309,7481,8513,8599,9029,9631,9803,10061,10663,11093,11351,11437,11867,11953,12211,12641,12899,13759,13931,14447,14533,153... |
header/001/generic_v1.asm | freem/nes_corelib | 16 | 202162 | ; Generic MMC1 Template (iNES)
; This template does not impose a specific "S*ROM" board layout.
;------------------------------------------------------------------------------;
; number of 16K PRG-ROM banks
PRG_BANKS = $08
; number of 8K CHR banks ($00 = CHR-RAM)
CHR_BANKS = $02
; MMC1 mirroring is mapper controlled.... |
x86-64/Dump.asm | Luis-D/libLDM | 0 | 202163 |
global M4ORTHOPAN
;void M4ORTHOPAN(void * Result, void * Matrix,void * vec3_Axis);
;******************************************************************************************
; Given an Orthogonal Matrix made with M4ORTHO, this function moves it along the given axis
;***************************************************... |
้
ๅฅไปฃ็ /L037/L037/1.asm | zmrbak/ReverseAnalysis | 35 | 202164 | <filename>้
ๅฅไปฃ็ /L037/L037/1.asm
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0
TITLE C:\Users\libit\source\repos\L037\L037\L037.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG5561 DB 'Hello World!', 0aH, 00H
ORG $+2
$SG5562 ... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_9_1093.asm | ljhsiun2/medusa | 9 | 202165 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x167e9, %rdx
nop
nop
inc %r14
movw $0x6162, (%rdx)
nop
add %rdx, %rdx
lea addresses_D_ht+0xd0fc, %rsi
lea addresses_WC_ht+0x64fb, %rdi
nop
nop
nop
dec %r13
mov $28, %rcx
rep mo... |
oeis/142/A142683.asm | neoneye/loda-programs | 11 | 202166 | <reponame>neoneye/loda-programs
; A142683: Primes congruent to 29 mod 57.
; Submitted by <NAME>
; 29,257,599,827,941,1283,1511,2081,2309,2423,2879,3221,3449,3677,4019,4133,4703,4817,4931,5273,5387,5501,5843,6299,6869,6983,7211,8009,8123,8237,8693,8807,9377,9491,9719,9833,10061,10289,10631,10859,10973,11087,11657,12113,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3024.asm | ljhsiun2/medusa | 9 | 202167 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1109, %r8
nop
nop
nop
dec %rsi
mov $0x6162636465666768, %rdx
movq %rdx, (%r8)
nop
nop
nop
sub $61262, %rax
lea addresses_normal_ht+0xa3b9, %r11
nop
nop
nop
nop
sub %... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_10206_1818.asm | ljhsiun2/medusa | 9 | 202168 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x708b, %rsi
lea addresses_D_ht+0x425b, %rdi
nop
and $45542, %rbx
mov $59, %rcx
rep movsw
nop
nop
nop
nop
and %rdx, %rdx
lea addresses_D_ht+0x1b15b, %r12
nop
nop
nop
add $7... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_881.asm | ljhsiun2/medusa | 9 | 202169 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_881.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
lea addresses_A_ht+0x252, %r12
nop
nop
sub $26053, %r9
movb $0x61, (%r12)
cmp $34230, %r12
pop %r9
pop %r14
pop %r12
ret
.global s_faulty_load
s_faulty_load:
p... |
programs/oeis/307/A307253.asm | neoneye/loda | 22 | 202170 | ; A307253: Number of triangles larger than size=1 in a matchstick-made hexagon with side length n.
; 0,0,14,62,166,346,624,1020,1556,2252,3130,4210,5514,7062,8876,10976,13384,16120,19206,22662,26510,30770,35464,40612,46236,52356,58994,66170,73906,82222,91140,100680,110864,121712,133246,145486,158454,172170,186656,20193... |
6/1/shutdown_poly.asm | 91fc7b/SLAE64 | 0 | 202171 | ; ===================================================================
; Optimized version of shellcode at:
; http://shell-storm.org/shellcode/files/shellcode-877.php
; Author: SLAE64-1351 (Keyman)
; Date: 14/09/2014
;
; Length: 64 bytes (got shorter by 1 byte :D )
;
; What's new is that some optimalization was performe... |
lab3_test_harness/test/state_data_in/log2.asm | Zaydax/PipelineProcessor | 2 | 202172 | .ORIG x3000
LEA R3, TARGET
LDW R3, R3, #0
AND R0, R0, #0
LEA R1, VALUE
LDW R2, R1, #0
BRnz ERROR
ADD R0, R0, #15
LOOP ADD R0, R0, #-1
LSHF R2, R2, #1
BRp LOOP
BRnzp DONE
ERROR ADD R0, R0, #-1
DONE STB R0, R3, #0
HALT
VALUE .FILL x0344
TARGET .FILL x1234
.END
|
src/06.longmode_kernel.asm | myyrakle/os | 0 | 202173 | <filename>src/06.longmode_kernel.asm
org 0x8000
; ๋ฐ์ :gdtr ๋ ์ด๋ธ์ GDT๋ก ๋ฑ๋ก
xor ax, ax
lgdt [gdtr] ; gdt ๋ก๋ ๋ช
๋ น
cli ; ์ธํฐ๋ฝํธ ๋ง์. ์ ํ์ค์ ์ธํฐ๋ฝํธ๊ฐ ๊ฑธ๋ฆฌ๋ฉด ์ฃฝ์์๋ ์์.
; 32๋นํธ ๋ณดํธ๋ชจ๋ ์ค์์น
mov eax, cr0
or eax, 1
mov cr0, eax
; ํ์ดํ๋ผ์ด๋์ผ๋ก ๋จ์์์ ์ ์๋ 16๋นํธ ํฌ๊ธฐ์ ๋ช
๋ น์ด ์ ๋ฆฌ
jmp $+2
nop
nop
; 64๋นํธ ์๋ธ๋ชจ๋ ์ค์์น
mov eax, cr0
or eax, 1<<31
mov cr0, eax
mov... |
scripts/CinnabarLabMetronomeRoom.asm | AmateurPanda92/pokemon-rby-dx | 9 | 202174 | <reponame>AmateurPanda92/pokemon-rby-dx
CinnabarLabMetronomeRoom_Script:
jp EnableAutoTextBoxDrawing
CinnabarLabMetronomeRoom_TextPointers:
dw Lab3Text1
dw Lab3Text2
dw Lab3Text3
dw Lab3Text4
dw Lab3Text5
Lab3Text1:
TX_ASM
CheckEvent EVENT_GOT_TM35
jr nz, .asm_e551a
ld hl, TM35PreReceiveText
call PrintText... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_723.asm | ljhsiun2/medusa | 9 | 202175 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x12527, %rsi
lea addresses_A_ht+0x19ce7, %rdi
nop
nop
sub %r14, %r14
mov $19, %rcx
rep movsw
sub %r14, %r14
pop %rsi
pop %rdi
pop %rcx
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push... |
programs/oeis/004/A004153.asm | neoneye/loda | 22 | 202176 | <reponame>neoneye/loda
; A004153: Factorial numbers written backwards.
; 1,1,2,6,42,21,27,405,2304,88263,88263,861993,6100974,80207226,219287178,8634767031,88898722902,690824786553,8275073732046,238804001546121,466718002092342,4490717124909015,867067777270004211,4667948883761025852,63934932337104844026,4895890333400121... |
Engine/ObjectManagement/RunObjects.asm | wide-dot/thomson-to8-game-engine | 11 | 202177 | * ---------------------------------------------------------------------------
* RunObjects
* ------------
* Subroutine to run objects code
*
* input REG : none
* ---------------------------------------------------------------------------
*; -----------------------------------... |
calc-pi-st.asm | cotarr/calc-pi-x86-64-asm | 0 | 202178 | <filename>calc-pi-st.asm
;-------------------------------------------------------------
;
; SINGLE THREAD FLOATING POINT MULTI-PRECISION CALCULATOR
;
; Calculation of Pi using Stormer Formula
;
; File: calc-pi-st.asm
; Module: calc.asm, calc.o
; Exec: calc-pi
;
; Created 11/13/2014
; Last Edit 05/25/2015
;
;-----... |
data/mapObjects/pokemontower7.asm | adhi-thirumala/EvoYellow | 16 | 202180 | PokemonTower7Object:
db $1 ; border block
db $1 ; warps
db $10, $9, $1, POKEMONTOWER_6
db $0 ; signs
db $3 ; objects
object SPRITE_JESSIE, $a, $8, STAY, DOWN, $1
object SPRITE_JAMES, $b, $8, STAY, DOWN, $2
object SPRITE_MR_FUJI, $a, $3, STAY, DOWN, $3
; warp-to
EVENT_DISP POKEMONTOWER_7_WIDTH, $10, $9 ; P... |
MasmEd/MasmEd/Misc/Make.asm | CherryDT/FbEditMOD | 11 | 202182 | MAKE struct
hThread dd ?
hRead dd ?
hWrite dd ?
pInfo PROCESS_INFORMATION <?>
uExit dd ?
buffer db 512 dup(?)
MAKE ends
.data
defPathBin db 'C:\masm32\bin',0
defPathInc db 'C:\masm32\include',0
defPathLib db 'C:\masm32\lib',0
ExtRC db '.rc',0
ExtRes db '.res',0
ExtObj ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_744.asm | ljhsiun2/medusa | 9 | 202183 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x3ace, %rsi
lea addresses_UC_ht+0x11e04, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
nop
nop
nop
cmp $25289, %r14
mov $0, %rcx
rep movsb
nop
nop
nop
no... |
programs/oeis/128/A128587.asm | karttu/loda | 1 | 202184 | <gh_stars>1-10
; A128587: Row sums of A128586.
; 1,1,1,-1,3,-5,9,-15,25,-41,67,-109,177,-287,465,-753,1219,-1973,3193,-5167,8361,-13529,21891,-35421,57313,-92735,150049,-242785,392835,-635621,1028457,-1664079,2692537,-4356617,7049155,-11405773,18454929,-29860703,48315633,-78176337,126491971,-204668309,331160281,-535828... |
Driver/IFS/DOS/NetWare/netwareStrings.asm | steakknife/pcgeos | 504 | 202185 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: netwareStrings.asm
AUTHOR: <NAME>, Mar 29, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTOR... |
oeis/077/A077919.asm | neoneye/loda-programs | 11 | 202186 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A077919: Expansion of (1-x)^(-1)/(1+2*x-2*x^2+2*x^3).
; Submitted by <NAME>(s1)
; 1,-1,5,-13,39,-113,331,-965,2819,-8229,24027,-70149,204811,-597973,1745867,-5097301,14882283,-43450901,126860971,-370388309,1081400363,-3157299285,9218175915,-26913751125,78578452651,-2294... |
sk/music-optimized/AIZ2.asm | Cancer52/flamedriver | 9 | 202188 | Snd_AIZ2_Header:
smpsHeaderStartSong 3
smpsHeaderVoiceUVB
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $15
smpsHeaderDAC Snd_AIZ2_DAC
smpsHeaderFM Snd_AIZ2_FM1, $18, $0F
smpsHeaderFM Snd_AIZ2_FM2, $0C, $13
smpsHeaderFM Snd_AIZ2_FM3, $0C, $13
smpsHeaderFM Snd_AIZ2_FM4... |
programs/oeis/152/A152904.asm | neoneye/loda | 22 | 202189 | <reponame>neoneye/loda<gh_stars>10-100
; A152904: Triangle read by rows: T(n,k) = A008683(n-k+1); 1<=k<=n; mu(n) "decrescendo".
; 1,-1,1,-1,-1,1,0,-1,-1,1,-1,0,-1,-1,1,1,-1,0,-1,-1,1,-1,1,-1,0,-1,-1,1,0,-1,1,-1,0,-1,-1,1,0,0,-1,1,-1,0,-1,-1,1,1,0,0,-1,1,-1,0,-1,-1,1,-1,1,0,0,-1,1,-1,0,-1,-1,1
seq $0,25676 ; Exponent o... |
oeis/004/A004559.asm | neoneye/loda-programs | 11 | 202190 | ; A004559: Expansion of sqrt(5) in base 6.
; Submitted by <NAME>(s2)
; 2,1,2,2,5,5,3,5,5,3,1,5,1,3,0,3,3,4,3,1,2,4,5,1,4,3,2,0,3,4,0,2,4,0,1,3,4,5,4,0,2,5,2,1,3,2,2,3,2,0,3,3,2,5,0,2,1,5,4,4,1,1,0,1,3,2,1,5,5,0,1,0,0,0,4,5,3,1,4,1,1,2,5,1,4,2,5,0,0,0,0,1,1,3,4,5,1,3,5,3
mov $1,1
mov $2,1
mov $3,$0
add $3,2
mov $4,$0
a... |
xv6-l/kernel.asm | xsuler/osPlayground | 0 | 202191 | <reponame>xsuler/osPlayground
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 .byt... |
src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw_GS.asm | tgjones/slimshader-cpp | 20 | 202193 | <filename>src/Shaders/Sdk/Direct3D11/NBodyGravityCS11/ParticleDraw_GS.asm<gh_stars>10-100
//
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.16384
//
//
///
// Buffer Definitions:
//
// cbuffer cb0
// {
//
// row_major float4x4 g_mWorldViewProj;// Offset: 0 Size: 64
// row_major float4x4 g_mInvV... |
edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/CTA9x4Boot.asm | awwiniot/Aw1689UEFI | 93 | 202194 | //
// Copyright (c) 2011-2012, ARM Limited. All rights reserved.
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
// which accompanies this distribution. The full text of the license may be found at
// http://opensource.or... |
programs/oeis/314/A314220.asm | neoneye/loda | 22 | 202196 | ; A314220: Coordination sequence Gal.5.306.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,11,17,22,28,34,39,45,51,56,61,67,73,78,84,90,95,101,107,112,117,123,129,134,140,146,151,157,163,168,173,179,185,190,196,202,207,213,219,... |
base/remoteboot/bootfloppy/src/undi/smc9432/lm9432.asm | npocmaka/Windows-Server-2003 | 17 | 202197 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; LM9432.ASM (C) Copyright 1995 Standard Microsystems Corp.
; All rights reserved.
;
;* Contains confidential information and *
;* trade secrets p... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_931.asm | ljhsiun2/medusa | 9 | 202198 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x18c2b, %rbx
clflush (%rbx)
nop
nop
nop
nop
sub $6066, %rbp
mov (%rbx), %r9
nop
nop
nop
nop
nop
add $26107, %r15
lea addresses_WC_ht+0x1ec2b, %rdx
nop
nop
nop
nop
an... |
oeis/131/A131600.asm | neoneye/loda-programs | 11 | 202200 | <reponame>neoneye/loda-programs
; A131600: Number of different configurations of an n-block of a shift space with k symbols where each symbol but the first must appear isolated and separated from others by a block of length at least m made of first symbols. Here k=19 and m=2.
; Submitted by <NAME>
; 19,37,55,397,1063,2... |
Sandbox/GameMain.asm | DioMuller/c64 | 0 | 202201 | <filename>Sandbox/GameMain.asm
;===============================================================================
; BASIC Loader
*=$0801 ; 10 SYS (2049)
byte $0E, $08, $0A, $00, $9E, $20, $28, $32
byte $30, $36, $34, $29, $00, $00, $00
;==================================================================... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.