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 |
|---|---|---|---|---|
scelbi-3-replica/Emulator/test.asm | paulscottrobson/assorted-archives | 0 | 49033 |
cpu 8008new
org 0
lowScope = 14
highScope = 15
xra a
out lowScope
out HighScope
mvi c,4
LineLoop:
mvi h,0
mvi l,1
mov d,16
CharLoop:
mov a,l
out LowScope
mov a,h
ori 080h
out HighScope
mov a,l
add a
mov l,a
mov a,h
adc a
mov h,a
inr l
dcr d
jnz C... |
oeis/179/A179338.asm | neoneye/loda-programs | 11 | 49034 | ; A179338: Positive integers of the form (10*m^2+1)/11.
; Submitted by <NAME>
; 1,91,131,401,481,931,1051,1681,1841,2651,2851,3841,4081,5251,5531,6881,7201,8731,9091,10801,11201,13091,13531,15601,16081,18331,18851,21281,21841,24451,25051,27841,28481,31451,32131,35281,36001,39331,40091,43601,44401,48091,48931,52801,5368... |
tcp_reverse.nasm | troykkt/SLAE | 0 | 49035 | global _start
section .text
_start:
; Socket()
mov eax, 102 ;socket syscall #
mov ebx, 1 ;socket subfunction #
push 0
push 1
push 2 ; same arguments as the tcp bind assembly
mov ecx, esp ; put stack pointer in ecx
int 0x80 ;interrupt
mov edi, eax ; saving file descriptor (return value)
; Connect()
mov eax, 102 ... |
examples/program2.asm | hleonps/Micro-To-MIPS32-Compiler | 1 | 49036 | <reponame>hleonps/Micro-To-MIPS32-Compiler
.text
.globl main
main:
li $v0, 5
syscall
sw $v0, var1
lw $t1, var1
li $v0, 1
move $a0, $t1
syscall
li $a0, 10
li $v0, 11
syscall
li $v0, 10
syscall
.data
var1: .word 0
|
oeis/054/A054145.asm | neoneye/loda-programs | 11 | 49037 | <reponame>neoneye/loda-programs
; A054145: Row sums of array T as in A054144.
; 0,2,12,58,256,1072,4336,17112,66304,253280,956608,3579680,13292544,49039360,179912448,656874368,2388205568,8650598912,31231020032,112419973632,403596148736,1445463642112,5165581660160,18423238924288,65587311869952,233101168467968,8271726064... |
Driver/Printer/Fax/Group3/group3CoverPage.asm | steakknife/pcgeos | 504 | 49038 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: Pasta
MODULE: group3 printer driver
FILE: group3CoverPage.asm
AUTHOR: <NAME>, Oct 4, 1993
ROUTINES:
Name D... |
file-system/root/equ/modeequ.asm | dwildie/cromix-s100computers | 2 | 49040 | list off
list noxref
; @(#)modeequ.asm 1.9 (4/23/87)
;
; -----------------------------------------------------------------------------
; mode definitions for terminals and printers,
; TTY, QTTY, MTTY, LPT, SLPT, QSLPT, and TYP
; D2-register values for _GETMODE and _SETMODE system calls
MD_ISPEED ... |
programs/oeis/147/A147588.asm | jmorken/loda | 1 | 49041 | ; A147588: Duplicate of A070824.
; 0,0,0,1,0,2,0,2,1,2,0,4,0,2,2,3,0,4,0,4,2,2,0,6,1,2,2,4,0,6
mov $4,$0
mov $7,2
lpb $7
sub $7,1
add $0,$7
add $0,1
mov $2,$0
mov $6,0
lpb $2
mov $5,$0
lpb $5
trn $5,$2
add $6,1
lpe
sub $2,1
mov $5,2
lpe
sub $0,$5
mov $3,$7
mov $8,$6
... |
Appl/Tools/PrntScrn/prntscrn.asm | steakknife/pcgeos | 504 | 49042 | <reponame>steakknife/pcgeos<filename>Appl/Tools/PrntScrn/prntscrn.asm<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Appl/Tools/PrntScrn
FILE: prntscrn.asm
AUTHOR: <NAME>, Aug 11, 19... |
programs/oeis/056/A056172.asm | neoneye/loda | 22 | 49043 | <filename>programs/oeis/056/A056172.asm<gh_stars>10-100
; A056172: Number of non-unitary prime divisors of n!.
; 0,0,0,1,1,2,2,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,6,6,6,6,6,6,6,6,7,7,7,7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,13,13,13,13,14,14,14,... |
oeis/076/A076054.asm | neoneye/loda-programs | 11 | 49044 | <reponame>neoneye/loda-programs
; A076054: Sum(k=1,n, A006513(k)).
; 1,3,5,6,7,8,10,12,14,16,17,19,21,22,23,24,26,27,28,29,30,32,34,35,36,37,38,40,42,44,46,48,49,50,51,53,55,57,59,61,63,65,66,67,68,69,70,72,74,76,78,80,82,84,86,87,88,89,90,91,92,93,94,95,97,99,101,103,105,107
lpb $0
mov $2,$0
sub $0,1
seq $2,651... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2589.asm | ljhsiun2/medusa | 9 | 49045 | <filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2589.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x14ec, %r10
nop
nop
nop
lfence
movl $0x61626364, (%r10)
xor $22333, %r13
lea addre... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_635.asm | ljhsiun2/medusa | 9 | 49047 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rax
push %rdx
push %rsi
lea addresses_A_ht+0x3276, %r8
add %rax, %rax
movups (%r8), %xmm1
vpextrq $0, %xmm1, %rsi
nop
nop
nop
sub $62400, %rdx
pop %rsi
pop %rdx
pop %rax
pop %r8
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %... |
programs/oeis/165/A165775.asm | neoneye/loda | 22 | 49049 | ; A165775: n + (least square >= n), i.e., n + A048761(n).
; 0,2,6,7,8,14,15,16,17,18,26,27,28,29,30,31,32,42,43,44,45,46,47,48,49,50,62,63,64,65,66,67,68,69,70,71,72,86,87,88,89,90,91,92,93,94,95,96,97,98,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,146,147,148,149,150,151,152,153,154,155,156,157,158,159... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_3420_1300.asm | ljhsiun2/medusa | 9 | 49050 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xed7d, %r9
nop
nop
and %r10, %r10
mov $0x6162636465666768, %r11
movq %r11, (%r9)
nop
nop
nop
nop
add $43292, %r8
lea addresses_WT_ht+0x426d, %rax
nop
nop
no... |
data/trainer_parties.asm | AmateurPanda92/pokemon-rby-dx | 9 | 49052 | <gh_stars>1-10
TrainerDataPointers:
dw YoungsterData
dw BugCatcherData
dw LassData
dw SailorData
dw JrTrainerMData
dw JrTrainerFData
dw PokemaniacData
dw SuperNerdData
dw HikerData
dw BikerData
dw BurglarData
dw EngineerData
dw Juggler1Data
dw FisherData
dw SwimmerData
dw CueBallData
dw GamblerData
dw... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/exp2_fastcall.asm | Frodevan/z88dk | 640 | 49053 |
SECTION code_fp_math32
PUBLIC exp2_fastcall
EXTERN _m32_exp2f
defc exp2_fastcall = _m32_exp2f
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _exp2_fastcall
defc _exp2_fastcall = _m32_exp2f
ENDIF
|
oeis/204/A204327.asm | neoneye/loda-programs | 11 | 49054 | <reponame>neoneye/loda-programs
; A204327: a(n) = Pell(n^2).
; Submitted by <NAME>
; 1,12,985,470832,1311738121,21300003689580,2015874949414289041,1111984844349868137938112,3575077977948634627394046618865,66992092050551637663438906713182313772,7316660981177400006023755031791634132229378601
add $0,1
pow $0,2
seq $0,16... |
_build/dispatcher/jmp_ippsSHA224Update_e06ea776.asm | zyktrcn/ippcp | 1 | 49055 | <gh_stars>1-10
extern m7_ippsSHA224Update:function
extern n8_ippsSHA224Update:function
extern y8_ippsSHA224Update:function
extern e9_ippsSHA224Update:function
extern l9_ippsSHA224Update:function
extern n0_ippsSHA224Update:function
extern k0_ippsSHA224Update:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeIn... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1427.asm | ljhsiun2/medusa | 9 | 49056 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1c2e8, %r13
nop
nop
add %rdi, %rdi
mov (%r13), %r14
add $51627, %rdx
lea addresses_D_ht+0x18268, %rsi
clflush (%rsi)
nop
nop
cmp $48260, %r12
movb $0x61, (%rsi... |
scripts/exchange_sort/exchange_sort_256w.asm | yashadhikari/ELISA | 0 | 49057 | <reponame>yashadhikari/ELISA<gh_stars>0
.text
main:
# load length value and array address
# r1 = passes remaining
# r2 = iterations remaining in current pass
# r3 = address of left element to compare;
# the adjacent right element is 1(r3)
lw $r1 length
lw $r2 le... |
Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-8650U_0xd2_notsx.log_56_998.asm | ljhsiun2/medusa | 9 | 49058 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x95fc, %rsi
lea addresses_normal_ht+0x10f14, %rdi
nop
inc %rbx
mov $0, %rcx
rep movsw
nop
nop
nop
sub $22894, %r13
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r13
ret
.global s_faulty_load
s_faulty_load... |
programs/oeis/192/A192762.asm | jmorken/loda | 1 | 49059 | <gh_stars>1-10
; A192762: Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined below in Comments.
; 0,1,6,13,26,47,82,139,232,383,628,1025,1668,2709,4394,7121,11534,18675,30230,48927,79180,128131,207336,335493,542856,878377,1421262,2299669,3720962,6020663,9741658,15762355,25504048,41266439,667... |
program/ACMOTORDIRECTION.asm | AhmedNaguib-Freelancer/PROJECT-11-Microcontroller-AC-motor-Control-Direction- | 0 | 49060 | <reponame>AhmedNaguib-Freelancer/PROJECT-11-Microcontroller-AC-motor-Control-Direction-<filename>program/ACMOTORDIRECTION.asm
_main:
;ACMOTORDIRECTION.c,1 :: void main() {
;ACMOTORDIRECTION.c,2 :: TRISB=0;
CLRF TRISB+0
;ACMOTORDIRECTION.c,3 :: TRISD=1;
MOVLW 1
MOVWF TRISD+0
;ACMOTORD... |
rm.asm | hprem991/System-Call | 1 | 49062 | <filename>rm.asm
_rm: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
... |
P6/data_P6_2/ALUTest9.asm | alxzzhou/BUAA_CO_2020 | 1 | 49063 | <reponame>alxzzhou/BUAA_CO_2020
ori $4,$4,7872
srav $2,$2,$3
slti $2,$2,-29404
sra $1,$4,15
addiu $6,$6,-24410
srl $1,$1,22
srlv $4,$1,$3
subu $4,$6,$3
lbu $4,2($0)
addiu $1,$1,26301
xor $1,$5,$3
subu $1,$1,$3
or $3,$3,$3
addu $5,$1,$3
lhu $4,10($0)
and $5,$4,$3
sll $1,$3,15
srlv $5,$4,$3
addiu $4,$3,-15241
addiu $4,$5... |
programs/oeis/309/A309945.asm | neoneye/loda | 22 | 49065 | ; A309945: a(n) = floor(n - sqrt(2*n-1)).
; 0,0,0,1,2,2,3,4,4,5,6,7,8,8,9,10,11,12,12,13,14,15,16,17,18,18,19,20,21,22,23,24,24,25,26,27,28,29,30,31,32,32,33,34,35,36,37,38,39,40,40,41,42,43,44,45,46,47,48,49,50,50,51,52,53,54,55,56,57,58,59,60,60,61,62,63,64,65,66,67,68,69,70,71,72,72,73,74,75,76,77,78,79,80,81,82,83,... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1369.asm | ljhsiun2/medusa | 9 | 49066 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xfa62, %rsi
lea addresses_UC_ht+0x337a, %rdi
nop
nop
nop
nop
nop
sub %rbp, %rbp
mov $60, %rcx
rep movsw
nop
nop
nop
sub $20647, %r8
lea addresses_WC_... |
Driver/Task/BNF/bnfInitExit.asm | steakknife/pcgeos | 504 | 49067 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: bnfInit.asm
AUTHOR: <NAME>, Oct 7, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descriptio... |
examples/c/pong_oc.asm | KCreate/mos6502 | 13 | 49068 | <gh_stars>10-100
0x78,
0x20, 0x79, 0x49,
0xA9, 0x10,
0x8D, 0x06, 0x49,
0x58,
0xEA,
0x4C, 0x2A, 0x49,
0xAD, 0x03, 0x49,
0xC9, 0x01,
0xF0, 0x0B,
0xC9, 0x06,
0xF0, 0x0D,
0xC9, 0x08,
0xF0, 0x0F,
0x4C, 0x52, 0x49,
0x20, 0x83, 0x49,
0x4C, 0x52, 0x49,
0x20, 0xD4, 0x49,
0x4C, 0x52, 0x49,
0x20, 0x73, 0x49,
0x4C, 0x52, 0x49,
0x4... |
programs/oeis/314/A314148.asm | neoneye/loda | 22 | 49069 | <reponame>neoneye/loda
; A314148: Coordination sequence Gal.4.139.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,11,16,22,27,33,38,43,49,54,60,65,71,76,81,87,92,98,103,109,114,119,125,130,136,141,147,152,157,163,168,174,179,18... |
oeis/077/A077911.asm | neoneye/loda-programs | 11 | 49070 | ; A077911: Expansion of 1/((1-x)*(1+x+2*x^2-x^3)).
; Submitted by <NAME>(s2)
; 1,0,-1,3,0,-6,10,3,-28,33,27,-120,100,168,-487,252,891,-1881,352,4302,-6886,-1365,19440,-23595,-16649,83280,-73576,-109632,340065,-194376,-595385,1324203,-327808,-2915982,4895802,608355,-13315940,16995033,10245203,-57551208,54055836,71291784... |
minihv/_trampoline.asm | denisvieriu/Bare-Metal-Lightweight-Hypervisor | 7 | 49071 | <filename>minihv/_trampoline.asm
global tramp_start ; used to find the size of the tramp code
global tramp_end
global stack ; to be completed from C code by the BSP
global pml4TableAddress ; to be completed from C code by the BSP
global apsGdtrLength
global apsGdtrAddress
global apsTrSelector
global switch_rip_2_va
g... |
Src/Q9.asm | OferMon/MIPS-Assembly-Exercises | 0 | 49072 | <gh_stars>0
.data 0x10020000
array: .space 80 # 20 words
.text
li $a0, 0x10020000
jal init_array
li $a0, 0x10020000
jal get_sum_of_block
add $a0, $v0, $zero # sum of array blocks
li $v0, 1 # print integer
syscall
b end
#------------------------#
init_array:
add $t2, $a0, $zero
li $t3, 0
_init_array_loop_start:
li $... |
src/charsets.asm | maciejmalecki/trex64 | 11 | 49075 | <reponame>maciejmalecki/trex64
/*
MIT License
Copyright (c) 2021 <NAME>
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
... |
programs/oeis/250/A250740.asm | neoneye/loda | 22 | 49076 | ; A250740: Number of (n+1) X (6+1) 0..1 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nonincreasing x(i,j)-x(i-1,j) in the j direction.
; 130,134,142,158,190,254,382,638,1150,2174,4222,8318,16510,32894,65662,131198,262270,524414,1048702,2097278,4194430,8388734,16777342,33554558,67108990,134217854,268... |
programs/oeis/254/A254374.asm | neoneye/loda | 22 | 49077 | ; A254374: Digital roots of centered pentagonal numbers (A005891).
; 1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1,6,7,4,6,4,7,6,1,1
add $0,1
bin $0,2
mul $0,5
add $0,1
mod $0,9
|
repl/libmarkab/errors.nasm | samblenny/markab-lab | 0 | 49078 | <filename>repl/libmarkab/errors.nasm
; Copyright (c) 2022 <NAME>
; SPDX-License-Identifier: MIT
;
; MarkabForth error words (meant to be included in ../libmarkab.nasm)
; This include path is relative to the working directory that will be in effect
; when running the Makefile in the parent directory of this file. So th... |
oeis/213/A213764.asm | neoneye/loda-programs | 11 | 49079 | <filename>oeis/213/A213764.asm
; A213764: Antidiagonal sums of the convolution array A213762.
; Submitted by <NAME>(s3)
; 1,8,31,90,225,516,1123,2366,4885,9960,20151,40578,81481,163340,327115,654726,1310013,2620656,5242015,10484810,20970481,41941908,83884851,167770830,335542885,671087096,1342175623,2684352786,536870722... |
exchange_nibble.asm | creativcoder/asm8085 | 0 | 49080 | ;<NAME>
;Exchanges nibbles of an 8 bit number
jmp start
start: lxi h,0000h
mvi b,04h
mov a,m
loop: rlc
dcr b
jnz loop
inx h
mov m,a
hlt
|
oeis/129/A129715.asm | neoneye/loda-programs | 11 | 49082 | ; A129715: Number of runs in all Fibonacci binary words of length n. A Fibonacci binary word is a binary word having no 00 subword. A run is a maximal sequence of consecutive identical letters.
; Submitted by <NAME>
; 0,2,5,11,22,43,81,150,273,491,874,1543,2705,4714,8173,14107,24254,41555,70977,120894,205401,348187,589... |
programs/oeis/295/A295518.asm | neoneye/loda | 22 | 49083 | <filename>programs/oeis/295/A295518.asm
; A295518: a(n) = e^2 * Sum_{k=0..n-1} Gamma(k + 1, 2).
; 0,1,4,14,52,220,1092,6388,43588,341444,3022660,29835844,324782916,3864151876,49875956548,694041238340,10356520497988,164956188717892,2793150548587332,50100649026499396,948943120107352900,18925792541725471556,39643963039570... |
compiler/sort.asm | vanashimko/microprogram-control-devices | 2 | 49084 | <filename>compiler/sort.asm
LOAD 000000
DEC
STORE 000011
LOAD 000011
STORE 000100
LOAD 000101
DEC
STORE FSR
LOAD FSR
INC
STORE FSR
LOAD INDF
STORE 000001
LOAD FSR
INC
STORE FSR
LOAD INDF
SUB 000001
JNSB 000000
LOAD INDF
STORE 000010
LOAD 000001
STORE INDF
LOAD FSR
DEC
STORE FSR
LOAD 0... |
NuttX/nuttx/arch/z80/src/ez80/ez80_io.asm | shening/PX4-1.34-Vision-Fix | 51 | 49086 | <gh_stars>10-100
;**************************************************************************
; arch/z80/src/ze80/ez80_io.c
;
; Copyright (C) 2008-2009 <NAME>. All rights reserved.
; Author: <NAME> <<EMAIL>>
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided... |
programs/oeis/064/A064318.asm | neoneye/loda | 22 | 49087 | ; A064318: a(n) satisfies a(n)! <= n^n < (a(n)+1)!.
; 1,1,2,4,5,6,8,9,10,11,13,14,15,16,18,19,20,21,23,24,25,26,28,29,30,31,32,34,35,36,37,38,40,41,42,43,44,46,47,48,49,50,52,53,54,55,56,58,59,60,61,62,64,65,66,67,68,70,71,72,73,74,75,77,78,79,80,81,83,84,85,86,87,88,90,91,92,93,94,95,97,98,99,100,101,103,104,105,106,1... |
libsrc/_DEVELOPMENT/l/sccz80/7-8085/l_pint_eq.asm | ahjelm/z88dk | 4 | 49088 | <reponame>ahjelm/z88dk<gh_stars>1-10
; Z88 Small C+ Run time Library
; Moved functions over to proper libdefs
; To make startup code smaller and neater!
;
; 6/9/98 djm
;
; feilipu 10/2021
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_pint_eq
.l_pint_eq
ld (de),hl
ld a,h
or l
ret
|
oeis/220/A220186.asm | neoneye/loda-programs | 11 | 49089 | <reponame>neoneye/loda-programs
; A220186: Numbers n >= 0 such that n^2 + n*(n+1)/2 is a square.
; Submitted by <NAME>
; 0,8,800,78408,7683200,752875208,73774087200,7229107670408,708378777612800,69413891098384008,6801852948864020000,666512175097575576008,65311391306613542428800,6399849835873029582446408,627119972524250... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_704.asm | ljhsiun2/medusa | 9 | 49090 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xd58d, %rdi
nop
nop
nop
nop
and $51072, %r13
vmovups (%rdi), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $1, %xmm2, %r8
nop
nop
nop
nop
nop
inc %rbp
lea addresse... |
smsq/sms/rte.asm | olifink/smsqe | 0 | 49091 | * Return from SMS2 V2.01 1986 <NAME> QJUMP
*
section sms
*
xdef sms_rte
xdef sms_rtok
xdef sms_rtdo
xdef sms_ikey
*
xref shd_schd
*
include dev8_keys_err
include dev8_keys_psf
include dev8_keys_sys
*
* invalid SMS call key
*
sms_ikey
moveq #err.ipar,d0 invalid parameter
bra.s sms_rte
*
* good SMS re... |
oeis/332/A332185.asm | neoneye/loda-programs | 11 | 49092 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A332185: a(n) = 8*(10^(2n+1)-1)/9 - 3*10^n.
; Submitted by <NAME>
; 5,858,88588,8885888,888858888,88888588888,8888885888888,888888858888888,88888888588888888,8888888885888888888,888888888858888888888,88888888888588888888888,8888888888885888888888888,88888888888885888888... |
programs/oeis/118/A118517.asm | karttu/loda | 1 | 49093 | ; A118517: Define sequence S_m by: initial term = m, reverse digits and add 3 to get next term. Entry shows S_1. This reaches a cycle of length 3 in 1 step.
; 1,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,10,4,7,1... |
conway/start.asm | m44rtn/vireo-testing-software | 0 | 49094 | <reponame>m44rtn/vireo-testing-software<filename>conway/start.asm
bits 32
global start
extern main
section .text
start:
pushad
xor eax, eax
xor edi, edi
xor ebx, ebx
xor edx, edx
xor esi, esi
jmp main ; launch program
; just to be absolutely sure it halts when it gets here
hlt
jmp $
jmp $
|
unused/develop/obj/spritesheet_4_tiles.asm | pau-tomas/gbvm | 33 | 49095 | <reponame>pau-tomas/gbvm<filename>unused/develop/obj/spritesheet_4_tiles.asm<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 spr... |
EserciziMips/7.4-MatriceTrasposta.asm | AntoAndGar/MIPS | 0 | 49097 | # Definita una matrice in memoria di 4 righe e 3 colonne A(4x3) con elementi word, stampare in output la matrice trasposta A^t(3x4).
# La matrice trasposta A^t è costituita dagli elementi alla posizione inversa della matrice originale A: cioè A(ai,j) si trova in A^t(aj,i)
#
# ESEMPIO
# A
# 12 74 06 07
# 99 10 11 16
# 0... |
oeis/030/A030191.asm | neoneye/loda-programs | 11 | 49098 | <filename>oeis/030/A030191.asm<gh_stars>10-100
; A030191: Scaled Chebyshev U-polynomial evaluated at sqrt(5)/2.
; 1,5,20,75,275,1000,3625,13125,47500,171875,621875,2250000,8140625,29453125,106562500,385546875,1394921875,5046875000,18259765625,66064453125,239023437500,864794921875,3128857421875,11320312500000,4095727539... |
external/source/shellcode/windows/stager_find_tag.asm | madhavarao-yejarla/VoIP | 35 | 49099 | ;
; Metasploit Framework
; http://www.metasploit.com
;
; Source for find_tag (stager)
;
; Authors: hdm <<EMAIL>>, vlad902 <<EMAIL>>, skape <<EMAIL>>
; Size : 178
;
cld
xor edi,edi
mov eax,[fs:edi+0x30]
mov eax,[eax+0xc]
mov ebx,[eax+0x1c]
mov ebx,[ebx]
mov esi,[ebx+0x20]
lodsd
lodsd
dec esi
add e... |
kernel/boot/boot-loader/enter-protected-mode.asm | Seltzer/royston-vasey-os | 0 | 49101 | ;;;;;;;;
;;;
;;; Enters protected mode and resets registers and stack afterwards. Invokes on_protected_mode_initialised handler at end
;;;
;;; Includes
%include "gdt.asm"
;;; 16 bit entry point
[bits 16]
enter_protected_mode:
; Tell user we're entering protected mode
push bx
mov bx, MSG_ENTERING_... |
programs/oeis/082/A082528.asm | karttu/loda | 0 | 49102 | ; A082528: Least k such that x(k)=0 where x(1)=n x(k)=k^3*floor(x(k-1)/k^3).
; 1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5
mov $2,3
mov $3,2
lpb $3,1
a... |
oeis/006/A006221.asm | neoneye/loda-programs | 11 | 49103 | <gh_stars>10-100
; A006221: From Apery continued fraction for zeta(3): zeta(3)=6/(5-1^6/(117-2^6/(535-3^6/(1463...))).
; 5,117,535,1463,3105,5665,9347,14355,20893,29165,39375,51727,66425,83673,103675,126635,152757,182245,215303,252135,292945,337937,387315,441283,500045,563805,632767,707135,787113,872905,964715,1062747,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_892.asm | ljhsiun2/medusa | 9 | 49104 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_892.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1ded2, %rsi
lea addresses_normal_ht+0x2562, %rdi
nop
nop
nop
nop
nop
sub $28438, %rdx
mov $9, %... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1849.asm | ljhsiun2/medusa | 9 | 49105 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x11e4f, %r12
nop
nop
nop
nop
add %rdx, %rdx
movups (%r12), %xmm2
vpextrq $1, %xmm2, %rax
nop
nop
nop
nop
dec %rax
lea addresses_A_ht+0x1b7f, %rbx
clflush (... |
C/BiosLib/writ8042.asm | p-k-p/SysToolsLib | 232 | 49106 | PAGE ,132
TITLE System utilities, not relying on MS-DOS.
;*****************************************************************************;
; ;
; File name WRIT8042.ASM ;
; ;
; Description Low-level routines to write to the keyboard controller ;
; ;
; ... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_46_1137.asm | ljhsiun2/medusa | 9 | 49107 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x328e, %rsi
lea addresses_normal_ht+0x52ae, %rdi
add $36274, %rbx
mov $102, %rcx
rep movsq
nop
nop
nop
nop
sub %rax, %rax
lea addresses_WC_ht+0xb2d2, %r12
nop
nop
nop
dec %r13
movw... |
base/mvdm/dos/v86/cmd/command/tmisc2.asm | npocmaka/Windows-Server-2003 | 17 | 49109 | page ,132
; SCCSID = @(#)tmisc2.asm 4.3 85/06/25
; SCCSID = @(#)tmisc2.asm 4.3 85/06/25
TITLE Part7 COMMAND Transient Routines
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
; More misc ... |
Debug/des.asm | polamagdygeo/uWave | 0 | 49111 | ;******************************************************************************
;* TI ARM C/C++ Codegen Unix v18.1.1.LTS *
;* Date/Time created: Fri Jul 3 20:08:23 2020 *
;******************************************************************************
... |
programs/oeis/006/A006504.asm | neoneye/loda | 22 | 49116 | ; A006504: Coefficient of x^4 in (1-x-x^2)^(-n).
; 5,20,51,105,190,315,490,726,1035,1430,1925,2535,3276,4165,5220,6460,7905,9576,11495,13685,16170,18975,22126,25650,29575,33930,38745,44051,49880,56265,63240,70840,79101,88060,97755,108225,119510,131651,144690,158670,173635,189630,206701,224895,244260,264845,286700,30987... |
programs/oeis/259/A259054.asm | neoneye/loda | 22 | 49117 | ; A259054: a(n) = 4*n^2 - 4*n + 19, n >= 1.
; 19,27,43,67,99,139,187,243,307,379,459,547,643,747,859,979,1107,1243,1387,1539,1699,1867,2043,2227,2419,2619,2827,3043,3267,3499,3739,3987,4243,4507,4779,5059,5347,5643,5947,6259,6579,6907,7243,7587,7939,8299,8667,9043,9427,9819,10219,10627,11043,11467,11899,12339,12787,132... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3074.asm | ljhsiun2/medusa | 9 | 49118 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3074.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1762e, %r13
nop
nop
nop
inc %rdx
mov $0x6162636465666768, %rbp
movq %rbp, (%r1... |
Library/Kernel/Sys/sysInit.asm | steakknife/pcgeos | 504 | 49119 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Kernel System Functions -- Initialization
FILE: sysInit.asm
AUTHOR: <NAME>, Apr 6, 1989
ROUTINES:
Name Description
---- ... |
programs/oeis/309/A309074.asm | karttu/loda | 1 | 49121 | <reponame>karttu/loda
; A309074: a(0) = 1; a(2*n) = 4*a(n), a(2*n+1) = a(n).
; 1,1,4,1,16,4,4,1,64,16,16,4,16,4,4,1,256,64,64,16,64,16,16,4,64,16,16,4,16,4,4,1,1024,256,256,64,256,64,64,16,256,64,64,16,64,16,16,4,256,64,64,16,64,16,16,4,64,16,16,4,16,4,4,1,4096,1024,1024,256,1024,256,256,64,1024,256,256,64
cal $0,8010... |
LM/Aula4/Exemplos/sub_inst0.asm | Kw-Vinicius/Linguagem-de-Montagem- | 0 | 49122 | <filename>LM/Aula4/Exemplos/sub_inst0.asm<gh_stars>0
;***************************
; Exemplos de SUB e AND
;***************************
SECTION .data
var1: db 7fh ; 01111111
var2: db 40h ; 01000000
SECTION .text
global _start
_start:
xor eax,eax
mov ea... |
oeis/142/A142185.asm | neoneye/loda-programs | 11 | 49123 | ; A142185: Primes congruent to 7 mod 40.
; Submitted by <NAME>
; 7,47,127,167,367,487,607,647,727,887,967,1087,1327,1367,1447,1487,1567,1607,1847,2087,2207,2287,2447,2647,2687,2767,2887,2927,3167,3407,3527,3607,3727,3767,3847,3967,4007,4127,4327,4447,4567,4967,5087,5167,5407,5527,5647,5807,5927,6007,6047,6247,6287,6367... |
oeis/245/A245188.asm | neoneye/loda-programs | 11 | 49124 | <filename>oeis/245/A245188.asm<gh_stars>10-100
; A245188: Trajectory of 1 under repeated applications of the morphism 0->12, 1->13, 2->20, 3->21.
; Submitted by <NAME>(s2)
; 1,3,2,1,2,0,1,3,2,0,1,2,1,3,2,1,2,0,1,2,1,3,2,0,1,3,2,1,2,0,1,3,2,0,1,2,1,3,2,0,1,3,2,1,2,0,1,2,1,3,2,1,2,0,1,3,2,0,1,2,1,3,2,1,2,0,1,2,1,3,2,0,1,... |
programs/oeis/087/A087509.asm | karttu/loda | 1 | 49125 | ; A087509: a(n) = #{k=0..n, mod(kn,3) = 2}.
; 0,0,1,0,1,2,0,2,3,0,3,4,0,4,5,0,5,6,0,6,7,0,7,8,0,8,9,0,9,10,0,10,11,0,11,12,0,12,13,0,13,14,0,14,15,0,15,16,0,16,17,0,17,18,0,18,19,0,19,20,0,20,21,0,21,22,0,22,23,0,23,24,0,24,25,0,25,26,0,26,27,0,27,28,0,28
mov $1,$0
mov $2,$0
mul $2,$0
mod $2,3
mul $1,$2
add $1,46078
d... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1478.asm | ljhsiun2/medusa | 9 | 49126 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1e431, %rdi
clflush (%rdi)
nop
nop
nop
nop
add $37115, %r12
mov (%rdi), %r15
nop
nop
nop
add %r12, %r12
lea addresses_UC_ht+0xc31, %rsi
lea addresses_WC_ht+0x1dded, %rdi
nop
and $19708... |
kernel/src/cpu/gdt_util.asm | Stoozy/osdev | 0 | 49127 | global load_gdt
load_gdt:
lgdt [rdi] ; load GDT, rdi (1st argument) contains the gdt_ptr
mov ax, 0x30 ; TSS segment is 0x30
ltr ax ; load TSS
mov ax, 0x10 ; kernel data segment is 0x10
mov ds, ax ; load kernel data segment in data segment registers
mov es, ax
mo... |
a51test/(46)ORL_A_@Ri.a51 | Aimini/51cpu | 0 | 49128 | MOV 0x6E,#0x01
MOV 0x43,#0x02
MOV 0x3B,#0x04
MOV 0x67,#0x08
MOV 0x21,#0x10
MOV 0x6C,#0x20
MOV 0x3F,#0x40
MOV 0x4C,#0x80
MOV 0xD0,#0x00
MOV R0,#0x6E
MOV R1,#0x43
MOV 0xD0,#0x08
MOV R0,#0x3B
MOV R1,#0x67
MOV 0xD0,#0x10
MOV R0,#0x21
MOV R1,#0x6C
MOV 0xD0,#0x18
MOV R0,#0x3F
MOV R1,#0x4C
MOV 0xD0,#0x00
ORL A,@R0
ORL A,... |
lab/task2_simpleIO.asm | knodel/msp430lab | 2 | 49129 | <reponame>knodel/msp430lab
;------------------------------------------------------------------------------
; MIT License
;
; Copyright (c) 2019 <NAME>
;
; 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... |
src/util/sprite/inve.asm | olifink/qspread | 0 | 49130 | * Sprite inve
*
* Mode 4
* +|-----------------------------+
* - aaaaaaaaaaa-
* | gg aaaaaaaaaaa|
* | aaaa a gag aaa a aa|
* | a aa gag aa aaaa aa|
* |a a rrag a aaaaaa aa|
* |a a rraaaaga aaaaaa aa|
* ... |
libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_empty.asm | jpoikela/z88dk | 640 | 49133 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; int wa_stack_empty(wa_stack_t *s)
SECTION code_clib
SECTION code_adt_wa_stack
PUBLIC wa_stack_empty
EXTERN asm_wa_stack_empty
defc wa_stack_empty = asm_wa_stack_empty
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _wa_stack_empty
defc _wa_stack_empty = wa_stack_empty
EN... |
programs/oeis/305/A305762.asm | neoneye/loda | 22 | 49134 | <reponame>neoneye/loda
; A305762: a(0) = 24, a(n) = 2^(max(0, min(3, p - 1))) * 3^(max(0, min(1, q - 1))) where n = 2^p * 3^q * 5^r * ... .
; 24,1,1,1,2,1,1,1,4,3,1,1,2,1,1,1,8,1,3,1,2,1,1,1,4,1,1,3,2,1,1,1,8,1,1,1,6,1,1,1,4,1,1,1,2,3,1,1,8,1,1,1,2,1,3,1,4,1,1,1,2,1,1,3,8,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,8,3,1,1,2,1,1,1,... |
src/PJ/picdrive/mov/membsame.asm | AnimatorPro/Animator-Pro | 119 | 49136 | CGROUP group code
code segment dword 'CODE'
assume cs:CGROUP,ds:CGROUP
public pj_bsame
;pj_bsame(UBYTE *buf, unsigned count);
; see how many bytes in a row of buffer are same as first
pj_bsame proc near
push edi
push ecx
mov edi,[esp+12]
mov ecx,[esp+16]
mov al,[edi]
inc ecx
repe scasb
... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_1330.asm | ljhsiun2/medusa | 9 | 49137 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1c0cf, %rbx
xor %r12, %r12
vmovups (%rbx), %ymm3
vextracti128 $1, %ymm3, %xmm3
vpextrq $0, %xmm3, %r10
nop
nop
nop
nop
nop
sub $3703, ... |
masm/lesson17/Lesson-17-MASM/Lesson17.asm | neozhou2009/nehe-opengl | 177 | 49138 | ; Attempt at NeHe's tutorial 17 : Font display lists.
;
; Author: <NAME> [<EMAIL>]
; Date: July 30 2003
;
; With thanks to NeHe for the OpenGL tutorials <http://nehe.gamedev.net/>
; Inspiration for x86 Assembler from Nico <<EMAIL>>
; OpenGL x86 includes originally from hardcode <http://bizarrecreations.webjump.com>
; a... |
examples/tennis/tennis.asm | sfauvel/demo-assembler | 0 | 49139 | ; -----------------------------------------------------------------------------
; Tennis game.
;
; Return score of a tennis game according to points win by each players.
;
; -----------------------------------------------------------------------------
global start_game ; Start a new game. Must be... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_11_156.asm | ljhsiun2/medusa | 9 | 49142 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_11_156.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_A+0x35d0, %rsi
lea addresses_D+0x111d0... |
externals/mpir-3.0.0/mpn/x86_64w/k8/store.asm | JaminChan/eos_win | 12 | 49143 | <reponame>JaminChan/eos_win
; PROLOGUE(mpn_store)
; Copyright 2009 <NAME>
;
; This file is part of the MPIR Library.
;
; Windows Conversion Copyright 2008 <NAME>
;
; The MPIR Library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as published
;... |
oeis/107/A107399.asm | neoneye/loda-programs | 11 | 49144 | <filename>oeis/107/A107399.asm<gh_stars>10-100
; A107399: C(n+8,8)*C(n+10,8).
; 45,1485,22275,212355,1486485,8281845,38648610,156434850,563165460,1837398420,5512195260,15380181180,40281426900,99773995860,235181561670,530311364550,1149007956525,2401177618125,4855714738875,9528883810875,18191505457125
mov $1,5
mov $2,$0... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_1131_147.asm | ljhsiun2/medusa | 9 | 49147 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rsi
lea addresses_A_ht+0x63b7, %r10
and %rsi, %rsi
movl $0x61626364, (%r10)
and %r12, %r12
pop %rsi
pop %r9
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r9
push %rax
push %rbx
push %rdx
push %rsi... |
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_27_1581.asm | ljhsiun2/medusa | 9 | 49148 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x16e00, %r8
nop
nop
nop
nop
nop
sub $37699, %rdx
vmovups (%r8), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $0, %xmm4, %rcx
nop
nop
nop
add %rax, %rax
lea addresses_... |
cgi-bin/perror.asm | Konamiman/NestorWeb | 4 | 49149 | ;Example of NestorWeb CGI script that returns a predefined error response.
;The available predefined error codes are:
;
;1: 400 Bad Request
;2: 404 Not Found
;3: 405 Method Not Allowed
;4: 304 Not Modified
;5: 401 Unauthorized (also sends WWW-Authenticate header)
;6: 403 Forbidden
_TERM: equ 62h
ld b,... |
data/pokemon/dex_entries/ivysaur.asm | AtmaBuster/pokeplat-gen2 | 6 | 49150 | <reponame>AtmaBuster/pokeplat-gen2<gh_stars>1-10
db "SEED@" ; species name
db "The bulb on its"
next "back grows as it"
next "absorbs nutrients."
page "The bulb gives off"
next "a pleasant aroma"
next "when it blooms.@"
|
DevSound_Vars.asm | DevEd2/DevSound | 49 | 49151 | <filename>DevSound_Vars.asm
; ================================================================
; DevSound variable definitions
; ================================================================
if !def(incDSVars)
incDSVars set 1
SECTION "DevSound variables",WRAM0
DSVarsStart:
FadeType ds 1
InitVarsStar... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_220.asm | ljhsiun2/medusa | 9 | 49152 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_220.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1164b, %r14
nop
xor %rax, %rax
mov $0x6162636465666768, %r11
movq %r11, %xmm2
vmovups %ymm... |
programs/dots.asm | informer2016/MichalOS | 0 | 49153 | ; ------------------------------------------------------------------
; MichalOS Mouse Driver Test
; ------------------------------------------------------------------
BITS 16
%INCLUDE "michalos.inc"
ORG 100h
start:
mov byte [0082h], 1
mov ax, 13h
int 10h
.loop:
mov ax, 0
mov bx, 255
call os_get_random
... |
boot_sect.asm | algisB/x86-kernel-dev | 0 | 49154 | <filename>boot_sect.asm
[org 0x7c00] ;set where the origin of the code is in mem
;mov [0x9000], byte 'A'
mov bp, 0xffff ;st stack base point
mov sp, bp ;set stack pointer
mov bx, MSG ;param
call printString
call endLine
mov bx, MSG_16B_MODE
call printString
call endLine
mov bx, MSG_LOADING_KERNEL
cal... |
smallC/crun8080lib.asm | 2kranki/SmallC-85 | 100 | 49155 | ;
;*****************************************************
; *
; runtime library for small C compiler *
; *
; c.s - runtime routine for basic C code *
; ... |
lib/asm/philox_sse2_32.asm | zhouyan/MCKL | 12 | 49157 | <reponame>zhouyan/MCKL<filename>lib/asm/philox_sse2_32.asm<gh_stars>10-100
;;============================================================================
;; MCKL/lib/asm/philox_sse2_32.asm
;;----------------------------------------------------------------------------
;; MCKL: Monte Carlo Kernel Library
;;--------------... |
Altair101/asm/programsUntested/zWork.asm | tigerfarm/arduino | 2 | 49158 | ant -f /Users/dthurston/Projects/arduino/Altair101/development/asm -Djavac.includes=asm/asmProcessor.java -Dnb.internal.action.name=run.single -Drun.class=asm.asmProcessor run-single
init:
Deleting: /Users/dthurston/Projects/arduino/Altair101/development/asm/build/built-jar.properties
deps-jar:
Updating property file: ... |
data/pokemon/dex_entries/cherubi.asm | AtmaBuster/pokeplat-gen2 | 6 | 49159 | <filename>data/pokemon/dex_entries/cherubi.asm<gh_stars>1-10
db "CHERRY@" ; species name
db "It evolves by"
next "sucking the energy"
next "out of the small"
page "ball where it had"
next "been storing its"
next "nutrients.@"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.