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 |
|---|---|---|---|---|
libsrc/stdio/aquarius/getk.asm | RC2014Z80/z88dk | 8 | 50556 | <filename>libsrc/stdio/aquarius/getk.asm
;
; Mattel AQUARIUS Routines
;
; getk() Read key status
;
; Dec 200i - <NAME>
;
;
; $Id: getk.asm,v 1.4 2016-06-12 17:07:43 dom Exp $
;
SECTION code_clib
PUBLIC getk
PUBLIC _getk
.getk
._getk
call $1e80
IF STANDARDESCAPECHARS
cp 13
jr nz,not_return
ld a,10
.not_... |
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dmul.asm | meesokim/z88dk | 0 | 50557 | <reponame>meesokim/z88dk
SECTION code_fp_math48
PUBLIC cm48_sccz80p_dmul
EXTERN am48_dmul_s
; sccz80 float primitive
; Multiply two math48 floats.
;
; enter : AC'(BCDEHL') = double x
; stack = double y, ret
;
; exit : AC'(BCDEHL') = x * y
;
; uses : AF, BC, DE, HL, AF', B... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_876.asm | ljhsiun2/medusa | 9 | 50559 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x9191, %rbp
inc %rax
movl $0x61626364, (%rbp)
add %rcx, %rcx
lea addresses_UC_ht+0x12df1, %r14
nop
nop
nop
nop
sub %r12, %r12
movw $0x6162, (%r14... |
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strchr_callee.asm | meesokim/z88dk | 0 | 50560 | <filename>libsrc/_DEVELOPMENT/string/c/sdcc_iy/strchr_callee.asm
; char *strchr_callee(const char *s, int c)
SECTION code_string
PUBLIC _strchr_callee
EXTERN asm_strchr
_strchr_callee:
pop af
pop hl
pop bc
push af
jp asm_strchr
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_232.asm | ljhsiun2/medusa | 9 | 50561 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1d78e, %rsi
lea addresses_WC_ht+0xc0ee, %rdi
nop
nop
nop
nop
nop
add %rbx, %rbx
mov $4, %rcx
rep movsw
nop
dec %r15
lea addresses_UC_ht+0x3f12, %r8
n... |
programs/oeis/212/A212347.asm | neoneye/loda | 22 | 50562 | ; A212347: Sequence of coefficients of x^1 in marked mesh pattern generating function Q_{n,132}^(0,4,0,0)(x).
; 14,56,144,300,550,924,1456,2184,3150,4400,5984,7956,10374,13300,16800,20944,25806,31464,38000,45500,54054,63756,74704,87000,100750,116064,133056,151844,172550,195300,220224,247456,277134,309400,344400,382284,... |
final practice/f_2017/factorial recursion/factorial_recursion.asm | ConstantinCezB/Computer-Architecture-assembly | 0 | 50563 | ; AddTwo.asm - adds two 32-bit integers.
; Chapter 3 example
include Irvine32.inc
.data
var BYTE "this works", 0
.code
main proc
; creating the registors needed
mov ebx, 5
mov eax, 1
CDQ
call Factorial
call WriteDec
CALL Crlf
exit
main ENDP
;push ebx
;return n * fun(n-1)
Factorial PROC
;pushing the va... |
src/drivers/DCSG.asm | sharksym/vgmplay-sharksym | 6 | 50564 | <reponame>sharksym/vgmplay-sharksym
;
; SN76489 DCSG driver
;
DCSG_CLOCK: equ 3579545
DCSG: MACRO ?base, ?name
super: Driver ?name, DCSG_CLOCK, Driver_PrintInfoImpl
; a = value
SafeWriteRegister:
; a = value
WriteRegister:
out (?base),a
ret
ENDM
; ix = this
; iy = drivers
DCSG_Construct: equ Driver_Constru... |
src/test/ref/array-16bit-init.asm | jbrandwood/kickc | 2 | 50565 | <gh_stars>1-10
// Demonstrates wrong padding for non-byte arrays.
// https://gitlab.com/camelot/kickc/-/issues/497
// Commodore 64 PRG executable file
.file [name="array-16bit-init.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code... |
programs/oeis/131/A131716.asm | neoneye/loda | 22 | 50567 | <reponame>neoneye/loda<gh_stars>10-100
; A131716: Period 6: repeat [0, 1, 2, 5, 8, 9].
; 0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1
add $0,1
mov $1,9
lpb $0
mod $0,6
add $1,$0
trn $0,3... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1061.asm | ljhsiun2/medusa | 9 | 50568 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x10074, %rsi
lea addresses_A_ht+0x1a5d4, %rdi
nop
nop
nop
nop
and %r15, %r15
mov $61, %rcx
rep movsq
nop
cmp %r12, %r12
lea addresses_A_ht+0xa494, %rsi
lea addresses_WC_ht+0x18d74, %rdi... |
programs/oeis/124/A124356.asm | neoneye/loda | 22 | 50570 | ; A124356: Number of (directed) Hamiltonian cycles on the Moebius ladder graph M_n (for n>=4).
; 2,8,6,12,10,16,14,20,18,24,22,28,26,32,30,36,34,40,38,44,42,48,46,52,50,56,54,60,58,64,62,68,66,72,70,76,74,80,78,84,82,88,86,92,90,96,94,100,98,104,102,108,106,112,110,116,114,120,118,124,122,128,126,132,130,136,134,140,13... |
programs/oeis/206/A206919.asm | neoneye/loda | 22 | 50571 | ; A206919: Sum of binary palindromes <= n.
; 0,1,1,4,4,9,9,16,16,25,25,25,25,25,25,40,40,57,57,57,57,78,78,78,78,78,78,105,105,105,105,136,136,169,169,169,169,169,169,169,169,169,169,169,169,214,214,214,214,214,214,265,265,265,265,265,265,265,265
mov $2,$0
add $2,1
mov $4,$0
lpb $2
mov $0,$4
sub $2,2
sub $0,$2
... |
maps/levelsData.asm | zxwanderer/A-World-of-One-way | 7 | 50573 | LEVELS_MAP: dw 0,31,68,109,154,193,232,275,320,359,398,443,484,527,572,617,656,699,740,777,818,861,904,943,986,1029,1068,1111,1152,1197,1242
LEVELS_BEGIN:
db 0,0,0,0,7,240,4,0,5,240,4,64,4,64,5,64,5,64,7,64,1,192,0,0
db 59,6,134,5,152,4,255
db 0,0,0,0,15,248,248,8,128,15,131,193,130,97,130,33,242,33,30,63,0,0,0,0
d... |
Library/Config/Pref/prefTrigger.asm | steakknife/pcgeos | 504 | 50574 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: prefTrigger.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- ------... |
cmd/command/command2.asm | minblock/msdos | 0 | 50575 | page ,132
title COMMAND2 - resident code for COMMAND.COM part II
name COMMAND2
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;
; Revision History
; ================
;
; M038 SR 11/5/90 Changed... |
test_32bit_add_short.asm | sekharkaredla/8085 | 1 | 50576 | <reponame>sekharkaredla/8085<gh_stars>1-10
LXI SP,5000
LXI H,4000
LXI B,4004
MVI D,04
ZONE: LDAX B
ADD M
STAX B
INX B
INX H
DCR D
JNZ ZONE
RST 1
|
data/mapObjects/celadonmartelevator.asm | adhi-thirumala/EvoYellow | 16 | 50577 | <filename>data/mapObjects/celadonmartelevator.asm<gh_stars>10-100
CeladonMartElevatorObject:
db $f ; border block
db $2 ; warps
db $3, $1, $5, CELADON_MART_1
db $3, $2, $5, CELADON_MART_1
db $1 ; signs
db $0, $3, $1 ; CeladonMartElevatorText1
db $0 ; objects
; warp-to
EVENT_DISP CELADON_MART_ELEVATOR_WIDTH... |
data/pokemon/dex_entries/taillow.asm | AtmaBuster/pokeplat-gen2 | 6 | 50578 | db "TINYSWALLOW@" ; species name
db "When it gets cold,"
next "they migrate,"
next "flying over 180"
page "miles a day. It"
next "hunts for tasty"
next "prey.@"
|
libsrc/_DEVELOPMENT/sound/sn76489/c/sccz80/PSGFrame.asm | ahjelm/z88dk | 640 | 50579 | ; void PSGFrame(void)
SECTION code_clib
SECTION code_PSGlib
PUBLIC PSGFrame
EXTERN asm_PSGlib_Frame
defc PSGFrame = asm_PSGlib_Frame
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _PSGFrame
defc _PSGFrame = PSGFrame
ENDIF
|
test/naive-tests/3-basic-compare.asm | skyzh/mips-simulator | 35 | 50580 | <reponame>skyzh/mips-simulator<filename>test/naive-tests/3-basic-compare.asm
li $a0, 1000000
li $a1, 2000000
li $a2, 20
li $a3, -100000
sll $t0, $a0, 10
sllv $t1, $a0, $a2
sra $t2, $a0, 10
srav $t3, $a0, $a2
srl $t4, $a0, 10
srlv $t5, $a0, $a2
slt $t6, $a3, $a0
sltu $t7, $a3, $a0
slti $s0, $a3, -10000
sltiu $s1, $a3, 1... |
PRG/prg010.asm | narfman0/smb3_pp1 | 0 | 50582 | ; Super Mario Bros. 3 Full Disassembly by Southbird 2012
; For more info, see http://www.sonicepoch.com/sm3mix/
;
; PLEASE INCLUDE A CREDIT TO THE SOUTHBIRD DISASSEMBLY
; AND THE ABOVE LINK SOMEWHERE IN YOUR WORKS :)
;
; Original disassembler source generated by DCC6502 version v1.4
; (With labels, comments, and some s... |
chap18/ex11/expand_avx2.asm | JamesType/optimization-manual | 374 | 50583 | <filename>chap18/ex11/expand_avx2.asm
;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCL... |
Arithmetic operations/Division/division_int.asm | berkcetinsaya/MIPSLanguageExamples | 0 | 50585 | .text
### Load values to registers $t0-$t1
li $t0, 10
li $t1, 2
### Load values to registers $t0-$t1
div $s0, $t0, $t1 # $s0 = $t0 / $t1 |
src/ramdump.asm | codebje/cpmsuite | 0 | 50586 | .z180
#target bin
#code TEXT, $100
#include "src/z180registers.z80"
.org $100
start: ld hl, $81
ld de, srcaddr
spaces: ld a, (hl)
inc hl
or a
jr z, noargs
cp a, ' '
jr z, spaces
digits: call read_hex
jr c, badarg
ex de, hl
rld
inc hl
rld
dec hl
ex de, hl
or a
jr nz, overflow
... |
Driver/Video/VGAlike/VGACom/vgacomUtils.asm | steakknife/pcgeos | 504 | 50587 | COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: VGALike video drivers
FILE: vgacomUtils.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
PixelAddr calculate the address of... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_4091_2453.asm | ljhsiun2/medusa | 9 | 50588 | <filename>Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_4091_2453.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rbx
lea addresses_A_ht+0x489a, %r11
nop
nop
nop
nop
xor %r13, %r13
movb $0x61, (%r11)
nop
nop
add %rbx, %rbx
pop %rbx
pop %r13
pop %r12
pop %r11
ret
.... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1100.asm | ljhsiun2/medusa | 9 | 50590 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1100.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x18a86, %rsi
lea addresses_normal_ht+0xc006, %rdi
clflush (%rsi)
nop
nop
nop
add %r... |
libsrc/target/tiki100/graphics/w_pixladdr.asm | ahjelm/z88dk | 640 | 50592 | <gh_stars>100-1000
; libsrc/graphics/ts2068hr/w_pixladdr.asm
; posted by rdk77, 11/11/2010
SECTION code_graphics
PUBLIC w_pixeladdress
INCLUDE "graphics/grafix.inc"
;
; $Id: w_pixladdr.asm,v 1.3 2016-10-14 06:40:26 stefano Exp $
;
; ******************************************************************
; Get ... |
test-ok-NAS-83.asm | acastrauss/compiler_project | 0 | 50593 | <reponame>acastrauss/compiler_project<gh_stars>0
main:
PUSH %14
MOV %15,%14
SUBS %15,$8,%15
SUBS %15,$16,%15
SUBS %15,$4,%15
@main_body:
MOV $1,-4(%14)
MOV $2,-8(%14)
MOV $3,-12(%14)
MOV -8(%14),%0
ADDS $1,-8(%14),-8(%14)
MOV %0,-16(%14)
MOV $0,-20(%14)
ADDS -4(%14),-8(%14),%1
MOV %1... |
oeis/180/A180483.asm | neoneye/loda-programs | 11 | 50594 | ; A180483: Solutions a(n) to (a(n)-2)*(a(n)-3) = 6*b(n)*(b(n)-1).
; Submitted by <NAME>
; 3,6,11,38,87,354,839,3482,8283,34446,81971,340958,811407,3375114,8032079,33410162,79509363,330726486,787061531,3273854678,7791105927,32407820274,77123997719,320804348042,763448871243,3175635660126,7557364714691,31435552253198
mov... |
edgeExtractor.asm | Potolski/OAC_2018_2_LAB_1 | 1 | 50595 | .macro gaussianBlur(%image_pointer, %image_size)
add $t5, %image_pointer, %image_size
li $a1, 3
li $t0, 513
sll $t0, $t0, 2
add %image_pointer, %image_pointer, $t0 # starts at (1,1)
add $t5, $t5, $t0 # end at (510, 510)
createKernel($a1)
move $t0, %image_pointer # %image_pointer
li $t1, -1 # i counter
move $... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_279.asm | ljhsiun2/medusa | 9 | 50596 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x14c75, %rsi
lea addresses_UC_ht+0x137a8, %rdi
nop
nop
nop
nop
nop
add %r9, %r9
mov $119, %rcx
rep movsb
nop
nop
nop
and $44389, %r15
lea addresses_A_ht+0x1a44e, %rbx
nop
nop
... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_62.asm | ljhsiun2/medusa | 9 | 50599 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_62.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1e737, %rsi
lea addresses_WC_ht+0x1ba37, %rdi
nop
nop
nop
sub $29170, %rax
mov $61, %rcx
rep mo... |
8088/memtimer/mtd.asm | reenigne/reenigne | 92 | 50600 | %include "../defaults_common.asm"
org 0x100
%macro outputCharacter 0
call doPrintCharacter
%endmacro
; Find name of tests file
mov si,0x81
findEndOfFileName:
lodsb
cmp al,0x20
jne .notSpace
mov byte[si-1],0
.notSpace:
cmp al,0x0d
jne findEndOfFileName
.found:
mov byte[si-1],0
mov al,0
cmp ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_9633_875.asm | ljhsiun2/medusa | 9 | 50602 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_9633_875.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xffa, %r9
nop
nop
nop
dec %rdi
mov $0x6162636465666768, %r15
movq %r15, (%r9)
nop
nop
nop
xor %r1... |
programs/oeis/262/A262343.asm | karttu/loda | 1 | 50604 | ; A262343: Numerator of 3*(1-2/n), for n >= 3.
; 1,3,9,2,15,9,7,12,27,5,33,18,13,21,45,8,51,27,19,30,63,11,69,36,25,39,81,14,87,45,31,48,99,17,105,54,37,57,117,20,123,63,43,66,135,23,141,72,49,75,153,26,159,81,55,84,171,29,177,90,61,93,189,32,195,99,67,102,207,35,213,108,73,111,225,38,231,117,79,120,243,41,249,126,85,1... |
programs/oeis/072/A072633.asm | neoneye/loda | 22 | 50605 | <reponame>neoneye/loda<gh_stars>10-100
; A072633: Smallest positive integer m where 1^n+2^n+3^n+...+m^n is greater than or equal to (m+1)^n.
; 1,2,4,5,7,8,10,11,13,14,15,17,18,20,21,23,24,26,27,28,30,31,33,34,36,37,39,40,41,43,44,46,47,49,50,51,53,54,56,57,59,60,62,63,64,66,67,69,70,72,73,75,76,77,79,80,82,83,85,86,88,... |
asm/graphics.asm | hansbonini/smd_beyondoasis | 2 | 50606 | <reponame>hansbonini/smd_beyondoasis<gh_stars>1-10
if (translation_ptbr) {
gfx_new_font:
insert "../gfx_br/font.bin"
gfx_new_font_end:
gfx_new_font_item:
insert "../gfx_br/font_item.bin"
gfx_new_font_item_end:
gfx_new_font_results:
insert "../gfx_br/font_results.bin"
gfx_new_font_results_end... |
programs/oeis/062/A062953.asm | neoneye/loda | 22 | 50607 | ; A062953: Multiplicative with a(p^e) = -p.
; 1,-2,-3,-2,-5,6,-7,-2,-3,10,-11,6,-13,14,15,-2,-17,6,-19,10,21,22,-23,6,-5,26,-3,14,-29,-30,-31,-2,33,34,35,6,-37,38,39,10,-41,-42,-43,22,15,46,-47,6,-7,10,51,26,-53,6,55,14,57,58,-59,-30,-61,62,21,-2,65,-66,-67,34,69,-70,-71,6,-73,74,15,38,77,-78,-79,10,-3,82,-83,-42,85,86... |
oeis/283/A283982.asm | neoneye/loda-programs | 11 | 50608 | <filename>oeis/283/A283982.asm<gh_stars>10-100
; A283982: a(0) = 0, and for n > 0, a(n) = A070939(n) - A280700(n).
; Submitted by <NAME>(s2)
; 0,0,0,1,0,2,1,0,0,3,2,1,1,0,1,1,0,4,3,2,2,1,2,2,1,0,2,2,1,1,2,1,0,5,4,3,3,2,3,3,2,1,3,3,2,2,3,2,1,0,3,3,2,2,3,2,1,1,3,2,2,1,0,2,0,6,5,4,4,3,4,4,3,2,4,4,3,3,4,3,2,1,4,4,3,3,4,3,2... |
Kernel/asm/libasm.asm | salCas276/Kernel-CompArch | 0 | 50610 | GLOBAL cpuVendor
GLOBAL getstatuskeyboard
GLOBAL getcharacter
GLOBAL getRtcStatus
GLOBAL setRtcBinary
GLOBAL getkeyStatus
GLOBAL getcharacterC
GLOBAL getMem
GLOBAL getFromRTC
GLOBAL backupRSP
GLOBAL resetRSP
GLOBAL getRegs
section .text
backupRSP:
mov rax , rsp
ret
;; en rdi tengo el valo... |
4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter6/AsmTest/inst_rom.asm | ladike/912_project | 640 | 50611 | <reponame>ladike/912_project<filename>4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter6/AsmTest/inst_rom.asm
inst_rom.om: file format elf32-tradbigmips
Disassembly of section .text:
00000000 <_start>:
0: 3c010000 lui at,0x0
4: 3c02ffff lui v0,0xffff
8: 3c030505 lui v1,0x505
c: 3c040000 lui a0,0x0
10: 0... |
Programs/Program2.asm | trivedi-vatsal/8085-programs | 2 | 50612 | ;Store the data byte 52h into memory location 2000H
LXI H, 2000H ;Load HL with 2000h
MVI M, 52H ;store 52h in memory location pointed by HL register pair(200h)
HLT ;Terminate program execution |
oeis/021/A021092.asm | neoneye/loda-programs | 11 | 50613 | ; A021092: Expansion of 1/((1-x)(1-2x)(1-4x)(1-10x)).
; Submitted by <NAME>(s2)
; 1,17,205,2205,22701,229677,2307565,23119085,231365101,2314349037,23146284525,231474025965,2314784990701,23148028847597,231481004271085,2314812905956845,23148140512683501,231481450939557357,2314814692646987245,23148147659476575725,23148147... |
src/XenobladeChroniclesX/Mods/GraphicsNpcInfoBubblesDistance/patch_bubbles.asm | lilystudent2016/cemu_graphic_packs | 1,002 | 50614 | [XCX_DISTMOBINFO]
moduleMatches = 0xF882D5CF, 0x30B6E091, 0xAB97DE6B ; 1.0.1E, 1.0.2U, 1.0.1U
.origin = codecave
; ----------------------------------------------------------------------------
; WHAT : cfs::CfPopManagerMobInfo::setupZone((cfs::ZoneTypes))
; WHY : Initialize view distance for ALL the Mob information t... |
mh_sha1/mh_sha1_multibinary.asm | intelkevinputnam/isa-l_crypto | 178 | 50615 | <gh_stars>100-1000
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2016 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Re... |
programs/oeis/001/A001969.asm | neoneye/loda | 22 | 50619 | <reponame>neoneye/loda
; A001969: Evil numbers: nonnegative integers with an even number of 1's in their binary expansion.
; 0,3,5,6,9,10,12,15,17,18,20,23,24,27,29,30,33,34,36,39,40,43,45,46,48,51,53,54,57,58,60,63,65,66,68,71,72,75,77,78,80,83,85,86,89,90,92,95,96,99,101,102,105,106,108,111,113,114,116,119,120,123,12... |
string.asm | jhunkeler/minos | 1 | 50621 | %ifndef _STRING_ASM
%define _STRING_ASM
; stack direction
; ---------------
; + = external
; - = local
;
; ^ must be getting old D:
;
; calling conventions
; push COUNT
; push SOURCE
; push DESTINATION
; call FUNCTION
; add sp, 6 (^ in the case of three WORDS)
;
; In C, for instance, this translate to:
; FUNCTION (DE... |
programs/oeis/129/A129958.asm | neoneye/loda | 22 | 50622 | ; A129958: First differences of A129957.
; 0,8,18,38,60,92,126,170,216,272,330,398,468,548,630,722,816,920,1026,1142,1260,1388,1518,1658,1800,1952,2106,2270,2436,2612,2790,2978,3168,3368,3570,3782,3996,4220,4446,4682,4920
mov $1,$0
pow $0,2
add $1,$0
mod $0,2
add $0,$1
add $1,$0
add $1,$0
mov $0,$1
|
data/mapObjects/CeruleanCity.asm | AmateurPanda92/pokemon-rby-dx | 9 | 50623 | CeruleanCity_Object:
db $f ; border block
db 10 ; warps
warp 27, 11, 0, CERULEAN_TRASHED_HOUSE
warp 13, 15, 0, CERULEAN_TRADE_HOUSE
warp 19, 17, 0, CERULEAN_POKECENTER
warp 30, 19, 0, CERULEAN_GYM
warp 13, 25, 0, BIKE_SHOP
warp 25, 25, 0, CERULEAN_MART
warp 4, 11, 0, CERULEAN_CAVE_1F
warp 27, 9, 2, CERULEAN_... |
programs/oeis/094/A094991.asm | neoneye/loda | 22 | 50624 | <gh_stars>10-100
; A094991: a(n) = floor(9^n/7^n).
; 1,1,1,2,2,3,4,5,7,9,12,15,20,26,33,43,55,71,92,118,152,195,251,323,416,535,688,884,1137,1462,1880,2418,3109,3997,5139,6607,8495,10923,14043,18056,23215,29848,38376,49341,63439,81564,104868,134831,173354,222884,286565,368440,473709,609055,783071,1006806,1294464,166431... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2217.asm | ljhsiun2/medusa | 9 | 50625 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2217.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1970e, %rsi
lea addresses_WT_ht+0x1e72e, %rdi
clflush (%rdi)
nop
nop
nop
nop
and %r12, %r12
mov $7... |
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/sysmgr/utils.asm | fabiojna02/OpenCellular | 1 | 50626 | <reponame>fabiojna02/OpenCellular
;
; Copyright (c) 2006-2008 Advanced Micro Devices,Inc. ("AMD").
;
; This library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as
; published by the Free Software Foundation; either version 2.1 of the
; Li... |
doc/program.asm | blacktyger/randomx | 3 | 50627 | randomx_isn_0:
; ISMULH_R r0, r7
mov rax, r8
imul r15
mov r8, rdx
randomx_isn_1:
; IADD_RS r1, r2, SHFT 2
lea r9, [r9+r10*4]
randomx_isn_2:
; ISTORE L1[r6+1506176493], r4
lea eax, [r14d+1506176493]
and eax, 16376
mov qword ptr [rsi+rax], r12
randomx_isn_3:
; IMUL_R r5, r3
imul r13, r11
randomx_isn_4:
; IRO... |
Assembly/LP1/LP1A.asm | IceNerd/hogwarts | 0 | 50628 | TITLE Days of the Week (problem3.asm)
INCLUDE Irvine32.inc
.data
Day00 EQU "Monday "
Day01 EQU "Tuesday "
Day02 EQU "Wednesday "
Day03 EQU "Thursday "
Day04 EQU "Friday "
Day05 EQU "Saturday "
Day06 EQU "Sunday "
Days BYTE Day00, Day01, Day02, Day03, Day04, Day05, Day06, 0
.code
main PROC
mov edx, OFFSET Days
... |
programs/Bootloader.asm | TheLogicMaster/lm8 | 10 | 50629 | <reponame>TheLogicMaster/lm8
; Bootloader --- An SDHC/SDXC SD card program loader
jmp program
include "libraries/Serial.asm"
include "libraries/SD.asm"
program:
;jsr setup_serial ; Uncomment for debugging
jsr setup_sd_card
; Start communication with card
ldr $0,A
out {sd_cs},A
; Copy p... |
C/Mips(Assembly)_C/Lab1/Ex_3b.asm | paulolima18/ProgrammingMesh | 3 | 50630 | .text #Factorial
main:
li $v0,5 #instruction (call integer)
syscall
move $s1,$v0 #place content of $v0 in $s1
move $t1,$s1 #" "$s1 in $t1
li $t2,1 #Puts $t2 with value 1
loop:
mul $t2,$t1,$t2 #multiply $t2 by itself and the value of $t1
addi $t1,$t1,-1 #Decrease by 1 $t1 value
bne $t1,$0,loop #wh... |
a2p2.asm | realspal/8086-assembly-programs | 1 | 50631 | ;Program to print prime numbers in a range
.model small
.stack 100h
.data
check db 'T' ;true or false
count dw 0 ;printnum - digit counter
intg dw 0 ;printnum - I/O for inputnum and printnum
digt dw 0 ;printnum - extracted digit
var1 dw 0 ;printnum - reversed number
num dw 0 ;number ... |
EXTRA STUFF/Files From Older Versions of Mod/Obselete ASM Files/FPSHack_SlowLinkSwimSpeedInit.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 14 | 50632 | <reponame>Meowmaritus/Wind-Waker-60FPS-Hack
#To be inserted at 8013d07c
#################################
##FPSHack_SlowLinkSwimSpeedInit##
#################################
lfs f0, 0x000C (r3) #VANILLA
lis r17, 0x817F
lfs f17, 0x0004 (r17)
fmuls f0, f0, f17 |
oeis/045/A045716.asm | neoneye/loda-programs | 11 | 50633 | <gh_stars>10-100
; A045716: a(n) is the binary order (A029837) of the n-th primorial number, A002110(n).
; Submitted by <NAME>(s4)
; 1,3,5,8,12,15,19,24,28,33,38,43,49,54,60,65,71,77,83,89,96,102,108,115,121,128,135,141,148,155,162,169,176,183,190,198,205,212,220,227,235,242,250,257,265,273,280,288,296,304,312,319,327,... |
maps/VictoryRoadGate.asm | zavytar/pokecolorless | 0 | 50635 | object_const_def ; object_event constants
const VICTORYROADGATE_OFFICER
const VICTORYROADGATE_OFFICER2
const VICTORYROADGATE_COOLTRAINERF
VictoryRoadGate_MapScripts:
db 2 ; scene scripts
scene_script .DummyScene0 ; SCENE_VICTORYROADGATE_NOTHING
scene_script .DummyScene1 ; SCENE_VICTORYROADGATE_CHECKBADGE
db 0... |
oeis/267/A267652.asm | neoneye/loda-programs | 11 | 50636 | ; A267652: a(n) = 4*a(n - 1) + 4*a(n - 2) for n>1, a(0)=2, a(1)=3.
; Submitted by <NAME>(s2.)
; 2,3,20,92,448,2160,10432,50368,243200,1174272,5669888,27376640,132186112,638251008,3081748480,14879997952,71846985728,346907934720,1675019681792,8087710466048,39050920591360,188554524229632,910421779283968,4395905214054400,2... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1036.asm | ljhsiun2/medusa | 9 | 50637 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x2a17, %rdi
sub %rdx, %rdx
mov (%rdi), %esi
cmp $28837, %rcx
lea addresses_WT_ht+0xfc17, %rdx
nop
and $3663, %r9
movb $0x61, (%rdx)
nop
sub %rdx, %rdx
lea addresses_WC_ht+0x7a97, %r9
no... |
45/runtime/rt/strfcn.asm | minblock/msdos | 0 | 50638 | TITLE STRFCN - String function package
PAGE 56,132
;***
; STRFCN - String function package
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
; BASIC intrinsic string function support.
;
; BASIC Syntax mapping to included runtime entry points:
;
;
; INSTR Function - calls B$INS3 if optional parameter given, ot... |
cat.asm | bhavesh01shukla/Modified-XV-6 | 0 | 50640 |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
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)
a: 55 push %ebp
b: ... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_8_1690.asm | ljhsiun2/medusa | 9 | 50641 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_8_1690.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rax
push %rbx
push %rdx
lea addresses_WT_ht+0x4f95, %rax
nop
nop
add $29244, %r10
mov (%rax), %r15
nop
nop
nop
nop
nop
cmp %rdx, %rdx
... |
intybasic/intybasic_prologue.asm | nanochess/IntyBASIC | 27 | 50642 | ;
; Prologue for IntyBASIC programs
; by <NAME>. http://nanochess.org/
;
; Revision: Jan/30/2014. Spacing adjustment and more comments.
; Revision: Apr/01/2014. It now sets the starting screen pos. for PRINT
; Revision: Aug/26/2014. Added PAL detection code.
; Revision: Dec/12/2014. Added optimized consta... |
tests/syntax_test_structures.asm | dougmasten/dougmasten-sublime-assembly-6809 | 5 | 50644 | <filename>tests/syntax_test_structures.asm
# SYNTAX TEST "Packages/Assembly-6809/Assembly-6809.sublime-syntax"
# <- source.mc6809
label1 struct
# <- entity.name.type.constant
#^^^^^ entity.name.type.constant
# ^^^^^^ support.function.directive.structure
endstruct
# ^^^^ support.f... |
Kernel/Source/Kernel/Bootloader/Program.asm | Rohfel/Spark | 0 | 50645 | <reponame>Rohfel/Spark
; Copyright <NAME>. All rights reserved.
[org 0x7e00]
jmp EnterProtectedMode
%include "Kernel/Bootloader/GDT.asm"
%include "Kernel/Utilities/Print.asm"
EnterProtectedMode:
call EnableA20
cli
lgdt [GDTDescriptor]
mov eax, cr0
or eax, 1
mov cr0, eax
jmp CodeSegment:StartProtectedMode
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_10132_323.asm | ljhsiun2/medusa | 9 | 50646 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_10132_323.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1389a, %rcx
sub $17150, %rdx
movw $0x6162, (%rcx)
nop
sub %r15, %r15
lea addresses_D_ht+0x19... |
src/u_failure.asm | stid/kick-c64-dead-test | 22 | 50647 | #importonce
#import "./zeropage_map.asm"
#import "./mem_map.asm"
#import "./const.asm"
.macro failCheck (id, videoPos) {
txa
and #id
beq !+
lda #$02 //"b"
sta VIDEO_RAM+videoPos
lda #$01 //"a"
... |
base/crts/crtw32/misc/amd64/setjmpex.asm | npocmaka/Windows-Server-2003 | 17 | 50648 | <gh_stars>10-100
title "Set Jump Buffer"
;++
;
; Copyright (c) 2000 Microsoft Corporation
;
; Module Name:
;
; setjmpex.asm
;
; Abstract:
;
; This module implements the AMD64 specific routine to perform safe set
; jump.
;
; Author:
;
; <NAME> (davec) 3-Nov-2000
;
; Environment:
;
... |
programs/oeis/157/A157092.asm | neoneye/loda | 22 | 50649 | <reponame>neoneye/loda
; A157092: Consider all consecutive integer Pythagorean 9-tuples (X, X+1, X+2, X+3, X+4, Z-3, Z-2, Z-1, Z) ordered by increasing Z; sequence gives X values.
; 0,36,680,12236,219600,3940596,70711160,1268860316,22768774560,408569081796,7331474697800,131557975478636,2360712083917680,4236125953503963... |
oeis/188/A188786.asm | neoneye/loda-programs | 11 | 50650 | ; A188786: Number of 3-step self-avoiding walks on an n X n X n X n 4-cube summed over all starting positions.
; Submitted by <NAME>
; 0,192,1944,7936,22200,50112,98392,175104,289656,452800,676632,974592,1361464,1853376,2467800,3223552,4140792,5241024,6547096,8083200,9874872,11948992,14333784,17058816,20155000,23654592... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2755.asm | ljhsiun2/medusa | 9 | 50652 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x8927, %rsi
lea addresses_D_ht+0x146ef, %rdi
nop
nop
nop
nop
nop
cmp %r9, %r9
mov $82, %rcx
rep movsl
xor $48100, %r9
lea addresses_D_ht+0xf457, %rsi
lea addresses_WC_ht+0x5677, %rdi
no... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_262.asm | ljhsiun2/medusa | 9 | 50653 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xad05, %rbx
nop
nop
nop
nop
nop
inc %rbp
mov $0x6162636465666768, %r10
movq %r10, %xmm6
vmovups %ymm6, (%rbx)
nop
nop
sub $21947, %rdi
lea addresses_... |
programs/oeis/060/A060264.asm | neoneye/loda | 22 | 50654 | <reponame>neoneye/loda
; A060264: First prime after 2n.
; 2,3,5,7,11,11,13,17,17,19,23,23,29,29,29,31,37,37,37,41,41,43,47,47,53,53,53,59,59,59,61,67,67,67,71,71,73,79,79,79,83,83,89,89,89,97,97,97,97,101,101,103,107,107,109,113,113,127,127,127,127,127,127,127,131,131,137,137,137,139,149,149,149,149,149,151,157,157,157... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2584.asm | ljhsiun2/medusa | 9 | 50655 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r15
push %r8
push %rax
push %rcx
push %rdx
push %rsi
// Store
lea addresses_normal+0x1a28e, %rcx
nop
nop
nop
add $6153, %r15
movb $0x51, (%rcx)
xor $27910, %r15
// Store
lea addresses_A... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_850.asm | ljhsiun2/medusa | 9 | 50656 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x14c3d, %r8
sub %r12, %r12
movb (%r8), %r14b
nop
sub $53952, %r9
lea addresses_UC_ht+0xb825, %rsi
lea addresses_A_ht+0x1b0c1, %rdi
nop
nop
nop
cmp %r12, %r12
mov $33, %rcx
... |
libsrc/target/sam/stdio/__sam_printc.asm | w5Mike/z88dk | 0 | 50657 | <reponame>w5Mike/z88dk<gh_stars>0
; Handling for printing in SAM modes
; SAM mode 1 - as per zx
;
; SAM mode 2 - linear
; 6144 bit patterns (32 bytes per row)
; attributes 8192 bytes apart (as per timex hires)
; 6144 byte attributes
; Sam mode 3
; 24576 bit patterns (128 bytes per row) - 512x192
; p0 = left
; p0 p0 p... |
oeis/211/A211154.asm | neoneye/loda-programs | 11 | 50659 | <reponame>neoneye/loda-programs
; A211154: Number of 2 X 2 matrices having all terms in {-n,...,0,..,n} and even determinant.
; Submitted by <NAME>(w3)
; 1,41,457,1345,4481,8521,18985,30017,54721,78121,126281,168961,252097,322505,454441,562561,759425,916777,1197001,1416641,1800961,2097481,2608937,2998465,3662401,416260... |
vhdl-uprocessor/programs/ram_test.asm | hadryansalles/random-projects | 3 | 50660 | MOV 32, $1
MOV 12, $2
ST.W $1, 0[$2]
MOV 64, $3
MOV 24, $4
ST.W $3, 0[$4]
MOV 16, $1
MOV 10, $3
MOV 15, $7
ST.W $3, 0[$1]
ST.W $7, 8[$1]
ST.W $2,-7[$1]
MOV $0, $1
MOV $0, $2
MOV $0, $3
MOV $0, $4
MOV $0, $5
MOV $0, $6
MOV $0, $7
MOV 12, $2
MOV 24, $4
MOV 16, $6
LD.W 0[$2], $3
LD.W 0[$4], $5
LD.W 0[$6], $7
LD.W ... |
source/tools/InlinedFuncsOpt/inlined_funcs_ia32.asm | swanandM/pin | 2 | 50661 | <reponame>swanandM/pin<filename>source/tools/InlinedFuncsOpt/inlined_funcs_ia32.asm
PUBLIC IfProc1
PUBLIC IfProc2
PUBLIC IfProc3
PUBLIC IfProc4
PUBLIC IfProc5
PUBLIC IfProc6
.686
.model flat, c
.XMM
.data
extern globVal:dword
.code
IfProc1 PROC
mov edx, 1
xor eax, eax
cmp edx, ecx
setz al
ret
IfProc1 ENDP... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_376.asm | ljhsiun2/medusa | 9 | 50662 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rbp
push %rbx
lea addresses_D_ht+0x18ddb, %r9
nop
nop
nop
nop
cmp %rbp, %rbp
movw $0x6162, (%r9)
xor $31371, %r8
pop %rbx
pop %rbp
pop %r9
pop %r8
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %r15
push %r8
push %rbx
push %rdx... |
programs/oeis/161/A161365.asm | karttu/loda | 1 | 50663 | <filename>programs/oeis/161/A161365.asm
; A161365: a(n) = 3/2 + 5*n - 5*(-1)^n/2.
; 9,9,19,19,29,29,39,39,49,49,59,59,69,69,79,79,89,89,99,99,109,109,119,119,129,129,139,139,149,149,159,159,169,169,179,179,189,189,199,199,209,209,219,219,229,229,239,239,249,249,259,259,269,269,279,279,289,289,299,299,309,309,319,319,32... |
Main.asm | pinnet/project64 | 0 | 50664 | <reponame>pinnet/project64
!zone LICENCE
;
; PROJECT 64
; A Game by <NAME> (C)2019
;
;
; -------------------------- MIT L... |
Bootloader/PrintDecimal.asm | MaybeELEMENT/Fortius | 0 | 50665 | PrintDecimal:
;SET BX TO THE NUMBER YOU WANT TO PRINT
mov dx, 0
mov ax, bx
mov bx, 100
div bx
mov ah, 0
call printDigit
mov bx, dx
mov dx, 0
mov ax, bx
mov bx, 10
div bx
mov ah, 0
call printDigit
mov ax, dx
mov ah, 0
call printDigit
ret
printDigit:
mov ah, 0x0e ; tty mode
add... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1809.asm | ljhsiun2/medusa | 9 | 50666 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1809.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1d692, %r15
nop
nop
inc %r14
mov (%r15), %rdi
nop
cmp $35772, %rdi
lea addresses_WC_ht+0x6452, %rsi
lea ad... |
musPlayer/Voicelist.asm | a0r10n/MML6-compiler | 1 | 50667 | <filename>musPlayer/Voicelist.asm
;Voicelist
.SECTION "Voices" ALIGN 16 FREE
Wave:
;First four match the output of channels 1 and 2
;0 Duty 0
.db $00,$00,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF
;1 Duty 1
.db $00,$00,$00,$00,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF
;2 Duty 2 (Squar... |
libsrc/_DEVELOPMENT/target/zxn/driver/terminal/tshr_01_output_fzx/tshr_01_output_fzx_oterm_msg_fzx_get_xor_draw.asm | jpoikela/z88dk | 640 | 50668 | <gh_stars>100-1000
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC tshr_01_output_fzx_oterm_msg_fzx_get_xor_draw
EXTERN __fzx_tshr_draw_xor
tshr_01_output_fzx_oterm_msg_fzx_get_xor_draw:
; * OTERM_MSG_FZX_GET_XOR_DRAW
;
; exit : bc = & fzx xor draw function
; can use: af, bc, de, hl
l... |
programs/oeis/007/A007892.asm | jmorken/loda | 1 | 50670 | ; A007892: A Kutz sequence.
; 1,4,9,1,4,9,16,4,9,16,25,9,16,25,36,16,25,36,49,25,36,49,64,36,49,64,81,49,64,81,100,64,81,100,121,81,100,121,144,100,121,144,169,121,144,169,196,144,169,196,225,169,196,225,256,196,225,256,289,225,256,289,324,256,289,324,361,289,324,361,400,324,361,400,441,361,400,441,484,400,441,484,529,... |
Activity.asm | Whompithian/css422-project | 0 | 50671 | <reponame>Whompithian/css422-project<filename>Activity.asm<gh_stars>0
# <NAME>
# CSS 422
# Assignment 03 : Assembler Activity
# 4/12/2012
############################################
# The data segment -- declare variables here
############################################
.data
# If column 2 contains a dot, then the... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1305.asm | ljhsiun2/medusa | 9 | 50672 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x14c57, %rax
nop
nop
nop
nop
nop
dec %rbx
mov $0x6162636465666768, %rcx
movq %rcx, (%rax)
cmp $20214, %r11
lea addresses_D_ht+0x1c1b0, %rbp
nop
nop
cmp $45412, %rdi
mov (%rbp)... |
oeis/212/A212291.asm | neoneye/loda-programs | 11 | 50673 | ; A212291: Number of permutations of n elements with at most one fixed point.
; Submitted by <NAME>
; 1,1,1,5,17,89,529,3709,29665,266993,2669921,29369141,352429681,4581585865,64142202097,962133031469,15394128503489,261700184559329,4710603322067905,89501463119290213,1790029262385804241,37590614510101889081,826993519222... |
Driver/IFS/DOS/NTFat/ntfatManager.asm | steakknife/pcgeos | 504 | 50674 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
Copyright (c) New Deal 1998 -- All Rights Reserved
PROJECT:
MODULE:
FILE: ntfatManager.asm
AUTHOR: Gene, January 23, 1998
ROUTINES:
Name Description
---- ------... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1710.asm | ljhsiun2/medusa | 9 | 50675 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x12edd, %r9
nop
nop
nop
nop
cmp %rcx, %rcx
mov $0x6162636465666768, %r14
movq %r14, %xmm7
movups %xmm7, (%r9)
nop
nop
nop
dec %rsi
lea addresses_WT_ht+0xd2ed, %r12
nop
nop
nop
nop
nop
i... |
Library/Text/TextSelect/tslMisc.asm | steakknife/pcgeos | 504 | 50676 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: tslMisc.asm
AUTHOR: <NAME>, Nov 22, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTOR... |
ta21demo/hello_ldos5.asm | hallorant/bitmit | 6 | 50677 | ; hello_ldos5
; The TRS-80 says hello using the screen
; Reference Document:
; LDOS Version 5.1: The TRS-80 Operating System Model I and III
;
; zmac hello_ldos5.asm
; trs80gp -ld zout/hello_ldos5.cmd
org $7000
@DSPLY equ $4467 ; pg 6-66
@EXIT equ $402d ; pg 6-60
ENTER equ $0d ; @DSPLY with newline
text defb '... |
programs/oeis/031/A031876.asm | neoneye/loda | 22 | 50678 | <reponame>neoneye/loda
; A031876: a(n) = Sum_{k=0..n} floor(k^(1/3)).
; 0,1,2,3,4,5,6,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,160,164,168,172,176,180,184,188,192,196,200,20... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.