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 |
|---|---|---|---|---|
programs/oeis/141/A141326.asm | jmorken/loda | 1 | 47703 | ; A141326: Subsequence of 'Fermat near misses' which is generated by a simple formula based on the cubic binomial expansion along with formulas for the corresponding terms in the expression, x^3 + y^3 = z^3 + 1.
; 12,150,738,2316,5640,11682,21630,36888,59076,90030,131802,186660,257088,345786,455670,589872,751740,944838... |
unittests/ASM/Primary/Primary_AE_REPNE.asm | cobalt2727/FEX | 628 | 47705 | %ifdef CONFIG
{
"RegData": {
"RCX": "1",
"RDI": "0xE0000007"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x4161434445464748
mov [rdx + 8 * 0], rax
mov rax, 0x5152535455565758
mov [rdx + 8 * 1], rax
mov rax, 0x0
mov [rdx + 8 * 2], rax
lea rdi, [rdx + 8 * 0]
... |
vm1801mini/outw_sym.asm | akatla/PDP | 1 | 47706 | mov #374, 140000
mov #146, 140100
mov #146, 140200
mov #174, 140300
mov #140, 140400
mov #140, 140500
mov #360, 140600
loop:
jmp loop
15f7_c0e2_0060_15f7_c0a8_007c_15f7_c06e_0066_15f7_c034_0066_15f7_bffa_00fc_15f7
0000_0000_0000_0000_... |
Driver/IFS/RFSD/rfsdManager.asm | steakknife/pcgeos | 504 | 47707 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: RFSD (Remot File System Driver)
FILE: rfsdManager.asm
AUTHOR: <NAME>, Apr 14, 1992
ROUTINES:
Name ... |
programs/oeis/249/A249450.asm | jmorken/loda | 1 | 47708 | ; A249450: Alternate Fibonacci numbers - 2.
; -2,-1,1,6,19,53,142,375,985,2582,6763,17709,46366,121391,317809,832038,2178307,5702885,14930350,39088167,102334153,267914294,701408731,1836311901,4807526974,12586269023,32951280097,86267571270,225851433715,591286729877,1548008755918,4052739537879,10610209857721,277778900352... |
programs/oeis/269/A269027.asm | karttu/loda | 0 | 47709 | <filename>programs/oeis/269/A269027.asm<gh_stars>0
; A269027: Parity of the number of 1's in A039724(n).
; 0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1... |
map.asm | Catobat/z3randomizer | 31 | 47710 | ; ==============================================================================
;PrepMapZoom:
; LDA.b #$80 : STA $211A ; thing we wrote over
;
; LDA.b #$00 : STA !MAP_ZOOM
;RTL
; ==============================================================================
;ForceMapZoom:
; LDA !MAP_ZOOM : BNE .isPreset
; LDA.b #$01
... |
asm/scroll.asm | trapexit/chipce8 | 14 | 47713 | <reponame>trapexit/chipce8<gh_stars>10-100
;
; SCROLL.ASM - MagicKit Scrolling Library
;
;
; [ 28] user scrolling vars
.bss
scroll_xl: .ds 4 ; x |
scroll_xh: .ds 4 ; |
scroll_yl: .ds 4 ; y |
scroll_yh: .ds 4 ; | scrolling table
scroll_top: .ds 4 ; top |
scroll_bottom: .d... |
Frogger.asm | zachwhaley/68HC12_Frogger | 1 | 47714 | *================================================*
*================== Frogger =====================*
*================================================*
*===== Copyright (c) 2010 by <NAME> =====*
*================================================*
*============= ALL RIGHTS RESERVED ==============*
*===============... |
asm80386/19imul.asm | tao-j/hw | 0 | 47717 | <filename>asm80386/19imul.asm
.386
data segment use16;use16表示偏移地址采用16位
s db "12345678", 0
x dd 0
data ends
code segment use16
assume cs:code, ds:data
main:
mov ax, data
mov ds, ax
mov bx, 0
mov eax, 0
mov edx, 0
next:
mov dl, s[bx]
cmp dl, 0
je done
imul eax, eax, 10
sub ... |
libsrc/_DEVELOPMENT/adt/p_list/c/sdcc_iy/p_list_prev.asm | meesokim/z88dk | 0 | 47718 | <filename>libsrc/_DEVELOPMENT/adt/p_list/c/sdcc_iy/p_list_prev.asm
; void *p_list_prev(void *item)
SECTION code_adt_p_list
PUBLIC _p_list_prev
EXTERN asm_p_list_prev
_p_list_prev:
pop af
pop hl
push hl
push af
jp asm_p_list_prev
|
programs/oeis/062/A062458.asm | jmorken/loda | 1 | 47719 | ; A062458: Nearest integer to (n+1)^(n+1)/n^n.
; 1,4,7,9,12,15,18,20,23,26,29,31,34,37,39,42,45,48,50,53,56,58,61,64,67,69,72,75,77,80,83,86,88,91,94,96,99,102,105,107,110,113,116,118,121,124,126,129,132,135,137,140,143,145,148,151,154,156,159,162,164
mov $1,2
add $1,$0
mov $2,$0
mul $0,2
add $0,$1
mov $4,1
add $4,$1
... |
_incObj/sub PlaySound.asm | derpguy125/SnorcRomHack-Master | 0 | 47720 | ; ---------------------------------------------------------------------------
; Subroutine to play a music track
; input:
; d0 = track to play
; ---------------------------------------------------------------------------
; ||||||||||||||| S U B R O U T I N E |||||||||||||||||||||||||||||||||||||||
PlaySound:
move... |
release/src/router/gmp/source/mpn/x86_64/dive_1.asm | zhoutao0712/rtn11pb1 | 12 | 47721 | dnl AMD64 mpn_divexact_1 -- mpn by limb exact division.
dnl Copyright 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public Li... |
programs/oeis/190/A190116.asm | neoneye/loda | 22 | 47722 | <gh_stars>10-100
; A190116: a(n) = n*n', where n' is the arithmetic derivative (A003415) of n.
; 0,2,3,16,5,30,7,96,54,70,11,192,13,126,120,512,17,378,19,480,210,286,23,1056,250,390,729,896,29,930,31,2560,462,646,420,2160,37,798,624,2720,41,1722,43,2112,1755,1150,47,5376,686,2250,1020,2912,53,4374,880,5152,1254,1798,59... |
wof/lcs/enemy/8C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 47723 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<gh_stars>1-10
copyright zengfr site:http://github.com/zengfr/romhack
001590 lea ($20,A0), A0
001BB4 beq $1bc8 [123p+ 8C, enemy+8C]
012292 move.l (A2)+, (A3)+ [enemy+88, enemy+8A]
012294 move.l (A2)+, (A3)+ [enemy+8C, enemy+8E]
01A75E dbr... |
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48.log_25_2416.asm | ljhsiun2/medusa | 9 | 47724 | <filename>Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48.log_25_2416.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x100cf, %rsi
lea addresses_WC_ht+0xff4d, %rdi
nop
nop
nop
nop
nop
add %r14, %r14
mov $43, %rcx
rep movsb
... |
soft/palin.asm | devxpy/masm32-programs | 0 | 47725 | print macro msg
lea dx, msg
mov ah, 09h
int 21h
endm
readmsg macro
mov ah, 01h
int 21h
endm
exit macro
mov ah, 4ch
int 21h
endm
.model small
.stack 64h
.data
str1 db 40 dup (0)
str2 db 40 dup (0)
entermsg db 10,13,"please enter string:",10,13,'$'
sucmsg db 10,13,"is pali... |
verify/output/logic.alfy.asm | alexandruradovici/alf-alfy-asm-public | 0 | 47726 | <reponame>alexandruradovici/alf-alfy-asm-public<gh_stars>0
start:
set r2 2
set r3 3
add r4 r2 r3
set r2 4
set r3 5
add r5 r2 r3
test r4 r5
set r2 1
je next_0
set r2 0
next_0:
writenumber r2
stop
|
src/gfx.asm | santiontanon/triton | 41 | 47727 | <gh_stars>10-100
;-----------------------------------------------
; a: byte
; hl: target address in the VDP
writeByteToVDP:
push af
call SETWRT
ld a,(VDP.DW)
ld c,a
pop af
out (c),a
ret
;-----------------------------------------------
; a: byte
; bc: amount to write
; hl: t... |
tema2.asm | adinasm/Decoder | 2 | 47728 | ; <NAME>
; 325CA
; Homework #2
extern puts
extern printf
extern strlen
%define BAD_ARG_EXIT_CODE -1
section .data
filename: db "./input0.dat", 0
inputlen: dd 2263
fmtstr: db "Key: %d",0xa, 0
usage: db "Usage: %s <task-no> (task-no can be 1,2,3,4,5,6)", 10, 0
error_no_file: db "Error: No i... |
oeis/102/A102701.asm | neoneye/loda-programs | 11 | 47729 | <reponame>neoneye/loda-programs
; A102701: Non-"Ding!Bong!" numbers: positive numbers which are not a positive linear combination of 5's and 7's.
; Submitted by <NAME>
; 1,2,3,4,6,8,9,11,13,16,18,23
mov $5,$0
add $5,1
mov $6,$0
lpb $5
mov $0,$6
sub $5,1
sub $0,$5
add $0,1
mov $1,1
mov $2,1
lpb $0
mov... |
Transynther/x86/_processed/NONE/_st_un_/i7-7700_9_0x48.log_21829_1748.asm | ljhsiun2/medusa | 9 | 47730 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x178fb, %rbx
nop
nop
nop
dec %rcx
mov (%rbx), %rdi
nop
nop
nop
nop
nop
and $22125, %r12
lea addresses_A_ht+0x70bb, %r12
add $21309, %r9
movb (%r12), %r11b
nop
nop
sub %rdi, %r... |
oeis/112/A112563.asm | neoneye/loda-programs | 11 | 47731 | <filename>oeis/112/A112563.asm
; A112563: Sieve performed by successive iterations of steps where step m is: keep m terms, remove the next 5 and repeat; as m = 1,2,3,.. the remaining terms form this sequence.
; Submitted by <NAME>
; 1,7,43,169,505,1051,2527,5083,7729,11635,22681,33937,55483,90889,132595,152251,238057,3... |
programs/oeis/129/A129337.asm | neoneye/loda | 22 | 47733 | <filename>programs/oeis/129/A129337.asm
; A129337: Maximal possible degree of a Chebyshev-type quadrature formula with n nodes, in the case of the constant weight function on [ -1,1].
; 1,3,3,5,5,7,7,7,9,9,9,9,11,11,11,11,13,13,13,13,13,15,15,15,15
mov $2,$0
mul $2,4
lpb $2
add $1,3
sub $2,$1
lpe
div $1,3
mul $1,2... |
src/vgm.asm | BlockoS/up-17 | 3 | 47734 | ;;
;; Title: VGM replay.
;;
;; Song format:
;; The VGM data used by the following replay routine is a stripped down version
;; of the VGM v1.61 format.
;;
;; First the 512 bytes header is removed.
;; Only the following commands are kepts.
;;
;; $b9 rr dd - HuC6280 command. *rr* is the index of the PSG register,
;; ... |
programs/oeis/259/A259614.asm | karttu/loda | 1 | 47735 | <filename>programs/oeis/259/A259614.asm
; A259614: Numbers congruent to {17,29} mod 36.
; 17,29,53,65,89,101,125,137,161,173,197,209,233,245,269,281,305,317,341,353,377,389,413,425,449,461,485,497,521,533,557,569,593,605,629,641,665,677,701,713,737,749,773,785,809,821,845,857,881,893,917,929,953,965,989,1001,1025,1037,... |
Appl/Breadbox/ArabicWP/Main/mainProcess.asm | steakknife/pcgeos | 504 | 47737 | COMMENT @----------------------------------------------------------------------
Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GeoWrite
FILE: mainProcess.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 3/92 Initial version
DESCRIPTI... |
oeis/269/A269815.asm | neoneye/loda-programs | 11 | 47738 | ; A269815: Number of active (ON,black) cells at stage 2^n-1 of the two-dimensional cellular automaton defined by "Rule 35", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>(s4)
; 1,5,37,185,817,3425,14017,56705,228097,914945,3664897,14669825,58699777,234840065,939442177,3757932545
mov $1,1
lpb $0
... |
oeis/336/A336122.asm | neoneye/loda-programs | 11 | 47739 | <filename>oeis/336/A336122.asm<gh_stars>10-100
; A336122: Numbers k for which A335884(k) = 2.
; Submitted by <NAME>
; 5,7,9,10,14,18,20,28,36,40,56,72,80,112,144,160,224,288,320,448,576,640,896,1152,1280,1792,2304,2560,3584,4608,5120,7168,9216,10240,14336,18432,20480,28672,36864,40960,57344,73728,81920,114688,147456,16... |
lib/sos_crt0.asm | meesokim/z88dk | 0 | 47740 | <reponame>meesokim/z88dk
;
; Startup for S-OS (The Sentinel) Japanese OS
;
; <NAME> - Winter 2013
;
; $Id: sos_crt0.asm,v 1.5 2015/01/21 07:05:00 stefano Exp $
;
; There are a couple of #pragma commands which affect
; this file:
;
; #pragma output nostreams - No stdio disc files
; #pragma output nore... |
code_snippets/console/write_char.asm | smirzaei/systems-programming-class | 0 | 47741 | <filename>code_snippets/console/write_char.asm
; Write a character
mov dl, 'x' ; character to write
mov ah,02h
int 21h
; AL now contains the character
|
programs/oeis/266/A266596.asm | neoneye/loda | 22 | 47742 | ; A266596: Total number of OFF (white) cells after n iterations of the "Rule 37" elementary cellular automaton starting with a single ON (black) cell.
; 0,2,4,9,15,20,30,35,49,54,72,77,99,104,130,135,165,170,204,209,247,252,294,299,345,350,400,405,459,464,522,527,589,594,660,665,735,740,814,819,897,902,984,989,1075,108... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2633.asm | ljhsiun2/medusa | 9 | 47743 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x190ac, %rbx
nop
nop
inc %rcx
mov (%rbx), %r9w
nop
nop
nop
xor %rcx, %rcx
lea addresses_D_ht+0x1c79c, %rsi
lea addresses_WC_ht+0x74ec, %rdi
nop
nop
nop
nop
xor %r12, %r12
mov $1... |
rom/dos/boot.asm | hisahi/ellipse1100 | 0 | 47745 | ; Ellipse Workstation 1100 (fictitious computer)
; Ellipse DOS bootloader
;
; Copyright (c) 2020 <NAME> (hisahi)
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_685.asm | ljhsiun2/medusa | 9 | 47746 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xde14, %rbp
nop
nop
nop
nop
nop
xor $55944, %r12
mov (%rbp), %r9
inc %r11
lea addresses_WC_ht+0x16714, %rsi
lea addresses_A_ht+0xcc14, %rdi
nop
nop
nop
xor %rbx, %rbx
mov $67,... |
ch2/src/helloworld/main.asm | impact-eintr/x86 | 0 | 47747 | <gh_stars>0
org 0x07c00
mov ax,cs
mov ds,ax
mov es,ax
mov ax,Message
mov bp,ax
mov cx, 13
mov ax,0x1301
mov bx,0x0002
mov dh,0
mov dl,0
int 0x10
jmp $
Message:
db "Hello, world!"
times 510-($-$$) db 0
dw 0xaa55
|
src/data/io.asm | szapp/Ninja | 17 | 47749 | <gh_stars>10-100
char_ikarus db 'IKARUS', 0
char_lego db 'LEGO', 0
char_rb db 'rb', 0
char_g1g2 db '_G', g1g2('1','2'), 0
char_bin db '.BIN', 0
char_csl db '.CSL', 0
char_zOPT_ignorePatches db 'IncompatibleNinjaPa... |
data/baseStats/megacharizard.asm | longlostsoul/EvoYellow | 16 | 47750 | <filename>data/baseStats/megacharizard.asm
db DEX_MEGA_CHARIZARD ; pokedex id. using a dex slot for this is... less than optimal.
db 78 ; base hp
db 104 ; base attack
db 78 ; base defense
db 100 ; base speed
db 150 ; base special
db FIRE ; species type 1
db DRAGON ; species type 2
db SHINY_STONE
db 209 ; base exp yield... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1273.asm | ljhsiun2/medusa | 9 | 47751 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1273.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1ae85, %r11
nop
nop
cmp $44236, %r12
movups (%r11), %xmm2
vpextrq $1, %xmm2, %r15
nop
nop
nop
... |
ch-03/hello.asm | tuhsteh/os-dev | 0 | 47752 | <reponame>tuhsteh/os-dev
;
; A simple boot sector that prints a message to the screen using
; a BIOS routine
;
mov ah, 0x0e ; int 10/ah = 0eh -> scrolling teletype BIOS routine
mov al, 'H'
int 0x10
mov al, 'e'
int 0x10
mov al, 'l'
int 0x10
mov al, 'l'
int 0x10
mov al, 'o'
int 0x10
jmp ... |
source/command/sleep.asm | mega65dev/rom-assembler | 0 | 47753 | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : sleep.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : <NAME>
;
; *******... |
oeis/192/A192324.asm | neoneye/loda-programs | 11 | 47755 | <filename>oeis/192/A192324.asm<gh_stars>10-100
; A192324: Sequence of numbers formed as remainder of Mersenne numbers divided by primes.
; Submitted by <NAME>
; 1,0,2,1,9,11,8,8,5,8,1,25,32,0,8,27,32,26,12,47,7,35,46,3,94,19,75,61,22,3,7,116,67,24,137,63,149,42,60,9,71,155,39,11,72,50,47,40,23,25,70,47,31,15,127,172,73... |
oeis/020/A020736.asm | neoneye/loda-programs | 0 | 47756 | <reponame>neoneye/loda-programs<filename>oeis/020/A020736.asm
; A020736: Pisot sequence L(5,8).
; Submitted by <NAME>(w4)
; 5,8,13,22,38,66,115,201,352,617,1082,1898,3330,5843,10253,17992,31573,55406,97230,170626,299427,525457,922112,1618193,2839730,4983378,8745218,15346787,26931733,47261896,82938845,145547526,25541810... |
oeis/021/A021710.asm | neoneye/loda-programs | 11 | 47757 | <reponame>neoneye/loda-programs
; A021710: Decimal expansion of 1/706.
; Submitted by <NAME>iga
; 0,0,1,4,1,6,4,3,0,5,9,4,9,0,0,8,4,9,8,5,8,3,5,6,9,4,0,5,0,9,9,1,5,0,1,4,1,6,4,3,0,5,9,4,9,0,0,8,4,9,8,5,8,3,5,6,9,4,0,5,0,9,9,1,5,0,1,4,1,6,4,3,0,5,9,4,9,0,0,8,4,9,8,5,8,3,5,6,9,4,0,5,0,9,9,1,5,0,1
seq $0,199685 ; a(n) = ... |
Transynther/x86/_processed/NC/_ht_st_zr_un_/i9-9900K_12_0xca_notsx.log_21829_2034.asm | ljhsiun2/medusa | 9 | 47758 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1c59b, %r8
nop
nop
nop
nop
and $57139, %r11
movb $0x61, (%r8)
nop
add %rbx, %rbx
lea addresses_normal_ht+0x104f, %rbp
nop
nop
nop
nop
nop
and $11400, %r15
mov (%rbp), %r8
nop... |
programs/oeis/343/A343638.asm | neoneye/loda | 22 | 47759 | <reponame>neoneye/loda<filename>programs/oeis/343/A343638.asm
; A343638: a(n) = (Sum of decimal digits of 3*n) / 3.
; 0,1,2,3,1,2,3,1,2,3,1,2,3,4,2,3,4,2,3,4,2,3,4,5,3,4,5,3,4,5,3,4,5,6,1,2,3,1,2,3,1,2,3,4,2,3,4,2,3,4,2,3,4,5,3,4,5,3,4,5,3,4,5,6,4,5,6,1,2,3,1,2,3,4,2,3,4,2,3,4,2,3,4,5,3,4,5,3,4,5,3,4,5,6,4,5,6,4,5,6
m... |
lib/exo.asm | kieranhj/funky-fresh | 0 | 47761 | ;
; Copyright (c) 2002 - 2018 <NAME>.
;
; This software is provided 'as-is', without any express or implied warranty.
; In no event will the authors be held liable for any damages arising from
; the use of this software.
;
; Permission is granted to anyone to use this software for any purpose,
; including commercial ap... |
oeis/272/A272874.asm | neoneye/loda-programs | 11 | 47762 | <filename>oeis/272/A272874.asm
; A272874: Decimal expansion of the infinite nested radical sqrt(-1+sqrt(1+sqrt(-1+sqrt(1+ ... ))).
; Submitted by <NAME>(s3)
; 4,5,3,3,9,7,6,5,1,5,1,6,4,0,3,7,6,7,6,4,4,7,4,6,5,3,9,0,0,0,1,9,2,1,8,8,8,6,6,8,8,4,4,2,4,9,6,5,0,7,7,6,5,9,8,8,1,6,6,3,2,8,5,4,3,2,3,3,3,2,3,0,4,2,1,1,6,8,6,0,5... |
tools/assembler/forth/io.asm | Darkstrumn/HCTM | 4 | 47764 | dword INTERPRET,9,, ; ( address length -- )
.lit $20
.wp PEEK
.wp TOR
.lit $22
.wp PEEK
.wp TOR
.wp OVER
.lit $20
.wp POKE ; source address is at $20
.wp ADD
.lit $22
.wp POKE ; end address is at $22
INTERPRET_loop:
.wp WORD
.wp SHOULDSKIP
.zbranch INTERPR... |
programs/oeis/245/A245933.asm | neoneye/loda | 22 | 47765 | <filename>programs/oeis/245/A245933.asm
; A245933: Limit-reverse of A006337 (the difference sequence of Beatty sequence for sqrt(2)), with first term as initial block.
; 1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,... |
oeis/315/A315204.asm | neoneye/loda-programs | 11 | 47766 | ; A315204: Coordination sequence Gal.4.77.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,6,10,14,20,24,28,34,40,44,48,54,58,62,68,74,78,82,88,92,96,102,108,112,116,122,126,130,136,142,146,150,156,160,164,17... |
programs/oeis/055/A055684.asm | jmorken/loda | 1 | 47768 | ; A055684: Number of different n-pointed stars.
; 0,0,1,0,2,1,2,1,4,1,5,2,3,3,7,2,8,3,5,4,10,3,9,5,8,5,13,3,14,7,9,7,11,5,17,8,11,7,19,5,20,9,11,10,22,7,20,9,15,11,25,8,19,11,17,13,28,7,29,14,17,15,23,9,32,15,21,11,34,11,35,17,19,17,29,11,38,15,26,19,40,11,31,20,27,19,43,11,35,21,29,22,35,15,47,20,29,19,49,15,50,23,23,... |
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i7-8650U_0xd2.log_1_1273.asm | ljhsiun2/medusa | 9 | 47770 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rbp
push %rbx
push %rdx
lea addresses_UC_ht+0x13cbc, %rdx
cmp $4835, %rbp
mov (%rdx), %ebx
nop
sub %rbx, %rbx
lea addresses_WC_ht+0xfef8, %r11
nop
nop
nop
nop
nop
add %r13, %r13
mov $0x6162636465666768, %r12
movq %r12, (%r11)
nop
nop
and %... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_14.asm | ljhsiun2/medusa | 9 | 47772 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rax
push %rbp
push %rbx
lea addresses_D_ht+0x16ef3, %rbx
nop
nop
nop
nop
inc %r14
mov $0x6162636465666768, %rbp
movq %rbp, %xmm3
vmovups %ymm3, (%rbx)
nop
inc %rax
pop %rbx
pop %rbp
pop %rax
pop %r14
ret
.global s_faulty_load
s_faulty_load... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1159.asm | ljhsiun2/medusa | 9 | 47774 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x18395, %r10
nop
cmp $62218, %r12
mov (%r10), %di
nop
nop
nop
nop
nop
add $62475, %r12
lea addresses_D_ht+0x677d, %rdi
and %r12, %r12
mov (%rdi), %r9d
nop
cmp $13533, %rbp
lea addresses... |
programs/oeis/002/A002001.asm | neoneye/loda | 22 | 47775 | ; A002001: a(n) = 3*4^(n-1), n>0; a(0)=1.
; 1,3,12,48,192,768,3072,12288,49152,196608,786432,3145728,12582912,50331648,201326592,805306368,3221225472,12884901888,51539607552,206158430208,824633720832,3298534883328,13194139533312,52776558133248,211106232532992,844424930131968,3377699720527872,13510798882111488,540431955... |
programs/oeis/168/A168095.asm | neoneye/loda | 22 | 47776 | <reponame>neoneye/loda
; A168095: a(n) = number of natural numbers m such that n - 5 <= m <= n + 5.
; 5,6,7,8,9,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
min $0,6
add $0... |
data/pokemon/base_stats/fearow.asm | opiter09/ASM-Machina | 1 | 47777 | <reponame>opiter09/ASM-Machina
db DEX_FEAROW ; pokedex id
db 65, 90, 65, 100, 61
; hp atk def spd spc
db FLYING, FLYING ; type
db 90 ; catch rate
db 162 ; base exp
INCBIN "gfx/pokemon/front/fearow.pic", 0, 1 ; sprite dimensions
dw FearowPicFront, FearowPicBack
db PECK, GROWL, LEER, NO_MOVE ; leve... |
data/tilesets/lab_collision.asm | AtmaBuster/pokeplat-gen2 | 6 | 47778 | <gh_stars>1-10
tilecoll 01, 01, 01, 01 ; 00
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 01
tilecoll WALL, WALL, FLOOR, FLOOR ; 02
tilecoll WALL, WALL, FLOOR, FLOOR ; 03
tilecoll WALL, WALL, BOOKSHELF, BOOKSHELF ; 04
tilecoll WALL, WALL, WALL, WALL ; 05
tilecoll WALL, WALL, WALL, WALL ; 06
tilecoll FLOOR, FLOOR, WARP_... |
Programs/Program17.asm | trivedi-vatsal/8085-programs | 2 | 47779 | <reponame>trivedi-vatsal/8085-programs<gh_stars>1-10
;Program to find 2's complement of 16-bit number
LDA 2000H ;Load accumulator with contents of 2000h
CMA ;Complement the lower byte
ADI 01H ;Add 01H to the accumulator
STA 4000H ;Store the accumulator data to 4000h location
LDA 2001H ;Load the accumulator wit... |
arch/x86-64/src/early.asm | circutrider21/Night | 4 | 47780 | [BITS 64]
section .text
global reload_gdt
extern gdt
reload_gdt:
lgdt [gdt]
push rbp
mov rbp, rsp
push qword 0x10
push rbp
pushf
push qword 0x8
push .trampoline
iretq
.trampoline:
pop rbp
mov ax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
ret
global load_idt
lo... |
oeis/166/A166635.asm | neoneye/loda-programs | 11 | 47782 | <filename>oeis/166/A166635.asm
; A166635: Totally multiplicative sequence with a(p) = 5*(p-1) for prime p.
; Submitted by <NAME>
; 1,5,10,25,20,50,30,125,100,100,50,250,60,150,200,625,80,500,90,500,300,250,110,1250,400,300,1000,750,140,1000,150,3125,500,400,600,2500,180,450,600,2500,200,1500,210,1250,2000,550,230,6250,... |
oeis/117/A117719.asm | neoneye/loda-programs | 11 | 47783 | <filename>oeis/117/A117719.asm<gh_stars>10-100
; A117719: a(2n) = A001653(n) (Numbers n such that 2*n^2 - 1 is a square), a(2n+1) = A038725(n+1).
; Submitted by <NAME>
; 1,2,5,11,29,64,169,373,985,2174,5741,12671,33461,73852,195025,430441,1136689,2508794,6625109,14622323,38613965,85225144,225058681,496728541,1311738121... |
src/init.asm | Gegel85/RunnerGB | 0 | 47784 | initDMA::
ld [START_DMA], a
ld a, DMA_DELAY
.wait:
dec a
jr nz, .wait
ret
WPRAM_init::
db $00, $11, $22, $33, $44, $55, $66, $77
db $88, $99, $AA, $BB, $CC, $DD, $EE, $FF
; Enable interrupts and init RAM
; Params:
; None
; Return:
; None
; Registers:
; af -> Preserve... |
AVR Studio/memory/memory.asm | ataniazov/AVR | 0 | 47785 | <gh_stars>0
;============================================================
.include "m16def.inc" ; ATMega16
;= Start macro.inc ==========================================
; SUBI16 0x1234,R16,R17
.MACRO SUBI16 ; Start macro definition
SUBI @1,low(@0) ; Subtract low byte
SBCI @2... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_397.asm | ljhsiun2/medusa | 9 | 47786 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdx
lea addresses_WT_ht+0xe81b, %rdx
nop
nop
cmp $40397, %r9
mov $0x6162636465666768, %rbx
movq %rbx, %xmm7
and $0xffffffffffffffc0, %rdx
movntdq %xmm7, (%rdx)
nop
dec %rcx
lea addresses_WT_ht+0x22e9, %r15... |
src/common/memory_map.asm | electrondave/wgnet | 0 | 47787 | <reponame>electrondave/wgnet
;*******************************************************************************
; *
; Filename: memory_map.asm *
; Date: April 10, 2018 ... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_6396_435.asm | ljhsiun2/medusa | 9 | 47788 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %r15
push %r8
push %rbx
push %rdi
// Faulty Load
lea addresses_US+0x629d, %rdi
nop
nop
nop
xor %r10, %r10
mov (%rdi), %rbx
lea oracles, %rdi
and $0xff, %rbx
shlq $12, %rbx
mov (%rdi,%rbx,1), %rbx
pop %rd... |
asm/Scavenger-Chain.asm | hixio-mh/hrm-cpu | 24 | 47789 | -- HUMAN RESOURCE MACHINE PROGRAM --
a:
INBOX
COPYTO 12
COMMENT 0
b:
COPYFROM 12
JUMPN a
COPYFROM [12]
OUTBOX
BUMPUP 12
COPYFROM [12]
COPYTO 12
JUMP b
DEFINE COMMENT 0
<KEY>;
DEFINE LABEL 12
<KEY>;
|
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1572.asm | ljhsiun2/medusa | 9 | 47790 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x903e, %rsi
lea addresses_D_ht+0xb43e, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
xor %rbx, %rbx
mov $102, %rcx
rep movsb
nop
nop
nop
nop
nop
inc %rdi
lea addresses_WT_ht+0x293e, %rsi
lea... |
target/cos_117/disasm/iop_overlay1/LISTO.asm | jrrk2/cray-sim | 49 | 47791 | <gh_stars>10-100
0x0000 (0x000000) 0x1800-0xFFFF f:00014 d: 0 | A = 65535 (0xFFFF)
0x0002 (0x000004) 0x290D- f:00024 d: 269 | OR[269] = A
0x0003 (0x000006) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0004 (0x000008) 0x290E- f:00024 d: 270 | OR[270] = A ... |
programs/oeis/118/A118215.asm | neoneye/loda | 22 | 47793 | ; A118215: Start with 1 and repeatedly reverse the digits and add 68 to get the next term.
; 1,69,164,529,993,467,832,306,671,244,510,83,106,669,1034,4369,9702,2147,7480,915,587,853,426,692,364,531,203,370,141,209,970,147,809,976,747,815,586,753,425,592,363,431,202,270,140,109,969,1037,7369,9705
mov $2,$0
mov $0,1
lpb... |
samples/strcmp.asm | tiaanl/my-rusty-computer | 0 | 47796 | push bx
push cx
push dx
push si
push di
loop_strcmp_loop1:
mov al, byte cs:[si]
inc si
cmp al, bl
jg loop_strcmp_great
cmp al, bl
jl loop_strcmp_less
cmp al, '$'
je ... |
target/cos_117/disasm/iop_overlay1/MFINIT.asm | jrrk2/cray-sim | 49 | 47797 | @@@@@@@@@@@@@@@@@@@@@
@@ Load address: 0x5AEC (0x5AF2)
@@ Input:
@@ OR[130]: address of the CIA channel value
@@ OR[131]: address of the COA channel value - bit 12 is set, bit 15 is cleared
@ We allocate a 2k buffer here, store address in OR[299]
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1736.asm | ljhsiun2/medusa | 9 | 47799 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1736.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rax
push %rbx
lea addresses_WC_ht+0x8bfb, %rbx
and %r12, %r12
movw $0x6162, (%rbx)
nop
nop
nop
nop
nop
cmp %rax, %rax
lea addresses_normal_ht+0x18c8b,... |
programs/oeis/135/A135534.asm | karttu/loda | 0 | 47800 | <filename>programs/oeis/135/A135534.asm
; A135534: a(1) = 1; for n>=1, a(2n) = A135561(n), a(2n+1) = 0.
; 1,3,0,7,0,1,0,15,0,1,0,3,0,1,0,31,0,1,0,3,0,1,0,7,0,1,0,3,0,1,0,63,0,1,0,3,0,1,0,7,0,1,0,3,0,1,0,15,0,1,0,3,0,1,0,7,0,1,0,3,0,1,0,127,0,1,0,3,0,1,0,7,0,1,0,3,0,1,0,15,0,1,0,3,0,1,0,7,0,1,0,3,0,1,0,31,0,1,0,3,0,1,0,... |
data/phone/text/kenji_callee.asm | Dev727/ancientplatinum | 28 | 47801 | UnknownText_0x1b730b:
text_ram wStringBuffer3
text " here…"
para "<PLAYER>! Beautiful"
line "morning, hey?"
done
UnknownText_0x1b7331:
text_ram wStringBuffer3
text " here…"
para "<PLAYER>! Beautiful"
line "weather, hey?"
done
UnknownText_0x1b7357:
text_ram wStringBuffer3
text " here…"
para "<PLAYER>! ... |
c6ers/newcmds/toolib/src/int.asm | minblock/msdos | 0 | 47802 | ;
; Perform MSDOS absolute disk read/write
;
; 09-Dec-1986 bw Added DOS 5 switch
; 30-Oct-1987 bw Changed 'DOS5' to 'OS2'
ifdef OS2
if2
%out int25() and int26() are not implemented under OS/2 Protect Mode.
.ERR
endif
else
.xlist
include ..\h\cmacros.inc
.list
sBegin data
assumes ds,data
extern... |
programs/oeis/094/A094978.asm | neoneye/loda | 22 | 47803 | <gh_stars>10-100
; A094978: a(n) = floor(11^n/3^n).
; 1,3,13,49,180,662,2430,8910,32671,119796,439252,1610592,5905506,21653524,79396256,291119607,1067438559,3913941385,14351118413,52620767516,192942814227,707456985499,2594008946832,9511366138386,34875009174085,127875033638313,468875123340483,1719208785581774,6303765547... |
programs/command.asm | luki446/Kernel | 0 | 47804 |
org 0x0100
bits 16 ; Unreal mode
mov ax, 0xFFFF ; Reserve a 64kb segment of memory for file operations
push 0x19
int 80h
mov word [FileBuffer], cx ; Save segment
mov si, intro
push 0x02
int 80h
prompt_loop:
mov al, '' ; Draw prompt
push 0x01
int 80h
push 0x13 ... |
oeis/141/A141023.asm | neoneye/loda-programs | 11 | 47805 | <filename>oeis/141/A141023.asm
; A141023: a(n) = 2^n - (3-(-1)^n)/2.
; 0,0,3,6,15,30,63,126,255,510,1023,2046,4095,8190,16383,32766,65535,131070,262143,524286,1048575,2097150,4194303,8388606,16777215,33554430,67108863,134217726,268435455,536870910,1073741823,2147483646,4294967295,8589934590,17179869183,34359738366,6871... |
cga_test/cga_test.asm | codella/asma | 0 | 47807 | <gh_stars>0
.MODEL SMALL
.CODE
ORG 100h
MASTER PROC NEAR
XOR AH, AH
MOV AL, 04h
INT 10h
MOV AH, 0Bh
XOR BH, BH
MOV BL, 11
INT 10h
MOV BH, 01h
MOV BL, 00h
INT 10h
XOR BH, BH
MOV AH, 0Ch
MOV AL, 02h
MOV CX, 160
MOV DX, 100
INT 10h
MOV AH, 07h
INT... |
Benchmarks/Data Hazard Test.asm | RyanWangGit/MIPS_CPU | 60 | 47808 | <reponame>RyanWangGit/MIPS_CPU
# Data hazard tests, the program will calculate arithmetic sequences. 38 instructions in total.
.text
addi $s1, $0, 4
sw $s1, 0($s1)
lw $s2, 0($s1)
addi $s2,$s2,-4 # s2 address #load-use related instructions
addi $s0,$0,0 # initialize the array[0]
addi $s1,$s0,1 # calcul... |
example.asm | Sakrac/BullshitPlayer | 7 | 47809 | //
// Important:
// The intention of this sample is not to sound good. It is just to illustrate how to
// use the player to edit instruments and patterns.
//
// SONG DATA
// Must contain:
// * InstrumentsLo, InstrumentsHi
// - Array of pointers to instruments
// - Instruments start with Control (waveform + bsContro... |
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/OpusEtAl/tools/src/appstub.asm | lborgav/Historical-Source-Codes | 7 | 47811 | TITLE WINSTUB - Assembly stub program for Winword
;
; This guy just boots excel by inserting the word "winword" in front of the
; command line and starting up windows
;
StackSize equ 1024
.xlist
include cmacros.inc
.list
sBegin CODE
assumes CS,CODE
assumes DS,CODE
assumes SS,CODE
;=============... |
audio/music/lighthouse.asm | Dev727/ancientplatinum | 28 | 47812 | Music_Lighthouse:
musicheader 4, 1, Music_Lighthouse_Ch1
musicheader 1, 2, Music_Lighthouse_Ch2
musicheader 1, 3, Music_Lighthouse_Ch3
musicheader 1, 4, Music_Lighthouse_Ch4
Music_Lighthouse_Ch1:
tempo 144
volume $77
dutycycle $3
tone $0004
vibrato $8, $45
stereopanning $f
Music_Lighthouse_branch_ee584:
not... |
libsrc/graphics/unused/font.asm | grancier/z180 | 0 | 47813 | ;
; Font for the Z88 scr
;
;
; $Id: font.asm,v 1.3 2016/07/14 17:44:17 pauloscustodio Exp $
;
PUBLIC font
INCLUDE "font.bin"
|
examples/FastForward/DynamicsFix.asm | rapito/VSCode-PowerPC-Syntax | 13 | 47815 | <reponame>rapito/VSCode-PowerPC-Syntax
################################################################################
# Address: 8009e090
################################################################################
.include "Common.s"
# the fighters jobj matrix is not setup after performing dynamics calcula... |
oeis/132/A132234.asm | neoneye/loda-programs | 11 | 47816 | ; A132234: Primes congruent to 19 (mod 30).
; Submitted by <NAME>
; 19,79,109,139,199,229,349,379,409,439,499,619,709,739,769,829,859,919,1009,1039,1069,1129,1249,1279,1399,1429,1459,1489,1549,1579,1609,1669,1699,1759,1789,1879,1999,2029,2089,2179,2239,2269,2389,2539,2659,2689,2719,2749,3019,3049,3079,3109,3169,3229,32... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_321_1768.asm | ljhsiun2/medusa | 9 | 47817 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x112d5, %r11
clflush (%r11)
nop
nop
nop
nop
dec %r9
mov $0x6162636465666768, %r15
movq %r15, (%r11)
nop
nop
dec %rcx
lea addresses_WC_ht+0x907d, %r13
nop
nop
sub %rsi, %rsi
mov... |
oeis/270/A270889.asm | neoneye/loda-programs | 11 | 47818 | <filename>oeis/270/A270889.asm
; A270889: Integers n such that the circular graph C_n has a square size deficiency.
; Submitted by <NAME>(s1.)
; 3,6,27,150,867,5046,29403,171366,998787,5821350,33929307,197754486,1152597603,6717831126,39154389147,228208503750,1330096633347,7752371296326,45184131144603,263352415571286,15... |
Borland/CBuilder5/Source/RTL/source/cstrings/__memchr.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 47819 | <filename>Borland/CBuilder5/Source/RTL/source/cstrings/__memchr.asm
;-----------------------------------------------------------------------
; filename - __memchr.asm
;
; function(s)
;
; jump stub for C++ implementation of memchr()
; jump stub for C++ implementation of _wmemchr()
;--------------------------------------... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_736.asm | ljhsiun2/medusa | 9 | 47821 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x14f7e, %rsi
lea addresses_WT_ht+0x1827e, %rdi
clflush (%rsi)
xor $5600, %r9
mov $19, %rcx
rep movsq
nop
nop
nop
and $29756, %r15
lea addresses_normal_ht+0x96de, %rcx
nop
nop
nop
add %rdi... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_315.asm | ljhsiun2/medusa | 9 | 47822 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x2c40, %r14
nop
sub %rbx, %rbx
movl $0x61626364, (%r14)
nop
cmp %r9, %r9
lea addresses_normal_ht+0x156c0, %rsi
lea addresses_D_ht+0x4790, %rdi
nop
nop
nop
nop
add $16580, %r15
mov $69, ... |
src/tss.asm | ignaciolebrero/Orga2TP3 | 0 | 47823 | <reponame>ignaciolebrero/Orga2TP3
global get_ptl
global get_cr3
global get_eip
global get_eflags
get_ptl:
;ver
ret
get_cr3:
mov ax, cr3
ret
get_eip:
mov ax, eip
ret
get_eflags:
mov ax, eflags
ret
|
programs/oeis/130/A130806.asm | karttu/loda | 0 | 47824 | ; A130806: Period 6: 1,4,3,-1,-4,-3.
; 1,4,3,-1,-4,-3,1,4,3,-1,-4,-3,1,4,3,-1,-4,-3,1,4,3,-1,-4,-3,1,4,3,-1,-4,-3,1,4,3,-1,-4,-3,1,4,3,-1,-4,-3,1,4,3,-1,-4,-3,1,4,3
mov $1,1
mov $2,3
lpb $0,1
sub $0,1
add $1,$2
sub $2,$1
lpe
|
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_766.asm | ljhsiun2/medusa | 9 | 47825 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_766.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x71db, %r14
nop
nop
nop
nop
and %r9, %r9
movb $0x61, (%r14)
nop
nop
nop
c... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_678.asm | ljhsiun2/medusa | 9 | 47826 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_678.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x8df8, %r14
nop
nop
nop
nop
nop
dec %r9
movw $0x6162, (%r14)
cmp %r13, %r13... |
Kernel/asm/libasm.asm | fgomez98/TP2SO | 0 | 47827 | <reponame>fgomez98/TP2SO
GLOBAL cpuVendor
GLOBAL testAndSet
GLOBAL swapLock
GLOBAL swapUnLock
section .text
cpuVendor:
push rbp
mov rbp, rsp
push rbx
mov rax, 0
cpuid
mov [rdi], ebx
mov [rdi + 4], edx
mov [rdi + 8], ecx
mov byte [rdi+13], 0
mov rax, rdi
pop rbx
mov rsp, rbp
pop rbp
ret
swapLoc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.