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 |
|---|---|---|---|---|
solutions/07 - Collation Station/size-9_speed-5.asm | michaelgundlach/7billionhumans | 45 | 46600 | <gh_stars>10-100
-- 7 Billion Humans (2053) --
-- 7: Collation Station --
-- Author: ansvonwa
-- Size: 9
-- Speed: 5
step s
a:
step s
if c != datacube:
jump a
endif
pickup c
b:
step s
if s != hole:
jump b
endif
drop
|
oeis/279/A279663.asm | neoneye/loda-programs | 11 | 46601 | <filename>oeis/279/A279663.asm<gh_stars>10-100
; A279663: a(n) = (5/6)^n*Gamma(n+3/5)*Gamma(n+1)*Gamma(n+2)/Gamma(3/5).
; Submitted by <NAME>
; 1,1,8,208,12480,1435200,281299200,86640153600,39507910041600,25482601976832000,22424689739612160000,26147188236387778560000,39429959860472770068480000,7535065329336346360086528... |
oeis/064/A064478.asm | neoneye/loda-programs | 11 | 46603 | ; A064478: If n = Product p(k)^e(k) then a(n) = Product (p(k)+1)^e(k), a(0) = 1, a(1)=2.
; Submitted by <NAME>
; 1,2,3,4,9,6,12,8,27,16,18,12,36,14,24,24,81,18,48,20,54,32,36,24,108,36,42,64,72,30,72,32,243,48,54,48,144,38,60,56,162,42,96,44,108,96,72,48,324,64,108,72,126,54,192,72,216,80,90,60,216,62,96,128,729,84,144... |
programs/oeis/016/A016222.asm | neoneye/loda | 22 | 46604 | ; A016222: Expansion of 1/((1-x)(1-4x)(1-6x)).
; 1,11,87,607,3983,25263,157039,964079,5871855,35580655,214882031,1294884591,7791677167,46839541487,281395162863,1689802632943,10144542420719,60890161016559,365432592068335
lpb $0
mov $2,$0
sub $0,1
seq $2,16149 ; Expansion of 1/((1-4*x)*(1-6*x)).
add $1,$2
lpe
ad... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_735.asm | ljhsiun2/medusa | 9 | 46605 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1726e, %rax
nop
nop
nop
nop
nop
and $46672, %rsi
movw $0x6162, (%rax)
nop
nop
nop
nop
cmp %rsi, %rsi
lea addresses_UC_ht+0x86e, %rsi
lea addresses_U... |
examples/attiny85_rc_calibration/firmware/calibrationFirmware/Common/main.asm | pkooiman/Adafruit_AVRProg | 23 | 46606 | ;*****************************************************************
;*
;* - Description: Code is part of the RC_Calibration.asm source
;*
;* - File: main.asm
;* - AppNote: AVR053 - Production calibration of the
;* RC oscillator
;*
;* - Author: Atmel Corporation: http:... |
programs/oeis/021/A021396.asm | neoneye/loda | 22 | 46607 | <filename>programs/oeis/021/A021396.asm
; A021396: Decimal expansion of 1/392.
; 0,0,2,5,5,1,0,2,0,4,0,8,1,6,3,2,6,5,3,0,6,1,2,2,4,4,8,9,7,9,5,9,1,8,3,6,7,3,4,6,9,3,8,7,7,5,5,1,0,2,0,4,0,8,1,6,3,2,6,5,3,0,6,1,2,2,4,4,8,9,7,9,5,9,1,8,3,6,7,3,4,6,9,3,8,7,7,5,5,1,0,2,0,4,0,8,1,6,3
add $0,1
mov $1,10
pow $1,$0
mul $1,5
di... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_258.asm | ljhsiun2/medusa | 9 | 46609 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xce65, %rsi
lea addresses_D_ht+0x1701, %rdi
clflush (%rdi)
nop
nop
nop
sub $48014, %r14
mov $65, %rcx
rep movsq
nop
and %r9, %r9
lea addresses_WC_ht+0x18165, %rdx
nop
xor ... |
programs/oeis/239/A239447.asm | neoneye/loda | 22 | 46611 | ; A239447: Partial sums of A030101.
; 0,1,2,5,6,11,14,21,22,31,36,49,52,63,70,85,86,103,112,137,142,163,176,205,208,227,238,265,272,295,310,341,342,375,392,441,450,491,516,573,578,615,636,689,702,747,776,837,840,875,894,945,956,999,1026,1085,1092,1131,1154,1209,1224,1271,1302,1365,1366,1431,1464,1561,1578,1659,1708,182... |
libsrc/_DEVELOPMENT/target/yaz180/driver/diskio/c/sccz80/disk_initialize.asm | ahjelm/z88dk | 640 | 46612 | SECTION code_driver
PUBLIC disk_initialize
EXTERN asm_disk_initialize
;------------------------------------------------------------------------------
; Routines that talk with the IDE drive, these should be called from diskio.h
; extern DSTATUS disk_initialize (BYTE pdrv);
;
; initialize the ide drive
disk_initial... |
programs/oeis/202/A202201.asm | neoneye/loda | 22 | 46613 | ; A202201: Number of (n+2) X 9 binary arrays avoiding patterns 001 and 101 in rows and columns.
; 2430,11880,44550,138996,378378,926640,2084940,4375800,8664084,16325712,29476980,51279480,86337900,141210432,225054126,350430300,534298050,799227000,1174863690,1699689420,2423110950,3407929200,4733235000,6497785008,88239151... |
boot/switch.asm | zehric/hollowos | 0 | 46614 | [bits 16]
switch_to_pm:
cli ; Disable interrupts
lgdt [GDT_DESCRIPTOR] ; Load the GDT descriptor
mov eax, cr0
or eax, 0x1 ; Set 32-bit mode bit in cr0
mov cr0, eax
jmp CODE_SEG:init_pm ; far jump to init_pm
[bits 32]
init_pm:
mov ax, DATA_SEG ; Update the segment registers
mov ds, ax
mov ss, ax
mov es... |
Repeated-Sum-Multplication.asm | DuttaAbhigyan/x85-Simple-Arithmetic-Programs | 0 | 46615 | ;A Program to multpily 2 8 bit numbers stored
;at 0x0001 and 0x0002 and store it in 0x0003 by
;repeated addition method
LDA 0x0001
MOV C,A
LDA 0x0002
CMP C
JC START
;Step for making minimum number of additions
MOV B,A
MOV A,C
MOV C,B
;Actual multiplication
START: MVI B,0x00000
LXI H,0x0000
AGAIN: DAD B
DCR A
JNZ AG... |
Appl/SDK_Asm/no_go/Item/list.asm | steakknife/pcgeos | 504 | 46617 | <gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Item (Sample PC GEOS application)
FILE: list.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Eric 6/1/92 ... |
sandbox/two_stage/Stage2.asm | egormkn/bootloader | 38 | 46619 |
;*******************************************************
;
; Stage2.asm
; Stage2 Bootloader
;
; OS Development Series
;*******************************************************
bits 16
org 0x500
jmp main ; go to start
;*******************************************************
; Preprocessor directives
;***********... |
lab1.asm | ADWright18/python_project | 0 | 46621 | <reponame>ADWright18/python_project<filename>lab1.asm
# Comments. Anything after # is comments.
# MIPS Example
.data #data segment
newline: .asciiz "\n" #ASCII for a new line. asciiz with z means 0 (not character '0') is placed after the last character.
.align 2 # The next variable (symbol) should starts at ... |
mem/dos/16bit/real/Dos16RMemAvail.asm | osfree-project/FamilyAPI | 0 | 46624 | ;/*!
; @file
;
; @ingroup fapi
;
; @brief DosMemAvail DOS wrapper
;
; (c) osFree Project 2021, <http://www.osFree.org>
; for licence see licence.txt in root directory, or project website
;
; This is Family API implementation for DOS, used with BIND tools
; to link required API
;
; @author <NAME> (<EMAIL... |
libsrc/target/x1/x1/asm_set_palette.asm | Frodevan/z88dk | 640 | 46625 | <reponame>Frodevan/z88dk<filename>libsrc/target/x1/x1/asm_set_palette.asm
SECTION code_clib
PUBLIC asm_set_palette
PUBLIC asm_get_palette
; Set the palette bitsets
;
; Entry: l = blue bitset
; h = red bitset
; e = green bitset
asm_set_palette:
ld bc,$1000
out (c),l ;Blue
inc b
out (c),h ;Red
inc b
o... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1418.asm | ljhsiun2/medusa | 9 | 46627 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %r9
lea addresses_WT_ht+0xf643, %r9
nop
nop
nop
nop
add %r10, %r10
mov $0x6162636465666768, %r14
movq %r14, %xmm0
vmovups %ymm0, (%r9)
nop
cmp $59453, %r14
lea addresses_WT_ht+0x25a3, %r9
add %r8, %r8
mov ... |
Code/CustomControl/RAProperty/Src/SolParse.asm | CherryDT/FbEditMOD | 11 | 46628 | .const
szsolskipline db 10,7,'section'
db 10,7,'include'
db 10,6,'invoke'
db 0,0,0
szsolword1 db 10,4,'proc'
db 11,5,'struc'
db 11,6,'struct'
db 11,5,'union'
db 12,5,'macro'
db 13,4,'enum'
db 0,0,0
szsolword2 db 10,3,'equ'
... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_10_976.asm | ljhsiun2/medusa | 9 | 46629 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rax
push %rbp
push %rbx
push %rdi
push %rdx
lea addresses_WC_ht+0x3211, %r10
nop
nop
nop
nop
nop
xor $19749, %rbx
movups (%r10), %xmm5
vpextrq $1, %xmm5, %rdi
xor %rdx, %rdx
lea addresses_A_ht+0x3d41, %rbp
clflush (%rbp)
nop
nop
nop
xor $46557, %rax... |
programs/oeis/220/A220465.asm | jmorken/loda | 1 | 46630 | ; A220465: Reverse reluctant sequence of reverse reluctant sequence A004736.
; 1,2,1,1,2,1,3,1,2,1,2,3,1,2,1,1,2,3,1,2,1,4,1,2,3,1,2,1,3,4,1,2,3,1,2,1,2,3,4,1,2,3,1,2,1,1,2,3,4,1,2,3,1,2,1,5,1,2,3,4,1,2,3,1,2,1,4,5,1,2,3,4,1,2,3,1,2,1,3,4,5,1,2,3,4,1,2,3,1,2,1,2,3,4,5,1,2,3,4,1,2,3,1,2,1,1,2,3,4,5,1,2,3,4,1,2,3,1,2,1,6... |
dino/lcs/enemy/99.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 46631 | copyright zengfr site:http://github.com/zengfr/romhack
00491C move.l D0, (A4)+
00491E move.l D0, (A4)+
004920 move.l D0, (A4)+
004922 move.b D0, ($59,A6)
004926 move.b D0, ($63,A6)
00492A move.b D0, ($7d,A6)
00492E move.b D0, ($87,A6)
010A7E move.b D0, ($6,A3) [enemy+1B, enemy+3B, enemy+5B, enem... |
test/vector_sub.asm | killvxk/AssemblyLine | 147 | 46632 | SECTION .text
GLOBAL test
test:
mov rcx, 0xffffffff
mov r12, 0x21524110
movq xmm4, rcx
movq xmm7, r12
psubq xmm4, xmm7
movq xmm5, xmm4
movq rax, xmm5
ret |
programs/oeis/037/A037546.asm | karttu/loda | 1 | 46633 | ; A037546: Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,2.
; 1,7,37,186,932,4662,23311,116557,582787,2913936,14569682,72848412,364242061,1821210307,9106051537,45530257686,227651288432,1138256442162,5691282210811,28456411054057,142282055270287,711410276351436
mov $1,5
... |
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0xca.log_37_990.asm | ljhsiun2/medusa | 9 | 46634 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x11890, %rsi
lea addresses_UC_ht+0x13f10, %rdi
nop
nop
nop
dec %rdx
mov $19, %rcx
rep movsw
nop
cmp %r15, %r15
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %r15
ret
.global s_faulty_load
s_faulty_load:
pu... |
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_388.asm | ljhsiun2/medusa | 9 | 46635 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13dac, %rsi
lea addresses_WC_ht+0xa5ac, %rdi
nop
nop
nop
nop
nop
dec %r9
mov $90, %rcx
rep movsl
nop
nop
nop
nop
nop
sub %r9, %r9
lea addresses_WT_ht+0x630c, %rsi
lea addresse... |
Microprocessor/hello.asm | Nmane1612/Nihar-Mane | 3 | 46636 | ; "hello, world!" step-by-step char-by-char way...
; this is very similar to what int 21h/9h does behind your eyes.
; instead of $, the string in this example is zero terminated
; (the Microsoft Corporation has selected dollar to terminate the strings for MS-DOS operating system)
name "hello"
org 100h ;... |
tests/test.asm | jonathannocek/cs256-sim | 0 | 46637 | <reponame>jonathannocek/cs256-sim
start:
# Simple test of ADDI, ADD, and SUB
addi $1 0
addi $1 1
addi $2 2
addi $3 3
add $4 $3
add $4 $1
sub $5 $1
sub $6 $3
sub $6 $3
# Testing assigni
assigni $1 1
assigni $2 2
assigni $3 3
assigni $4 4
assigni $5 5
# ... |
test/03_uza_uia.asm | x86128/pymesm | 2 | 46638 | <gh_stars>1-10
#
# Test for instructions XTA, UZA, UIA.
#
org 1
xta zero
uza ok
uj fail
#
lbl ok
uia fail
uia fail
#
xta one
uza fail
uza fail
uia pass
#
lbl fail
stop 0o76543,2
lbl ... |
ComputerComposition/P2/SymetryString.asm | LittleNyima/BUAA-cs-core | 5 | 46640 | <reponame>LittleNyima/BUAA-cs-core
.data
stack: .space 32
.text
# $s0 for sp
# $s1 for bottom of the stack
la $s0, stack
addi $s0, $s0, 32
move $s1, $s0
# $s2 for n
li $v0, 5
syscall
move $s2, $v0
# $s3 for n//2, $s4 for n % 2
li $s3, 2
div $s2, $s3
mflo $s3
mfhi $s4
li $t1, 0
push:
slt $t0, $t1, $s3
beq $t0, $0, e... |
lib/time.asm | ssbostan/zagros | 21 | 46641 | <reponame>ssbostan/zagros<gh_stars>10-100
; ===================== ZagrOS ====================
; Zagros Open Source Operating System
; <NAME> (<EMAIL>)
; Bostandoust.IR
; ===================== ZagrOS ====================
; ==================== gettime ====================
gettime:
push ax
... |
lab3_test_harness/test/state_data_in/29.asm | Zaydax/PipelineProcessor | 2 | 46642 | <filename>lab3_test_harness/test/state_data_in/29.asm
.ORIG x1234
RET
ADD R1, R3, R3
ADD R1, R3, R3
ADD R1, R3, R3
ADD R1, R3, R3
.END
|
oeis/038/A038554.asm | neoneye/loda-programs | 11 | 46643 | ; A038554: Derivative of n: write n in binary, replace each pair of adjacent bits with their mod 2 sum (a(0)=a(1)=0 by convention). Also n XOR (n shift 1).
; 0,0,1,0,2,3,1,0,4,5,7,6,2,3,1,0,8,9,11,10,14,15,13,12,4,5,7,6,2,3,1,0,16,17,19,18,22,23,21,20,28,29,31,30,26,27,25,24,8,9,11,10,14,15,13,12,4,5,7,6,2,3,1,0,32,33,... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_18_2706.asm | ljhsiun2/medusa | 9 | 46644 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xacdb, %rsi
and %r9, %r9
movw $0x6162, (%rsi)
nop
nop
cmp $8424, %rcx
lea addresses_WC_ht+0x1ce27, %r14
clflush (%r14)
nop
add %r12, %r12
movb $0x61,... |
bininhexout.asm | pbhandari9541/COSC-2329 | 0 | 46647 | <reponame>pbhandari9541/COSC-2329
; This program prompts the user to enter a base 16 number
; It prints the number entered in both binary and hex
org 100h
section .data
prompt1: db "Please enter a decimal number: $"
prompt2: db 0Dh,0Ah, "In binary, the number you entered is: $"
prompt3: db 0Dh,0Ah, "In hex... |
Library/GrObj/UI/uiFlipControl.asm | steakknife/pcgeos | 504 | 46648 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: uiFlipControl.asm
AUTHOR: <NAME>
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name Descri... |
data/events/card_key_coords.asm | opiter09/ASM-Machina | 1 | 46649 | ; These tables are probably supposed to be door locations in Silph Co.,
; but they are unused.
; The reason there are 3 tables is unknown.
; Format: map ID, Y, X, gate ID?
CardKeyTable1:
db SILPH_CO_2F, $04, $04, 0
db SILPH_CO_2F, $04, $05, 1
db SILPH_CO_4F, $0C, $04, 2
db SILPH_CO_4F, $0C, $05, 3
db SILPH_... |
programs/oeis/132/A132401.asm | jmorken/loda | 1 | 46650 | <gh_stars>1-10
; A132401: Period 8: repeat 0, 0, 1, 1, 2, -1, -1, -2.
; 0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0,0,1,1,2,-1,-1,-2,0... |
src/render.asm | rondnelson99/vcs-raycast | 0 | 46651 | <filename>src/render.asm
.include "defines.asm"
.RAMSECTION "Render Vars" SLOT "RAM"
wPlayerX: dw ; Player X in 8.8 fixed point
wPlayerY: dw ; Player Y in 8.8 fixed point
wPlayerFacingAngle: db ;the scale of this is decided by the FOV
wPlayerFacingQuadrant: db ;where 0 is top-right, 1 is bottom-right, 2 is bottom-lef... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_49.asm | ljhsiun2/medusa | 9 | 46652 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x7c4f, %rcx
nop
cmp %rdx, %rdx
mov $0x6162636465666768, %r13
movq %r13, %xmm0
vmovups %ymm0, (%rcx)
nop
nop
cmp %rsi, %rsi
lea addresses_UC_ht+0xb61f, %rsi
lea addresses_WT_ht+0x1a02f, %... |
programs/oeis/107/A107395.asm | neoneye/loda | 22 | 46653 | <filename>programs/oeis/107/A107395.asm
; A107395: C(n+4,4)*C(n+6,4).
; 15,175,1050,4410,14700,41580,103950,235950,495495,975975,1821820,3248700,5569200,9224880,14825700,23197860,35441175,52997175,77729190,112015750,158858700,222007500,306101250,416830050,561117375,747325215,985483800,1287547800,1667680960,2142571200,2... |
Library/Hyperlink/hyperlinkManager.asm | steakknife/pcgeos | 504 | 46657 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Hyperlink Library
FILE: hyperlinkManager.asm
AUTHOR: <NAME>, May 23, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
... |
oeis/350/A350268.asm | neoneye/loda-programs | 11 | 46658 | ; A350268: a(n) = Sum_{k=0..n} (n - k)! * (n - 1)^k. Row sums of A350269.
; Submitted by <NAME>
; 1,1,4,22,168,1720,22670,368784,7134148,159416704,4027395330,113235212800,3501763366904,118024658758656,4303855119215782,168777440194263040,7081468496171815500,316501174908316647424,15010862087643791689322,75291626152685837... |
programs/oeis/247/A247619.asm | karttu/loda | 0 | 46659 | ; A247619: Start with a single pentagon; at n-th generation add a pentagon at each expandable vertex; a(n) is the sum of all label values at n-th generation. (See comment for construction rules.)
; 1,6,16,36,66,116,186,296,446,676,986,1456,2086,3036,4306,6216,8766,12596,17706,25376,35606,50956,71426,102136,143086,20451... |
Library/User/Gen/genAppCommonIACP.asm | steakknife/pcgeos | 504 | 46660 | <reponame>steakknife/pcgeos
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: UserInterface/Gen
FILE: genAppCommonIACP.asm
ROUTINES:
Name Description
---- -----------
GLB GenApplicationCla... |
oeis/034/A034953.asm | neoneye/loda-programs | 11 | 46662 | ; A034953: Triangular numbers (A000217) with prime indices.
; Submitted by <NAME>
; 3,6,15,28,66,91,153,190,276,435,496,703,861,946,1128,1431,1770,1891,2278,2556,2701,3160,3486,4005,4753,5151,5356,5778,5995,6441,8128,8646,9453,9730,11175,11476,12403,13366,14028,15051,16110,16471,18336,18721,19503,19900,22366,24976,2587... |
Working Disassembly/Levels/DEZ/Misc Object Data/Map - Energy Bridge.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 46663 | dc.w word_48000-Map_DEZEnergyBridge
dc.w word_4800E-Map_DEZEnergyBridge
dc.w word_4801C-Map_DEZEnergyBridge
dc.w word_4802A-Map_DEZEnergyBridge
word_48000: dc.w 2 ; DATA XREF: ROM:00047FF8o
dc.b $F8, 0, 0, 8, $FF, $C4
dc.b $F8, 0, 0, 8, 0, 4
word_4800E: dc.w 2 ; DATA XREF: ROM:00047FF8... |
oeis/116/A116703.asm | neoneye/loda-programs | 11 | 46664 | <gh_stars>10-100
; A116703: Number of permutations of length n which avoid the patterns 231, 4123.
; Submitted by <NAME>
; 1,2,5,13,33,82,202,497,1224,3017,7439,18343,45228,111514,274945,677894,1671393,4120937,10160465,25051354,61765902,152288233,375477484,925766477,2282543187,5627772815,13875674756,34211464510,8435080... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_52_1728.asm | ljhsiun2/medusa | 9 | 46665 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rdx
lea addresses_D_ht+0x2ecf, %rdx
nop
inc %r10
and $0xffffffffffffffc0, %rdx
movntdqa (%rdx), %xmm5
vpextrq $1, %xmm5, %r14
nop
cmp $13080, %r8
pop %rdx
pop %r8
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r11
pus... |
P5/P5_TestCode/P5_L1_testcase29/P5_L1_testcase29/mips29.asm | alxzzhou/BUAA_CO_2020 | 1 | 46666 | <gh_stars>1-10
ori $2, 10
ori $3, 5
subu $1, $3, $2
addu $4, $1, $2
subu $4, $3, $2
ori $4, 1
subu $1, $2, $3
lui $1, 10
subu $1, $2, $3
ori $2, 10
sw $1, 0($0)
subu $1, $2, $3
sw $1, 4($0)
subu $1, $2, $3
subu $4, $2, $3
beq $1, $4 QAQ
ori $t0, 10
ori $t1, 10
QAQ:
ori $t2, 10
subu $1, $2, $3
ori $2, 10
ori $0, 10
sub... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1714.asm | ljhsiun2/medusa | 9 | 46667 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1714.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x22a, %rsi
lea addresses_UC_ht+0x1a8ba, %rdi
nop
nop
nop
nop
and %r1... |
sw/552tests/inst_tests/j_3.asm | JPShen-UWM/ThreadKraken | 1 | 46668 | // Original test: ./tschaefe/hw4/problem6/j_1.asm
// Author: tschaefe
// Test source code follows
// j test 1
// Jump instruction should skip over add
j 0x2
add r1, r2, r3
halt
|
libsrc/stdio/ansi/osca/f_ansi_cls.asm | andydansby/z88dk-mk2 | 1 | 46669 | <filename>libsrc/stdio/ansi/osca/f_ansi_cls.asm
;
; OSCA C Library
;
; ANSI Video handling
;
; CLS - Clear the screen
;
;
; <NAME> - June 2012
;
;
; $Id: f_ansi_cls.asm,v 1.1 2012/05/31 14:52:59 stefano Exp $
;
XLIB ansi_cls
INCLUDE "flos.def"
.ansi_cls
jp kjt_clear_screen
|
common/cx.asm | DigitalMars/optlink | 28 | 46670 | ; Copyright <NAME>
; Route 1 Box 54A
; Lenore, ID 83541
; February 18,1992
; FAX: 208-263-8772
; email: <EMAIL>
comment&
32 bit Startup code for DOS extender. This module must be linked
first since it determines the segment order for all segments in the
final executable. This file is spec... |
assn1.asm | TstevetsT/4678 | 0 | 46673 | BITS 32
; This Assembly Code will open a file named 'flag'
; in the current directory and displays contents
; to stdout then it must exit cleanly and return code 0
; The best way for you to proceed is probably to write a
; stand alone assembly language program that performs the
; required task (reading an... |
_maps/obj41.asm | vladjester2020/Sonic1TMR | 0 | 46674 | <reponame>vladjester2020/Sonic1TMR
; ---------------------------------------------------------------------------
; Sprite mappings - springs
; ---------------------------------------------------------------------------
dc.w byte_DD26-Map_obj41
dc.w byte_DD31-Map_obj41
dc.w byte_DD37-Map_obj41
dc.w byte_DD... |
src/draw/BufferResize.asm | jhm-ciberman/calculator-asm | 2 | 46677 | <filename>src/draw/BufferResize.asm
;;;
; Resizes a buffer
; params:
; buffer - The buffer to resize
; width - The width of the buffer
; height - The height of the buffer
;
; returns: (QWORD) A pointer to the new buffer
;;;
proc BufferResize, buffer:QWORD, width:DWORD, height:DWORD
mov [buffer], r... |
programs/oeis/327/A327565.asm | karttu/loda | 0 | 46679 | ; A327565: Number of transfers of marbles between two sets until the first repetition.
; 2,3,4,3,5,4,4,5,6,4,5,6,5,5,6,5,7,6,5,7,6,5,7,6,6,7,6,6,7,6,6,7,8,6,7,8,6,7,8,6,7,8,6,7,8,6,7,8,7,7,8,7,7,8,7,7,8,7,7,8,7,7,8,7,9,8,7,9,8,7,9,8,7,9,8,7,9,8,7,9
mov $2,1
mov $4,1
lpb $0,1
mov $5,$0
sub $0,$4
mod $0,2
mul $2... |
14_CONTA_DOPPI.asm | aleattene/lc2-exams | 0 | 46680 | ; ************ DESCRIZIONE SOTTOPROGRAMMA ************
Il seguente sottoprogramma denominato CONTA_DOPPI riceve nel registro R0 l’indirizzo della
prima cella di una zona di memoria contenente una sequenza di numeri a 16 bit in complemento a 2;
il valore 0 (zero) termina la sequenza e non ne fa parte.
Il sottoprogramm... |
programs/oeis/289/A289719.asm | neoneye/loda | 22 | 46681 | <filename>programs/oeis/289/A289719.asm
; A289719: a(n) = (n/2)*binomial(2*n, n) + 1.
; 1,2,7,31,141,631,2773,12013,51481,218791,923781,3879877,16224937,67603901,280816201,1163381401,4808643121,19835652871,81676217701,335780006101,1378465288201,5651707681621,23145088600921,94684453367401,386971244197201,158013258047190... |
start.asm | Bryce-MW/vmos | 0 | 46682 | <reponame>Bryce-MW/vmos
%use ifunc
bits 16
; ES:DI = Pointer to PnP Installation Check Structure
; DL = Drive number used for the INT 13h (00h, 80h, etc.)
; 0x1000 will be the location of the first page table
PML4 equ 0x1000
; 0x2000 will be the location of the second page table
PDPT equ 0x2000
PageTableEntries equ... |
Labs/Lab 11/cstring.asm | sherali801/computer_organization_and_assembly_language | 1 | 46683 | .CODE
STRINP PROC
PUSH AX
PUSH BX
PUSH CX
PUSH DX
PUSH SI
PUSH DI
PUSH BP
MOV BP, SP
MOV SI, [BP + 14 + 4]
MOV CX, [BP + 14 + 2]
MOV AH, 01H
STRINP_INPUT:
INT 21H
CMP AL, 13D
JE STRINP_END
MOV [SI], AL
INC SI
LOOP STRINP_INPUT
ST... |
programs/oeis/257/A257687.asm | neoneye/loda | 22 | 46684 | <reponame>neoneye/loda
; A257687: Discard the most significant digit from factorial base representation of n, then convert back to decimal: a(n) = n - A257686(n).
; 0,0,0,1,0,1,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,1... |
reports/09_isMatch_1.combine.asm | arnaudroger/re2j-benchmark | 0 | 46685 | # JMH version: 1.19
# VM version: JDK 1.8.0_131, VM 25.131-b11
# VM invoker: /usr/lib/jvm/java-8-oracle/jre/bin/java
# VM options: <none>
# Warmup: 20 iterations, 1 s each
# Measurement: 20 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Throughput... |
oeis/315/A315272.asm | neoneye/loda-programs | 11 | 46686 | <filename>oeis/315/A315272.asm
; A315272: Coordination sequence Gal.6.351.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>(s2)
; 1,6,10,15,21,26,30,35,41,46,50,56,62,66,71,77,82,86,91,97,102,106,112,118,122,127,1... |
data/wildPokemon/safarizone1.asm | adhi-thirumala/EvoYellow | 0 | 46687 | ZoneMons1:
db $1E
db 21,CHANSEY
db 29,MILTANK
db 22,EXEGGCUTE
db 21,TAUROS
db 32,NIDORINA
db 19,CUBONE
db 26,EXEGGCUTE
db 24,MAROWAK
db 40,CHANSEY
db 15,SCYTHER
db $00
|
source/iterator.asm | mateuszstompor/Linked-List-x86-64-ASM | 5 | 46688 | ;
; Created by <NAME> on 23/06/2019.
;
%ifndef LL_ITERATOR_DECLARATIONS
%define LL_ITERATOR_DECLARATIONS
%ifdef APPLE
%define LLI_ALLOC _lli_alloc
%define LLI_RELEASE _lli_release
%define LLI_BEGIN _lli_begin
%define LLI_END _lli_end
%define LLI_DEREFER... |
proyectos/08/StaticsTest/StaticsTest.asm | stivenramireza/Computers_Architecture | 2 | 46689 | <filename>proyectos/08/StaticsTest/StaticsTest.asm
@256
D=A
@SP
M=D
@RETURN_LABEL0
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@SP
A=M
M=D
@SP
M=M+1
@ARG
D=M
@SP
A=M
M=D
@SP
M=M+1
@THIS
D=M
@SP
A=M
M=D
@SP
M=M+1
@THAT
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
D=M
@5
D=D-A
@0
D=D-A
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JMP
(RETURN_LABEL0)
(... |
gfx/pokemon/persian/anim.asm | Dev727/ancientplatinum | 28 | 46690 | frame 4, 12
frame 1, 32
frame 0, 12
frame 2, 10
frame 3, 08
frame 2, 10
frame 3, 08
frame 2, 06
endanim
|
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_capacity.asm | jpoikela/z88dk | 640 | 46691 | <reponame>jpoikela/z88dk
; size_t wa_priority_queue_capacity(wa_priority_queue_t *q)
SECTION code_clib
SECTION code_adt_wa_priority_queue
PUBLIC wa_priority_queue_capacity
EXTERN asm_wa_priority_queue_capacity
defc wa_priority_queue_capacity = asm_wa_priority_queue_capacity
; SDCC bridge for Classic
IF __CLASSIC
... |
oeis/142/A142237.asm | neoneye/loda-programs | 11 | 46692 | <gh_stars>10-100
; A142237: Primes congruent to 40 mod 41.
; Submitted by <NAME>
; 163,409,491,983,1229,1721,2131,2213,2377,2459,3361,3607,3853,4099,4591,4673,4919,5657,5821,5903,6067,7297,7789,8117,8363,8527,8609,9511,9839,10331,10987,11069,11807,11971,12791,13037,13693,14431,14759,14923,15497,15661,15907,16481,17137,... |
programs/oeis/220/A220147.asm | karttu/loda | 0 | 46694 | <reponame>karttu/loda<gh_stars>0
; A220147: Number of n X 2 arrays of the minimum value of corresponding elements and their horizontal or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..2 n X 2 array.
; 3,11,26,52,95,163,266,416,627,915,1298,1796,2431,3... |
8088/demo/title/title.asm | reenigne/reenigne | 92 | 46695 | <gh_stars>10-100
org 0
cpu 8086
mov ax,6
int 0x10
mov al,0x1a
mov dx,0x3d8
out dx,al
mov al,15
mov dx,0x03d9
out dx,al
mov ax,0xb800
mov es,ax
xor di,di
mov si,data
mov ax,cs
mov ds,ax
mov cx,8192
rep movsw
;
; mov cx,16
; mov ax,0
;
;loopTop:
; push cx
; mov cx,40*6
; rep stosw
... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_2995_1406.asm | ljhsiun2/medusa | 9 | 46696 | .global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xf1b7, %r9
nop
nop
nop
sub %rbx, %rbx
mov (%r9), %rbp
and $8595, %rdi
lea addresses_normal_ht+0xcdcd, %rcx
nop
and $20472, %rdi
vmovups (%rcx), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1315.asm | ljhsiun2/medusa | 9 | 46697 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1684a, %rsi
lea addresses_normal_ht+0x1aa8a, %rdi
nop
nop
xor $18683, %r14
mov $28, %rcx
rep movsq
nop
nop
nop
nop
cmp %r15, %r15
lea a... |
examples/boot_05_shift.asm | Obijuan/simplez-grammar | 3 | 46698 | ;-------------------------------------------------------------------------------------------
;-- Programa de ejemplo para Bootloader. Secuencia desplazamiento de un led que se saca
;-- por los leds
;--
;-- Este programa se carga mediante el bootloader
;-------------------------------------------------------------------... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1602.asm | ljhsiun2/medusa | 9 | 46699 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x103d9, %r8
nop
sub $55051, %r13
mov (%r8), %rdx
nop
nop
nop
nop
nop
cmp $24439, %r13
lea addresses_UC_ht+0x168d5, %rsi
lea addresses_WC_ht+0x1abd9, ... |
week_7/dataset/Assembly/056612.asm | Dumebi35/DumebiCSC102 | 0 | 46700 | ;page 95 sum of an integer array
.model small
.stack 100h
.data
intarray dw 200h,100h,300h,600h
.code
extrn clrscr:proc, writeint:proc
main proc
mov ax,0 ;zero accumulator
mov di,offset intarray ;address of intarray start
mov cx,4 ;number of integers
read_int:
add ax,[di] ;add integer to accum
add di,2 ;poi... |
programs/oeis/040/A040037.asm | karttu/loda | 0 | 46701 | <filename>programs/oeis/040/A040037.asm<gh_stars>0
; A040037: Continued fraction for sqrt(44).
; 6,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,1,1,1,2,1,1,1,12,... |
avr/attiny13/044_blinky_with_timer_overflow_asm/main.asm | RedPack7/blog | 264 | 46702 | ; Copyright (c) 2018, <NAME> <<EMAIL>>
; ATtiny13/044
; Simple blinky with timer overflow (assembler version, 28 bytes of program flash).
.nolist
.include "tn13def.inc"
.list
; define constnt
.equ LED_PIN = PB0 ; use PB0 as LED pin
; define register
.def tmp = r16 ; define r16 as temporary register
; start vec... |
programs/oeis/230/A230056.asm | neoneye/loda | 22 | 46704 | ; A230056: G.f.: Sum_{n>=0} (n+3)^n * x^n / (1 + (n+3)*x)^n.
; 1,4,9,30,132,720,4680,35280,302400,2903040,30844800,359251200,4550515200,62270208000,915372057600,14384418048000,240612083712000,4268249137152000,80029671321600000,1581386305314816000,32844177110384640000,715273190403932160000,16298010552775311360000
mov $... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_9_973.asm | ljhsiun2/medusa | 9 | 46705 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xc8f0, %rcx
cmp %rbp, %rbp
vmovups (%rcx), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $1, %xmm4, %r14
nop
add $37461, %r8
lea addresses_WC_ht+0xec80, %rsi
lea addresses_UC_ht+... |
programs/oeis/001/A001360.asm | jmorken/loda | 1 | 46706 | ; A001360: Crystal ball sequence for hyperbolic tessellation 3^7 (from triangle group (2,3,7)).
; 1,8,29,85,232,617,1625,4264,11173,29261,76616,200593,525169,1374920,3599597,9423877,24672040,64592249,169104713,442721896,1159060981,3034461053,7944322184,20798505505,54451194337,142555077512,373214038205,977087037109,2558... |
programs/oeis/053/A053754.asm | neoneye/loda | 22 | 46707 | <reponame>neoneye/loda
; A053754: If k is in the sequence then 2*k and 2*k+1 are not (and 0 is in the sequence); when written in binary k has an even number of bits (0 has 0 digits).
; 0,2,3,8,9,10,11,12,13,14,15,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,128,129,130... |
itoa32_asm/src/uitoa32.asm | DoImant/MSP430-itoa32 | 0 | 46708 | <reponame>DoImant/MSP430-itoa32
;-------------------------------------------------------------------------------
; File: uitoa32.asm
; Date: 26. Dec 2021
;
; Routine for converting an unsigned long int variable into an ASCII string
;
; Parameter:
; - Start address of the char array (char* strBuf)
; - 32 Bit un... |
programs/oeis/158/A158736.asm | neoneye/loda | 22 | 46709 | <filename>programs/oeis/158/A158736.asm
; A158736: a(n) = 70*n^2 - 1.
; 69,279,629,1119,1749,2519,3429,4479,5669,6999,8469,10079,11829,13719,15749,17919,20229,22679,25269,27999,30869,33879,37029,40319,43749,47319,51029,54879,58869,62999,67269,71679,76229,80919,85749,90719,95829,101079,106469,111999,117669,123479,129429... |
programs/oeis/099/A099777.asm | neoneye/loda | 22 | 46710 | <reponame>neoneye/loda<gh_stars>10-100
; A099777: Number of divisors of 2n.
; 2,3,4,4,4,6,4,5,6,6,4,8,4,6,8,6,4,9,4,8,8,6,4,10,6,6,8,8,4,12,4,7,8,6,8,12,4,6,8,10,4,12,4,8,12,6,4,12,6,9,8,8,4,12,8,10,8,6,4,16,4,6,12,8,8,12,4,8,8,12,4,15,4,6,12,8,8,12,4,12,10,6,4,16,8,6,8,10,4,18,8,8,8,6,8,14,4,9,12,12
mul $0,2
add $0,1... |
Code/CustomControl/SpreadSheet/SprShtDLL/SprShtDll.asm | CherryDT/FbEditMOD | 11 | 46711 | <gh_stars>10-100
PROP_STYLETRUEFALSE equ 1
PROP_EXSTYLETRUEFALSE equ 2
PROP_STYLEMULTI equ 3
;Used by RadASM 1.2.0.5
CCDEF struct dword
ID dd ? ;Controls uniqe ID
lptooltip dd ? ;Pointer to tooltip text
hbmp dd ? ;Handle of bitmap
lpcaption dd ? ;Pointer to default caption text... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1716.asm | ljhsiun2/medusa | 9 | 46712 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xe1bf, %rax
nop
and %rcx, %rcx
mov $0x6162636465666768, %r10
movq %r10, %xmm5
vmovups %ymm5, (%rax)
add $58931, %rdx
lea addresses_D_ht+0x50c7, %r8
add %r14, %r14
mov... |
mul8bit.asm | nagydani/z80_crypto | 17 | 46714 | ; 8 x 8 to 16 bit multiplication
; In: B, C multiplicands
; Out: HL product
; Pollutes: AF, F', BC, DE
MUL8: LD H,MULTAB/0x100
LD A,B
ADD A,C
RRA
LD L,A
LD E,(HL)
INC H
LD D,(HL)
PUSH DE
LD A,B
SUB A,C
JR NC,NOSWAP
NEG
LD C,B
AND A
NOSWAP: RRA
LD L,A
EX AF,AF' ; SAVE CARRY
LD D,(HL)
DEC H
LD E,(HL)
... |
ext/asm6f/brk.asm | JSpuri/EmuParadise | 0 | 46715 | ; Author: tokumaru
; http://forums.nesdev.com/viewtopic.php?%20p=58138#58138
;----------------------------------------------------------------
; constants
;----------------------------------------------------------------
PRG_COUNT = 1 ;1 = 16KB, 2 = 32KB
MIRRORING = %0001 ;%0000 = horizontal, %0001 = vertical, %1000 = ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1752.asm | ljhsiun2/medusa | 9 | 46716 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x185d, %rsi
lea addresses_WT_ht+0x1489d, %rdi
nop
nop
nop
nop
dec %r14
mov $42, %rcx
rep movsq
nop
nop
xor %r15, %r15
lea addresses_normal_ht+0xbc5d, %rsi
lea addresses_WT_ht+0x1b45, %rdi
nop
no... |
testsuite/ubivm/output/def_vars.asm | alexgarzao/UOP | 0 | 46717 | <filename>testsuite/ubivm/output/def_vars.asm
.constant_pool
.const 0 string [start]
.const 1 string [constructor]
.const 2 string [var1]
.const 3 string [var2]
.const 4 string [var3]
.const 5 string [var4]
.end
.entity start
.valid_context_when (always)
.method constructor
.var 0 int ... |
libsrc/graphics/respixl_smc.asm | andydansby/z88dk-mk2 | 1 | 46718 | <reponame>andydansby/z88dk-mk2<filename>libsrc/graphics/respixl_smc.asm
;
; Generic graphics routines
; Self modifying code version
;
; <NAME> - 4/1/2007
;
;
; Reset pixel at (x,y) coordinate.
;
;
; $Id: respixl_smc.asm,v 1.1 2007/01/04 17:41:34 stefano Exp $
;
XLIB respixel
LIB pixel
XREF pi... |
bins/mrc_emu/ext/mrc_bios/cpu_test.asm | tiaanl/ees-rs | 0 | 46719 | <gh_stars>0
cpu_test:
mov si, .msg_1
call print_message
; Begin FLAG test of CPU
xor ax, ax
jb .fail
jo .fail
js .fail
jnz .fail
jpo .fail
add ax, 1
jz .fail
jpe .fail
sub ax, 0x8002
js .fail
inc ax
jno .fail
shl ax, 1
jnb .fail
jnz .fail
shl ax, 1
jb .fail
; Begin REGISTER test of CPU
mov bx, ... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_fsub.asm | ahjelm/z88dk | 640 | 46720 |
; float _fsub (float left, float right) __z88dk_callee
SECTION code_clib
SECTION code_fp_am9511
PUBLIC asm_fsub
EXTERN asm_am9511_fsub_callee
; subtract sccz80 float from sccz80 float
;
; enter : stack = sccz80_float left, ret
; DEHL = sccz80_float right
;
; exit : DEHL = sccz80_... |
tests/mips2.asm | QuarticCat/qc-mips-cpu | 0 | 46721 | <reponame>QuarticCat/qc-mips-cpu
.text
# To test the MEM_to_EX hazard
# To test the WB_to_EX hazard
# If the hazard is handled correctly, $a2 should be 8. Otherwise, it may be -1 or something else
addi $v0, $zero, 1
addiu $v1, $zero, 2
addiu $a0, $zero, 20
addiu $a1, $zero, 16
addi $t1, $zero, 1 # meaningless instruct... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_617.asm | ljhsiun2/medusa | 9 | 46722 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x16666, %r15
and $43512, %rax
mov (%r15), %r14d
nop
nop
nop
cmp $58123, %rbp
lea addresses_WC_ht+0x82ce, %rsi
lea addresses_UC_ht+0x3256, %rdi
add %rax, %rax
mov $123, %rcx
rep movsb
no... |
programs/oeis/002/A002321.asm | neoneye/loda | 22 | 46724 | ; A002321: Mertens's function: Sum_{k=1..n} mu(k), where mu is the Moebius function A008683.
; 1,0,-1,-1,-2,-1,-2,-2,-2,-1,-2,-2,-3,-2,-1,-1,-2,-2,-3,-3,-2,-1,-2,-2,-2,-1,-1,-1,-2,-3,-4,-4,-3,-2,-1,-1,-2,-1,0,0,-1,-2,-3,-3,-3,-2,-3,-3,-3,-3,-2,-2,-3,-3,-2,-2,-1,0,-1,-1,-2,-1,-1,-1,0,-1,-2,-2,-1,-2,-3,-3,-4,-3,-3,-3,-2,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.