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 |
|---|---|---|---|---|
SMP3_3.X/SMP3_3/SMP3_3.asm | tabinohito/I4_PIC | 0 | 125987 | <filename>SMP3_3.X/SMP3_3/SMP3_3.asm<gh_stars>0
LIST P=PIC16F84A
INCLUDE "P16F84A.INC"
__CONFIG _HS_OSC
TMP0 EQU 0CH
TMP1 EQU 0DH
ORG 0H
MAIN
BSF STATUS, RP0
CLRF TRISA ;PORTA->Output
MOVLW 0FFH
MOVWF TRISB ;PORTB->Input
BCF STATUS, RP0
CLRF PORTA
LOOP
MOVF PORTB, W
ANDLW B'00001111'
MOVWF TMP... |
Basic Programs/LAB/#3 BLOCK TRANSFER.asm | dmdhrumilmistry/8051-Codes | 0 | 125988 | <filename>Basic Programs/LAB/#3 BLOCK TRANSFER.asm
MOV R7, #0AH
MOV R0, #20H
MOV R1, #30H
BACK:MOV A,@R0
MOV @R1,A
INC R0
INC R1
DJNZ R7,BACK
HERE: SJMP HERE |
verify/lxp32/src/firmware/test020.asm | mfkiwl/lxp32-cpu-fpga | 38 | 125990 | <reponame>mfkiwl/lxp32-cpu-fpga
/*
* Check that there are no pipeline hazards
*/
lc r100, 0x10000000 // test result output pointer
lcs r101, halt
lcs r102, failure
lcs r103, success
add r0, 100, 50 // r0:=150
add r1, r0, 3 // r1:=153, potential RAW hazard
mul r2, r1, 109 // r2:=16677, potential RAW hazard
... |
sw/552tests/inst_tests/andn_0.asm | JPShen-UWM/ThreadKraken | 1 | 125991 | // Original test: ./hartung/hw4/problem6/andn_0.asm
// Author: hartung
// Test source code follows
//This tests the operation of ANDN
//and dependency of Rt on the result
//of the previous operation.
lbi r1, 0xff //expected r1=0xffff
lbi r2, 0xf0 //expected r2=0xfff0
andn r3, r1, r2 //expected r3=0x000f
andn r... |
src/x86-64/kernel/drivers/net/virtio.asm | redteamcaliber/BareMetal-kernel | 1 | 125992 | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2014 Return Infinity -- see LICENSE.TXT
;
; Virtio NIC.
; =============================================================================
; -------------... |
xy-VSFilter/src/thirdparty/VirtualDub/Kasumi/source/a_stretchrgb_mmx.asm | wurui1994/AviSynth | 1 | 125994 | segment .rdata, align=16
x0020w dq 00020002000200020h
rb_mask_555 dq 07c1f7c1f7c1f7c1fh
g_mask_555 dq 003e003e003e003e0h
rb_mask_888 dq 000ff00ff00ff00ffh
g_mask_888 dq 00000ff000000ff00h
segment .text
struc VDPixmapReferenceStretchBltBilinearParameters
.dst resd 1
.src resd 1
.u resd 1
... |
data/tilesets/league_collision.asm | Trap-Master/spacworld97-thingy | 0 | 125995 | tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 00
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 01
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 02
tilecoll WALL, WALL, WALL, WALL ; 03
tilecoll WALL, WALL, WALL, WALL ; 04
tilecoll WALL, WALL, WALL, WALL ; 05
tilecoll WALL, WALL, WALL, WALL ; 06
tilecoll WALL, WALL, WALL, WALL ; 07
til... |
test/asm/line-continuation-whitespace.asm | justMaku/rgbds | 1 | 125996 | <filename>test/asm/line-continuation-whitespace.asm<gh_stars>1-10
; Test that \ followed by whitespace after a macro invocation at the end of the
; file doesn't cause a segfault.
bar: MACRO
ENDM
foo bar baz\
|
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_125.asm | ljhsiun2/medusa | 9 | 125997 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rbx
push %rsi
lea addresses_normal_ht+0x16407, %rbx
nop
nop
xor %rsi, %rsi
mov $0x6162636465666768, %r13
movq %r13, (%rbx)
nop
nop
nop
nop
nop
sub %rsi, %rsi
pop %rsi
pop %rbx
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r13
push %r1... |
oeis/121/A121256.asm | neoneye/loda-programs | 11 | 125998 | <reponame>neoneye/loda-programs
; A121256: a(n) = a(n-1)*a(n-3) - 1, starting with a(0)=a(1)=a(2)=2.
; Submitted by <NAME>(w1)
; 2,2,2,3,5,9,26,129,1160,30159,3890510,4512991599,136107313634240,529526864767147062399,2389750292138943783804215786000,325262492519671886357848434144628838112639999,17223522789028947793707886... |
oeis/019/A019628.asm | neoneye/loda-programs | 11 | 125999 | ; A019628: Expansion of 1/((1-4*x)*(1-7*x)*(1-12*x)).
; Submitted by <NAME>
; 1,23,369,5143,66977,841575,10367953,126315191,1529146113,18443562247,221980457777,2668373663319,32052757927009,384859080003239,4619891122628241,55449769683406327,665474773978915265,7986240069373127751,95838680372580021745,11500907615265555890... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_605.asm | ljhsiun2/medusa | 9 | 126003 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1cf5c, %r9
nop
nop
nop
nop
add $49340, %r12
movl $0x61626364, (%r9)
nop
inc %r8
lea addresses_normal_ht+0x1b56c, %rbp
nop
nop... |
P6/data_P6_2/ALUTest199.asm | alxzzhou/BUAA_CO_2020 | 1 | 126004 | <reponame>alxzzhou/BUAA_CO_2020<filename>P6/data_P6_2/ALUTest199.asm
or $0,$0,$3
lb $3,0($0)
addu $6,$4,$3
slti $3,$3,-29862
sh $3,4($0)
srav $5,$5,$3
srlv $3,$1,$3
lhu $0,12($0)
lh $4,2($0)
sllv $4,$0,$3
subu $5,$5,$3
nor $5,$5,$3
xori $4,$4,7233
lh $5,14($0)
or $4,$0,$3
or $3,$0,$3
addiu $3,$5,200
sll $3,$3,9
lw $5,8... |
smsq/spp/lpt.asm | olifink/smsqe | 0 | 126005 | ; IBM Standard LPT physical routines V2.10 1999 <NAME>
; NB. These routines assume that the LPT port is in fact an ECP port
section spp
xdef lpt_drdef
xref iob_gbyt
xref lpt_address
xref.s lpto.dtr
xref.s lpto.str
xref.s lpto.ctr
xref.s ecpo.data
xref.s ecpo.cnfga
xref.s ecpo.cnfgb
xref.s ecpo.ecr... |
PIC16/assy/hello_world.asm | Classrooms/Microcontrollers | 1 | 126006 | <reponame>Classrooms/Microcontrollers
; *******************************************************************
; Lesson 1 - "Hello World"
;
; The LEDs are connected to input-outpins (I/O) RC0 through RC3. First, the I/O pin
; must be configured for an output. In this case, when one of these pins is driven high
; (RC0 = 1... |
oeis/229/A229204.asm | neoneye/loda-programs | 11 | 126007 | <filename>oeis/229/A229204.asm
; A229204: For k>0, a(3k+1) = k*(k-3), a(3k+2) = k*(k-1), a(3k+3) = k*(k-1)-1.
; Submitted by <NAME>(s1)
; 0,0,0,-2,0,-1,-2,2,1,0,6,5,4,12,11,10,20,19,18,30,29,28,42,41,40,56,55,54,72,71,70,90,89,88,110,109,108,132,131,130,156,155,154,182,181,180,210,209,208,240,239,238,272,271,270,306,30... |
data/mapObjects/celadondiner.asm | adhi-thirumala/EvoYellow | 16 | 126009 | CeladonDinerObject:
db $f ; border block
db $2 ; warps
db $7, $3, $a, $ff
db $7, $4, $a, $ff
db $0 ; signs
db $5 ; objects
object SPRITE_COOK, $8, $5, WALK, $2, $1 ; person
object SPRITE_MOM_GEISHA, $7, $2, STAY, NONE, $2 ; person
object SPRITE_FAT_BALD_GUY, $1, $4, STAY, DOWN, $3 ; person
object SPRITE_FI... |
programs/oeis/079/A079643.asm | karttu/loda | 1 | 126010 | ; A079643: a(n) = floor(n/floor(sqrt(n))).
; 1,2,3,2,2,3,3,4,3,3,3,4,4,4,5,4,4,4,4,5,5,5,5,6,5,5,5,5,5,6,6,6,6,6,7,6,6,6,6,6,6,7,7,7,7,7,7,8,7,7,7,7,7,7,7,8,8,8,8,8,8,8,9,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,11,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,12,11,... |
patches/koala/loader/disasm/koala_loader_block_1.asm | fcatrin/a8tools | 3 | 126011 | <gh_stars>1-10
; BLOCK 1 koala_loader.xex
org $06FE
/* 06FE: 55 */ .byte $55, $55
/* 0700: 4C 3F 09 */ jmp START
/* 0703: A0 00 */ RETRY_MSG? ldy #$00
/* 0705: A9 01 */ lda #$01
/* 0707: 8D 1E 02 */ sta CDTMV4... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_8_1629.asm | ljhsiun2/medusa | 9 | 126012 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1d94, %rdx
nop
and $24816, %r15
mov (%rdx), %r13
nop
nop
nop
nop
nop
and %r9, %r9
lea addresses_WC_ht+0x4214, %rsi
lea addresses_D_ht+0xdd94, %rdi
clflush (%rdi)
nop
nop
nop
n... |
programs/oeis/133/A133345.asm | neoneye/loda | 22 | 126013 | <reponame>neoneye/loda
; A133345: a(n)=2a(n-1)+14a(n-2) for n>1, a(0)=1, a(1)=1.
; 1,1,16,46,316,1276,6976,31816,161296,768016,3794176,18340576,89799616,436367296,2129929216,10369000576,50557010176,246280028416,1200358199296,5848636796416,28502288382976,138885491915776
sub $0,1
lpb $0
mov $2,$0
sub $0,1
max $2,0... |
Mppt/Original/charge.asm | stvnrhodes/calsol | 0 | 126014 | <reponame>stvnrhodes/calsol
;**********************************************************************
; P R O G R A M M MPPTnG *
; *
; Traking program for MPPT new generation *
... |
Testcases/in2.asm | 5ayam5/COL216-A3 | 0 | 126015 | <reponame>5ayam5/COL216-A3
main: addi $t0, $0, 0
addi $t1, $0, 10
addi $s0, $0, 1
addi $v0, $0, 1
loop:
slt $t8, $t0, $t1
beq $t8, $0, exit
mul $s0, $s0, $t1
sub $t1, $t1, $v0
j loop
exit: |
Source.asm | usamashafiq/Jumps-and-Conditions | 0 | 126016 | <reponame>usamashafiq/Jumps-and-Conditions<gh_stars>0
.MODEL SMALL
.STACK 100H
.DATA
VAR DB 'HELLO $'
VAR1 DB 100 DUP('$')
VAR2 DB 'YOU WANT TO$'
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH,1
INT 21H
MOV CX,8
MOV SI,OFFSET VAR1
@LOOP:
cmp cx,0
je @end
MOV AH,1
INT 21H
MOV [SI],AL
INC SI
DEC CX
Jnz @LOOP
@END:
MOV DX... |
tests/altium_crap/Soft Designs/Legacy/NB1/EX41/StopWatch/StopWatch.asm | hanun2999/Altium-Schematic-Parser | 1 | 126017 | ;...............................................................................
PortAsInput .equ 0xFF
PortAsOutput .equ 0x0
KeyPad .equ PORTA ; Out on the TRIS Lines used as ouputs
LCD_CTRL .equ PORTB ; LCD control lines interface
LCD_DATA... |
commands/stra.asm | alexbelm48/AtieDOS | 33 | 126018 | ; AtieDOS 2.10 Stra Interpreter
; Based on Brainfuck, but this is for string manipulation.
; Copyright (c) 2020 AtieSoftware. All rights reserved.
; See LICENSE in the root folder
command_stra:
call os_command_init
mov bx, .STRA_HEADER
call os_print_string
call os_print_new_line
mov bx, .STRA... |
Lab7/EE321_Lab7_EminKartci_PWMController.asm | eminkartci/MicroController-Assembly | 1 | 126019 | <filename>Lab7/EE321_Lab7_EminKartci_PWMController.asm
_main:
;EE321_Lab7_EminKartci_PWMController.c,52 :: void main(){
;EE321_Lab7_EminKartci_PWMController.c,54 :: TRISA =0x00;
CLRF TRISA+0
;EE321_Lab7_EminKartci_PWMController.c,55 :: PORTB =0x00;
CLRF PORTB+0
;EE321_Lab7_EminKartci_PWMControll... |
MSDOS/Virus.MSDOS.Unknown.armagedo.asm | fengjixuchui/Family | 3 | 126020 | dta equ offset last_byte+10
virlen equ (offset last_byte - offset start)
strlen equ (offset endstr - offset startstr)
code segment
assume cs:code,ds:code
org 100h
start: jmp main
newint21 proc far ; SETS THE 'INT 21h' VIRUSED
pushf ; Save fla... |
linker-16bit/mbr.asm | yuchanns/x86-asm | 1 | 126021 | <gh_stars>1-10
SECTION .mbr
USE16
GLOBAL _start
extern _bootloader_start_addr
extern _bootloader_end_addr
extern bootloader
_start:
xor ax, ax
mov ds, ax
mov es, ax
mov ss, ax
mov fs, ax
mov gs, ax
cld
mov sp, 0x7c00
load_bootloader_from_disk:
lea eax, [_bootloader_start_addr]
mov ebx, eax
shr ebx, 4
m... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1472.asm | ljhsiun2/medusa | 9 | 126022 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rax
push %rbx
lea addresses_A_ht+0x1071b, %r8
nop
nop
cmp %rax, %rax
mov $0x6162636465666768, %rbx
movq %rbx, (%r8)
nop
nop
nop
sub %r10, %r10
pop %rbx
pop %rax
pop %r8
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r12
p... |
data/wildPokemon/mtmoon1.asm | longlostsoul/EvoYellow | 16 | 126023 | MoonMons1:
db $0A
db 8,SWINNUB;day
db 9,ZUBAT
db 10,GEODUDE
db 6,SWINNUB;day
db 7,ZUBAT
db 10,SANDSHREW
db 10,GLIGAR;day
db 11,GEODUDE
db 12,SANDSHREW
db 11,CLEFAIRY
db $00
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_43.asm | ljhsiun2/medusa | 9 | 126024 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x68be, %r10
clflush (%r10)
nop
nop
nop
nop
nop
xor $65027, %r8
mov $0x6162636465666768, %r12
movq %r12, %xmm4
and $0xffffffffffffffc0, %r10
vmovaps %... |
Transynther/x86/_processed/AVXALIGN/_st_zr_/i9-9900K_12_0xca_notsx.log_21829_475.asm | ljhsiun2/medusa | 9 | 126025 | <filename>Transynther/x86/_processed/AVXALIGN/_st_zr_/i9-9900K_12_0xca_notsx.log_21829_475.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x685b, %r8
nop
nop
and $45538, %rbp
movb $0x61, (%r8)
nop
add... |
array/a004.asm | czfshine/assembly-exercise | 1 | 126026 | ; 8086 assembly file
; by:czfshine
; date: 2018/05/24 10:24:42
; The Main Data segment
DATA SEGMENT
A dw 1;
B dw 2;
C dw 3;
DATA ENDS
STACK SEGMENT
DW 256 DUP(?)
STACK ENDS
;entry code segment
CODE SEGMENT
ASSUME CS:CODE ,DS:DATA,SS:STACK
START: ;entry point
MOV AX,DATA
MOV DS,A... |
oeis/349/A349526.asm | neoneye/loda-programs | 11 | 126027 | <filename>oeis/349/A349526.asm
; A349526: Modified lexicographic ordering of all pairs i,j with 1 <= i <= j; every pair i,j of positive integers occurs exactly once.
; Submitted by <NAME>
; 1,1,2,2,1,3,2,3,3,1,4,2,4,3,4,4,1,5,2,5,3,5,4,5,5,1,6,2,6,3,6,4,6,5,6,6,1,7,2,7,3,7,4,7,5,7,6,7,7,1,8,2,8,3,8,4,8,5,8,6,8,7,8,8,1,... |
FreeRTOS/Demo/H8S/RTOSDemo/start.asm | JVVJV/FreeRTOS | 2,603 | 126028 | ;/****************************************************************
;KPIT Cummins Infosystems Ltd, Pune, India. - 4th September 2003.
;
;This program is distributed in the hope that it will be useful,
;but WITHOUT ANY WARRANTY; without even the implied warranty of
;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS... |
oeis/040/A040460.asm | neoneye/loda-programs | 11 | 126030 | ; A040460: Continued fraction for sqrt(482).
; Submitted by <NAME>(s1)
; 21,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20,1,42,1,20
gcd $0,262156
mul $0,42
mod $0,13
mov $1,$0
div $1,5
mul $... |
libsrc/zx81/chroma81/zx_py2aaddr.asm | meesokim/z88dk | 0 | 126031 | ; uchar __FASTCALL__ *zx_py2aaddr(uchar ycoord)
; aralbrec 06.2007
PUBLIC zx_py2aaddr
EXTERN HRG_LineStart
.zx_py2aaddr
ld a,l
rra
rra
rra
and $1f
ld b,a
ld hl,HRG_LineStart+2+32768
jr z,zrow
ld de,35
.rloop
add hl,de
djnz rloop
.zrow
ret
|
programs/oeis/240/A240877.asm | jmorken/loda | 1 | 126032 | ; A240877: Sum of the denominators of the Farey series of order n (A006843).
; 1,2,4,10,18,38,50,92,124,178,218,328,376,532,616,736,864,1136,1244,1586,1746,1998,2218,2724,2916,3416,3728,4214,4550,5362,5602,6532,7044,7704,8248,9088,9520,10852,11536,12472,13112,14752,15256,17062,17942,19022,20034,22196,22964,25022,26022,... |
keccaktab.asm | nagydani/z80_crypto | 17 | 126033 | INCLUDE "align.asm"
IOTAT: DEFM "IOTA"
DEFB 0x80, 0x80, 0x80, 0x08
DEFB 0x00, 0x80, 0x00, 0x01
DEFB 0x80, 0x00, 0x80, 0x80
DEFB 0x80, 0x80, 0x80, 0x81
DEFB 0x80, 0x80, 0x00, 0x0A
DEFB 0x00, 0x00, 0x80, 0x0A
DEFB 0x80, 0x00, 0x00, 0x80
DEFB 0x80, 0x00, 0x80, 0x02
DEFB 0x80, 0x00, 0x80, 0x03
DEFB 0x80, 0x00, 0... |
samples/sprites/scroller/l2_onoff_scr.asm | boldowa/GIEPY | 8 | 126034 | <gh_stars>1-10
;-------------------------------------------------
; Layer2 On/Off switch controlled scroller
; ----------------------------------------
; This is a scroller that disassembled
; SMW's sprite($DC) and fixes a earth quake issue.
;-------------------------------------------------
;--------------... |
header/023/VRC2b.asm | freem/nes_corelib | 16 | 126035 | ; Konami VRC2b:
; http://bootgod.dyndns.org:7777/search.php?unif_op=LIKE+%60%25%40%25%60&unif=KONAMI-VRC-2&ines_op=%3D%60%40%60&ines=23
;------------------------------------------------------------------------------;
; number of 16K PRG banks
PRG_BANKS = $04
; number of 8K CHR banks
CHR_BANKS = $02
; VRC2 mirroring ... |
oeis/069/A069955.asm | neoneye/loda-programs | 11 | 126036 | <reponame>neoneye/loda-programs
; A069955: Let W(n) = Product_{k=1..n} (1 - 1/4k^2), the partial Wallis product (lim_{n->infinity} W(n) = 2/Pi); then a(n) = numerator(W(n)).
; Submitted by <NAME>
; 1,3,45,175,11025,43659,693693,2760615,703956825,2807136475,44801898141,178837328943,11425718238025,45635265151875,72923291... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1114.asm | ljhsiun2/medusa | 9 | 126037 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x49cb, %rsi
lea addresses_normal_ht+0x180ab, %rdi
add %r13, %r13
mov $51, %rcx
rep movsb
nop
nop
nop
add $30693, %rbp
lea addresses_WT_ht+0x65fb, %r13
add %r12, %r12
mov ... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_2747_846.asm | ljhsiun2/medusa | 9 | 126038 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x377e, %rbx
nop
nop
nop
dec %rdx
movw $0x6162, (%rbx)
nop
add $65533, %rax
lea addresses_WC_ht+0x317e, %rcx
nop
nop
nop
nop
nop
add $38754, %r11
movw $0x6162, (%r... |
src/code/joypad.asm | gb-archive/waveform-gb | 0 | 126039 | <gh_stars>0
BUTTONS EQU $10
D_PAD EQU $20
DONE EQU $30
SECTION "Joypad", ROM0
Joypad::
put [rJOYP], D_PAD
REPT 2
ld a, [rJOYP]
ENDR
cpl
and %1111
swap a
ld b, a
put [rJOYP], BUTTONS
REPT 6
ld a, [rJOYP]
ENDR
cpl
and %1111
or b
ld b, a
put [rJOYP], DONE
ld a, [wJoy]
ld [wJoyLast], a
ld... |
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_IterateUpdateSpr_callee.asm | jpoikela/z88dk | 640 | 126040 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; void sp1_IterateUpdateSpr(struct sp1_ss *s, void *hook2)
SECTION code_clib
SECTION code_temp_sp1
PUBLIC _sp1_IterateUpdateSpr_callee
EXTERN asm_sp1_IterateUpdateSpr
_sp1_IterateUpdateSpr_callee:
pop af
pop hl
pop ix
push af
jp asm_sp1_IterateUpdateSpr... |
C/LoDosLib/tsr.asm | p-k-p/SysToolsLib | 232 | 126041 | <reponame>p-k-p/SysToolsLib<filename>C/LoDosLib/tsr.asm
page ,132
;*****************************************************************************;
; ;
; FILE NAME: tsr.asm ;
; ;
; DESCRIPTION: Terminate and stay resident ;
; ;
; NOTES: For ... |
media_driver/agnostic/gen11_icllp/vp/kernel_free/Source/Colorfill_444Scale16_SrcBlend.asm | ashakhno/media-driver | 660 | 126042 | /*
* Copyright (c) 2017, Intel Corporation
*
* 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 to use, copy, modify, merge, publi... |
game/data/stages/stages-macros.asm | benoitryder/super-tilt-bro | 91 | 126043 | #define STAGE_HEADER(player_a_x,player_b_x,player_a_y,player_b_y,respawn_x,respawn_y) .byt <player_a_x, <player_b_x, >player_a_x, >player_b_x, <player_a_y, <player_b_y, >player_a_y, >player_b_y, <respawn_x, >respawn_x, <respawn_y, >respawn_y
#define PLATFORM(left,right,top,bot) .byt STAGE_ELEMENT_PLATFORM, ... |
sources/ippcp/asm_intel64/pcpp224r1funcs_montas.asm | idesai/ipp-crypto | 1 | 126044 | ;===============================================================================
; Copyright 2015-2018 Intel Corporation
; All Rights Reserved.
;
; If this software was obtained under the Intel Simplified Software License,
; the following terms apply:
;
; The source code, information and material ("Material") co... |
07/StackArithmetic/SimpleAdd/SimpleAdd.asm | InversionSpaces/nand2tetrisSolutions | 0 | 126045 | <reponame>InversionSpaces/nand2tetrisSolutions
@256
D=A
@SP
M=D
@7
D=A
@SP
A=M
M=D
@SP
M=M+1
@8
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@SP
A=M
A=A-1
M=D+M
|
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1143.asm | ljhsiun2/medusa | 9 | 126046 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x2555, %r15
nop
cmp $42532, %rdx
movw $0x6162, (%r15)
nop
nop
nop
cmp $19554, %r9
lea addresses_normal_ht+0x15115, %rsi
lea addresses_UC_ht+0x17b11, %rdi
nop
nop
nop
nop
sub $31264, %rax... |
examples/sms/3dcity/screen/ready_screen.c.asm | jpoikela/z88dk | 640 | 126049 | <gh_stars>100-1000
;* * * * * Small-C/Plus z88dk * * * * *
; Version: MSC.190024215 Apr 27 2017
;
; Reconstructed for z80 Module Assembler
;
; Module compile time: Thu Apr 27 16:10:51 2017
MODULE ready_screen
INCLUDE "z80_crt0.hdr"
SECTION code_compiler
._screen_ready_screen_init
ld hl,100 % 256 ;const
... |
unittests/ASM/OpSize/66_74.asm | cobalt2727/FEX | 628 | 126051 | <gh_stars>100-1000
%ifdef CONFIG
{
"RegData": {
"XMM0": ["0x00000000000000FF", "0x00000000000000FF"],
"XMM1": ["0x00000000000000FF", "0x00000000000000FF"],
"XMM2": ["0x6162636465666778", "0x5152535455565748"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0... |
programs/oeis/213/A213487.asm | neoneye/loda | 22 | 126052 | ; A213487: Number of (w,x,y) with all terms in {0,...,n} and |w-x|+|x-y|+|y-w| <= w+x+y.
; 1,5,15,37,77,138,223,338,489,679,911,1191,1525,1916,2367,2884,3473,4137,4879,5705,6621,7630,8735,9942,11257,12683,14223,15883,17669,19584,21631,23816,26145,28621,31247,34029,36973,40082,43359,46810
mov $2,$0
add $2,1
mov $4,$0
l... |
programs/oeis/078/A078484.asm | karttu/loda | 0 | 126053 | ; A078484: G.f.: -x*(1-2*x+2*x^2)/(2*x^3-4*x^2+4*x-1).
; 0,1,2,6,18,52,148,420,1192,3384,9608,27280,77456,219920,624416,1772896,5033760,14292288,40579904,115217984,327136896,928835456,2637230208,7487852800,21260161280,60363694336,171389837824,486624896512,1381667623424,3922950583296,11138381632512,31625059443712,897926... |
programs/oeis/269/A269436.asm | jmorken/loda | 1 | 126054 | ; A269436: Number of length-4 0..n arrays with no repeated value greater than the previous repeated value.
; 15,78,250,615,1281,2380,4068,6525,9955,14586,20670,28483,38325,50520,65416,83385,104823,130150,159810,194271,234025,279588,331500,390325,456651,531090,614278,706875,809565,923056,1048080,1185393,1335775
mov $6,... |
pcl/edsger_lib/math/abs.asm | johnp41/Compiler-Uni | 0 | 126055 | ; int abs (int n);
; ----------------
; This function returns the absolute value of an integer.
section .code
global _abs
_abs push rbp
mov rbp, rsp
mov ax, di ; 1st parameter
or ax, ax ; If it is negative
jge ... |
sw/552tests/rand_simple/t_1_andn.asm | JPShen-UWM/ThreadKraken | 1 | 126056 | <reponame>JPShen-UWM/ThreadKraken
// seed 1
lbi r0, 143 // icount 0
slbi r0, 118 // icount 1
lbi r1, 232 // icount 2
slbi r1, 61 // icount 3
lbi r2, 198 // icount 4
slbi r2, 91 // icount 5
lbi r3, 65 // icount 6
slbi r3, 85 // icount 7
lbi r4, 199 // icount 8
slbi r4, 175 // icount 9
lbi r5, 153 // icount 10
slbi r5, 1... |
base/mvdm/dos/v86/doskrnl/dos/fcbio2.asm | npocmaka/Windows-Server-2003 | 17 | 126057 | <filename>base/mvdm/dos/v86/doskrnl/dos/fcbio2.asm
; SCCSID = @(#)fcbio2.asm 1.2 85/07/23
TITLE FCBIO2 - FCB system calls
NAME FCBIO2
;** FCBIO2.ASM - Ancient 1.0 1.1 FCB system calls
;
; GetRR
; GetExtent
; SetExtent
; GetExtended
; GetRecSize
; FCBIO
; $FCB_OPEN
; $FCB_CREATE
; $FCB_RANDOM_WRITE_BLOC... |
sem_01/lab_02/1.asm | bmstu-ics7/operating-systems | 3 | 126058 | .386p
descr struc
limit dw 0
base_l dw 0
base_m db 0
attr_1 db 0
arrt_2 db 0
base_h db 0
descr ends
data segment
gdt_null descr <0,0,0,0,0,0>
gdt_data descr <data_size-1,0,0,92h,0,0>
gdt_code descr <code_size-1,0,0,98h,0,0>
gdt_stack descr <255,0,0,92h,0,0>
gdt_screen descr <4095,8000h,0Bh,92h,0,0>
g... |
util/cv/upcas_min.asm | olifink/smsqe | 0 | 126059 | ; Upper case character table/conversion V2.00 1986 <NAME> QJUMP
;
; Reduced code size version (MK)
section cv
xdef cv_upcas
;+++
; Convert character to upper case
;
; Registers:
; Entry Exit
; D1.w character (MSB ignored) upper-case equivalent
;---
cv_upcas
andi.w #$ff,d1
cmpi.b #'a',d1
blt.s ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_464.asm | ljhsiun2/medusa | 9 | 126060 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_464.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xff85, %r15
nop
nop
nop
nop
nop
and $49368, %rcx
... |
src/__tests__/llvm-dist/fib.asm | wizardpisces/js-ziju | 117 | 126061 | .section __TEXT,__text,regular,pure_instructions
.macosx_version_min 10, 12
.intel_syntax noprefix
.globl _printChar ## -- Begin function printChar
.p2align 4, 0x90
_printChar: ## @printChar
.cfi_startproc
## %bb.0:
mov qword ptr [rsp - 8], rdi
lea rsi, [rsp - 8]... |
ln.asm | sparsh99/xv6 | 0 | 126062 |
_ln: 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)
a: 55 ... |
programs/oeis/141/A141968.asm | neoneye/loda | 22 | 126063 | ; A141968: Primes congruent to 9 mod 28.
; 37,149,233,317,373,401,457,541,569,653,709,821,877,1129,1213,1297,1381,1409,1493,1549,1801,1913,1997,2053,2081,2137,2221,2333,2389,2417,2473,2557,2753,2837,3061,3089,3229,3257,3313,3593,3677,3733,3761,3929,4013,4153,4349,4517,4657,4909,4937,4993,5021,5077,5189,5273,5413,5441,5... |
test/asm/assert.asm | orbea/rgbds | 522 | 126064 | SECTION "fixed", ROM0[0]
FixedBase:
assert FixedBase ; This should eval (and fail) at compile time
ds 0
static_assert @ == 0, "@ ain't 0 now? (Hint: it's {@})"
ds 42
assert WARN, @ - FixedBase != 42 ; This should also eval at compile time
SECTION "floating", ROM0
FloatingBase:
assert FAIL, FloatingBase == 0 ... |
oeis/338/A338888.asm | neoneye/loda-programs | 11 | 126065 | ; A338888: a(n) = (a(n-2) bitwise-OR a(n-1)) + 1; a(1)=0, a(2)=0.
; Submitted by <NAME>
; 0,0,1,2,4,7,8,16,25,26,28,31,32,64,97,98,100,103,104,112,121,122,124,127,128,256,385,386,388,391,392,400,409,410,412,415,416,448,481,482
mov $10,$0
trn $10,1
lpb $10
; Prepare the two values for bitwise-OR
mov $0,$12 ; a(n-2)... |
programs/oeis/040/A040955.asm | neoneye/loda | 22 | 126066 | <reponame>neoneye/loda
; A040955: Continued fraction for sqrt(987).
; 31,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2,62,2,2,2
dif $0,2
sub $0,1
mod $0,2
sub $0,1
gcd $0,4
mul $0,3
add $0... |
source/Cosmos.Core.DebugStub/Serial.asm | Geramy/Cosmos | 207 | 126067 | <reponame>Geramy/Cosmos
; Generated at 6/14/2016 12:11:29 PM
%ifndef Exclude_IOPort_Based_SerialInit
DebugStub_InitSerial:
mov word DX, 0x1
mov byte AL, 0x0
Call DebugStub_WriteRegister
mov word DX, 0x3
mov byte AL, 0x80
Call DebugStub_WriteRegister
mov word DX, 0x0
mov byte AL, 0x1
Call DebugStub_WriteRegister
mov ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_1_1487.asm | ljhsiun2/medusa | 9 | 126068 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x151ef, %r8
nop
nop
nop
add %r12, %r12
mov $0x6162636465666768, %r9
movq %r9, %xmm6
movups %xmm6, (%r8)
nop
nop
nop
nop
and %r10, %r10
lea addresses_normal_ht+0x109ef, %rsi
lea... |
oeis/256/A256244.asm | neoneye/loda-programs | 11 | 126069 | <reponame>neoneye/loda-programs
; A256244: a(n) = sqrt(n + 2*A256243(n)).
; Submitted by <NAME>
; 3,2,3,4,3,4,3,4,5,4,5,4,5,4,5,6,5,6,5,6,5,6,5,6,7,6,7,6,7,6,7,6,7,6,7,8,7,8,7,8,7,8,7,8,7,8,7,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,10,9,10,9,10,9,10,9,10,9,10,9,10,9,10,9,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10... |
Transynther/x86/_processed/NC/_st_zr_un_4k_/i3-7100_9_0x84_notsx.log_21829_2763.asm | ljhsiun2/medusa | 9 | 126071 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x96b6, %rsi
lea addresses_WT_ht+0x18336, %rdi
nop
nop
nop
add %r13, %r13
mov $78, %rcx
rep movsw
nop
nop
nop
nop
nop
cmp $9110, %r14
pop %rsi
pop %rdi
pop %rcx
pop %r14
pop %r13
ret
.global s_fau... |
programs/oeis/051/A051745.asm | karttu/loda | 1 | 126072 | <filename>programs/oeis/051/A051745.asm
; A051745: a(n) = n*(n^4 + 10*n^3 + 35*n^2 + 50*n + 144)/120.
; 2,8,24,60,131,258,469,800,1296,2012,3014,4380,6201,8582,11643,15520,20366,26352,33668,42524,53151,65802,80753,98304,118780,142532,169938,201404,237365,278286,324663,377024,435930,501976,575792,658044,749435,850706,96... |
libsrc/_DEVELOPMENT/font/fzx/c/sdcc_ix/fzx_buffer_partition_ww_callee.asm | meesokim/z88dk | 0 | 126073 |
; char *fzx_buffer_partition_ww(struct fzx_font *ff, char *buf, uint16_t buflen, uint16_t allowed_width)
SECTION code_font_fzx
PUBLIC _fzx_buffer_partition_ww_callee, l0_fzx_buffer_partition_ww_callee
EXTERN asm_fzx_buffer_partition_ww
_fzx_buffer_partition_ww_callee:
pop hl
exx
pop bc
exx
pop de
... |
programs/oeis/154/A154388.asm | karttu/loda | 0 | 126074 | <reponame>karttu/loda
; A154388: Triangle T(n,k), 0<=k<=n, read by rows given by [0,1,-1,0,0,0,0,0,0,0,...] DELTA [1,-1,-1,1,0,0,0,0,0,0,0,...] where DELTA is the operator defined in A084938.
; 1,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,... |
boot/loader.asm | OneCodeMonkey/OperatingSystem-Starting-from-scratch | 58 | 126075 | ; ------------------------------------------------------------------------
; boot/loader.asm
; ------------------------------------------------------------------------
org 0100h
jmp LABEL_START ; start
; 下面是 FAT12 磁盘头,之所以包含这个是因为它下面用到了磁盘的一些信息
%include "fat12hdr.inc"
%include "load.inc"
%include "pm.inc"
; ----------... |
MATASANO/Problem4B.asm | hwreverse/PC-G850V | 7 | 126076 | 10 ORG 100H
20 JP MAIN
30WRASR EQU 0BFAFH
40PUTSTR EQU 0BFF1H
50INKEY EQU 089BEH
60PUTCHR EQU 0BE62H
70INITSR EQU 0871AH
80AOUT EQU 0BD09H
90OPENSR EQU 0BCE8H
100CLOSSR EQU 0BCEBH
110LRDSR EQU 0BD15H
120WAITK EQU 0BFCDH
130WCHRSR EQU 0BFAFH
140WSTSR EQU 0BFB2H
150A2HEX EQU 0F9BDH
160RPTCHR EQU 0BFEEH
17... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1024.asm | ljhsiun2/medusa | 9 | 126077 | <filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1024.asm<gh_stars>1-10
.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_D_ht+0x1b9a3, %rsi
lea addresses_A_ht+0x12f31, %rdi
nop
nop
and %rbp, %rbp
mov $66,... |
tracing.asm | vipoo/bbcbasic-z80 | 2 | 126078 |
BDOS EQU 5
#include "tracing.inc"
#ifdef TRACING
PUBLIC PRTSTRZ, NEWLINE, PRTCHR
PUBLIC PRTSTRD
PUBLIC PRT_HLHLC, PRT_DEDEB
PUBLIC PRTHEXWORDHL, PRTHEXWORDIX, PRTHEXWORDDE
PUBLIC PRTHEX, PRTHEX_D, PRTHEX_C, PRTHEX_B
PUBLIC PRTDEC_HL, PRTDEC_DE
EXTERN STR, PTEXT, SWAP, PRTHL
PRTSTRD:
EX (SP),HL
PUSH AF
... |
src/game_level/enemiesB.asm | TypeDefinition/NautiBuoy | 2 | 126079 | INCLUDE "./src/include/entities.inc"
INCLUDE "./src/definitions/definitions.inc"
SECTION "Enemy B", ROM0
/* Update for enemy type B
Behavior:
- Spin to win
- moves and when player on same line (x/y axis), wait for a few frames then spin after player
- when in shell/spinning mode, enemy is ... |
target/cos_117/disasm/iop_overlay1/TCART.asm | jrrk2/cray-sim | 49 | 126080 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291A- f:00024 d: 282 | OR[282] = A
0x0002 (0x000004) 0x291B- f:00024 d: 283 | OR[283] = A
0x0003 (0x000006) 0x291C- f:00024 d: 284 | OR[284] = A
... |
CPU/cpu_test/test_storage/beq.asm | SilenceX12138/MIPS-Microsystems | 55 | 126082 | <reponame>SilenceX12138/MIPS-Microsystems
.text
ori $t0,10
ori $t1,10
ori $t3,1
loop:
beq $t0,$t1,end_loop
nop
subu $t4,$t4,$t3
ori $t1,0xffff
addu $t2,$t2,$t1
lui $t1,0xffff
ori $t1,0xffff
addu $t2,$t2,$t1
lui $t1,0x7fff
ori $t1,0xffff
addu $t3,$t2,$t1
addu $t0,$t0,$t3
#j loop
nop
... |
Borland/CBuilder5/Source/RTL/source/math/crotr.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 126084 | <filename>Borland/CBuilder5/Source/RTL/source/math/crotr.asm
;[]-----------------------------------------------------------------[]
;| CROTR.ASM -- right rotate of unsigned char |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10... |
Assembly/AdventureGame/adventure-game.asm | Ryo112358/fort-oily-mop | 0 | 126085 | <reponame>Ryo112358/fort-oily-mop<gh_stars>0
# Pulkit (@Ryo112358)
.include "general-macros.asm"
.include "generate-random-number.asm"
# Print macros ----------------------------------------------
.macro print_hero_w_space(%bool)
li $v0, 4
move $a0, $t6 # Hero address stored in $t6
syscall
li $t1, %bool
bg... |
Source/ZFAM006.asm | walmartlabs/zFAM | 21 | 126086 | *
* PROGRAM: ZFAM006
* AUTHOR: <NAME> and <NAME>
* COMMENTS: zFAM - z/OS File Access Manager
*
* This program is called by zFAM browse (GT) program
* zFAM004 to increment a 255 byte key by one bit.
*
* The key is 255 bytes alphanumeric data.
* Thi... |
compiler/examples/fast-mode.asm | stark-dev/dlx-processor | 0 | 126087 | <reponame>stark-dev/dlx-processor
.mode fst
.stack 1
.text
cvti2f r0,r1
cvti2f r2,r3
movi2fp f0,r0
movi2fp f1,r2
addf f3,f1,f0
multf f2,f1,f0
addi r2,r1,#1
slli r2,r1,#1
cvtf2i f4,f2
cvtf2i f5,f3
addi r2,r1,#1
addi r2,r1,#1
addi r2,r1,#1
nop
.data
.word 252073008
|
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1856.asm | ljhsiun2/medusa | 9 | 126088 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %rcx
lea addresses_D_ht+0x17ce7, %r8
nop
sub %r11, %r11
mov (%r8), %ecx
sub $22924, %rcx
pop %rcx
pop %r8
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rdx
// Store
lea address... |
artwork/esqueleto/esqueleto_camina_espada.asm | fjpena/sword-of-ianna-zx | 67 | 126090 | <gh_stars>10-100
; ASM source file created by SevenuP v1.21
; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 3
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Interleave: Sprit... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_9165_313.asm | ljhsiun2/medusa | 9 | 126091 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1be9c, %r12
nop
nop
nop
nop
nop
inc %rbp
mov (%r12), %r8
nop
dec %r11
lea addresses_WT_ht+0x2c7c, %rsi
lea addresses_D_ht+0x198bc, %rdi
clflush (%rs... |
Borland/CBuilder5/Source/Vcl/readchar.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 126092 |
; *******************************************************
; * *
; * Delphi Runtime Library *
; * *
; * Copyright (c) 1996,98 Inprise Corporation *
; * *
; *******************************************************
INCLUDE SE.ASM
INCLUDE FILEIO.ASM
.386
.MODEL FLAT
E... |
oeis/247/A247365.asm | neoneye/loda-programs | 11 | 126093 | <reponame>neoneye/loda-programs
; A247365: Central terms of triangles A102472 and A102473.
; Submitted by <NAME>
; 1,2,13,130,1807,32280,705421,18237164,544505521,18438430990,698246022001,29239344782022,1341545985079903,66926098621724300,3606825675219961657,208826700420103831480,12926842112341879416001,8519629999499789... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_182.asm | ljhsiun2/medusa | 9 | 126094 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rbx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x10b5e, %r15
nop
nop
nop
add %r10, %r10
mov (%r15), %rdi
nop
nop
nop
and %rbx, %rbx
lea addresses_UC_ht+0x16e8e, %rsi
clflush (%rsi)
nop
nop
nop
cmp $576, %rdx
mov (%rsi), %r1... |
tekrar_sayis_kadar_karakter.asm | Redwoodcutter/x8086_examples | 4 | 126095 | org 100h
.data
msg db 'tekrar sayisini gir: $'
.code
mov ax, @data
mov ds, ax
mov ah, 09h
lea dx, msg
int 21h
mov ah, 00h
int 16h
mov ah, 02h
mov dl, al
int 21h
mov bl, al
sub bl, 48
mov ah, 09h
mov al, 'A'
... |
P6/data_P6_2/cal_R_test59.asm | alxzzhou/BUAA_CO_2020 | 1 | 126096 | <reponame>alxzzhou/BUAA_CO_2020
lui $1,59343
ori $1,$1,35057
lui $2,26947
ori $2,$2,58668
lui $3,25678
ori $3,$3,7213
lui $4,36422
ori $4,$4,24129
lui $5,59141
ori $5,$5,61314
lui $6,61498
ori $6,$6,26339
mthi $1
mtlo $2
sec0:
nop
nop
nop
sltu $3,$6,$2
sec1:
nop
nop
sltu $2,$4,$4
sltu $4,$6,$2
sec2:
nop
nop
... |
_inc/Level Order.asm | vladjester2020/Sonic1TMR | 0 | 126097 | <filename>_inc/Level Order.asm
; Zone IDs
GHZ: = $00
LZ: = $01
MZ: = $02
SLZ: = $03
SYZ: = $04
SBZ: = $05
; Act IDs
Act1: = $00
Act2: = $01
Act3: = $02
Act4: = $03
; Format: From which level to which
; Notes: Never change lines order!
fromGHZ1 dc.b GHZ,Act2
fromGHZ2 dc.b GHZ,Act3
from... |
oeis/090/A090732.asm | neoneye/loda-programs | 11 | 126100 | <reponame>neoneye/loda-programs
; A090732: a(n) = 24a(n-1) - a(n-2), starting with a(0) = 2 and a(1) = 24.
; Submitted by <NAME>
; 2,24,574,13752,329474,7893624,189117502,4530926424,108553116674,2600743873752,62309299853374,1492822452607224,35765429562720002,856877487052672824,20529294259701427774,491846184745781593752... |
tests/asm/xor.asm | benjaminselfridge/lc3b | 5 | 126101 | 0x3400
;; Load R0 with 0xAAAA
ADD R0 R0 0xA
LSHF R0 R0 4
ADD R0 R0 0xA
LSHF R0 R0 4
ADD R0 R0 0xA
LSHF R0 R0 4
ADD R0 R0 0xA
NOT R1 R0... |
asm/spiro.asm | johnny-morrice/x86_64-spirograph-rosetta | 0 | 126102 | <filename>asm/spiro.asm
; Spirograph in x86_64 assembly (NASM) with OpenGL
; <NAME> 2011. Released into the public domain
; A couple of warnings:
; 1. Some of this code is written in the unstructured paradigm.
; 2. This is my first assembly program.
BITS 64
%include "draw_spiro.asm"
%define GL_COLOR_BUFFER_BIT 0x... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.