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 |
|---|---|---|---|---|
rom/example/meta_sprite.asm | novoru/GBR | 0 | 49289 | <reponame>novoru/GBR
; -----------------------------------------------------------------------------
; Example: Meta sprite
; -----------------------------------------------------------------------------
; Knight pixelled by Stratto @ http://pixeljoint.com/pixelart/52412.htm
; More examples by tmk @ https://github.com/... |
oeis/049/A049508.asm | neoneye/loda-programs | 11 | 49290 | <reponame>neoneye/loda-programs
; A049508: Numbers k such that prime(k) == 3 (mod 10).
; Submitted by <NAME>
; 2,6,9,14,16,21,23,27,30,38,40,44,48,51,56,61,62,65,71,74,76,84,86,90,96,99,103,108,112,117,119,122,124,130,132,137,143,147,150,153,162,166,170,174,179,183,185,188,191,192,196,198,200,208,213,220,224,227,231
s... |
src/chips/OKIM6258.asm | sharksym/vgmplay-sharksym | 6 | 49291 | <filename>src/chips/OKIM6258.asm
;
; VGM OKIM6258 chip
;
OKIM6258: MACRO
super: Chip OKIM6258_name, Header.okiM6258Clock, System_Return
ENDM
; ix = this
; iy = header
OKIM6258_Construct: equ Chip_Construct
; jp Chip_Construct
; ix = this
OKIM6258_Destruct: equ Chip_Destruct
; jp Chip_Destruct
;
SECTION RAM
OKIM6... |
Lab Assessment Submission/Lab 2/Lab 2.3-FARIA-1711171042.asm | fariarahman15/CSE331L-Section-10-Fall20-NSU | 0 | 49292 | <reponame>fariarahman15/CSE331L-Section-10-Fall20-NSU<gh_stars>0
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
C DB 5 DUP(1)
MOV AL,C
ret
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1415.asm | ljhsiun2/medusa | 9 | 49294 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xcea4, %rbx
nop
nop
nop
nop
nop
add $61176, %rcx
movb (%rbx), %r11b
sub $33248, %r8
lea addresses_WC_ht+0x12de, %r13
nop
cmp %rdx, %rdx
movb (%r13), %al
nop
and %r13... |
base/mvdm/wow16/kernel31/userpro.asm | npocmaka/Windows-Server-2003 | 17 | 49295 | TITLE USERPRO - interface to WIN.INI file
include kernel.inc
include pdb.inc
externFP GlobalFree
externFP GlobalAlloc
externFP GlobalLock
externFP GlobalUnlock
externFP GlobalReAlloc
externFP GlobalSize
externFP OpenFile
externFP FarMyLower
;externFP _lopen
externFP _lcreat
externFP _lclose
... |
src/arch/x86_64/multiboot_header.asm | ashleygwilliams/x86-kernal | 240 | 49297 | section .multiboot_header
header_start:
dd 0xe85250d6 ; magic number (multiboot 2)
dd 0 ; architecture 0 (protected mode i386)
dd header_end - header_start ; header length
; checksum (magic number + architecture + header length)
; we subtract from 0x1... to account f... |
_maps/Lamppost.asm | kodishmediacenter/msu-md-sonic | 9 | 49298 | ; ---------------------------------------------------------------------------
; Sprite mappings - lamppost
; ---------------------------------------------------------------------------
Map_Lamp_internal:
dc.w @blue-Map_Lamp_internal
dc.w @poleonly-Map_Lamp_internal
dc.w @redballonly-Map_Lamp_internal
dc.w @red-... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_17_2257.asm | ljhsiun2/medusa | 9 | 49300 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_17_2257.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1154, %rsi
lea addresses_D_ht+0xc154, %rdi
nop
nop
xor %r13, %r13
mov ... |
data/baseStats/poliwhirl.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 49301 | <gh_stars>1-10
db POLIWHIRL ; pokedex id
db 65 ; base hp
db 65 ; base attack
db 65 ; base defense
db 90 ; base speed
db 50 ; base special
db WATER ; species type 1
db WATER ; species type 2
db 120 ; catch rate
db 131 ; base exp yield
INCBIN "pic/gsmon/poliwhirl.pic",0,1 ; 66, sprite dimensions
dw PoliwhirlPicFront
dw P... |
oeis/116/A116712.asm | neoneye/loda-programs | 11 | 49302 | ; A116712: Number of permutations of length n which avoid the patterns 231, 3214, 4312.
; Submitted by <NAME>(s2)
; 1,2,5,12,27,59,126,265,551,1136,2327,4743,9630,19493,39363,79336,159659,320915,644414,1293009,2592783,5196512,10410735,20850127,41746622,83568269,167257931,334712280,669742371,1339998971
mov $1,3
mov $2,... |
oeis/215/A215500.asm | neoneye/loda-programs | 11 | 49303 | <reponame>neoneye/loda-programs
; A215500: a(n) = ((sqrt(5) + 3)^n + (-sqrt(5) -1)^n + (-sqrt(5) + 3)^n + (sqrt(5) - 1)^n) / 2^n.
; Submitted by <NAME>
; 4,2,10,14,54,112,340,814,2254,5702,15250,39404,104004,270922,711490,1859134,4873054,12748472,33391060,87394454,228841254,599050102,1568437210,4106054164,10750060804,2... |
oeis/041/A041065.asm | neoneye/loda-programs | 11 | 49305 | ; A041065: Denominators of continued fraction convergents to sqrt(39).
; Submitted by <NAME>
; 1,4,49,200,2449,9996,122401,499600,6117601,24970004,305757649,1248000600,15281764849,62375059996,763782484801,3117504999200,38173842475201,155812874900004,1907928341275249,7787526240001000,95358243221287249,389220499125149996... |
c6ers/interlnk/paragon/lib/readtick.asm | minblock/msdos | 0 | 49306 | ;***
;* $Workfile: readtick.asm $
;* $Revision: 1.2 $
;* $Author: <NAME> $
;* $Date: 10 Sep 1990 13:34:30 $
;*
;* "read_ticks" routine to read the 16-bit timer.
;***
% .MODEL memmodel, language
TIMER_0 EQU 40H ;8253 counter 0 port
TIMER_CTL EQU 43H ;8253 control port
TIMER_SET EQU 00110100... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1431.asm | ljhsiun2/medusa | 9 | 49307 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rsi
lea addresses_D_ht+0x1a3e, %r10
mfence
mov (%r10), %r8
nop
nop
inc %r14
pop %rsi
pop %r8
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r9
push %rax
push %rbp
push %rdi
push %rdx
// Faulty Load
lea addr... |
programs/oeis/291/A291108.asm | neoneye/loda | 22 | 49309 | <reponame>neoneye/loda
; A291108: Expansion of Sum_{k>=2} k^2*x^(2*k)/(1 - x^k).
; 0,0,0,4,0,13,0,20,9,29,0,65,0,53,34,84,0,130,0,145,58,125,0,273,25,173,90,265,0,399,0,340,130,293,74,614,0,365,178,609,0,735,0,625,340,533,0,1105,49,754,298,865,0,1183,146,1113,370,845,0,1859,0,965,580,1364,194,1743,0,1465,538,1599,0,255... |
cpupixie.asm | plaguemorin/CPUPixie | 0 | 49311 | section .text
org 0x100
jmp _entry ; call entry so I can main()
;NCommander's itoa function.
_addressToHex:
push bp
mov bp,sp
xor ax, ax
xor dx, dx
mov di, [bp+6] ; string
add di, 4
mov ax, [bp+4] ; num
mov bx, 16
mov cx, [bp+8] ; loop counter
processloop:
div bx
cmp dx, 9
jg handleHex
add dl, ... |
software/extrom2/util.asm | AtomicRoland/AtomFpga | 25 | 49315 | ;
; renamed some subs as follows :
; PREPGETFRB406_SUB to prepare_read_data
; PREPPUTTOB407_SUB to prepare_write_data
; -- PHS 2013-10-09
;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~
;
; Short delay
;
; Enough to intersperse 2 writes to the FATPIC.
;
interwritedelay:... |
writetest.asm | zellyn/diskii | 9 | 49316 | <gh_stars>1-10
* = $6000
START = *
;; Free addresses: 6, 7, 8, 9
IOB = $6
RWTS = $3D9
GET_IOB = $3E3
BUF = $6100
start:
; set up IOB address
jsr GET_IOB
sta IOB+1
sty IOB
lda #$f
outer:
ldy #0
inner:
sta BUF,Y
iny
bne inner
pha
jsr write
pl... |
programs/oeis/020/A020543.asm | neoneye/loda | 22 | 49317 | <reponame>neoneye/loda
; A020543: a(0) = 1, a(1) = 1, a(n+1) = (n+1)*a(n) + n.
; 1,1,3,11,47,239,1439,10079,80639,725759,7257599,79833599,958003199,12454041599,174356582399,2615348735999,41845579775999,711374856191999,12804747411455999,243290200817663999,4865804016353279999,102181884343418879999,2248001455555215359999,... |
nasm/testlink.asm | findhamza/Compilers | 0 | 49318 | %include "IOSR.asm"
global _start
section .data
M DW 7
section .bss
X RESW 1
section .data
N DW 8
section .txt
_start:
hello:
; prompt user for positive number
mov eax, sys_write ;Linux print device register conventions
mov ebx, stdout ; print default output device
mov ecx, userMsg ; pointer to string
mov ... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_685.asm | ljhsiun2/medusa | 9 | 49319 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_685.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xcc0b, %rax
clflush (%rax)
nop
nop
nop
xor %rdx, %rdx
movups (%rax), %xmm2
vpextrq $0, %xmm2, %r... |
programs/oeis/339/A339684.asm | neoneye/loda | 22 | 49320 | <reponame>neoneye/loda
; A339684: a(n) = Sum_{d|n} 4^(d-1).
; 1,5,17,69,257,1045,4097,16453,65553,262405,1048577,4195413,16777217,67112965,268435729,1073758277,4294967297,17179935765,68719476737,274878169413,1099511631889,4398047559685,17592186044417,70368748389461,281474976710913,1125899923619845,4503599627436049,1801... |
structListaVisita.asm | edoardottt/Asm_mars_examples | 21 | 49321 | <reponame>edoardottt/Asm_mars_examples
# DATA UNA LISTA STRUTTURATA COME COPPIE <VALORE,NEXT> SALVARE IN UN VETTORE E STAMPARE IL RISULTATO DELLA VISITA DI ESSA.
.data
lista: .word 1,1,2,3,3,5,4,2,5,-1,6,4
visita: .word 0:6
.text
li $t0,0
li $t6,0
li $t7,0
scorri:
ble $t5,-1,stampa
sll $t1,$t0,2
lw $t2,lista($t1)
... |
programs/oeis/110/A110515.asm | neoneye/loda | 22 | 49322 | <reponame>neoneye/loda
; A110515: Sequence array for (1 - x + x^2 + x^3)/(1 - x^4).
; 1,-1,1,1,-1,1,1,1,-1,1,1,1,1,-1,1,-1,1,1,1,-1,1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,1,-1,1,1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,-1,1,1,1,-1,1,1,1,-1
seq $0... |
oeis/057/A057587.asm | neoneye/loda-programs | 11 | 49323 | ; A057587: Nonnegative numbers of form n*(n^2+-1)/2.
; Submitted by <NAME>(s3)
; 0,1,3,5,12,15,30,34,60,65,105,111,168,175,252,260,360,369,495,505,660,671,858,870,1092,1105,1365,1379,1680,1695,2040,2056,2448,2465,2907,2925,3420,3439,3990,4010,4620,4641,5313,5335,6072,6095,6900,6924,7800,7825,8775,8801,9828,9855,10962,1... |
programs/oeis/015/A015614.asm | neoneye/loda | 22 | 49324 | <filename>programs/oeis/015/A015614.asm<gh_stars>10-100
; A015614: a(n) = -1 + Sum_{i=1..n} phi(i).
; 0,1,3,5,9,11,17,21,27,31,41,45,57,63,71,79,95,101,119,127,139,149,171,179,199,211,229,241,269,277,307,323,343,359,383,395,431,449,473,489,529,541,583,603,627,649,695,711,753,773,805,829,881,899,939,963,999,1027,1085,11... |
programs/oeis/077/A077653.asm | jmorken/loda | 1 | 49325 | <reponame>jmorken/loda
; A077653: a(1)=1, a(2)=2, a(3)=2, a(n) = abs(a(n-1)-a(n-2)-a(n-3)).
; 1,2,2,1,3,0,4,1,3,2,2,3,1,4,0,5,1,4,2,3,3,2,4,1,5,0,6,1,5,2,4,3,3,4,2,5,1,6,0,7,1,6,2,5,3,4,4,3,5,2,6,1,7,0,8,1,7,2,6,3,5,4,4,5,3,6,2,7,1,8,0,9,1,8,2,7,3,6,4,5,5,4,6,3,7,2,8,1,9,0,10,1,9,2,8,3,7,4,6,5,5,6,4,7,3,8,2,9,1,10,0,11... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_3111.asm | ljhsiun2/medusa | 9 | 49326 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_3111.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xa811, %rsi
lea addresses_WC_ht+0xc491, %rdi
nop
nop
sub $18748, %rdx
mov $83, %rcx
rep movsw
n... |
project/win32kstub/i386/10_0_17025_sp0_shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 372 | 49327 | <filename>project/win32kstub/i386/10_0_17025_sp0_shadowssdt_sysenter.asm
; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 10.0.17025-sp0-windows-10-rs4-pre-17025 i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.cod... |
asm_teste02.asm | pedroeml/montagem-desmontagem | 0 | 49331 | <reponame>pedroeml/montagem-desmontagem
.text
.global main
main:
addi $t2, $t2, 4
add $t0, $t4, $t5
addu $t7, $t6, $t4
and $t1, $t7, $t0
slt $12, $10, $13
|
release/src/router/gmp/mpn/x86/k7/invert_limb.asm | ghsecuritylab/tomato-dnssec | 5 | 49332 | dnl x86 mpn_invert_limb
dnl Contributed to the GNU project by <NAME>
dnl Copyright 2009, 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Les... |
kernel.asm | mateuseap/Bootloader | 3 | 49333 | <gh_stars>1-10
org 0x7e00 ;endereço de memória que vai começar
jmp 0x0000:start ;começo do disco:"main" da linguagem de alto nível
data:
ans0 db 'a',13,10,0
ans1 db 'd',13,10,0
ans2 db 'b',13,10,0
ans3 db 'c',13,10,0
ans4 db 'd',13,10,0
ans5 db 'a',13,10,0
ans6 db 'b',13,10,0
ans7 db 'a... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1144.asm | ljhsiun2/medusa | 9 | 49334 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x171ba, %rbp
clflush (%rbp)
nop
nop
nop
nop
nop
inc %rbx
movb $0x61, (%rbp)
nop
nop
nop
sub %r9, %r9
lea addresses_WT_ht+0x2aba, %rsi
lea addresses_UC... |
libsrc/_DEVELOPMENT/env/esxdos/z80/asm_tmpnam_ex.asm | jpoikela/z88dk | 640 | 49335 | <reponame>jpoikela/z88dk
; char *tmpnam(char *template)
SECTION code_env
PUBLIC asm_tmpnam_ex
EXTERN asm_env_tmpnam
defc asm_tmpnam_ex = asm_env_tmpnam
; Return a filename that is not the same as an existing filename.
;
; enter : hl = char *template
; (extension: if 0, make a temp file in ... |
Test 1/question_6.asm | Masrik-Dahir/Computer-Organization | 0 | 49336 | <reponame>Masrik-Dahir/Computer-Organization
.ORIG x3000
AND R0,R0,#0 ; Clean R1
AND R1,R1,#0 ; Clean R1
AND R2,R2,#0 ; Clean R2
AND R3,R3,#0 ; Clean R3
AND R4,R4,#0 ; Clean R4
AND R5,R5,#0 ; Clean R5
AND R5,R6,#0 ; Clean R5
AND R7,R7,#0 ; Clean R6
LDI R0,STORE_x3900
LDI R1,STORE_x39... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1173.asm | ljhsiun2/medusa | 9 | 49337 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15da2, %rcx
nop
nop
nop
add $56888, %rbp
movl $0x61626364, (%rcx)
nop
nop
and $7362, %rsi
lea addresses_D_ht+0x8c09, %rsi
lea addresses_normal_ht+0x16177, %rdi
nop
nop
nop
n... |
thirdparty/ffmpeg/libavcodec/x86/simple_idct.asm | yashrajsingh1998/ApraPipes1 | 2,151 | 49338 | ;
; Simple IDCT MMX
;
; Copyright (c) 2001, 2002 <NAME> <<EMAIL>>
;
; Conversion from gcc syntax to x264asm syntax with minimal modifications
; by <NAME> <<EMAIL>>.
;
; This file is part of FFmpeg.
;
; FFmpeg is free software; you can redistribute it and/or
; modify it under the terms of the GNU Lesser General Public
;... |
c64/emu_vectors.asm | alexkazik/disk2easyflash | 1 | 49339 |
.pseudopc $df02 {
/*
** LOAD emulation (vector)
*/
VECTOR_LOAD:
// save REGS
sta $93
// stx $c3 - already done before calling
// sty $c4 - already done before calling
jsr copy_filename
jmp DO_LOAD
/*
** CHRIN emulation (vector)
*/
VECTOR_CHRIN:
jsr ENABLE_CRT
jmp DO_CHRIN
/*
** Variables
... |
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_IterateUpdateSpr.asm | jpoikela/z88dk | 640 | 49340 | ; void sp1_IterateUpdateSpr(struct sp1_ss *s, void *hook2)
SECTION code_clib
SECTION code_temp_sp1
PUBLIC _sp1_IterateUpdateSpr
EXTERN asm_sp1_IterateUpdateSpr
_sp1_IterateUpdateSpr:
pop af
pop hl
pop ix
push ix
push hl
push af
jp asm_sp1_IterateUpdateSpr
|
src/lib/reboot.asm | zys1310992814/BookOSv0.2 | 3 | 49341 | <reponame>zys1310992814/BookOSv0.2
[bits 32]
[section .text]
INT_VECTOR_SYS_CALL equ 0x80
_NR_REBOOT EQU 30
global reboot
reboot:
mov eax, _NR_REBOOT
mov ebx, [esp + 4]
int INT_VECTOR_SYS_CALL
ret |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2180.asm | ljhsiun2/medusa | 9 | 49342 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x17732, %rsi
lea addresses_UC_ht+0x13fb2, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
inc %rbx
mov $123, %rcx
rep movsq
nop
nop
nop
cmp $19142, %r15
lea addresses_WC_ht+0x17b32, ... |
data/mapHeaders/Route15Gate1F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 49343 | <filename>data/mapHeaders/Route15Gate1F.asm
Route15Gate1F_h:
db GATE ; tileset
db ROUTE_15_GATE_1F_HEIGHT, ROUTE_15_GATE_1F_WIDTH ; dimensions (y, x)
dw Route15Gate1F_Blocks ; blocks
dw Route15Gate1F_TextPointers ; texts
dw Route15Gate1F_Script ; scripts
db 0 ; connections
dw Route15Gate1F_Object ; objects
|
04/Fill.asm | sin9yt/nand2tetris | 0 | 49344 | <filename>04/Fill.asm
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i... |
access/dvorak/kdfnow.asm | minblock/msdos | 0 | 49346 | PAGE ,132
TITLE MS-DOS 5.0 Keyboard Definition File
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; MS-DOS 5.0 - NLS Support - Keyboard Definition File
;; (c) Copyright Microsoft Corp 1992
;;
;; KDFDV.ASM - US Dvorak
;; KDFLH2.ASM - US left single-handed key layout
;; ... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_132_1389.asm | ljhsiun2/medusa | 9 | 49347 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r14
push %r15
push %r9
push %rbx
push %rcx
// Load
lea addresses_WT+0x8fcb, %r11
nop
nop
nop
nop
nop
inc %r15
movb (%r11), %r14b
nop
nop
nop
nop
nop
xor $47503, %r10
// Store
lea addresses_normal+0x7e9... |
programs/oeis/125/A125255.asm | karttu/loda | 1 | 49348 | ; A125255: Smallest prime divisor of 4n-1.
; 3,7,11,3,19,23,3,31,5,3,43,47,3,5,59,3,67,71,3,79,83,3,7,5,3,103,107,3,5,7,3,127,131,3,139,11,3,151,5,3,163,167,3,5,179,3,11,191,3,199,7,3,211,5,3,223,227,3,5,239,3,13,251,3,7,263,3,271,5,3,283,7,3,5,13,3,307,311,3,11,17,3,331,5,3,7,347,3,5,359,3,367,7,3,379,383,3,17,5,3,13,... |
test/jzas/sintactic/valid/success59.asm | scoffey/jz80sim | 1 | 49349 | <reponame>scoffey/jz80sim
aseg
org 3000h
swapMemo: ld (aux), A ;aux=A
ld A, (IX)
ld (aux+1), A ;aux+1=(IX)
ld A, (IY)
ld (IX), A ;(IX)=(IY)
ld A, (aux+1)
ld (IY), A ;(IY)=aux+1
ld A, (aux)
jr aux+2
aux: ds 2
ret
start: ld IX, dirIX
ld IY, dirIY
call swapMemo
rst 38h
... |
Driver/Video/Dumb/VidMem/Clr24/clr24Manager.asm | steakknife/pcgeos | 504 | 49351 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video driver
FILE: clr24Manager.asm
AUTHOR: <NAME>
REVISION HISTORY:
Name Date Description
... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_15330_1389.asm | ljhsiun2/medusa | 9 | 49352 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1578b, %r15
nop
nop
nop
and $25890, %r9
mov (%r15), %rbx
nop
dec %r10
lea addresses_D_ht+0x50c3, %rsi
lea addresses_A_ht+0x6b9f, %rdi
clflush (%rdi)
nop
nop
add $2391, %rax
m... |
libsrc/_DEVELOPMENT/l/z80/longlong/l_testzero_64_mhl.asm | jpoikela/z88dk | 640 | 49353 |
SECTION code_clib
SECTION code_l
PUBLIC l_testzero_64_mhl
l_testzero_64_mhl:
; test if 64-bit number at address hl is zero
;
; enter : hl = longlong *
;
; exit : hl = longlong* + 8 bytes
; z flag set if longlong == 0
;
; uses : af, hl
xor a
call again
again:
or (hl)
... |
examples/Non-TBAA-simple-asembly.asm | dawidpilarski/LifetimePresentation | 0 | 49354 | test(S&, S&):
mov r3, #2
mov r2, #10
str r2, [r0]
str r3, [r1]
ldr r0, [r0]
add r0, r0, r3
bx lr |
test/filters-cases/mips5-square.asm | OfekShilon/compiler-explorer | 4,668 | 49355 | <filename>test/filters-cases/mips5-square.asm
.section .mdebug.abi32
.previous
.nan legacy
.module fp=xx
.module nooddspreg
.abicalls
.text
$Ltext0:
.align 2
.globl _Z6squarei
$LFB0 = .
.file 1 "/tmp/example.cpp"
.loc 1 1 0
.cfi_startproc
.set nomips16
.set nomicromips
.ent _Z6squarei
.type _Z6squarei, ... |
oeis/315/A315203.asm | neoneye/loda-programs | 11 | 49356 | ; A315203: Coordination sequence Gal.6.321.6 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>(s2)
; 1,6,10,14,20,24,28,34,38,42,48,54,58,62,68,72,76,82,86,90,96,102,106,110,116,120,124,130,134,138,144,150,154,158,1... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_1144.asm | ljhsiun2/medusa | 9 | 49357 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1802, %rsi
lea addresses_normal_ht+0x17382, %rdi
nop
nop
nop
nop
nop
xor $28691, %r11
mov $88, %rcx
rep movsq
nop
nop
and $32314, %r9
lea addresses_WT_ht+0xbc82, %rsi
lea addresses_A_h... |
2021-04-03-smallest-possible-container/asm/macros.asm | huutuanit/dockercomposeexample | 181 | 49358 | ;asmttpd - Web server for Linux written in amd64 assembly.
;Copyright (C) 2014 nemasu <<EMAIL>>
;
;This file is part of asmttpd.
;
;asmttpd is free software: you can redistribute it and/or modify
;it under the terms of the GNU General Public License as published by
;the Free Software Foundation, either version 2 of th... |
kernel/data.asm | paulscottrobson/MZ-Compiler | 0 | 49359 | ; ***************************************************************************************
; ***************************************************************************************
;
; Name : data.asm
; Author : <NAME> (<EMAIL>)
; Date : 8th November 2018
; Purpose : Data area
;
; *******************************... |
monitor/old/monitor.asm | hotkeysoft/cpu8085 | 0 | 49360 | .module monitor
.title Monitor
.include 'io.def'
STACK = 0xFFFF ;SYSTEM STACK
KBD = 0x00 ;KEYBOARD PORT BASE
LCD = 0x20 ;LCD OUTPUT PORT BASE
LCDC = LCD+0 ;LCD CTRL PORT
LCDD = LCD+1 ;LCD DATA PORT
KBDUP = 4
KBDRIGHT = 5
KBDDOWN = 6
KBDLEFT = 7
KBLSHIFT = 1
KBRSHIFT = 2
KBCTRL = 4
KBFUNC = 8
.... |
examples/sms/music.asm | dikdom/z88dk | 1 | 49361 |
; Music borrowed from http://shiru.untergrund.net/music.shtml
; and converted to PSG with
; https://www.smspower.org/forums/16925-PSGToolAVGMToPSGConvertor
public _music
section rodata_user
_music:
binary "my_mission.psg"
|
oeis/292/A292345.asm | neoneye/loda-programs | 11 | 49362 | <filename>oeis/292/A292345.asm
; A292345: The second Zagreb index of the Aztec diamond AZ(n) (see the Ramanes et al. reference, Theorem 2.2).
; 96,352,736,1248,1888,2656,3552,4576,5728,7008,8416,9952,11616,13408,15328,17376,19552,21856,24288,26848,29536,32352,35296,38368,41568,44896,48352,51936,55648,59488,63456,67552,... |
oeis/010/A010058.asm | neoneye/loda-programs | 11 | 49363 | <gh_stars>10-100
; A010058: 1 if n is a Catalan number else 0.
; Submitted by <NAME>(s2)
; 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
mov $2,$0
mov $4,$0
lpb $2
... |
unused/develop/obj/spritesheet_5.asm | pau-tomas/gbvm | 33 | 49364 | <gh_stars>10-100
;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.1.4 #12246 (Mac OS X x86_64)
;--------------------------------------------------------
.module spritesheet_5
.optsdcc -mgbz80
;--------------------------------------------... |
Dimmer/Dimmer/Dimmer.asm | smbraden/CS12-AVR | 0 | 49365 | <reponame>smbraden/CS12-AVR
/*-------------------------------------------------------------------------------------//
Project: Dimmer
Filename: Dimmer.asm
Author: <NAME>
Reference: https://github.com/hexagon5un/AVR-Programming
Date: 12/06/2020
Device: ATmega328A
Devi... |
oeis/077/A077847.asm | neoneye/loda-programs | 11 | 49366 | <filename>oeis/077/A077847.asm
; A077847: Expansion of (1-x)^(-1)/(1-2*x-2*x^2+2*x^3).
; Submitted by <NAME>
; 1,3,9,23,59,147,367,911,2263,5615,13935,34575,85791,212863,528159,1310463,3251519,8067647,20017407,49667071,123233663,305766655,758666495,1882398975,4670597631,11588660223,28753717759,71343560703,177017236479,... |
oeis/122/A122908.asm | neoneye/loda-programs | 11 | 49367 | <filename>oeis/122/A122908.asm
; A122908: A central binomial scaling of the Riordan array (1+x,x) (A097806).
; Submitted by <NAME>
; 1,1,1,0,1,2,0,0,2,3,0,0,0,3,6,0,0,0,0,6,10,0,0,0,0,0,10,20,0,0,0,0,0,0,20,35,0,0,0,0,0,0,0,35,70,0,0,0,0,0,0,0,0,70,126,0,0,0,0,0,0,0,0,0,126,252
lpb $0
add $1,1
sub $0,$1
mov $2,$... |
Test/Windemo.asm | delphi-pascal-archive/basm32 | 0 | 49368 | <filename>Test/Windemo.asm
.APPTYPE GUI
NULL = 0
include 'inc\winconst.inc'
include 'inc\winstruct.inc'
include 'inc\Kernel32.def'
include 'inc\User32.def'
.data
ClassName db "SimpleWinClass",0
AppName db "Our First Window",0
WinTitle db 'Window Creation with BASM',0
wc WNDCLASSEX
Msg TagMSG
... |
bitmaps.asm | BlairLeduc/sg8-engine | 0 | 49369 | <filename>bitmaps.asm
*****************************************************
* BITMAPS
* Cylinder walls
cylinderBitmap
fcb $c5,$cf,$cf,$cf,$cf,$cf,$cf,$cf,$cf,$ca
fcb $c5,$80,$80,$80,$80,$80,$80,$80,$80,$ca
fcb $c5,$80,$80,$80,$80,$80,$80,$80,$80,$ca
fcb $c5,$80,$80,$80,$80,$80,$80,$80,$80,$ca
fcb $c5,$80,$80,$80... |
oeis/097/A097201.asm | neoneye/loda-programs | 11 | 49370 | <reponame>neoneye/loda-programs
; A097201: Numbers of the form 4^p - p^4 for p prime.
; Submitted by <NAME>
; 0,-17,399,13983,4179663,67080303,17179785663,274877776623,70368743897823,288230376151004463,4611686018426464383,18889465931478578980623,4835703278458516695998943
seq $0,40 ; The prime numbers.
seq $0,24040 ; a... |
programs/oeis/088/A088659.asm | neoneye/loda | 22 | 49371 | ; A088659: a(n) = n*(p-1) where p is the largest prime factor of n.
; 2,6,4,20,12,42,8,18,40,110,24,156,84,60,16,272,36,342,80,126,220,506,48,100,312,54,168,812,120,930,32,330,544,210,72,1332,684,468,160,1640,252,1806,440,180,1012,2162,96,294,200,816,624,2756,108,550,336,1026,1624,3422,240,3660,1860,378,64,780,660,4422... |
oeis/322/A322068.asm | neoneye/loda-programs | 11 | 49372 | <filename>oeis/322/A322068.asm
; A322068: a(n) = (1/2)*Sum_{p prime <= n} floor(n/p) * floor(1 + n/p).
; Submitted by <NAME>
; 0,0,1,2,4,5,10,11,15,18,25,26,36,37,46,54,62,63,78,79,93,103,116,117,137,142,157,166,184,185,216,217,233,247,266,278,308,309,330,346,374,375,416,417,443,467,492,493,533,540,575,595,625,626,671,... |
oeis/315/A315214.asm | neoneye/loda-programs | 11 | 49373 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A315214: Coordination sequence Gal.5.142.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>(s2)
; 1,6,10,14,20,26,32,36,40,46,52,56,60,66,72,78,82,86,92,98,102,106,... |
programs/oeis/100/A100057.asm | neoneye/loda | 22 | 49374 | ; A100057: Sum of absolute differences of p(n) defined in A054065, oriented around a clock.
; 2,4,8,12,18,24,30,40,50,60,70,80,96,112,128,144,160,176,192,208,234,260,286,312,338,364,390,416,442,468,494,520,546,588,630,672,714,756,798,840,882,924,966,1008,1050,1092,1134,1176,1218,1260,1302,1344,1386
lpb $0
mov $2,$0
... |
src/cm_presetconfig.asm | spannerisms/lttphack | 6 | 49375 | PRESET_CONFIG_SUBMENU:
%menu_header("PRESET CONFIGURATION", 6)
;===================================================================================================
; PRESET LIST
%choice_here("Preset category", !config_preset_category, 8)
%list_item("Any% NMG")
%list_item("100% NMG")
%list_item("Low%")
%list_item("... |
oeis/066/A066298.asm | neoneye/loda-programs | 11 | 49376 | ; A066298: a(n) = googol (mod n).
; 0,0,1,0,0,4,4,0,1,0,1,4,3,4,10,0,4,10,9,0,4,12,13,16,0,16,10,4,16,10,5,0,1,4,25,28,10,28,16,0,1,4,31,12,10,36,27,16,11,0,4,16,28,10,45,32,28,16,16,40,47,36,46,0,55,34,10,4,13,60,20,64,72,10,25,28,67,16,67,0,10,42,29,4,55,74,16,56,16,10,81,36,67,74,85,64,9,60,1,0
mov $2,$0
add $0,1
s... |
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-8650U_0xd2.log_13907_208.asm | ljhsiun2/medusa | 9 | 49377 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1233a, %r15
nop
nop
nop
sub %r11, %r11
movb $0x61, (%r15)
nop
nop
inc %rcx
lea addresses_UC_ht+0x16ba, %rsi
lea addresses_WC_ht+0x1827a, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
and $1... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2157.asm | ljhsiun2/medusa | 9 | 49378 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2157.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xbaa0, %rsi
lea addresses_UC_ht+0x8b9c, %rdi
and %r13, %r13
mov $52, %rcx
rep movsl
nop
nop
nop
su... |
oeis/091/A091785.asm | neoneye/loda-programs | 11 | 49379 | ; A091785: Evil numbers (see A001969) in A003159.
; Submitted by <NAME>
; 3,5,9,12,15,17,20,23,27,29,33,36,39,43,45,48,51,53,57,60,63,65,68,71,75,77,80,83,85,89,92,95,99,101,105,108,111,113,116,119,123,125,129,132,135,139,141,144,147,149,153,156,159,163,165,169,172,175,177,180,183,187,189,192,195,197,201,204,207,209,21... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_644.asm | ljhsiun2/medusa | 9 | 49380 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x19534, %rbp
cmp $57540, %r12
movb $0x61, (%rbp)
xor %rbp, %rbp
lea addresses_WC_ht+0x4b4, %rsi
lea addresses_UC_ht+0xbeb4, %rdi
clflush (%rsi)
nop
nop
nop
and %rdx, %rdx
mov $111, %rcx
rep movs... |
Project2/full_premutation.asm | blackbird52/MIPS-CPU | 4 | 49381 | .data
array:.word 0:6
symbol:.word 0:6
space:.asciiz " "
line: .asciiz "\n"
.text
li $v0,5
syscall
move $s0,$v0 #s0=n
li $a1,-1 #a1=index
jal Full
li $v0,10
syscall
Full:
addi $a1,$a1,1
bne $a1,$s0,if_1_end
move $t2,$zero #t2=i
move $t3,$s0
for_begin1:
beq $t2,$t3,for_end1
sll $t4,$t2,2
lw $a0,arr... |
testCode/assemblyTest/simpleTest_5.asm | Dynamitelaw/scratchComputer | 0 | 49382 | ######
# This code tests branch and jump instructions
# If test passes, a0 register should store 42
######
begin:
#Store 0 into a0
addi a0, zero, 0 # pc = 0
###
# Loop a0 +=1 42 times
###
addi t0, zero, 0 #counting variable
addi t1, zero, 42 #counterLimit
for_loopStart:
addi a0, a0, 1 #a0 ++
addi t0, t0, 1 #t0... |
monitor/math_library.asm | mfkiwl/QNICE-FPGA-hyperRAM | 53 | 49383 | ;
;;=============================================================================
;; The collection of math related functions starts here
;;=============================================================================
;
;******************************************************************************
;*
;* MTH$MULS perfo... |
oeis/048/A048714.asm | neoneye/loda-programs | 11 | 49384 | <reponame>neoneye/loda-programs
; A048714: 3rd column of Family 1 "90 x 150 array": generations 0 .. n of Rule 150 starting from seed pattern 17.
; Submitted by <NAME>
; 17,119,325,1755,4097,28679,86037,438379,1118481,7829367,21251141,115203547,269553921,1886877447,5658395925,28837796715,73015558161,511108907127,139588... |
VIEW.asm | makhotkin/dc-2002 | 0 | 49385 | <reponame>makhotkin/dc-2002
; Project DC 2002
; Views, scrolling routines
.model small
LOCAL @@
.stack 80h
cols_count equ 80 ; 80 Columns in VGA mode 3
line_count equ 25 ; 25 lines ---"---
at_Main equ 1Bh
at_Status equ 0B1h
VideoSegment equ 0B800h ; Video refresh buffer
m2m MACRO dest, src
push src
pop des... |
smsq/q68/driver/mouse.asm | olifink/smsqe | 0 | 49386 | ; Q68 Mouse Interrupt (or Poll) Routine V1.01 (c) <NAME> 2017 - 2020
; 1.01 2020-11-12 removed dead code (wl)
; THIS CODE IS NOT ROMMABLE unless used as a minimodule (which it is)
; this is called from an interrupt
; mouse button 1 (left) = 1
; mouse button 2 (right) = 2
; both left & right = 3
; middle button = ... |
oeis/001/A001077.asm | neoneye/loda-programs | 11 | 49387 | <filename>oeis/001/A001077.asm
; A001077: Numerators of continued fraction convergents to sqrt(5).
; Submitted by <NAME>
; 1,2,9,38,161,682,2889,12238,51841,219602,930249,3940598,16692641,70711162,299537289,1268860318,5374978561,22768774562,96450076809,408569081798,1730726404001,7331474697802,31056625195209,13155797547... |
Transynther/x86/_processed/NONE/_zr_xt_/i7-8650U_0xd2_notsx.log_20272_1004.asm | ljhsiun2/medusa | 9 | 49388 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xbf58, %rsi
lea addresses_D_ht+0xd458, %rdi
nop
dec %r8
mov $44, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp %rbp, %rbp
lea addresses_A_ht+0xeda4, %r8
nop
nop
nop
in... |
programs/oeis/315/A315535.asm | karttu/loda | 0 | 49389 | ; A315535: Coordination sequence Gal.5.304.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.
; 1,6,11,17,23,27,33,39,44,50,56,61,67,73,77,83,89,94,100,106,111,117,123,127,133,139,144,150,156,161,167,173,177,183,189,194,200,206,211,217,... |
src/draw/DrawBuffer.asm | jhm-ciberman/calculator-asm | 2 | 49390 | <reponame>jhm-ciberman/calculator-asm<filename>src/draw/DrawBuffer.asm
;;;
; Draws the specified buffer on the current target buffer
;
; params:
; buffer - The memory address of the first pixel data of the sprite
; bufferwidth - The width of the line
; bufferheight - The height of the line
; x ... |
media_driver/agnostic/gen11_icllp/vp/kernel_free/Source/VP_Setup.asm | lacc97/media-driver | 660 | 49391 | /*
* Copyright (c) 2017, Intel Corporation
*
* 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, including without limitation
* the rights to use, copy, modify, merge, publi... |
src/arch/i686/profile_intr.asm | jaeh/IncludeOS | 3,673 | 49392 | USE32
extern current_intr_handler
global parasite_interrupt_handler:function
extern profiler_stack_sampler
parasite_interrupt_handler:
cli
pusha
push DWORD [esp + 32]
call profiler_stack_sampler
pop eax
call DWORD [current_intr_handler]
popa
sti
iret
|
libsrc/_DEVELOPMENT/string/c/sccz80/strrstr.asm | Frodevan/z88dk | 640 | 49393 | <gh_stars>100-1000
; char *strrstr(const char *s, const char *w)
SECTION code_clib
SECTION code_string
PUBLIC strrstr
EXTERN asm_strrstr
strrstr:
pop bc
pop de
pop hl
push hl
push de
push bc
IF __CLASSIC && __CPU_GBZ80__
call asm_strrstr
ld d,h
ld e,l
ret
ELSE
jp asm_strrstr
EN... |
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_ix/tshc_cls_wc_callee.asm | jpoikela/z88dk | 640 | 49394 | ; void tshc_cls_wc(struct r_Rect8 *r, uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_cls_wc_callee
PUBLIC l0_tshc_cls_wc_callee
EXTERN asm_tshc_cls_wc
_tshc_cls_wc_callee:
pop hl
pop de
dec sp
ex (sp),hl
ld l,h
l0_tshc_cls_wc_callee:
push de
ex (sp),ix
call asm_tshc_cls... |
Class Exercises/Problem 3.a51 | pronoym99/Microcontrollers-and-Applications | 1 | 49396 | <filename>Class Exercises/Problem 3.a51
;program to place the number 3Bh in internal RAM locations 30h to 32h
org 0000h
mov 30h,#3bh ;move the immediate value
mov 31h,#3bh ;of 3bh in each of
mov 32h,#3bh ;the registers
end
|
utils/bios-date/bios.asm | vbmacher/qsOS | 1 | 49397 | <reponame>vbmacher/qsOS<gh_stars>1-10
.model tiny
.486p
.data
rom_msg db 10,13,'Rom bios date: '
rom db 8 dup(?),'$'
.code
.startup
mov ax, ds
mov es, ax
mov ax, 0F000h
mov ds, ax
mov si, 0FFF5h
mov di, offset rom
cld
mov cx,2
rep movsd
mov ax, es
mov ds, ax
mov dx, offset rom_msg
mov ah, 09h
int 21h
mov ah, 0c... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_112.asm | ljhsiun2/medusa | 9 | 49399 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1ad79, %r10
nop
nop
nop
nop
sub $43637, %rbx
mov (%r10), %r8
nop
nop
nop
nop
nop
lfence
lea addresses_A_ht+0x89c9, %r13
cmp %rbx, %rbx
movw $0x6162, (%r13)
nop
nop
... |
Mips Exersice/GCD_Find.asm | Pandula1234/Machine-Instructions | 0 | 49400 | <gh_stars>0
#Index - 18001343
#program name: Assignment2_18001343
#MIPS Programming Assignment 01 - Finding GCD of two numbers
.text
#FIRST INTEGER
#printing the message
la $a0,message1
li $v0,4
syscall
#reading the first integer
li $v0,5
syscall
move $t1,$v0
#now $t1 holds the first integer
#SECOND INTEGER
#Printi... |
data/pokemon/dex_entries/krabby.asm | Dev727/ancientplatinum | 28 | 49401 | db "<NAME>@" ; species name
dw 104, 140 ; height, weight
db "If it is unable"
next "to find food, it"
next "will absorb"
page "nutrients by"
next "swallowing a"
next "mouthful of sand.@"
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1126.asm | ljhsiun2/medusa | 9 | 49402 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xdd3, %rsi
lea addresses_WT_ht+0x113b3, %rdi
nop
nop
nop
nop
and $58651, %r10
mov $79, %rcx
rep movsq
nop
nop
sub $24561, %r10
lea addresses_UC_ht+0x5233, %r10
nop
n... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1309.asm | ljhsiun2/medusa | 9 | 49403 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r13
push %r8
push %r9
push %rdx
push %rsi
// Store
lea addresses_WT+0xb18d, %r8
nop
nop
nop
nop
lfence
movl $0x51525354, (%r8)
nop
nop
nop
nop
nop
cmp %rdx, %rdx
... |
src/renderInGame.asm | NEPETAISCUTE/simon-gameboy | 1 | 49404 | ld a, [wIsGeneratingNewInput]
cp a, 0
jr nz, .skipDisplay
ld a, [wTimerDisplay]
ld d, a
ld a, [wTimerDisplay+1]
or a, d
jr z, .clearDisplay
ld a, [wCurrentInputDisplayed]
ld hl, wInputList
ld e, a
xor a, a
ld c, a
ld d, a
add hl, de
.waitVRAM
ldh a, [rSTAT]
and a, STATF_BUSY
jr nz... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.