max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_19958_977.asm | ljhsiun2/medusa | 9 | 124404 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1d7b2, %rsi
lea addresses_D_ht+0xf2b2, %rdi
nop
nop
nop
and $25660, %r8
mov $110, %rcx
rep movsl
nop
nop
cmp $44277, %r14
lea addresses_normal_ht+0x2bda, %rsi
lea addresses_UC_ht+0xf82... |
oeis/264/A264824.asm | neoneye/loda-programs | 11 | 124405 | ; A264824: Centered 17-gonal (or heptadecagonal) primes.
; Submitted by <NAME>
; 103,613,1123,1327,3571,5101,6427,10711,16831,19993,22543,30091,34273,39883,59263,72727,77521,79153,92821,98227,105673,115363,129643,146983,156061,177481,197677,238477,241333,264793,311713,324871,341701,428401,487561,503983,524893
mov $2,3... |
programs/oeis/298/A298950.asm | karttu/loda | 1 | 124407 | <reponame>karttu/loda
; A298950: Numbers k such that 5*k - 4 is a square.
; 1,4,8,17,25,40,52,73,89,116,136,169,193,232,260,305,337,388,424,481,521,584,628,697,745,820,872,953,1009,1096,1156,1249,1313,1412,1480,1585,1657,1768,1844,1961,2041,2164,2248,2377,2465,2600,2692,2833,2929,3076,3176,3329,3433,3592,3700,3865,3977... |
s3d/music-improved/Boss2.asm | Cancer52/flamedriver | 9 | 124408 | Snd_Boss2_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_Boss2_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $80
smpsHeaderDAC Snd_Boss2_DAC
smpsHeaderFM Snd_Boss2_FM1, $18, $12
smpsHeaderFM Snd_Boss2_FM2, $00, $0D
smpsHeaderFM Snd_Boss2_FM3, $00, $12
smpsHeade... |
04/mult/Sum1ToN.asm | benkoo/nand2tetris | 0 | 124410 | <gh_stars>0
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Sum1ToN.asm
//Compute RAM[1]=1+2+...+RAM[0]
//**
// n=R0
// i=1
// sum=0
//LOOP: if i >-n goto STOP
// sum=sum+i
// i= i+1
// goto LOOP
//STOP:
// R1=sum
@... |
ibmdos.asm | tsupplis/msdos11-hacking | 3 | 124411 | TITLE MS-DOS version 1.25 by <NAME> March 3, 1982
PAGE 60,132
; Use the following booleans to set the switches
FALSE EQU 0
TRUE EQU NOT FALSE
; Use the switches below to produce the standard Microsoft version of the IBM
; version of the operating system
MSVER EQU FALSE
IBMVER EQU TRUE
; Set this swi... |
programs/oeis/036/A036086.asm | karttu/loda | 1 | 124412 | <gh_stars>1-10
; A036086: Centered cube numbers: a(n) = (n+1)^8+n^8.
; 1,257,6817,72097,456161,2070241,7444417,22542017,59823937,143046721,314358881,644340577,1245712417,2291519777,4038679681,6857857921,11270724737,17995718017,28003523617,42583563041,63422859361,92698732897,133186858817,188386299457,262663204801,361414... |
oeis/062/A062966.asm | neoneye/loda-programs | 11 | 124413 | <filename>oeis/062/A062966.asm<gh_stars>10-100
; A062966: a(n) = C(3+n, n) + C(4+n, n) + C(5+n, n) + C(6+n, n).
; 4,22,74,195,441,896,1680,2958,4950,7942,12298,18473,27027,38640,54128,74460,100776,134406,176890,229999,295757,376464,474720,593450,735930,905814,1107162,1344469,1622695,1947296,2324256,2760120,3262028,3837... |
Kernel/asm/print_registers.asm | gbarbieripederiva/tp2_so2 | 0 | 124414 | GLOBAL print_all_registers
extern new_line
extern to_userland
extern draw_err_string
extern draw_err_number
extern time_wait
section .text
%macro push_all 0
push rax
push rbx
push rcx
push rdx
push rbp
push rdi
push rsi
push r8
push r9
push r10
push r11
push r12
push r13
push r14
push r15
%endmacro
%... |
Array/array1_double.asm | berkcetinsaya/MIPSLanguageExamples | 0 | 124415 | <filename>Array/array1_double.asm
.data
myArray: .double 1.258, 2.365, 3.428 #define myArray in the memory
double1: .double 10.31
double2: .double 11.987
double3: .double 12.452
.text
la $s0, myArray # Load array's address to register $s0.
# Offset calculation: The 3rd element of myArray is myArray[2] = 3.428. ... |
_maps/Bridge.asm | kodishmediacenter/msu-md-sonic | 9 | 124416 | ; ---------------------------------------------------------------------------
; Sprite mappings - GHZ bridge
; ---------------------------------------------------------------------------
Map_Bri_internal:
dc.w M_Bri_Log-Map_Bri_internal
dc.w M_Bri_Stump-Map_Bri_internal
dc.w M_Bri_Rope-Map_Bri_internal
M_Bri_Log:... |
asm/npc.ext.asm | RockmanEXEZone/MMBN45-English-Translation | 6 | 124418 | <filename>asm/npc.ext.asm
.align 2
npc_cmdNop:
add r6,0x1
mov r15,r14
.align 2
npc_withinActiveTime:
push r14
// Get current timestamp
ldr r0,=0x806FA59
mov r14,r15
bx r0
// Check in specific area
mov r2,r10
ldr r2,[r2,0x40]
ldrb r1,[r2,0x4]
@@checkComps1:
cmp r1,0xB1
bne @@checkComps2
ldrb r1,[r2,0... |
oeis/116/A116973.asm | neoneye/loda-programs | 11 | 124419 | ; A116973: If n mod 2 = 0 then (3^(n+3)-19)/8 else (3^(n+3)-1)/8.
; 1,10,28,91,271,820,2458,7381,22141,66430,199288,597871,1793611,5380840,16142518,48427561,145282681,435848050,1307544148,3922632451,11767897351,35303692060,105911076178,317733228541,953199685621,2859599056870,8578797170608,25736391511831,77209174535491,... |
LM/Aula4/Atividades/ex3_b.asm | Kw-Vinicius/Linguagem-de-Montagem- | 0 | 124420 | <reponame>Kw-Vinicius/Linguagem-de-Montagem-
SECTION .data
var: db 7Fh ; 01111111
inverte: db 0xFF ; -1
SECTION .text
global _start
_start:
mov ax,[var] ;ax recebe conteudo de var
mov bx,[inverte] ;bx recebe conteudo de inverte
imul bx ... |
programs/oeis/337/A337134.asm | karttu/loda | 0 | 124421 | ; A337134: a(n) = Sum_{k=1..n} floor(sqrt(2k-1)).
; 1,2,4,6,9,12,15,18,22,26,30,34,39,44,49,54,59,64,70,76,82,88,94,100,107,114,121,128,135,142,149,156,164,172,180,188,196,204,212,220,229,238,247,256,265,274,283,292,301,310,320,330,340,350,360,370,380,390,400,410,421,432
mov $14,$0
mov $16,$0
add $16,1
lpb $16,1
clr... |
lib/structs.asm | redcode-labs/BMJ | 63 | 124423 | <filename>lib/structs.asm
struc STAT
.st_dev resq 1
.st_ino resq 1
.st_nlink resq 1
.st_mode resd 1
.st_uid resd 1
.st_gid resd 1
.pad0 resb 4
.st_rdev resq 1
.st_size resq 1
.st_blksize resq 1
.st_block... |
reverse_engineering/clarion/vw_premium_4/disasm/pu1666a_mainmcu/pu1666a_mainmcu.asm | mnaberez/vwradio | 45 | 124424 | ;Volkswagen Premium IV radio (Clarion PU-1666A)
;Reverse engineered source code
;
;This source code is for one of two microcontrollers used in
;the radio. It is the "main" microcontroller that is responsible
;for the core logic and most functions including radio tuners,
;sound control, and cassette playback. It also ... |
oeis/112/A112997.asm | neoneye/loda-programs | 11 | 124425 | ; A112997: Sum of first n primes minus sum of their indices.
; 1,2,4,7,13,20,30,41,55,74,94,119,147,176,208,245,287,330,378,429,481,538,598,663,735,810,886,965,1045,1128,1224,1323,1427,1532,1646,1761,1881,2006,2134,2267,2405,2544,2692,2841,2993,3146,3310,3485,3663,3842,4024,4211,4399,4596,4798,5005,5217,5430,5648,5869,... |
oeis/114/A114161.asm | neoneye/loda-programs | 11 | 124426 | ; A114161: E.g.f.: (3-log(1-2*x))/(1-2*x)^(1/2).
; Submitted by <NAME>
; 3,5,17,91,667,6213,70233,933819,14277555,246772485,4757596065,101218975515,2355535057995,59520844736325,1622874515042025,47490277029572475,1484579154624005475,49374909670517201925,1740787158209627768625,64852411044709626982875,25456456198089512354... |
lib/player/sid.asm | munshkr/gakuon | 3 | 124427 | <filename>lib/player/sid.asm
;;
;; Header for a PSID v2NG file
;; See http://cpansearch.perl.org/src/LALA/Audio-SID-3.11/SID_file_format.txt
;;
;; load address
BASEADDR = $1000
;; flags
;; NOTE when using PAL or NTSC, set also SP_PAL or SP_NTSC in SPEED flag
F_MISC = 2 ; built-in player
F_PAL = 4
F_NTSC = 8
F_MOS6581... |
src/rdoff/rdoff.asm | amindlost/wdosx | 7 | 124428 | <reponame>amindlost/wdosx
; ############################################################################
; ## WDOSX DOS Extender Copyright (c) 1996, 1999, <NAME> ##
; ## ##
; ## Released under the terms of the WDOSX license agreement. ... |
ucle/core/tests/fnsim/frisc/isa/test_stk.asm | mcavrag/UCLE-ide | 0 | 124429 | ORG 0
MOVE STACK_END, SP
MOVE 7, R0
PUSH R0
LOAD R0, (SP) ; assert R0 == 7
MOVE 0ABCD, R1
PUSH R1
LOAD R1, (SP) ; assert R1 == 0xABCD
POP R2 ; assert R2 == 0xABCD
POP R3 ; assert R3 =... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1592.asm | ljhsiun2/medusa | 9 | 124430 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x12605, %rsi
lea addresses_normal_ht+0xe418, %rdi
clflush (%rsi)
nop
nop
nop
xor %r11, %r11
mov $85, %rcx
rep movsq
nop
nop
nop
and $32253, %rbx
lea... |
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/filewinn.asm | lborgav/Historical-Source-Codes | 7 | 124431 | ; FILEWINN.ASM
; Core native file routines
; =====================================================================
; This file contains DOS access routines.
; These routines are general, simple calls to DOS and
; are likely to be generally useful. They assume /PLM calling
; is used.
; FAR calls ... |
programs/oeis/214/A214946.asm | karttu/loda | 0 | 124432 | <filename>programs/oeis/214/A214946.asm
; A214946: Number of squarefree words of length 7 in an (n+1)-ary alphabet.
; 0,60,1848,15960,80040,292740,868560,2218608,5062320,10575180,20577480,37769160,66015768,110690580,179077920,280842720,428571360,638388828,930657240,1330760760,1869981960,2586474660,3526338288,4744798800... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_744.asm | ljhsiun2/medusa | 9 | 124433 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rsi
lea addresses_A_ht+0xef34, %rcx
nop
nop
nop
nop
add %r14, %r14
movl $0x61626364, (%rcx)
nop
and $60019, %rsi
lea addresses_A_ht+0x69b4, %r9
nop
nop
nop
nop
cmp %rbp, %rbp
mov $0x6162636465666768, %r10
movq ... |
uefi-sct/SctPkg/SCRT/SCRTApp/ia32/GoVirtual.asm | sunnywang-arm/edk2-test | 47 | 124434 | ;; @file
;
; Copyright 2006 - 2010 Unified EFI, Inc.<BR>
; Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
;
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. The full text... |
programs/oeis/248/A248217.asm | karttu/loda | 1 | 124435 | <filename>programs/oeis/248/A248217.asm
; A248217: a(n) = 8^n - 2^n.
; 0,6,60,504,4080,32736,262080,2097024,16776960,134217216,1073740800,8589932544,68719472640,549755805696,4398046494720,35184372056064,281474976645120,2251799813554176,18014398509219840
mov $2,1
mov $1,1
lpb $0,1
mul $1,2
mul $2,2
sub $0,1
mul... |
programs/oeis/108/A108151.asm | neoneye/loda | 22 | 124437 | <reponame>neoneye/loda
; A108151: a(n) = n^2 + 3*n + 1 if prime or 0 if composite.
; 5,11,19,29,41,0,71,89,109,131,0,181,0,239,271,0,0,379,419,461,0,0,599,0,701,0,811,0,929,991,0,0,0,1259,0,0,1481,1559,0,1721,0,0,1979,2069,2161,0,2351,0,2549,0
mov $1,$0
add $0,4
mul $1,$0
add $1,$0
mov $0,$1
add $0,1
seq $1,10051 ; Ch... |
game/data/pal_to_ntsc_velocity.asm | sgadrat/super-tilt-bro | 91 | 124440 | <reponame>sgadrat/super-tilt-bro<gh_stars>10-100
pal_to_ntsc_velocity_high_byte:
/* 00 */ .byt $00, $00, $01, $02, $03, $04, $05, $05, $06, $07, $08, $09, $0a, $0a, $0b, $0c
/* 10 */ .byt $0d, $0e, $0f, $0f, $10, $11, $12, $13, $14, $14, $15, $16, $17, $18, $19, $19
/* 20 */ .byt $1a, $1b, $1c, $1d, $1e, $1e, $1f, $20,... |
template.asm | yignoth/x16-pminer | 2 | 124441 | <gh_stars>1-10
;
; Template
;
XXX: .block
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Definitions
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Vars
;
.section section_ZP
.send section_ZP
.section section_BSS
.send section_BSS
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... |
libsrc/stdio/cpm/getk.asm | andydansby/z88dk-mk2 | 1 | 124442 | ;
; CPM Stdio
;
; getk() Read key status
;
; <NAME> - Apr. 2000
; <NAME> - Mar. 2004 - fixed
;
;
; $Id: getk.asm,v 1.3 2004/03/20 11:16:24 stefano Exp $
;
XLIB getk
.getk
LD c,6
ld e,255
call 5
ld h,0
ld l,a
ret
|
Library/SSMeta/ssmetaInitAndExitCode.asm | steakknife/pcgeos | 504 | 124443 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @-----------------------------------------------------------------------
Copyright (c) Geoworks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: ssmetaInitAndExitCode.asm
AUTHOR: Cheng, 8/92
ROUTINES:
Name Description
---- ----... |
sk/sfx/3D.asm | Cancer52/flamedriver | 9 | 124445 | <reponame>Cancer52/flamedriver
Sound_3D_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_3D_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cFM5, Sound_3D_FM5, $00, $00
smpsHeaderSFXChannel cPSG3, Sound_3D_PSG3, $0C, $02
; FM5 Data
Sound_3D_FM5:
smpsModSet $03, $01, ... |
oeis/104/A104630.asm | neoneye/loda-programs | 11 | 124446 | ; A104630: Expansion of x/(1-5*x+7*x^2-5*x^3+x^4).
; Submitted by <NAME>
; 0,1,5,18,60,198,655,2171,7200,23880,79200,262669,871145,2889162,9581940,31778622,105394195,349541159,1159257600,3844692240,12750969600,42288749161,140251162205,465144722658,1542658254060,5116245273558,16968091040455,56274884835011,18663635500560... |
libsrc/target/sms/gotoxy.asm | dikdom/z88dk | 1 | 124447 | <filename>libsrc/target/sms/gotoxy.asm<gh_stars>1-10
SECTION code_clib
PUBLIC gotoxy_sms
PUBLIC _gotoxy_sms
INCLUDE "target/sms/sms.hdr"
EXTERN fputc_vdp_offs
EXTERN CONSOLE_YOFFSET
EXTERN CONSOLE_XOFFSET
;==================================================... |
programs/oeis/146/A146564.asm | karttu/loda | 1 | 124448 | ; A146564: a(n) is the number of solutions of the equation k*n/(k-n) = c. k,c integers.
; 1,4,4,7,4,13,4,10,7,13,4,22,4,13,13,13,4,22,4,22,13,13,4,31,7,13,10,22,4,40,4,16,13,13,13,37,4,13,13,31,4,40,4,22,22,13,4,40,7,22,13,22,4,31,13,31,13,13,4,67,4,13,22,19,13,40,4,22,13,40,4,52,4,13,22,22,13,40,4,40,13,13,4,67,13,13,... |
t0901_2_.asm | zhangyuesai/8086-asm-learning-code | 1 | 124449 | assume cs:code
data segment
dd 12345678h
data ends
code segment
start:
mov ax,data
mov ds,ax
mov bx,0
mov word ptr [bx],0
mov word ptr [bx+2],code
jmp dword ptr ds:[0]
code ends
end start |
sys/sdp/byte.asm | olifink/smsqe | 0 | 124450 | * sdp send byte V2.00 1987 <NAME> QJUMP
*
section sdp
*
xdef sdp_byte
xdef sdp_bytc
*
xref sdp_sbuf
*
include dev8_sys_sdp_data
*
sdp_byte
;** move.b dp_escb(a5),d0 ; escape byte?
;** beq.s sdp_bytc
;** cmp.b d0,d1
;** ... |
programs/oeis/125/A125818.asm | jmorken/loda | 1 | 124451 | ; A125818: a(n) = ((1 + 3*sqrt(2))^n + (1 - 3*sqrt(2))^n)/2.
; 1,1,19,55,433,1801,10963,52543,291457,1476145,7907059,40908583,216237169,1127920249,5931872371,31038388975,162918608257,853489829089,4476595998547,23462519091607,123027170158513,644917164874345,3381296222443411,17726184247750687
mov $5,2
mov $7,$0
lpb $5
... |
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca_notsx.log_21829_1267.asm | ljhsiun2/medusa | 9 | 124452 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x104b2, %rsi
nop
add %rbp, %rbp
movl $0x61626364, (%rsi)
nop
nop
nop
nop
cmp $9752, %r15
lea addresses_normal_ht+0x1769a, %r14
clflush (%r14)
nop
nop
cmp $49726, %rsi
movups ... |
programs/oeis/007/A007911.asm | karttu/loda | 0 | 124453 | <reponame>karttu/loda
; A007911: a(n) = (n-1)!! - (n-2)!!.
; 1,1,5,7,33,57,279,561,2895,6555,35685,89055,509985,1381905,8294895,24137505,151335135,468934515,3061162125,10033419375,68000295825,234484536825,1645756410375,5943863027025,43105900812975,162446292283275,1214871076343925,4761954230608575
mov $2,$0
add $2,1
mo... |
05/3-d/3-d.asm | AbstractXan/ComputerSystemDesignLab | 0 | 124454 | <reponame>AbstractXan/ComputerSystemDesignLab
//Calculates C = A + B
//Pointer for A is stored in R0
//Pointer for B is stored in R1
//Pointer for C is stored in R2
//Value for n and m are stored in R3 and R4 respectively
@i
M=0
@j
M=0
@R0 //Location of A
D=M
@at
M=D
@R1 //Location of B
D=M
@bt
M=D
@R2 //Locati... |
oeis/080/A080755.asm | neoneye/loda-programs | 11 | 124455 | <filename>oeis/080/A080755.asm
; A080755: a(n) = ceiling(n*(1+1/sqrt(2))).
; 2,4,6,7,9,11,12,14,16,18,19,21,23,24,26,28,30,31,33,35,36,38,40,41,43,45,47,48,50,52,53,55,57,59,60,62,64,65,67,69,70,72,74,76,77,79,81,82,84,86,88,89,91,93,94,96,98,100,101,103,105,106,108,110,111,113,115,117,118,120,122,123,125,127,129,130,1... |
oeis/158/A158218.asm | neoneye/loda-programs | 11 | 124456 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A158218: 169n^2 - 2n.
; 167,672,1515,2696,4215,6072,8267,10800,13671,16880,20427,24312,28535,33096,37995,43232,48807,54720,60971,67560,74487,81752,89355,97296,105575,114192,123147,132440,142071,152040,162347,172992,183975,195296,206955,218952,231287,243960,256971,270320... |
source/kernel/mm/pmmalloc.asm | Rudster816/wnos | 1 | 124457 | <gh_stars>1-10
global pmm_alloc
extern pmm_pmap
extern pmm_pfreestack
pmm_alloc:
push rbp
mov rbp, rsp
mov r11, rbx
mov ecx, esi
or ecx, ecx
jz .Done
mov r8, pmm_pmap
mov r8, [r8]
mov rsp, pmm_pfreestack ; No stack usage beyond this point
mov rsp, [rsp]
jmp .FromFreeStack
.Nex... |
crc16.asm | sebdehne/floorHeatingController | 0 | 124458 |
Crc16Data udata 0x2c; 4 bytes
f_crc16_index res 1
f_crc16_temp res 1
REG_CRC16_LO res 1
REG_CRC16_HI res 1
global REG_CRC16_LO
global REG_CRC16_HI
code
; Input: W = new 8-bit byte
; f_crc16_crcLo:f_crc16_crcHi - current 16-bit CRC
;
; Output:
; f_crc16_crcLo:f_crc16_crcHi -... |
src/unaplib_fast.asm | santiontanon/triton | 41 | 124459 | ; Adapted to compile with Glass by <NAME>
; Original file from: https://github.com/uniabis/z80depacker
;
; Speed-optimized ApLib decompressor by spke & uniabis (ver.06 01-05/06/2020, 235 bytes)
;
; The original Z80 decompressors for ApLib were written by <NAME> (Dwedit),
; then tweaked by <NAME> (utopian),
; and... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_494.asm | ljhsiun2/medusa | 9 | 124460 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rbx
push %rdi
lea addresses_WC_ht+0x14df1, %rbx
nop
nop
nop
nop
dec %r13
and $0xffffffffffffffc0, %rbx
vmovntdqa (%rbx), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $0, %xmm2, %r8
sub $63561, %r10
lea addresses_UC_ht+0x23f1, %rdi
... |
smsq/mem/llst.asm | olifink/smsqe | 0 | 124461 | * Memory manager linked list maintenance V2.00 <NAME> QJUMP
*
section mem
*
xdef mem_llst link into list
*
* a0 c p new link address
* a1 c p pointer to previous item (or start of list)
*
* all other registers preserved
* no error return, condition codes arbitra... |
Library/Kernel/Sys/sysUtilWindow.asm | steakknife/pcgeos | 504 | 124463 | <filename>Library/Kernel/Sys/sysUtilWindow.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1996. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: GEOS
MODULE: Kernel
FILE: sysUtilWindow.asm
AUTHOR: <NAME>, Nov 25, 1996
ROUTINES:
Name ... |
LAB4/es6.asm | ntauth/computer-architecture-unimib | 0 | 124464 | <reponame>ntauth/computer-architecture-unimib<filename>LAB4/es6.asm
#
# Author: <NAME>
# Brief: /
#
.data
cstr: .asciiz "Ayy there's a dead beef over there!"
.text
.globl main
main:
la $s0, cstr
li $s1, 0x61 # 'a' token
loop_beg:
lbu $t0, ($s0)
beq $t0, $0, epilog
beq $t0, $s1, replace
j loop_ep
replace:
li $... |
programs/oeis/198/A198307.asm | karttu/loda | 0 | 124465 | <gh_stars>0
; A198307: Moore lower bound on the order of a (7,g)-cage.
; 8,14,50,86,302,518,1814,3110,10886,18662,65318,111974,391910,671846,2351462,4031078,14108774,24186470,84652646,145118822,507915878,870712934,3047495270,5224277606,18284971622,31345665638,109709829734,188073993830,658258978406,1128443962982,3949553... |
lib/src/xr/x86/os2/xrnStk.asm | zanud/xds-2.60 | 53 | 124466 | .386p
; COPYRIGHT (c) 1995,99 XDS. All Rights Reserved.
ifdef OS2
.model FLAT
endif
DGROUP group _DATA
_DATA segment use32 dword public 'DATA'
_DATA ends
ifdef OS2
_TEXT segment use32 dword public 'CODE'
else
_TEXT s... |
programs/oeis/075/A075520.asm | neoneye/loda | 22 | 124467 | <reponame>neoneye/loda
; A075520: 4*prime(n) + (prime(n) mod 4).
; 10,15,21,31,47,53,69,79,95,117,127,149,165,175,191,213,239,245,271,287,293,319,335,357,389,405,415,431,437,453,511,527,549,559,597,607,629,655,671,693,719,725,767,773,789,799,847,895,911,917,933,959,965,1007,1029,1055,1077,1087,1109,1125,1135,1173,1231,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1243.asm | ljhsiun2/medusa | 9 | 124468 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xeeb2, %rcx
sub $35084, %rsi
mov $0x6162636465666768, %r8
movq %r8, (%rcx)
cmp $14714, %r14
lea addresses_D_ht+0x6ab2, %rbp
cmp $36025, %r14
mov $0x6162636465666768, %rcx
movq... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1120.asm | ljhsiun2/medusa | 9 | 124469 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r15
push %rbx
push %rcx
// Faulty Load
lea addresses_PSE+0x16bc8, %r12
nop
nop
xor %rcx, %rcx
mov (%r12), %r10
lea oracles, %rbx
and $0xff, %r10
shlq $12, %r10
mov (%rbx,%r10,1), %r10
pop %rcx
pop %rbx
... |
src/oam.asm | QuinnPainter/gbsdk | 16 | 124470 | include "sdk/hardware.inc"
SECTION "gbsdk_oam_memory", WRAM0, ALIGN[8]
_shadow_oam:: ; OAM Memory is for 40 sprites with 4 bytes per sprite
wShadowOAM::
ds 40 * 4
.end:
SECTION "gbsdk_oam_init_function", ROMX, BANK[1]
oamInit::
_oam_init::
ld hl, wShadowOAM
xor a
ld c, wShadowOAM.end - wShadowOAM
:... |
oeis/059/A059292.asm | neoneye/loda-programs | 11 | 124473 | <reponame>neoneye/loda-programs
; A059292: a(n) = n + 2 - (number of divisors of n).
; Submitted by <NAME>(w4)
; 2,2,3,3,5,4,7,6,8,8,11,8,13,12,13,13,17,14,19,16,19,20,23,18,24,24,25,24,29,24,31,28,31,32,33,29,37,36,37,34,41,36,43,40,41,44,47,40,48,46,49,48,53,48,53,50,55,56,59,50,61,60,59,59,63,60,67,64,67,64,71,62,73... |
programs/oeis/323/A323048.asm | neoneye/loda | 22 | 124474 | <gh_stars>10-100
; A323048: Sums of no more than two 5-smooth numbers.
; 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86... |
M-OS-6502/SW_assembler.asm | mkeller0815/MOUSE2Go | 23 | 124475 | ;
; 6502/65C02 Mini Assembler
;
; Copyright (C) 2012-2016 by <NAME> <<EMAIL>>
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless requi... |
libsrc/oz/ozinterrupt/ozintwait.asm | meesokim/z88dk | 0 | 124476 | <reponame>meesokim/z88dk
;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by <NAME>
; by <NAME> - Oct. 2003
;
;
; custom interrupt code + key scanning
; waits for a keystroke, serial data, or interrupt event
;
;
; ------
; $Id: ozintwait.asm,v 1.3 2015/01/19 01:33:02 pauloscustodio Exp $
;
PUBLIC ozint... |
tests/roms/hirom.asm | AndreaOrru/Gilgamesh | 25 | 124477 | <gh_stars>10-100
arch 65816
hirom
;; Empty ROM.
org $C08000
fill $8000
;; Minimal ROM header.
org $C0FFC0
title:
db "TEST"
;; HiROM.
org $C0FFD6
rom_type:
db $21
;; 2048 bytes.
org $C0FFD7
rom_size:
db $01
org $C0FFEA
nmi_vector:
dw $0000
org $C0FFFC
reset_vector:
dw $8000
|
oeis/254/A254283.asm | neoneye/loda-programs | 11 | 124478 | <filename>oeis/254/A254283.asm
; A254283: Indices of hexagonal numbers (A000384) which are also centered triangular numbers (A005448).
; Submitted by <NAME>
; 1,31,115,5965,22261,1157131,4318471,224477401,837761065,43547458615,162521328091,8447982493861,31528299888541,1638865056350371,6116327657048815,31793137294947806... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1526.asm | ljhsiun2/medusa | 9 | 124479 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rdx
// Store
lea addresses_D+0x4b5e, %rcx
nop
and $8210, %r11
movb $0x51, (%rcx)
nop
nop
cmp %r14, %r14
// Store
lea addresses_normal+0xfade, %r9
xor $15001, %rdx... |
libsrc/_DEVELOPMENT/env/esxdos/c/sdcc_ix/getenv_fastcall.asm | jpoikela/z88dk | 640 | 124481 | <reponame>jpoikela/z88dk
; char *getenv(const char *name)
SECTION code_env
PUBLIC _getenv_fastcall
EXTERN asm_getenv
_getenv_fastcall:
push ix
push iy
call asm_getenv
pop iy
pop ix
ret
|
sam/game.asm | haroldo-ok/sms-datingsim | 1 | 124482 | ;==============================================================
; WLA-DX banking setup
;==============================================================
.memorymap
defaultslot 0
; rom area
slotsize $4000
slot 0 $0000
slot 1 $4000
slot 2 $8000
; ram area... |
BootloaderCorePkg/Stage1A/Ia32/Vtf0/Ia16/ResetVectorVtf0.asm | kokweich/slimbootloader | 1 | 124483 | <filename>BootloaderCorePkg/Stage1A/Ia32/Vtf0/Ia16/ResetVectorVtf0.asm
;------------------------------------------------------------------------------
; @file
; First code exectuted by processor after resetting.
;
; Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-... |
oeis/171/A171774.asm | neoneye/loda-programs | 11 | 124484 | <reponame>neoneye/loda-programs
; A171774: Radix expansion of -1/6 in radix -exp(Pi/sqrt(3)).
; Submitted by <NAME>
; 1,0,1,1,0,0,2,0,1,0,0,1,2,0,0,1,0,0,2,0,2,0,0,0,1,0,1,2,0,0,2,0,0,0,0,1,2,0,2,0,0,0,2,0,0,0,0,1,3,0,0,2,0,0,0,0,2,0,0,0,2,0,2,1,0,0,2,0,0,0,0,0,2,0,1,2,0,0,2,0,1,0,0,2,0,0,0,0,0,0,4,0,2,0,0,0,2,0,0,1
m... |
TurtleTools/Examples/test_li.asm | foxostro/TurtleTTL | 1 | 124485 | <reponame>foxostro/TurtleTTL
LI A, 0
LI B, 0
LI D, 0
LI U, 0
LI V, 0
LI X, 0
LI Y, 0
LI A, 1
LI B, 2
LI D, 3
LI U, 4
LI V, 5
LI X, 6
LI Y, 7
HLT
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_1673_1118.asm | ljhsiun2/medusa | 9 | 124486 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xa762, %rsi
lea addresses_WT_ht+0x3bda, %rdi
nop
nop
nop
nop
nop
sub %rdx, %rdx
mov $11, %rcx
rep movsq
cmp $63198, %r11
lea addresses_D_ht+0x1ce42, %r14
clfl... |
3-Assemble(80x86)/lab-3/task2.asm | ftxj/4th-Semester | 0 | 124487 |
.386
EXTRN SUB1: NEAR
EXTRN SUB2: NEAR
EXTERN SUB3: NEAR
EXTERN SUB4: NEAR
EXTERN SUB5: NEAR
PUBLIC STU
PUBLIC MENU
STACK SEGMENT USE16 PARA STACK 'STACK'
DB 256 DUP(0)
STACK ENDS
DATA SEGMENT USE16 PARA PUBLIC 'D1'
N EQU 5
STU DB N -2 DUP('TEMPVALUE',0,80,90,95,80,?,?)
DB 'lipeihao',0,0,1,1,1,?,?,?... |
ffight/lcs/weapon/4.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 124490 | <filename>ffight/lcs/weapon/4.asm
copyright zengfr site:http://github.com/zengfr/romhack
003A0E movem.l D0-D3, -(A6)
003A12 move.w D4, ($4e,A6)
0042BC clr.w ($4,A6)
0042C0 moveq #$0, D0
009ACA dbra D5, $9ac8
057A5C move.l #$2000000, ($2,A6) [weapon+ E, weapon+10]
057A64 clr.b ($42,A6) [weapon+ 2... |
HW05 - Machine Language/CS220.asm | msheehan17/CS220 | 0 | 124491 | <filename>HW05 - Machine Language/CS220.asm
@16385 // RAM[16385] is activated
M=-1 // Storing -1 in RAM[16385]
@16388 // RAM[16388] is activated
M=-1 // Storing -1 in RAM[16388]
@16391 // RAM[16391] is activated
M=-1 // Storing -1 in RAM[16391]
@16394 // RAM[16394] is activated
M=-1 // Storing -1 in RAM[16394]
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_549.asm | ljhsiun2/medusa | 9 | 124492 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x66ae, %rsi
lea addresses_D_ht+0x1629a, %rdi
nop
nop
cmp %r12, %r12
mov $119, %rcx
rep movsl
nop
nop
nop
xor $59307, %r8
lea addresses_WT_ht+0x14aae,... |
oeis/170/A170789.asm | neoneye/loda-programs | 11 | 124493 | ; A170789: a(n) = n^9*(n^7 + 1)/2.
; 0,1,33024,21533202,2147614720,76294921875,1410559992576,16616485461604,140737555464192,926510288136165,5000000500000000,22974866110759926,92442132027408384,332708309893839607,1088976679235208960,3284204197078125000,9223372071214514176,24330595997127372489,60719765647476771072,144220... |
src/parser/ParserInit.asm | jhm-ciberman/calculator-asm | 2 | 124495 | <reponame>jhm-ciberman/calculator-asm
proc ParserInit
; The stack used by the calculator
fastcall ArrayListCreate, 20
mov [_lg_stack], rax
; Create two parallel lists
fastcall ArrayListCreate, 15
mov [_lg_commands_list], rax
fastcall ArrayListCreate, 15
mov [_lg_commands_hand... |
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2_notsx.log_5890_439.asm | ljhsiun2/medusa | 9 | 124496 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x63e3, %rsi
cmp %rbp, %rbp
vmovups (%rsi), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $0, %xmm7, %r12
nop
nop
nop
nop
inc %rcx
lea addresses_A_ht+0x9c03, %rsi
lea addresses_... |
books/pentest_with_shell/and.nasm | argodev/learn | 0 | 124497 | <gh_stars>0
global _start
section .text
_start:
mov rax, 0x10111011
mov rbx, 0x11010110
and rax, rbx
mov rax, 60
mov rdi, 0
syscall
section .data
|
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0_notsx.log_21829_1390.asm | ljhsiun2/medusa | 9 | 124498 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x14844, %rcx
nop
nop
nop
cmp $49619, %r9
mov $0x6162636465666768, %rsi
movq %rsi, %xmm5
and $0xffffffffffffffc0, %rcx
movntdq %xmm5, (%rcx)
nop
sub %r... |
Activities/2020-09-22 CH4/findLargestOfTwo.asm | Tashenea/F20-243-course-materials | 1 | 124499 | <reponame>Tashenea/F20-243-course-materials
//Goal: find the largest of two numbers stored in R1 and R2
//and put the larger of these into R3
//compute R1 - R2
//if this value is negative, thus R2 is larger, put value R2 into R3
//else, R1 is larger (or same size), therefore put value of R1 into R3
//load the memory ... |
gbslides.asm | rnegron/gbslides | 24 | 124500 | <reponame>rnegron/gbslides
; GameBoy Powerpoint-like slide viewer
; GAMEBOY SYSTEM CONSTANTS
; the hardware registers for the Game Boy begin at address $FF00
; All the 8 bit register addresses below are offsets relative to $FF00
; List from "Game Boy test 4" from <NAME> (<EMAIL>)
JOYPAD_REGISTER EQU $00 ; joypad... |
Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xca.log_21829_1551.asm | ljhsiun2/medusa | 9 | 124501 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %rax
push %rdx
push %rsi
lea addresses_A_ht+0x62e2, %rsi
nop
nop
nop
xor $18711, %rax
movw $0x6162, (%rsi)
nop
and $57853, %r12
lea addresses_WT_ht+0x9ea, %r8
nop
nop
nop
nop
and %rdx, %rdx
and $0xffffffffffffffc0, %r8
vmovaps (%r8... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_11457_1330.asm | ljhsiun2/medusa | 9 | 124502 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x13a1e, %rsi
nop
xor $49296, %r15
mov $0x6162636465666768, %rdx
movq %rdx, %xmm2
vmovups %ymm2, (%rsi)
nop
nop
nop
nop
xor %r12, %r12
lea addresses_A_ht+0x3356, %rsi
lea addresses_norma... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_945.asm | ljhsiun2/medusa | 9 | 124504 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xeb1, %r11
nop
nop
nop
cmp $39897, %rbp
movb $0x61, (%r11)
cmp %r14, %r14
lea addresses_A_ht+0x6491, %r9
clflush (%r9)
nop
nop
nop
nop
sub %r10, %r10
mov (... |
programs/oeis/243/A243131.asm | karttu/loda | 1 | 124505 | <reponame>karttu/loda
; A243131: 16*n^5 - 20*n^3 + 5*n.
; 0,1,362,3363,15124,47525,120126,262087,514088,930249,1580050,2550251,3946812,5896813,8550374,12082575,16695376,22619537,30116538,39480499,51040100,65160501,82245262,102738263,127125624,155937625,189750626,229188987,274926988,327690749,388260150,457470751,5362157... |
_build/dispatcher/jmp_ippsARCFourDecrypt_b39d021a.asm | zyktrcn/ippcp | 1 | 124507 | <filename>_build/dispatcher/jmp_ippsARCFourDecrypt_b39d021a.asm
extern m7_ippsARCFourDecrypt:function
extern n8_ippsARCFourDecrypt:function
extern y8_ippsARCFourDecrypt:function
extern e9_ippsARCFourDecrypt:function
extern l9_ippsARCFourDecrypt:function
extern n0_ippsARCFourDecrypt:function
extern k0_ippsARCFourDecrypt... |
src/var.asm | jacobly0/transfer | 16 | 124508 | <filename>src/var.asm
private ti.AppVarObj
private ti.Arc_Unarc
private ti.ChkFindSym
private ti.CreateReal
private ti.CreateVar
private ti.DataSize
private ti.DelVarArc
private ti.EquObj
private ti.Get_Tok_Strng
private ti.GroupObj
private ti.GroupObj
private ti.Mov9ToOP1
private ti.OP1
private ti.OP3
p... |
data/mapHeaders/pokemontower1.asm | adhi-thirumala/EvoYellow | 16 | 124509 | PokemonTower1_h:
db CEMETERY ; tileset
db POKEMONTOWER_1_HEIGHT, POKEMONTOWER_1_WIDTH ; dimensions (y, x)
dw PokemonTower1Blocks, PokemonTower1TextPointers, PokemonTower1Script ; blocks, texts, scripts
db $00 ; connections
dw PokemonTower1Object ; objects
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1253.asm | ljhsiun2/medusa | 9 | 124510 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x11ff4, %r13
nop
nop
nop
nop
nop
and $50574, %r15
mov (%r13), %r11d
nop
nop
add $15156, %rdx
lea addresses_A_ht+0x10670, %rsi
lea addresses_A_ht+0x150c4, %rdi
inc %r13
mov $2... |
programs/oeis/301/A301687.asm | neoneye/loda | 22 | 124511 | ; A301687: Partial sums of A301686.
; 1,6,13,27,44,63,91,120,151,193,234,277,333,386,441,511,576,643,727,804,883,981,1070,1161,1273,1374,1477,1603,1716,1831,1971,2096,2223,2377,2514,2653,2821,2970,3121,3303,3464,3627,3823,3996,4171,4381,4566,4753,4977,5174,5373,5611,5820,6031,6283,6504,6727,6993,7226,7461,7741
mov $5,... |
Driver/Video/VGAlike/Cyber16/cyber16Utils.asm | steakknife/pcgeos | 504 | 124512 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1998 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video driver
FILE: cyber16Utils.asm
AUTHOR: <NAME>, Feb 5, 1992
ROUTINES:
Name Description
---- -----------
SetMemWin Called by the Cal... |
oeis/215/A215045.asm | neoneye/loda-programs | 11 | 124513 | <reponame>neoneye/loda-programs
; A215045: a(n) = F(2*n+1)^5 with n >= 0, F=A000045 (Fibonacci numbers).
; 1,32,3125,371293,45435424,5584059449,686719856393,84459630100000,10387823949447757,1277617458486664901,157136551895768914976,19326518128014212635057,2377004590722802744140625,292352238096435536675521568,3595694828... |
Phase 1/app.asm | osamamagdy/Sky-Fall | 7 | 124514 |
MACRO_CLEAR_PLAYER MACRO X,Y
mov pre_position_x,x
mov pre_position_y,y
call Update_Players
ENDM
; MACRO_CLEAR_Barrier MACRO X,Y
; mov pre_position_x,x
; mov pre_position_y,y
; call Update_Players
; ENDM
PRINT_Messages MACRO MSG
PUSH AX
... |
source/retdata.asm | lvcabral/retaliate64 | 65 | 124515 | <reponame>lvcabral/retaliate64<gh_stars>10-100
; Default Data File (Press F6 to build)
* = $0340
byte 0,0,0 ; High score
byte 0 ; Player frame
byte 0 ; Player color
byte 7 ; Shield color
byte 0 ; Disable SFX
byte 0 ; Disable Music
... |
1reversePrint.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | 0 | 124517 | .MODEL SMALL
.STACK 100H
.DATA
PROMPT DB "REVERSE: $"
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH,1
REPEAT:
INT 21H
CMP AL,0DH
JE PRINT
XOR BX,BX
MOV BL,AL
PUSH BX
JMP REPEAT
PRINT:
MOV AH,2
MOV DL,0AH
INT 21H
MOV DL,0DH
... |
SOURCE/base/Kernel/Singularity/Isal/ix/isa.asm | pmache/singularityrdk | 3 | 124518 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Microsoft Research Singularity
;;;
;;; Copyright (c) Microsoft Corporation. All rights reserved.
;;;
;;; Assembly code for Isal.Target class
include hal.inc
SYMFIX(?g_GetCurrentThread@Class_Microsoft_Singulari... |
src/test/ref/interrupt-volatile-reuse-problem1.asm | jbrandwood/kickc | 2 | 124519 | <filename>src/test/ref/interrupt-volatile-reuse-problem1.asm
// Illustrates problem where volatiles reuse the same ZP addresses for multiple overlapping volatiles
// Commodore 64 PRG executable file
.file [name="interrupt-volatile-reuse-problem1.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Bas... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1235.asm | ljhsiun2/medusa | 9 | 124522 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xe4c8, %rsi
nop
nop
nop
xor $31909, %r11
movups (%rsi), %xmm6
vpextrq $1, %xmm6, %rbp
nop
nop
nop
nop
nop
add %rsi, %rsi
lea addresses_A_ht+0x14748, %r11
nop
nop
nop
nop
add $11426, %r... |
programs/oeis/222/A222740.asm | jmorken/loda | 1 | 124523 | ; A222740: Denominators of 1/16 - 1/(4 + 8*n)^2.
; 1,18,50,49,81,242,338,225,289,722,882,529,625,1458,1682,961,1089,2450,2738,1521,1681,3698,4050,2209,2401,5202,5618,3025,3249,6962,7442,3969,4225,8978,9522,5041,5329,11250,11858,6241
mov $7,$0
mul $0,2
add $0,2
mov $2,$0
div $2,2
mov $6,$0
sub $6,1
lpb $0
mov $0,$1
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.