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 |
|---|---|---|---|---|
texmap/tmap_16l.asm | osgcc/descent-pc | 3 | 45398 | <filename>texmap/tmap_16l.asm
;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH ... |
libsrc/graphics/clrarea2.asm | dex4er/deb-z88dk | 1 | 45399 | xlib cleararea
lib pixeladdress
lib leftbitmask, rightbitmask
;
; $Id: clrarea2.asm,v 1.2 2008/03/07 07:12:09 stefano Exp $
;
; ***********************************************************************
;
; Clear specified graphics area in map.
;
; Design & programming by <NAME>, Copyright (C) InterLogic 1995
;
; Ge... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1205.asm | ljhsiun2/medusa | 9 | 45400 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x2ae5, %rcx
nop
nop
nop
nop
and $56145, %rbx
movb $0x61, (%rcx)
nop
nop
add %r13, %r13
lea addresses_WT_ht+0xb7b5, %rsi
lea addresses_UC_ht+0x162a... |
code/rating.asm | sinusoid-studios/rhythm-land | 11 | 45401 | INCLUDE "constants/hardware.inc"
INCLUDE "constants/other-hardware.inc"
INCLUDE "constants/rating.inc"
INCLUDE "constants/screens.inc"
INCLUDE "constants/transition.inc"
INCLUDE "constants/sfx.inc"
INCLUDE "macros/misc.inc"
SECTION UNION "Game Variables", HRAM
; Temporary storage of the rating type for reference when... |
Library/Pref/Preffax/preffaxInstallGroup3.asm | steakknife/pcgeos | 504 | 45403 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: Pasta
MODULE: Fax Preferences Module
FILE: preffaxInstallGroup3.asm
AUTHOR: <NAME>, Dec 7, 1993
METHODS:
Name Desc... |
programs/oeis/008/A008328.asm | neoneye/loda | 22 | 45405 | ; A008328: Number of divisors of prime(n)-1.
; 1,2,3,4,4,6,5,6,4,6,8,9,8,8,4,6,4,12,8,8,12,8,4,8,12,9,8,4,12,10,12,8,8,8,6,12,12,10,4,6,4,18,8,14,9,12,16,8,4,12,8,8,20,8,9,4,6,16,12,16,8,6,12,8,16,6,16,20,4,12,12,4,8,12,16,4,6,18,15,16,8,24,8,20,8,8,14,16,12,16,4,4,12,12,8,4,6,16,12,24
seq $0,6005 ; The odd prime numb... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_621.asm | ljhsiun2/medusa | 9 | 45407 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1d31c, %rbp
nop
nop
nop
xor $29125, %r11
movb (%rbp), %r13b
nop
add $31001, %rdx
lea addresses_WC_ht+0x61bc, %r14
nop
nop
nop
cmp %rbx, %rbx
mov (%r14), %r13w
add ... |
C_and_Assembly/strcmp/strgt.asm | woobear/School_projects | 0 | 45408 | ;<NAME>
;Assignment 8
;CS261
section .text
global strgt
strgt:
push ebp
mov ebp, esp
push ecx
push esi
push edi
mov ecx, 31
mov esi, [ebp+8]
mov edi, [ebp+12]
mov ecx, 31
mov eax, 0
top:
mov bh, [esi+eax] ;index of the string
mov bl, [edi+eax] ;index of the string
cmp bh,bl ;(a-b)
ja ... |
tk_qsrc/q1source/QW/client/r_aliasa.asm | cr88192/bgbtech_btsr1arch | 15 | 45409 | <gh_stars>10-100
.386P
.model FLAT
externdef _d_zistepu:dword
externdef _d_pzbuffer:dword
externdef _d_zistepv:dword
externdef _d_zrowbytes:dword
externdef _d_ziorigin:dword
externdef _r_turb_s:dword
externdef _r_turb_t:dword
externdef _r_turb_pdest:dword
externdef _r_turb_spancount:dword
externdef _r_turb_... |
sbsext/ext/iod2.asm | olifink/smsqe | 0 | 45410 | ; IO Calls D1/D2 V2.00 1990 <NAME> QJUMP
;
; CSIZE #channel, x, y
; AT #channel, y, x
; CURSOR #channel, x, y (CURSOR #channel, xg, yg, xp, yp)
;
section exten
xdef csize
xdef at
xdef cursor
xref ut_chan1 ; get channel default #1
xref ut_gtint ; get integers
xref ut_gtfp
xref ut_trap3
includ... |
libsrc/time/abc80/clock.asm | meesokim/z88dk | 0 | 45411 | ;
; clock() for the ABC80
;
;
; ------
; $Id: clock.asm,v 1.2 2015/01/19 01:33:24 pauloscustodio Exp $
;
PUBLIC clock
.clock
ld hl,(65008)
ld a,(65010)
ld e,a
ld d,0
ret
|
fork.asm | MrBad/cosiris | 10 | 45413 | <reponame>MrBad/cosiris
GLOBAL fork
fork:
push ebp
mov ebp, esp
mov eax, 1
int 0x80
mov esp, ebp
pop ebp
ret
|
Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0x84_notsx.log_21829_758.asm | ljhsiun2/medusa | 9 | 45414 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x106b6, %rsi
lea addresses_UC_ht+0x136f6, %rdi
clflush (%rdi)
nop
nop
nop
dec %r9
mov $46, %rcx
rep movsl
nop
cmp %rbp, %rbp
lea addresses_WT_ht+0xb4d6, %rdi
nop
cmp %r13, %r13
movl $0x61626364, (... |
oeis/339/A339012.asm | neoneye/loda-programs | 11 | 45415 | ; A339012: Written in factorial base, n ends in a(n) consecutive non-0 digits.
; Submitted by <NAME>
; 0,1,0,2,0,2,0,1,0,3,0,3,0,1,0,3,0,3,0,1,0,3,0,3,0,1,0,2,0,2,0,1,0,4,0,4,0,1,0,4,0,4,0,1,0,4,0,4,0,1,0,2,0,2,0,1,0,4,0,4,0,1,0,4,0,4,0,1,0,4,0,4,0,1,0,2,0,2,0,1,0,4,0,4,0,1,0,4,0,4,0,1,0,4,0,4,0,1,0,2
mov $2,$0
mov $0... |
oeis/100/A100162.asm | neoneye/loda-programs | 11 | 45417 | <reponame>neoneye/loda-programs<filename>oeis/100/A100162.asm
; A100162: Structured disdyakis dodecahedral numbers (vertex structure 7).
; 1,26,117,316,665,1206,1981,3032,4401,6130,8261,10836,13897,17486,21645,26416,31841,37962,44821,52460,60921,70246,80477,91656,103825,117026,131301,146692,163241,180990,199981,220256,... |
programs/oeis/023/A023550.asm | karttu/loda | 0 | 45418 | ; A023550: Convolution of natural numbers >= 2 and (F(2), F(3), F(4), ...).
; 2,7,16,32,59,104,178,299,496,816,1335,2176,3538,5743,9312,15088,24435,39560,64034,103635,167712,271392,439151,710592,1149794,1860439,3010288,4870784,7881131,12751976,20633170,33385211,54018448,87403728,141422247,228826048,370248370,599074495,... |
setPriority.asm | samruddhishastri/Modified-xv6 | 0 | 45419 | <gh_stars>0
_setPriority: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "traps.h"
#include "memlayout.h"
int
main(int argc, char *argv[])
{
0: f3 0f 1e fb endbr32
4: 8d 4c 24 04 lea 0x4(%esp),%ecx
8: 83 e4 f0 and $0xfffffff0,%esp... |
os/osask/os-src/helloos2/helloos.asm | ASMlover/study | 22 | 45420 | <reponame>ASMlover/study
; Copyright (c) 2013 ASMlover. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; * Redistributions of source code must retain the above copyright
; notice, this list... |
dino/lcs/base/6BDD.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 45421 | <filename>dino/lcs/base/6BDD.asm<gh_stars>1-10
copyright zengfr site:http://github.com/zengfr/romhack
004D04 move.b D0, ($6bdd,A5)
004D08 moveq #-$1, D0
016CC4 move.b ($6bdd,A5), D2
016CC8 rts [base+6BDD]
016CE0 move.b D2, ($6bdd,A5)
016CE4 rts [base+6BDD]
copyright zengfr site:http://github.com/zengfr/... |
oeis/185/A185454.asm | neoneye/loda-programs | 0 | 45423 | <gh_stars>0
; A185454: Trajectory of 5 under repeated application of the map in A185452.
; Submitted by <NAME>(w1)
; 5,13,33,83,208,104,52,26,13,33,83,208,104,52,26,13,33,83,208,104,52,26,13,33,83,208,104,52,26,13,33,83,208,104,52,26,13,33,83,208,104,52,26,13,33,83,208,104,52,26,13,33,83,208,104,52,26,13,33,83,208,104,... |
runtime/sources/arm/memset.asm | wdv4758h/Yeppp- | 30 | 45424 | <filename>runtime/sources/arm/memset.asm
/*
* Yeppp! library runtime infrastructure
*
* This file is part of Yeppp! library and licensed under MIT license.
* See runtime/LICENSE.txt for details.
*
*/
.include "common.inc"
.syntax unified
BEGIN_ARM_FUNCTION memset
.arch armv5t
TST ... |
programs/oeis/022/A022851.asm | neoneye/loda | 22 | 45425 | <gh_stars>10-100
; A022851: a(n) = integer nearest nx, where x = sqrt(8).
; 0,3,6,8,11,14,17,20,23,25,28,31,34,37,40,42,45,48,51,54,57,59,62,65,68,71,74,76,79,82,85,88,91,93,96,99,102,105,107,110,113,116,119,122,124,127,130,133,136,139,141,144,147,150,153,156,158,161,164,167,170,173,175,178,181,184,187,190,192,195,198,... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_2785.asm | ljhsiun2/medusa | 9 | 45426 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x15c13, %rsi
lea addresses_WT_ht+0x15d55, %rdi
nop
nop
nop
add %r10, %r10
mov $62, %rcx
rep movsb
nop
nop
nop
nop
nop
and %rdx, %rdx
lea addresses_D_ht+0x152c9, %r13
nop
... |
programs/oeis/034/A034888.asm | neoneye/loda | 22 | 45427 | ; A034888: Number of digits in 3^n.
; 1,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,32,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,42,43,43,44,44,45,45,46,46,47,47,48
... |
programs/oeis/175/A175077.asm | jmorken/loda | 1 | 45428 | <gh_stars>1-10
; A175077: Final number reached by iterating r -> A049711(r) starting at r = n.
; 1,2,1,1,2,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,1,2,1,1,2,1,2,1,1,2,1,1,2,1,1,1,2,1,2,1,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,2,1,1,2,1,1,2,1,1,1,2,1,2,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,2,1,1,2,1,2,1,1,2,1,1,1,2,1,2,1
lpb $0
m... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_60_1837.asm | ljhsiun2/medusa | 9 | 45429 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_60_1837.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x18f9f, %rcx
nop
sub $50179, %rsi
movl $0x61626364, (%rcx)
dec %r11
lea addresses_UC_... |
master/rcpod-1.0/rcpod-1.0/firmware/usb_ch9.asm | AlexRogalskiy/DevArtifacts | 4 | 45430 | <reponame>AlexRogalskiy/DevArtifacts
;################################################################################
;
; usb_ch9.asm - Implementation of chapter 9 of the USB specification. This is mostly
; untouched code from the Microchip USB implementation, but hooks have
; been added im... |
oeis/079/A079162.asm | neoneye/loda-programs | 11 | 45431 | ; A079162: a(n) = 5a(n-2) - 2a(n-4).
; Submitted by <NAME>
; 0,1,2,4,10,18,46,82,210,374,958,1706,4370,7782,19934,35498,90930,161926,414782,738634,1892050,3369318,8630686,15369322,39369330,70107974,179585278,319801226,819187730,1458790182,3736768094
mov $1,1
lpb $0
sub $0,2
add $1,$2
mul $1,2
add $2,$1
lpe
lpb... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_4_1770.asm | ljhsiun2/medusa | 9 | 45433 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x7f58, %rsi
lea addresses_normal_ht+0x15970, %rdi
nop
nop
inc %r13
mov $6, %rcx
rep movsl
nop
nop
nop
nop
nop
and $12518, %rbp
lea addresses_WC_ht+0x5958, %r13... |
mc-sema/validator/x86_64/tests/SETNEm.asm | randolphwong/mcsema | 2 | 45435 | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_AF
;TEST_FILE_META_END
; SETNEm
mov ecx, 0x5
mov ebx, 0xa
cmp ecx, ebx
;TEST_BEGIN_RECORDING
lea rdi, [rsp-0x4]
mov DWORD [rdi], 0xc
setne [rdi]
mov eax, [rdi]
xor edi, edi
;TEST_END_RECORDING
|
programs/oeis/160/A160842.asm | neoneye/loda | 22 | 45436 | ; A160842: Number of lines through at least 2 points of a 2 X n grid of points.
; 0,1,6,11,18,27,38,51,66,83,102,123,146,171,198,227,258,291,326,363,402,443,486,531,578,627,678,731,786,843,902,963,1026,1091,1158,1227,1298,1371,1446,1523,1602,1683,1766,1851,1938,2027,2118,2211,2306,2403,2502,2603,2706,2811,2918,3027,313... |
src/Native/Runtime/i386/WriteBarriers.asm | ZZHGit/corert | 0 | 45438 | ;;
;; Copyright (c) Microsoft. All rights reserved.
;; Licensed under the MIT license. See LICENSE file in the project root for full license information.
;;
;;
;; Define the helpers used to implement the write barrier required when writing an object reference into a
;; location residing on the GC heap. Such write bar... |
oeis/097/A097068.asm | neoneye/loda-programs | 11 | 45440 | <gh_stars>10-100
; A097068: a(n)=Sum(C(n,2k+1)5^k 3^(2k+1) 7^(n-2k-1), k=0,..,Floor[(n-1)/2]).
; Submitted by <NAME>
; 0,3,42,576,7896,108240,1483776,20339904,278823552,3822170112,52395087360,718242542592,9845815246848,134968443285504,1850174945009664,25362575456993280,347675356617867264
mov $3,1
lpb $0
sub $0,1
m... |
oeis/052/A052823.asm | neoneye/loda-programs | 11 | 45441 | <filename>oeis/052/A052823.asm
; A052823: A simple grammar: cycles of pairs of sequences.
; Submitted by <NAME>
; 0,0,1,2,4,6,12,18,34,58,106,186,350,630,1180,2190,4114,7710,14600,27594,52486,99878,190744,364722,699250,1342182,2581426,4971066,9587578,18512790,35792566,69273666,134219794,260301174,505294126,981706830,19... |
target/cos_117/disasm/iop_overlay1/CLEAR.asm | jrrk2/cray-sim | 49 | 45442 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x2940- f:00024 d: 320 | OR[320] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x2941- f:00024 d: 321 | OR[321] = A
... |
CS300s/CS310/Handouts/AssemblerExamples/READWRITE.asm | AndrewZurn/sju-compsci-archive | 0 | 45443 | <reponame>AndrewZurn/sju-compsci-archive
DATA
X 50*77
#This program reads in, first, the number of things to be read in.
#Then it reads them in. Then, finally, it runs through a loop which
#gets the values from the array and multiplies them together and, when
#finished, prints out that product.
PROGRAM
#Re... |
sys_prog/lab_5/test.asm | vimikeva/s | 0 | 45444 | <reponame>vimikeva/s
.386
data segment
data ends
assume ds: data, cs:code
code segment
mov ax, data
mov ds, ax
nop
mov ax, ds
nop
nop
code ends
end |
oeis/159/A159663.asm | neoneye/loda-programs | 11 | 45445 | <reponame>neoneye/loda-programs
; A159663: Numerator of Hermite(n, 11/20).
; Submitted by <NAME>
; 1,11,-79,-5269,-10559,4099051,55648561,-4306727029,-125281982719,5512661436491,286146844695601,-7877707581330389,-716177841724956479,11028541936218412331,1983376349783289381041,-9062777573795371335349,-6049819602661617227... |
Assignment 01/sampleProgram.asm | toaryangupta/LPCC | 0 | 45446 | START 100
A DC 01 ;sample program
LOAD A
LOAD C ;c variable
ADD ='5'
ADD D
ORIGIN A+2
MULT ='10'
ADD L
LTORG
='5'
='10'
L ADD ='5'
ADD B
B DS 1
C EQU B
A DS 1
END
|
oeis/180/A180235.asm | neoneye/loda-programs | 11 | 45447 | ; A180235: Demi-tribonacci numbers (rounding up): a(0)=a(1)=0, a(2)=2; a(n) = ceiling( (a(n-1)+a(n-2)+a(n-3))/2 )
; Submitted by <NAME>
; 0,0,2,1,2,3,3,4,5,6,8,10,12,15,19,23,29,36,44,55,68,84,104,128,158,195,241,297,367,453,559,690,851,1050,1296,1599,1973,2434,3003,3705,4571,5640,6958,8585,10592,13068,16123,19892,2454... |
programs/oeis/189/A189733.asm | neoneye/loda | 22 | 45448 | <filename>programs/oeis/189/A189733.asm<gh_stars>10-100
; A189733: Denominator of B(0,n) where B(n,n)=0, B(n-1,n) = (-1)^(n+1)/n, and B(m,n) = B(m+1,n-1) + B(m,n-1), n >= 0, m >= 0, is an array of fractions.
; 1,1,1,2,1,6,1,4,3,5,1,12,1,7,5,8,1,18,1,10,7,11,1,24,1,13,9,14,1,30,1,16,11,17,1,36,1,19,13,20,1,42,1,22,15,23... |
programs/oeis/087/A087172.asm | karttu/loda | 0 | 45449 | <filename>programs/oeis/087/A087172.asm
; A087172: Greatest Fibonacci number that does not exceed n.
; 1,2,3,3,5,5,5,8,8,8,8,8,13,13,13,13,13,13,13,13,21,21,21,21,21,21,21,21,21,21,21,21,21,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,5... |
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_P1_05.asm | tp-freeforall/breakfast | 1 | 45450 | <filename>apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_P1_05.asm
;******************************************************************************
; MSP430x249 Demo - Write a byte to Port 1
;
; Description: Writes a byte(FFh) to Port 1 and stays in LPM4
; ACLK = 32.768kHz, MCLK = SMCLK = defau... |
oeis/099/A099235.asm | neoneye/loda-programs | 11 | 45452 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A099235: A quadrisection of 1/(1-x-x^5).
; 1,1,5,15,45,140,431,1326,4085,12580,38740,119305,367411,1131476,3484490,10730820,33046585,101770120,313410816,965178576,2972359720,9153665985,28189589705,86812537085,267347509271,823322219501,2535499503900,7808313175575,2404644... |
library/02_functions_batch1/unknown_100034a0.asm | SamantazFox/dds140-reverse-engineering | 1 | 45453 | 100034a0: 83 c8 ff or eax,0xffffffff
100034a3: 39 05 00 00 01 10 cmp DWORD PTR ds:0x10010000,eax
100034a9: 74 42 je 0x100034ed
100034ab: 53 push ebx
100034ac: 8b 1d 10 d0 00 10 mov ebx,DWORD PTR ds:0x1000d010
100034b2: 56 push ... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1429_921.asm | ljhsiun2/medusa | 9 | 45454 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x114b9, %rcx
dec %r15
mov (%rcx), %r14
and %rbp, %rbp
lea addresses_WC_ht+0x10f9, %rsi
lea addresses_WC_ht+0xfaf9, %rdi
nop
nop
nop
nop
sub %rbx, %rbx
mov $56, %rcx
rep movsb
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_587.asm | ljhsiun2/medusa | 9 | 45455 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x12a7a, %rsi
lea addresses_WT_ht+0x4ada, %rdi
clflush (%rdi)
and $894, %r8
mov $5, %rcx
rep movsl
nop
nop
nop
nop
nop
xor $22245, %r8
lea addresses_normal_h... |
Computer_Ogranisation_Lab/assignments/MIPS/userInput.asm | avi-dak-hyd/CSE-Sem5 | 0 | 45456 | <reponame>avi-dak-hyd/CSE-Sem5
.data
message: .asciiz "Your Age is:"
prompt: .asciiz "Enter Your Age: "
.text
# Promt the user to enter age
li $v0, 4
la $a0, prompt
syscall
# Get the user's age
li $v0, 5
syscall
# Move to content of $v0 to $t0
move $t0, $v0
# Display the age
li $v0, 4
la $a0,... |
context_switch.asm | teawhy1230/quaros | 1 | 45457 | <filename>context_switch.asm<gh_stars>1-10
bits 32
section .text
extern curr_task
global context_switch
; By `call`ing this function from `switch_to()`
; eip just after the `call` function will be pushed on to the stack,
; which will be used when `ret`urning from another context
; back to this context.
; context_swi... |
Working Disassembly/Levels/MGZ/Misc Object Data/Map - Miniboss.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 45459 | <filename>Working Disassembly/Levels/MGZ/Misc Object Data/Map - Miniboss.asm
Map_361972: dc.w Frame_361980-Map_361972
dc.w Frame_3619A6-Map_361972
dc.w Frame_3619CC-Map_361972
dc.w Frame_3619F2-Map_361972
dc.w Frame_3619FA-Map_361972
dc.w Frame_361A08-Map_361972
dc.w Frame_361A10-Map_361972
Frame_361980: dc... |
scratchpad/AVR053/code/Device specific/t2313.asm | Railstars/Aegaeon | 5 | 45460 | <gh_stars>1-10
;*****************************************************************
;* - Description: Device definition file for RC Calibration
;* - File: t2313.asm
;* - AppNote: AVR053 - Production calibration of the
;* RC oscillator
;*
;* - Author: Atmel Corporation: h... |
usertests.asm | MarcosZornitta/xv6-marcoszornitta | 0 | 45461 |
_usertests: formato do arquivo elf32-i386
Desmontagem da seção .text:
00000000 <main>:
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b: 89 e5 ... |
src/arraylist/ArrayListCreate.asm | jhm-ciberman/calculator-asm | 2 | 45462 | ;;;
; Creates a new new ArrayList of qwords and allocates memory. The list will have
; an initial size. Each time a new item must be inserted, if the item
; does not fit in the allocated space, the current allocated space will be doubled
; and the item will be placed in the next place in the list.
;
; params:
... |
programs/oeis/309/A309574.asm | neoneye/loda | 22 | 45463 | <reponame>neoneye/loda
; A309574: n-th prime minus its ternary (base 3) reversal.
; 0,2,-2,2,-8,0,-8,8,0,-26,-6,6,-26,-6,-14,-26,-6,14,26,-6,38,26,-80,-128,-48,-80,-24,-128,24,-80,24,-80,-32,24,-56,0,24,80,-24,0,-48,80,24,80,-24,104,80,80,48,104,0,24,80,-398,-338,-278,-434,18,-138,-242,-78,-338,18,-302,-138,-242,-78,-1... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1439.asm | ljhsiun2/medusa | 9 | 45464 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x132c7, %rsi
lea addresses_WT_ht+0x2b47, %rdi
nop
nop
dec %rbp
mov $10, %rcx
rep movsw
nop
nop
nop
nop
and $47301, %r13
lea addresses_WC_ht+0x2337, %rsi
lea addresses_WC_ht+0... |
oeis/186/A186297.asm | neoneye/loda-programs | 11 | 45465 | <filename>oeis/186/A186297.asm
; A186297: ( A007520(n)-1)/2.
; Submitted by <NAME>
; 1,5,9,21,29,33,41,53,65,69,81,89,105,113,125,141,153,165,173,189,209,221,233,245,249,261,273,281,285,293,309,321,329,341,345,369,393,405,413,429,441,453,473,485,509,525,545,561,581,585,593
mov $1,10
mov $2,$0
pow $2,2
lpb $2
sub $2,... |
programs/oeis/060/A060681.asm | karttu/loda | 1 | 45466 | <gh_stars>1-10
; A060681: Largest difference between consecutive divisors of n (ordered by size).
; 0,1,2,2,4,3,6,4,6,5,10,6,12,7,10,8,16,9,18,10,14,11,22,12,20,13,18,14,28,15,30,16,22,17,28,18,36,19,26,20,40,21,42,22,30,23,46,24,42,25,34,26,52,27,44,28,38,29,58,30,60,31,42,32,52,33,66,34,46,35,70,36,72,37,50,38,66,39,... |
Appl/Term/Main/termKeyMacro.asm | steakknife/pcgeos | 504 | 45468 | <filename>Appl/Term/Main/termKeyMacro.asm<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1996. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: Dove
MODULE:
FILE: termKeyMacro.asm
AUTHOR: <NAME>, Oct 15, 1996
ROUTINES:
N... |
v20211128/test/main.asm | Alterfoxy/AVR | 0 | 45469 | <reponame>Alterfoxy/AVR<filename>v20211128/test/main.asm<gh_stars>0
.org 0
eor r0, r0
eor r30, r30
ldi r31, 0x5b ; Z=5B00h
ldi r16, 0x4F
L0: st -Z, r16
inc r16
cpi r31... |
programs/oeis/060/A060192.asm | neoneye/loda | 22 | 45471 | <gh_stars>10-100
; A060192: Union_i p(4i+2), p(4i+3), where p(k) = k-th prime.
; 3,5,13,17,29,31,43,47,61,67,79,83,101,103,113,127,139,149,163,167,181,191,199,211,229,233,251,257,271,277,293,307,317,331,349,353,373,379,397,401,421,431,443,449,463,467,491,499,521,523,557
mul $0,2
mov $1,$0
lpb $1
mod $1,4
sub $1,1
... |
src/test/ref/incd020-2.asm | jbrandwood/kickc | 2 | 45472 | <reponame>jbrandwood/kickc
// Commodore 64 PRG executable file
.file [name="incd020-2.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:BasicUpstart(main)
.segment ... |
src/drivers/ExternalPSG.asm | sharksym/vgmplay-sharksym | 6 | 45473 | <filename>src/drivers/ExternalPSG.asm
;
; External AY-3-8910 PSG driver
;
ExternalPSG_BASE_PORT: equ 010H
ExternalPSG_MFRSD_ID_ADDRESS: equ 04010H
ExternalPSG_TYPE_READWRITE: equ 0
ExternalPSG_TYPE_WRITEONLY: equ 1
ExternalPSG_TYPE_MFRSD: equ 2
ExternalPSG_TYPE_TWAVE: equ 3
ExternalPSG: MACRO
super: PSG ExternalPSG_B... |
Cameras/SOTTR/InjectableGenericCameraSystem/Interceptor.asm | FransBouma/InjectableGenericCameraSystem | 623 | 45474 | ;////////////////////////////////////////////////////////////////////////////////////////////////////////
;// Part of Injectable Generic Camera System
;// Copyright(c) 2017, <NAME>
;// All rights reserved.
;// https://github.com/FransBouma/InjectableGenericCameraSystem
;//
;// Redistribution and use in source and binar... |
sources/index.asm | Vusluk/stm32f7-discovery | 0 | 45475 | @STM32F746-DISCO assembler example.
@COMPILER SETUP -->> START
.syntax unified
.cpu cortex-m7
.thumb
@COMPILER SETUP <<-- END
@MACROS -->> START
.macro MOV32 regnum,number
MOVW \regnum,:lower16:\number
MOVT \regnum,:upper16:\number
.endm
@MACROS -->> END
.include "./sources/memory.asm" @ Добавляем карту памяти(M... |
Appl/FileMgrs2/CommonDesktop/CDeskDisplay/cdeskdisplayClass.asm | steakknife/pcgeos | 504 | 45476 | <filename>Appl/FileMgrs2/CommonDesktop/CDeskDisplay/cdeskdisplayClass.asm
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Desktop/DeskDisplay
FILE: deskdisplayClass.asm
AUTHOR: <NAME>
ROUTINES:
... |
P6/data_P6_2/ALUTest140.asm | alxzzhou/BUAA_CO_2020 | 1 | 45477 | nor $1,$4,$3
sltiu $4,$4,-32187
addu $3,$3,$3
xor $3,$0,$3
subu $4,$1,$3
sb $1,10($0)
sltu $5,$4,$3
slt $3,$5,$3
sb $5,4($0)
sw $4,16($0)
slti $1,$5,6892
nor $4,$1,$3
lb $1,3($0)
or $3,$5,$3
lh $3,8($0)
addu $3,$1,$3
sra $3,$3,0
addu $3,$3,$3
subu $0,$1,$3
ori $3,$4,15821
sh $4,10($0)
srav $5,$4,$3
subu $3,$3,$3
or $4,... |
test/test_screen_left.asm | peckhamdata/cgl-6502 | 4 | 45478 | <reponame>peckhamdata/cgl-6502<gh_stars>1-10
test_screen_left:
// given a screen of lines that look like original
ldx #$00
lda #<screen
sta $02
lda #>screen
sta $03
!col: ldy #$00
!line: lda original,y
sta ($02),y
iny
cpy #$28
bne !li... |
thtst3.asm | adrianna157/CS444-Lab5-Mutexes | 0 | 45479 | <filename>thtst3.asm
_thtst3: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
#endif // KTHREADS
int
main(int argc, char **argv)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 pus... |
oeis/096/A096423.asm | neoneye/loda-programs | 11 | 45480 | <filename>oeis/096/A096423.asm<gh_stars>10-100
; A096423: a(1)=a(2)=1, a(n) = (a(n-1)+1)*(a(n-2)+1) for n > 2.
; Submitted by <NAME>
; 1,1,4,10,55,616,34552,21319201,736642386706,15704627843968647814,11568694537326272321321120595205,181682042349262169758803442669575561298555791374890
mov $1,1
mov $2,1
lpb $0
sub $0,... |
oeis/005/A005481.asm | neoneye/loda-programs | 11 | 45481 | <filename>oeis/005/A005481.asm<gh_stars>10-100
; A005481: Decimal expansion of cube root of 5.
; Submitted by <NAME>
; 1,7,0,9,9,7,5,9,4,6,6,7,6,6,9,6,9,8,9,3,5,3,1,0,8,8,7,2,5,4,3,8,6,0,1,0,9,8,6,8,0,5,5,1,1,0,5,4,3,0,5,4,9,2,4,3,8,2,8,6,1,7,0,7,4,4,4,2,9,5,9,2,0,5,0,4,1,7,3,2,1,6,2,5,7,1,8,7,0,1,0,0,2,0,1,8,9,0,0,2
... |
oeis/164/A164031.asm | neoneye/loda-programs | 11 | 45482 | <gh_stars>10-100
; A164031: a(n) = ((2+3*sqrt(2))*(5+sqrt(2))^n+(2-3*sqrt(2))*(5-sqrt(2))^n)/4.
; Submitted by <NAME>
; 1,8,57,386,2549,16612,107493,692854,4456201,28626368,183771057,1179304106,7566306749,48539073052,311365675293,1997258072734,12811170195601,82174766283128,527090748332457,3380887858812626,2168579137647... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_3.asm | ljhsiun2/medusa | 9 | 45483 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x54f, %r15
nop
nop
nop
dec %r8
mov (%r15), %dx
nop
nop
nop
add %r15, %r15
lea addresses_UC_ht+0x4dc5, %rsi
xor %r11, %r11
and $0xffffffffffffffc0, %rsi
vmovntdqa (%rsi), %ymm0... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_6009_348.asm | ljhsiun2/medusa | 9 | 45484 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
push %r8
push %rax
push %rcx
// Store
lea addresses_US+0x1429c, %r14
sub $62340, %r8
movb $0x51, (%r14)
nop
dec %r14
// Faulty Load
lea addresses_US+0x1679c, %rcx
dec %r12
mov (%rcx), %ax
lea oracl... |
test/asm/unterminated-if.asm | michealccc/rgbds | 522 | 45485 | <reponame>michealccc/rgbds
if 1
if 0
println "A"
elif 1
println "B"
else
println "C"
endc
else
println "D"
endc
INCLUDE "unterminated-if-include.inc"
println "done"
|
oeis/293/A293475.asm | neoneye/loda-programs | 11 | 45486 | ; A293475: a(n) = (3*n + 4)*Pochhammer(n, 4) / 4!.
; 0,7,50,195,560,1330,2772,5250,9240,15345,24310,37037,54600,78260,109480,149940,201552,266475,347130,446215,566720,711942,885500,1091350,1333800,1617525,1947582,2329425,2768920,3272360,3846480,4498472,5236000,6067215,7000770,8045835,9212112,10509850,11949860,13543530,... |
lab5/lr05-2-2.asm | Panda-Lewandowski/Assembler | 5 | 45487 | <gh_stars>1-10
SD1 SEGMENT para common 'DATA'
C1 LABEL byte
ORG 1h
C2 LABEL byte
SD1 ENDS
CSEG SEGMENT para 'CODE'
ASSUME CS:CSEG, DS:SD1
main:
mov ax, SD1
mov ds, ax
mov ah, 2
mov dl, C1
int 21h
mov dl, C2
int 21h
mov ax, 4c00h
int 21h
CSEG ENDS
END main
|
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21629_1010.asm | ljhsiun2/medusa | 9 | 45488 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rax
push %rbp
push %rbx
push %rdx
lea addresses_D_ht+0x1beeb, %rbp
nop
nop
nop
nop
dec %rbx
and $0xffffffffffffffc0, %rbp
vmovntdqa (%rbp), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $0, %xmm4, %rdx
nop
nop
nop
nop
nop
xor %r13, %r13
lea addresses_D_ht+0x4b6... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1966_171.asm | ljhsiun2/medusa | 9 | 45489 | <reponame>ljhsiun2/medusa
.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 %rax
push %rcx
// Store
lea addresses_D+0x18a4f, %rax
nop
nop
nop
nop
cmp %r10, %r10
mov $0x5152535455565758, %r14
movq %r14, (%rax)
nop
nop
nop
nop... |
lib/Files/000assemblyCode.asm | prafgup/risc_v_assembler | 2 | 45490 | <filename>lib/Files/000assemblyCode.asm
.data
#num1: .word 56
#num2: .word 45
#num3: .byte 67
#num4: .word 78
name: .asciiz "<NAME>"
rishabh: .word 454654654
.text
addi x5 x0 1 |
programs/oeis/138/A138631.asm | neoneye/loda | 22 | 45491 | <filename>programs/oeis/138/A138631.asm
; A138631: Primes of the form 17*k + 9.
; 43,179,281,349,383,587,757,859,1063,1097,1301,1471,1607,1709,1777,1811,1879,1913,2083,2287,2389,2423,2593,2729,2797,3001,3137,3307,3511,3613,3851,3919,4021,4157,4259,4327,4463,4871,4973,5279,5347,5381,5449,5483,5653,5857,6163,6197,6299,63... |
projects/07/StackArithmetic/StackTest/StackTest.asm | lhtin/Nand2TetrisLabs | 2 | 45492 | // push constant 17
@17
D=A
@SP
M=M+1
A=M-1
M=D
// push constant 17
@17
D=A
@SP
M=M+1
A=M-1
M=D
// eq
@SP
AM=M-1
D=M
@SP
A=M-1
D=M-D
@TRUE.0
D;JEQ
(FALSE.0)
D=0
@PUSH.0
0;JMP
(TRUE.0)
D=-1
(PUSH.0)
@SP
A=M-1
M=D
// push constant 17
@17
D=A
@SP
M=M+1
... |
dv3/q40/hd/card_dir.asm | olifink/smsqe | 0 | 45493 | ; Q68 get first 16 dir entries of FAT32 root dir 1.00. Copyright (c) <NAME> 2020
section exten
xdef crd_dir
xref get_dir2
xref gu_rchp
xref gu_achp0
xref hdt_doact
xref hd_byte
include 'dev8_dv3_keys'
include 'dev8_dv3_hd_keys'
include 'dev8_keys_q68'
include 'dev8_keys_thg'
include 'dev8_keys_err'
i... |
build/aom_config.asm | mobinsheng/av1 | 4 | 45495 | ;
; Copyright (c) 2018, Alliance for Open Media. All rights reserved
;
; This source code is subject to the terms of the BSD 2 Clause License and
; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
; was not distributed with this source code in the LICENSE file, you can
; obtain it at ww... |
src/game_logic/connection.asm | jonasbantunes/tictactoe-gb | 0 | 45496 | <filename>src/game_logic/connection.asm
SECTION "Connection", ROM0
SetupConnection:
ld a, $FF
ld [player_num], a
jp AwaitConnection
AwaitConnection:
call EnableVBlank
call EnableSerial
call ListenData
.lockup
ei
call WaitVblank
di
.ifStart
ld a, [joybuttons]
bit PADB_START... |
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/atan.asm | ahjelm/z88dk | 4 | 45497 | <filename>libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/atan.asm
SECTION code_fp_math16
PUBLIC atanf16
EXTERN _m16_atanf
defc atanf16 = _m16_atanf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _atanf16
defc _atanf16 = atanf16
ENDIF
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_8_890.asm | ljhsiun2/medusa | 9 | 45499 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r13
push %r15
push %rax
push %rbp
push %rdx
push %rsi
// Store
lea addresses_normal+0x5db2, %r13
dec %rax
movw $0x5152, (%r13)
nop
nop
nop
xor $41293, %r13
// Store
mov $0xec9cc0000000122, %rax
nop
nop
nop
xor %... |
programs/oeis/003/A003884.asm | neoneye/loda | 22 | 45500 | <filename>programs/oeis/003/A003884.asm
; A003884: Degrees of irreducible representations of group L2(16).
; 1,15,15,15,15,15,15,15,15,16,17,17,17,17,17,17,17
lpb $0
mov $1,0
add $2,2
lpb $0
add $0,1
mov $1,$0
dif $0,5
div $1,7
mov $2,2
lpe
div $0,10
add $1,$2
add $1,12
lpe
add $1,1
m... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_15739_228.asm | ljhsiun2/medusa | 9 | 45501 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_15739_228.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x7c9, %rsi
lea addresses_D_ht+0x171f5, %rdi
nop
nop
nop
cmp $55245, %r13
mov $112, %rcx
rep mov... |
kernel/dev/null.asm | TheMachine02/Sorcery | 14 | 45502 | null:
.init:
.phy_init:
ld hl, .NULL_DEV
ld bc, KERNEL_VFS_PERMISSION_RW or KERNEL_VFS_TYPE_CHARACTER_DEVICE
ld de, .phy_mem_ops
jp _mknod
.NULL_DEV:
db "/dev/null", 0
.phy_mem_ops:
jp .phy_read
jp .phy_write
jp .phy_ioctl
ret
dl 0
ret
dl 0
ret
.phy_read:
; offset hl to de for bc size
; return hl = bc... |
lines.asm | mssarts128/tetris.c64 | 1 | 45504 |
// code concerning made lines
.const flashDelay = 10 // delay in frames.
.const flashTime = flashDelay * 6 // how long to flash. 3 times.
ResetLinesMade:
lda #$00
sta linesTotal
sta linesTotal+1
rts
// adds the linesMade value to the total lines made value on the screen.
AddLinesTotal:
s... |
programs/oeis/040/A040528.asm | neoneye/loda | 22 | 45506 | <filename>programs/oeis/040/A040528.asm
; A040528: Continued fraction for sqrt(552).
; 23,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46,2,46
mov $1,$0
cmp $0,0
sub $1,$0
gcd $1,2
add $1... |
ArmPkg/Library/ArmSvcLib/Arm/ArmSvc.asm | BenjaminYou/edk2 | 7 | 45507 | //
// Copyright (c) 2016 - 2017, ARM Limited. All rights reserved.
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
//
INCLUDE AsmMacroExport.inc
RVCT_ASM_EXPORT ArmCallSvc
// r0 will be popped just after the SVC call
push {r0, r4-r8}
// Load the SVC arguments values into t... |
Kernel/asm/intHandler.asm | Drocheg/arqui-2015 | 0 | 45508 | <reponame>Drocheg/arqui-2015<gh_stars>0
EXTERN IRQ_handler
GLOBAL irq0ASM
GLOBAL testInt0 ;TODO delete
%macro irqHandlerMaster 1
;Stack frame
push rbp
push rsp
push rbx
push r12
push r13
push r15
pushf
mov rdi, %1
push rdi
call IRQ_handler ;EOI handled by IRQ_handler
pop rdi
;Undo stack frame
popf
... |
target/cos_117/disasm/iop_overlay1/TURNPG.asm | jrrk2/cray-sim | 49 | 45509 | <gh_stars>10-100
0x0000 (0x000000) 0x2006- f:00020 d: 6 | A = OR[6]
0x0001 (0x000002) 0x1402- f:00012 d: 2 | A = A + 2 (0x0002)
0x0002 (0x000004) 0x2908- f:00024 d: 264 | OR[264] = A
0x0003 (0x000006) 0x3108- f:00030 d: 264 | A = (OR[264]) ... |
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0x48_notsx.log_9_123.asm | ljhsiun2/medusa | 9 | 45510 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x40ec, %r11
clflush (%r11)
dec %r10
mov $0x6162636465666768, %r8
movq %r8, %xmm5
movups %xmm5, (%r11)
nop
nop
nop
dec %rsi
lea addresses_WT_ht+0x14b44, %rsi
le... |
Application/AssemblyCode/working_and_tmp_asm_files/movePacman.asm | t0ddpar0dy/Handmade_Pacman | 0 | 45512 | <gh_stars>0
#load base address 16383
LUI 63 r1
MOVI 255 r2
OR r1 r2
#load ending address frame buffer
LUI 55 r1
MOVI 4 r3
OR r1 r3
#make controller adresses
#up is r7
#down is r8
# left is r9
# right is r10
MOVI 254 r7
OR r1 r7
MOVI 253 r8
OR r1 r8
MOVI 252 r9
OR r1 r9
MOVI 251 r10
OR r1 r10
# old position is in r4 PAC... |
programs/oeis/294/A294269.asm | neoneye/loda | 22 | 45513 | ; A294269: a(n) is the smallest number not already in the sequence which shares a factor with an even number of preceding terms; a(1) = 1.
; 1,2,3,5,6,4,7,9,10,8,11,13,14,12,15,17,18,16,19,21,22,20,23,25,26,24,27,29,30,28,31,33,34,32,35,37,38,36,39,41,42,40,43,45,46,44,47,49,50,48,51,53,54,52,55,57,58,56,59,61,62,60,63... |
src/PJ/flic386p/libsrc/fileio/dosclose.asm | AnimatorPro/Animator-Pro | 119 | 45514 | <filename>src/PJ/flic386p/libsrc/fileio/dosclose.asm
CGROUP group code
code segment dword 'CODE'
assume cs:CGROUP,ds:CGROUP
include errcodes.i
; void pj_dclose(int file_handle)
public pj_dclose
pj_dclose proc near
pdos_close struc
savebx dd ?
pdos_closeret dd ?
handle dd ?
pdos_close ends
push e... |
draw-screen.asm | BumfuzzledGames/c64-example-projects | 0 | 45516 | <filename>draw-screen.asm<gh_stars>0
// Copy a screen from memory to the screen
BasicUpstart2(Start)
#import "C64.inc"
// This program demonstrates a number of things. First is how to
// copy a screen from memory into the screen and color RAM. This is
// similar to clear-screen.asm, but more complicated since the data... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_196.asm | ljhsiun2/medusa | 9 | 45517 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_196.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xdb3a, %rsi
lea addresses_normal_ht+0x175e2, %rdi
nop
nop
nop
nop
dec %r10
m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.