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 |
|---|---|---|---|---|
Library/Pen/File/fileManager.asm | steakknife/pcgeos | 504 | 125252 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved
PROJECT: Pen
MODULE: File
FILE: fileManager.asm
AUTHOR: <NAME>, Feb 3, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date ... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_627.asm | ljhsiun2/medusa | 9 | 125253 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r9
push %rax
push %rbp
push %rbx
push %rdx
// Load
lea addresses_RW+0x10bf8, %r13
nop
nop
nop
cmp %rbp, %rbp
movups (%r13), %xmm1
vpextrq $1, %xmm1, %r9
nop
nop
cmp $32207, %rdx
// Faulty Load
mov $0x5... |
programs/oeis/006/A006138.asm | karttu/loda | 0 | 125254 | ; A006138: a(n) = a(n-1) + 3*a(n-2).
; 1,2,5,11,26,59,137,314,725,1667,3842,8843,20369,46898,108005,248699,572714,1318811,3036953,6993386,16104245,37084403,85397138,196650347,452841761,1042792802,2401318085,5529696491,12733650746,29322740219,67523692457,155491913114,358062990485,824538729827,1898727701282,4372343890763... |
boot/print_16.asm | Littledarren/os_exp | 0 | 125255 | <gh_stars>0
print_16:
pusha
mov si, ax
mov ah, 0x0e
.loop:
mov al, [si]
inc si
cmp al, 0
je .return
mov bx, 15
int 0x10
jmp .loop
.return:
popa
ret |
asm/interrupt.asm | eggveloper/BoltOS | 0 | 125256 | global interrupt
extern isr_handler
extern irq_handler
%macro def_isr_handler 1
global isr%1
isr%1:
cli
mov rdi, dword %1
jmp isr_common_stub
%endmacro
%macro def_irq_handler 1
global irq%1
irq%1:
cli
mov rdi, dword (32 + %1)
jmp irq_common_stub
%endmacr... |
oeis/020/A020117.asm | neoneye/loda-programs | 11 | 125261 | ; A020117: Ceiling of GAMMA(n+3/8)/GAMMA(3/8).
; Submitted by <NAME>
; 1,1,1,2,5,19,98,620,4570,38270,358779,3722326,42341448,523975412,7008171125,100742459919,1548915321246,25363488385399,440690610696308,8097689971544645,156892743198677493,3196689642673053919
max $0,1
mov $1,1
mov $3,1
lpb $0
mul $1,3
mov $2,$0
... |
trunk/win/lib/openssl-1.0.1e/tmp32/crypt586.asm | chundonglinlin/srs.win | 9 | 125262 | <reponame>chundonglinlin/srs.win
TITLE crypt586.asm
IF @Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
.486
.MODEL FLAT
OPTION DOTNAME
IF @Version LT 800
.text$ SEGMENT PAGE 'CODE'
ELSE
.text$ SEGMENT ALIGN(64) 'CODE'
ENDIF
EXTERN _DES_SPtrans:NEAR
ALIGN 16
_fcrypt_body PROC... |
arch/z80/src/ez80/ez80_saveusercontext.asm | han1raaijmakers/incubator-nuttx | 0 | 125263 | ;*************************************************************************
; arch/z80/src/ez80/ez80_saveusercontext.asm
;
; Copyright (C) 2008-2009 <NAME>. All rights reserved.
; Author: <NAME> <<EMAIL>>
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided th... |
python_src/other/export/map.asm | fjpena/sword-of-ianna-msx2 | 43 | 125264 | org $8000
level_mark: DB "LEVELXXX"
offset_scripts: DW level_strings_en
offset_strings: DW level_strings
level_nscreens: DB 45
level_width: DB 5
level_height: DB 9
level_nscripts: DB 84
level_nstrings: DB 2
level_screenx: DB 0
level_screeny: DB 1
level_initialx: DB 16
level_initialy: DB 96
dummy: db 0
screen_0_0_addr:... |
libsrc/games/enterprise/bit_close_ei.asm | andydansby/z88dk-mk2 | 1 | 125266 | <reponame>andydansby/z88dk-mk2<gh_stars>1-10
; $Id: bit_close_ei.asm,v 1.1 2011/03/18 07:12:41 stefano Exp $
;
; Enterprise 64/128 1 bit sound functions
;
; (Close sound) and restore interrupts
;
; <NAME> - 2011
;
XLIB bit_close_ei
.bit_close_ei
ei
ret
|
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_m_gethandle.asm | jpoikela/z88dk | 640 | 125267 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; unsigned char esx_m_gethandle(void)
SECTION code_esxdos
PUBLIC esx_m_gethandle
EXTERN asm_esx_m_gethandle
defc esx_m_gethandle = asm_esx_m_gethandle
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_m_gethandle
defc _esx_m_gethandle = esx_m_gethandle
ENDIF
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_640.asm | ljhsiun2/medusa | 9 | 125268 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_640.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xbe6b, %rax
nop
and $37272, %r10
mov (%rax), %cx
nop
nop
nop
dec %r11
lea address... |
libsrc/_DEVELOPMENT/drivers/terminal/console_01/output/console_01_output_terminal_fzx/console_01_output_fzx_iterm_msg_erase_cursor.asm | jpoikela/z88dk | 640 | 125270 |
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC console_01_output_fzx_iterm_msg_erase_cursor
EXTERN console_01_output_fzx_iterm_msg_bs_join
console_01_output_fzx_iterm_msg_erase_cursor:
; Input terminal is backspacing to erase the cursor.
;
; enter : de = char *edit_buffer
; bc = int... |
oeis/001/A001641.asm | neoneye/loda-programs | 11 | 125271 | ; A001641: A Fielder sequence: a(n) = a(n-1) + a(n-2) + a(n-4).
; Submitted by <NAME>
; 1,3,4,11,16,30,50,91,157,278,485,854,1496,2628,4609,8091,14196,24915,43720,76726,134642,236283,414645,727654,1276941,2240878,3932464,6900996,12110401,21252275,37295140,65448411,114853952,201554638,353703730,620706779,1089264461,1911... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1365.asm | ljhsiun2/medusa | 9 | 125272 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x9511, %rbx
nop
nop
cmp $17263, %rbp
movb (%rbx), %r15b
inc %rsi
lea addresses_WT_ht+0x11291, %r14
nop
nop
and $5542, %rdx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm2
vmov... |
c_projects/project1/ch1-ch3/boot_sector_8.asm | darbinreyes/subparprogrammer | 0 | 125273 | ;
; Question 5. Implementation of print_hex.
;
[org 0x7c00] ; Tell assembler where we will be loaded into memory.
mov dx, 0x1fb6 ; store the value to print in dx
call print_hex ; call the function
jmp $ ; Infinite loop.
; prints the value of DX as hex.
print_hex: ; FYI: This routine always converts and prints 4 ni... |
LCD_Test.65c02.asm | ZornTaov/6502 | 0 | 125274 | <gh_stars>0
.setting "DebugCommand", "cmd.exe /c start cmd.exe /c wsl.exe /mnt/d/Dev/6502/x6502 /mnt/d/Dev/6502/LCD_Test.bin"
.setting "LaunchCommand", "cmd.exe /c start cmd.exe /c wsl.exe /mnt/d/Dev/6502/x6502 -r /mnt/d/Dev/6502/LCD_Test.bin"
.include "6522.asm"
.org $8000
Debug = true
.include "lcd/ILI341.asm"
.reg... |
no_of_ones.asm | sekharkaredla/8085 | 1 | 125275 | LDA 20F0
MVI B,00
MVI C,08
STC
CMC
ZONE: RAR
JNC TYPE
INR B
TYPE: DCR C
JNZ ZONE
MOV A,B
STA 20F1
RST 1
|
1571/64tass/fastld.asm | silverdr/assembly | 23 | 125276 | <gh_stars>10-100
fstload .proc
jsr spout ; output
jsr set_fil ; setup filename for parser
bcs m9
jsr autoi ; init mechanism
lda nodrv ; chk status
bne m9 ; no drive status
lda fastsr ; set error recovery flag on
ora ... |
libsrc/sprites/software/sp1/zx81hr/updater/SP1DrawUpdateStruct.asm | ahjelm/z88dk | 640 | 125277 | <reponame>ahjelm/z88dk
; SP1DrawUpdateStruct
; 02.2008 aralbrec, Sprite Pack v3.0
; zx81 hi-res version
SECTION code_sprite_sp1
PUBLIC SP1DrawUpdateStruct
PUBLIC SP1RETSPRDRAW
EXTERN SP1V_PIXELBUFFER, SP1V_TILEARRAY
; Draw the tile described by the indicated update struct
; to screen -- not meant to be called directl... |
scripts/pokemontower4.asm | adhi-thirumala/EvoYellow | 16 | 125279 | PokemonTower4Script:
call EnableAutoTextBoxDrawing
ld hl, PokemonTower4TrainerHeaders
ld de, PokemonTower4ScriptPointers
ld a, [wPokemonTower4CurScript]
call ExecuteCurMapScriptInTable
ld [wPokemonTower4CurScript], a
ret
PokemonTower4ScriptPointers:
dw CheckFightingMapTrainers
dw DisplayEnemyTrainerTextAndSta... |
AL_minus.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 0 | 125280 | ; EXTRACT FROM <THE PRINCIPLE OF MICROCOMPUTER> TEXTBOOK.
; JUDGE THE SIGNED NUMBER IN AL: IF IT'S NEGATIVE SET AH -1, OTHERWISE SET AH 0
CODE SEGMENT
ASSUME CS:CODE
START: MOV AL,-2
CMP AL,0 ; COMPARE AL WITH 0
JS NEGATIVE ; IF SIGN FLAG IS 1 WHICH MEANS AL IS NEGATIVE, JUMP TO NEGATIVE
MOV AH,0 ; IF... |
test/test.asm | N00byEdge/qloader2 | 1 | 125281 | ; This is a compliant "kernel" meant for testing purposes.
; Header
section .stivalehdr
stivale_header:
dq stack.top ; rsp
dw 0 ; video mode
dw 0 ; fb_width
dw 0 ; fb_height
dw 0 ; fb_bpp
section .bss
stack:
resb 4096
.top:
section .text
; Entry p... |
oeis/276/A276963.asm | neoneye/loda-programs | 11 | 125282 | ; A276963: a(n) = prime(n+1)^4 - prime(n)^4.
; Submitted by <NAME>(w1)
; 65,544,1776,12240,13920,54960,46800,149520,427440,216240,950640,951600,593040,1460880,3010800,4226880,1728480,6305280,5260560,2986560,10551840,8508240,15283920,25787040,15531120,8490480,18528720,10078560,21889200,97097280,34355280,57775440
mov $3... |
programs/oeis/102/A102690.asm | karttu/loda | 0 | 125283 | <gh_stars>0
; A102690: Number of n-expodigital numbers (i.e., numbers m such that m^n has exactly n decimal digits).
; 10,6,5,4,3,3,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1
mov $1,6
lpb $0,1
sub $0,1
trn $1,1
add $2,$4
mov $4,5
mov $5,$2
mov $2,4
sub $5,6
trn $5,$1
trn $0,$5
add $4,$5
lpe
add $1,1
mov $3,3
tr... |
libsrc/_DEVELOPMENT/alloc/balloc/c/sdcc_iy/balloc_blockcount.asm | meesokim/z88dk | 0 | 125284 |
; size_t balloc_blockcount(unsigned int queue)
SECTION code_alloc_balloc
PUBLIC _balloc_blockcount
EXTERN asm_balloc_blockcount
_balloc_blockcount:
pop af
pop hl
push hl
push af
jp asm_balloc_blockcount
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1807.asm | ljhsiun2/medusa | 9 | 125285 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1807.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1eab7, %r15
nop
sub $63185, %rdi
vmovups (%r15), %ymm3
vextracti128 $1, %ymm3,... |
SESEcompensated/SESEcompensated_ext.asm | nathanwilliamson/SESE_pulse_sequences | 0 | 125286 |
;***************************************************************************
nolist
include 'ioequ.asm'
include 'FPGA.asm'
list
;***************************************************************************
org x:$0
PARAM_BASE equ * ; Memory for ... |
src/main/fragment/mos6502-common/pdsm1_derefidx_vbuyy=vbsc1.asm | jbrandwood/kickc | 2 | 125287 | <reponame>jbrandwood/kickc<gh_stars>1-10
lda {m1}
sta $fe
lda {m1}+1
sta $ff
lda #{c1}
sta ($fe),y
and #$80
beq !+
lda #$ff
!:
iny
sta ($fe),y
iny
sta ($fe),y
iny
sta ($fe),y |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_f_readdir.asm | jpoikela/z88dk | 640 | 125288 | <reponame>jpoikela/z88dk
; unsigned char esx_f_readdir(unsigned char handle,struct esx_dirent *dirent)
INCLUDE "config_private.inc"
SECTION code_esxdos
PUBLIC asm_esx_f_readdir
EXTERN __esxdos_error_mc
asm_esx_f_readdir:
; enter : a = handle
; hl = dirent *
;
; exit : success
;
; ... |
programs/oeis/104/A104436.asm | neoneye/loda | 22 | 125289 | ; A104436: Number of ways to split 1, 2, 3, ..., 3n into 3 arithmetic progressions each with n terms.
; 1,15,5,4,4,4,4,4,4,4,4,4,4,4,4
mov $1,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
mul $1,$0
mul $2,$3
add $1,$2
mov $4,$0
cmp $4,0
mov $5,$0
add $5,$4
div $1,$5
mul $1,$0
div $2,4
sub $3,1
max $3,1
... |
llvm/test/tools/llvm-ml/alias_errors.asm | mkinsner/llvm | 2,338 | 125291 | <filename>llvm/test/tools/llvm-ml/alias_errors.asm
; RUN: not llvm-ml -filetype=s %s /Fo /dev/null 2>&1 | FileCheck %s
.code
foo PROC
ret
foo ENDP
bar PROC
ret
bar ENDP
t1:
alias foo = bar
alias foo = <bar>
alias <foo> = bar
; CHECK: error: expected <aliasName>
; CHECK: error: expected <aliasName>
; CHECK: err... |
oeis/335/A335648.asm | neoneye/loda-programs | 11 | 125292 | <reponame>neoneye/loda-programs
; A335648: Partial sums of A006010.
; 0,1,6,26,78,195,420,820,1476,2501,4026,6222,9282,13447,18984,26216,35496,47241,61902,80002,102102,128843,160908,199068,244140,297037,358722,430262,512778,607503,715728,838864,978384,1135889,1313046,1511658,1733598,1980883,2255604,2560004,2896404,3267... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_330_2675.asm | ljhsiun2/medusa | 9 | 125293 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_330_2675.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x18d29, %r11
nop
cmp $30085, %r13
movups (%r11), %xmm6
vpextrq $1, ... |
Test/Z80/ti83plus/Hello.asm | sparks-c16/zasm | 43 | 125294 | .nolist
#include "ti83plus.inc"
#define ProgStart $9D95
.list
.org ProgStart - 2
.db t2ByteTok, tAsmCmp
b_call(_ClrLCDFull)
ld hl, 0
ld (PenCol), hl
ld hl, msg
b_call(_PutS) ; Display the text
b_call(_NewLine)
ret
msg:
"Hello world!"
.end
.end |
programs/oeis/249/A249060.asm | jmorken/loda | 1 | 125295 | <reponame>jmorken/loda<gh_stars>1-10
; A249060: Column 1 of the triangular array at A249057.
; 1,4,5,24,35,192,315,1920,3465,23040,45045,322560,675675,5160960,11486475,92897280,218243025,1857945600,4583103525,40874803200,105411381075,980995276800,2635284526875,25505877196800,71152682225625,714164561510400,2063427784543... |
engine/events/odd_egg.asm | genterz/pokecross | 28 | 125297 | <reponame>genterz/pokecross<gh_stars>10-100
_GiveOddEgg:
; Figure out which egg to give.
; Compare a random word to
; probabilities out of 0xffff.
call Random
ld hl, OddEggProbabilities
ld c, 0
ld b, c
.loop
ld a, [hli]
ld e, a
ld a, [hli]
ld d, a
; Break on $ffff.
ld a, d
cp HIGH($ffff)
jr nz, .not_do... |
programs/oeis/213/A213772.asm | jmorken/loda | 1 | 125298 | ; A213772: Principal diagonal of the convolution array A213771.
; 1,11,42,106,215,381,616,932,1341,1855,2486,3246,4147,5201,6420,7816,9401,11187,13186,15410,17871,20581,23552,26796,30325,34151,38286,42742,47531,52665,58156,64016,70257,76891,83930,91386,99271,107597,116376,125620,135341,145551,156262,167486,179235,19152... |
oeis/289/A289405.asm | neoneye/loda-programs | 11 | 125299 | <reponame>neoneye/loda-programs
; A289405: Binary representation of the diagonal from the origin to the corner of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 566", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>
; 1,10,110,1100,11100,111000,1111000,11110000,... |
system-programming/assignments/attacklab/target39/helpers/phase3.asm | nurseiit/comm-unist | 4 | 125300 |
phase3.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <.text>:
0: 48 c7 c7 60 81 67 55 mov $0x55678160,%rdi
7: c3 retq
|
programs/oeis/044/A044672.asm | karttu/loda | 0 | 125301 | <reponame>karttu/loda
; A044672: Numbers n such that string 4,4 occurs in the base 9 representation of n but not of n+1.
; 40,121,202,283,368,445,526,607,688,769,850,931,1012,1097,1174,1255,1336,1417,1498,1579,1660,1741,1826,1903,1984,2065,2146,2227,2308,2389,2470,2555,2632,2713,2794,2875,2956,3037,3118
mov $3,$0
add ... |
msu.asm | youngkingtut/z3randomizer | 0 | 125302 | ;=======================================
;
; MSU-1 Enhanced Audio Patch
; <NAME> - Kamigami no Triforce
; Modified for VT Randomizer
;
; Author: qwertymodo
;
; Free space used: 0x77DDD-0x77F8A
;
;=======================================
!REG_MSU_STATUS = $2000
!REG_MSU_ID_0 = $2002
!REG_MSU_ID_1 = $2003
!REG_MSU_ID_2 ... |
source/commands/dim.asm | paulscottrobson/Basic65816 | 0 | 125303 | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : dim.asm
; Purpose : Assignment Statement
; Date : 11th June 2019
; Author : <EMAIL>
;
; ************************... |
programs/oeis/014/A014392.asm | jmorken/loda | 1 | 125304 | <reponame>jmorken/loda
; A014392: Final 2 digits of 8^n.
; 1,8,64,12,96,68,44,52,16,28,24,92,36,88,4,32,56,48,84,72,76,8,64,12,96,68,44,52,16,28,24,92,36,88,4,32,56,48,84,72,76,8,64,12,96,68,44,52,16,28,24,92,36,88,4,32,56,48,84,72,76,8,64,12,96,68,44,52,16,28,24,92,36,88,4,32,56,48,84,72,76,8,64,12,96,68,44,52,16,28,2... |
Source.asm | usamashafiq/middle-character-as-output | 0 | 125306 | .model small
.stack 100h
.data
Array db ‘p’,’r’,’i’,’n’,’t’
.code
Main proc
Mov ax,@data
Mov ds,ax
Mov si,offset array
Mov dx,[si+2]
mov ah,2
int 21h
mov ah, 4ch
int 21h
main endp
end main
|
Virus.Win32.FridaySectoriate/host.asm | 010001111/Vx-Suites | 2 | 125307 | <reponame>010001111/Vx-Suites<gh_stars>1-10
.code
find_host proc ;for future versions this procedure may (certainly) be changed
.data
host_namelocal db "mx1.mail.yahoo.com",0
.code
mov eax,offset host_namelocal
ret
find_host endp |
sound/musicasm/AIZ2.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 125308 | AIZ2_Header:
sHeaderInit ; Z80 offset is $A210
sHeaderPatch AIZ2_Patches
sHeaderCh $06, $03
sHeaderTempo $01, $25
sHeaderDAC AIZ2_DAC
sHeaderFM AIZ2_FM1, $18, $12
sHeaderFM AIZ2_FM2, $0C, $19
sHeaderFM AIZ2_FM3, $0C, $19
sHeaderFM AIZ2_FM4, $0C, $19
sHeaderFM AIZ2_FM5, $0C, $19
sHeaderPSG AIZ2_PSG1, $F4... |
regression/objfmts/xdf/secterr.asm | path64/assembler | 1 | 125309 | ; [fail] [oformat xdf]
[section]
[section 1 use16=5]
[section 2 use32=5]
[section 3 use64=5]
[section 4 bss=5]
[section 5 flat=5]
[section 6 foo]
[section 7 foo=5]
[section 8 absolute=foo]
[section 9 absolute="foo"]
[section 10 absolute]
[section 11 virtual=foo]
[section 12 virtual="foo"]
[section 13 virtual]
[section ... |
libsrc/stdio_new/file/vfprintf.asm | andydansby/z88dk-mk2 | 1 | 125310 | ; wrapper for function pointers
XLIB vfprintf
LIB vfprintf_callee
XREF ASMDISP_VFPRINTF_CALLEE
.vfprintf
pop hl
pop bc
pop de
pop ix
push hl
push de
push bc
push hl
jp vfprintf_callee + ASMDISP_VFPRINTF_CALLEE
|
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/labs.asm | meesokim/z88dk | 0 | 125311 | <gh_stars>0
; long labs(long j)
SECTION code_stdlib
PUBLIC _labs
EXTERN asm_labs
_labs:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_labs
|
programs/oeis/285/A285683.asm | neoneye/loda | 22 | 125312 | ; A285683: Positions of 2 in A285680.
; 5,10,12,17,22,24,29,31,36,41,43,48,53,55,60,62,67,72,74,79,81,86,91,93,98,103,105,110,112,117,122,124,129,134,136,141,143,148,153,155,160,162,167,172,174,179,184,186,191,193,198,203,205,210,212,217,222,224,229,234,236,241,243,248,253,255,260,265,267,272,274,279,284,286,291,293,29... |
code/e_4_2.asm | Changzw/asm | 0 | 125315 | <filename>code/e_4_2.asm
;实验4 2) 将 0:200~0:23F 传送数据 0~63(3FH),只用 9行代码
; 分析 因为 内存偏移地址 是 200h 那么就用 寄存器数组的方式来做
assume cs:code
code segment
mov ax, 0
mov ds, ax
mov bx, 0
mov cx, 40h
s: mov 200[bx], bl
inc bl
loop s
mov ax, 4c00h
int 21h
code ends
end
;anwser
; ass... |
ASM/src/deku_mouth_condition.asm | Edos512/OoT-RandomizerNoER | 344 | 125316 | deku_mouth_condition:
lw t5, 4(v1) ; 0 = Adult, 1 = Child
lb t6, DUNGEONS_SHUFFLED
or t7, t5, t6
beqz t7, @@mouth_closed ; If both adult and dungeons not shuffled, closed mouth.
nop
beqz t6, @@mouth_open ; If child and dungeons not shuffled, open mo... |
oeis/037/A037520.asm | neoneye/loda-programs | 11 | 125317 | ; A037520: Base 3 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,0.
; Submitted by <NAME>
; 2,7,21,65,196,588,1766,5299,15897,47693,143080,429240,1287722,3863167,11589501,34768505,104305516,312916548,938749646,2816248939,8448746817,25346240453,76038721360,228116164080,684348492... |
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_flashwrite_02.asm | tp-freeforall/breakfast | 1 | 125318 | <gh_stars>1-10
;*******************************************************************************
; MSP430x24x Demo - Flash In-System Programming w/ EEI, Copy SegC to SegD
;
; Description: This program first erases flash seg C, then it increments all
; values in seg C, then it erases seg D, then copies seg C to... |
source/modules/basic/commands/clr.asm | paulscottrobson/mega-basic | 3 | 125319 | <reponame>paulscottrobson/mega-basic<gh_stars>1-10
; *******************************************************************************************
; *******************************************************************************************
;
; Name : clr.asm
; Purpose : CLR Command
; Date : 22nd August 2019
; Rev... |
programs/oeis/172/A172118.asm | karttu/loda | 0 | 125321 | <reponame>karttu/loda
; A172118: n*(n+1)*(5*n^2-n-3)/2.
; 0,1,45,234,730,1755,3591,6580,11124,17685,26785,39006,54990,75439,101115,132840,171496,218025,273429,338770,415170,503811,605935,722844,855900,1006525,1176201,1366470,1578934,1815255,2077155,2366416,2684880,3034449,3417085,3834810,4289706,4783915,5319639,5899140... |
FictionTools/z88dk/libsrc/z80_crt0s/gbz80/sdcc/__divsint.asm | polluks/Puddle-BuildTools | 38 | 125322 | <reponame>polluks/Puddle-BuildTools<filename>FictionTools/z88dk/libsrc/z80_crt0s/gbz80/sdcc/__divsint.asm
SECTION code_l_sdcc
PUBLIC __divsint
GLOBAL l_div16
__divsint:
ld hl,sp+5
ld d,(hl)
dec hl
ld e,(hl)
dec hl
ld ... |
enduser/netmeeting/av/codecs/intel/h263/i386/exmqrle.asm | npocmaka/Windows-Server-2003 | 17 | 125323 | ;/* *************************************************************************
;** INTEL Corporation Proprietary Information
;**
;** This listing is supplied under the terms of a license
;** agreement with INTEL Corporation and may not be copied
;** nor disclosed except in accordance with the terms of
... |
src/win32/oleaut32.asm | amindlost/wdosx | 7 | 125324 | <filename>src/win32/oleaut32.asm<gh_stars>1-10
; ############################################################################
; ## WDOSX DOS Extender Copyright (c) 1996, 1999, <NAME> ##
; ## ##
; ## Released under the terms of the WDOSX li... |
oeis/138/A138407.asm | neoneye/loda-programs | 11 | 125325 | ; A138407: a(n) = p^4*(p-1), where p = prime(n).
; 16,162,2500,14406,146410,342732,1336336,2345778,6156502,19803868,27705630,67469796,113030440,143589642,224465326,410305012,702806938,830750460,1329973986,1778817670,2044673352,3038106318,3891582322,5521317208,8498810976,10406040100,11480189862,13894437706,15245081388,1... |
oeis/004/A004188.asm | neoneye/loda-programs | 11 | 125326 | <gh_stars>10-100
; A004188: a(n) = n*(3*n^2 - 1)/2.
; 0,1,11,39,94,185,321,511,764,1089,1495,1991,2586,3289,4109,5055,6136,7361,8739,10279,11990,13881,15961,18239,20724,23425,26351,29511,32914,36569,40485,44671,49136,53889,58939,64295,69966,75961,82289,88959,95980,103361,111111,119239,127754,136665,145981,155711,165864... |
test/link/privates/seg2a.asm | nigelperks/BasicAssembler | 0 | 125327 | IDEAL
ASSUME CS:SEG2, DS:SEG2, ES:SEG2, SS:SEG2
SEGMENT SEG2 PRIVATE
info DW 1234h
DW final
DW 0DEADh
DW 0FACEh
final:
ENDS
END
|
programs/oeis/089/A089312.asm | neoneye/loda | 22 | 125328 | <filename>programs/oeis/089/A089312.asm
; A089312: Write n in binary; a(n) = number represented by rightmost block of 1's.
; 0,1,1,3,1,1,3,7,1,1,1,3,3,1,7,15,1,1,1,3,1,1,3,7,3,1,1,3,7,1,15,31,1,1,1,3,1,1,3,7,1,1,1,3,3,1,7,15,3,1,1,3,1,1,3,7,7,1,1,3,15,1,31,63,1,1,1,3,1,1,3,7,1,1,1,3,3,1,7,15,1,1,1,3,1,1,3,7,3,1,1,3,7,1... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_126.asm | ljhsiun2/medusa | 9 | 125329 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x19cf6, %rsi
lea addresses_WC_ht+0x4166, %rdi
nop
nop
nop
nop
nop
xor %rax, %rax
mov $30, %rcx
rep movsl
nop
nop
nop
nop
and %rax, %rax... |
Codes/9 Compare two numbers.asm | Tanuj9043/assembly-language | 0 | 125330 | SYS_EXIT equ 1
SYS_READ equ 3
SYS_WRITE equ 4
STDIN equ 0
STDOUT equ 1
section .data
msg1 db 'Enter 1st number : '
len1 equ $-msg1
msg2 db 'Enter 2nd number : '
len2 equ $-msg2
msg3 db 'Equal',10
len3 equ $-msg3
msg4 db 'Not equal',10
len4 equ $-msg4
section .bss
num1 resb 4
nu... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_24_1223.asm | ljhsiun2/medusa | 9 | 125331 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x114e0, %rsi
lea addresses_A_ht+0x16338, %rdi
clflush (%rsi)
clflush (%rdi)
and $48904, %r11
mov $9, %rcx
rep movsq
cmp $53443, %rdi
lea addresses_UC_ht+0x6ade, %rcx
nop
add $... |
libsrc/ctype/asm_islower.asm | meesokim/z88dk | 0 | 125333 | ; asm_islower
PUBLIC asm_islower
; determine if the char is in [a-z]
; enter : a = char
; exit : carry = not lower
; uses : f
.asm_islower
cp 'a'
ret c
cp 'z'+1
ccf
ret
|
libsrc/msx/msx_sound.asm | andydansby/z88dk-mk2 | 1 | 125334 | ;
; MSX specific routines
; by <NAME>, December 2007
;
; int msx_sound(int reg, int val);
;
; Play a sound by PSG
;
;
; $Id: msx_sound.asm,v 1.4 2009/06/22 21:44:17 dom Exp $
;
XLIB msx_sound
LIB msxbios
IF FORmsx
INCLUDE "msxbios.def"
ELSE
INCLUDE "svibios.def"
ENDIF
msx_sound:
pop bc
pop ... |
programs/oeis/231/A231670.asm | karttu/loda | 0 | 125336 | <gh_stars>0
; A231670: a(n) = Sum_{i=0..n} digsum_5(i)^3, where digsum_5(i) = A053824(i).
; 0,1,9,36,100,101,109,136,200,325,333,360,424,549,765,792,856,981,1197,1540,1604,1729,1945,2288,2800,2801,2809,2836,2900,3025,3033,3060,3124,3249,3465,3492,3556,3681,3897,4240,4304,4429,4645,4988,5500,5625,5841,6184,6696,7425,743... |
src/tile_maps.asm | TypeDefinition/NautiBuoy | 2 | 125337 | <filename>src/tile_maps.asm
INCLUDE "./src/include/hardware.inc"
INCLUDE "./src/definitions/definitions.inc"
SECTION "UI Tile Maps", ROMX
GameLevelUITileMap::
db 29,48,48,48,48,32,30,48,32,31,48,32,"P","O","W",32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
db 32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_isgreaterequal_callee.asm | jpoikela/z88dk | 640 | 125338 |
; int isgreaterequal(float x, float y) __z88dk_callee
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdccix_isgreaterequal_callee
EXTERN am48_isgreaterequal, cm48_sdccixp_dcallee2
cm48_sdccix_isgreaterequal_callee:
call cm48_sdccixp_dcallee2
; AC'= y
; AC = x
jp am48_isgreaterequal
|
programs/oeis/330/A330116.asm | jmorken/loda | 1 | 125339 | <filename>programs/oeis/330/A330116.asm
; A330116: Beatty sequence for sinh(x), where 1/e^x + csch(x) = 1.
; 1,2,4,5,7,8,10,11,13,14,15,17,18,20,21,23,24,26,27,29,30,31,33,34,36,37,39,40,42,43,44,46,47,49,50,52,53,55,56,58,59,60,62,63,65,66,68,69,71,72,74,75,76,78,79,81,82,84,85,87,88,89,91,92,94,95
mov $4,$0
add $4,1... |
docs/antora/modules/ROOT/pages/nand2tetris/projects/07/MemoryAccess/BasicTest/BasicTest.asm | peacetrue/learn-nand2tetris | 0 | 125340 | @10
D=A
@0
A=M
M=D
@0
M=M+1
@0
M=M-1
@1
D=M
@0
D=D+A
@13
M=D
@0
A=M
D=M
@13
A=M
M=D
@21
D=A
@0
A=M
M=D
@0
M=M+1
@22
D=A
@0
A=M
M=D
@0
M=M+1
@0
M=M-1
@2
D=M
@2
D=D+A
@13
M=D
@0
A=M
D=M
@13
A=M
M=D
@0
M=M-1
@2
D=M
@1
D=D+A
@13
M=D
@0
A=M
D=M
@13
A=M
M=D
@36
D=A
@0
A=M
M=D
@0
M=M+1
@0
M=M-1
@3
D=M
@6
D=D+A
@13
M=D
@0
A=M
... |
src/ram.asm | santiontanon/talesofpopolon-ext | 4 | 125341 | org #c000 ; RAM goes to the 4th slot
RAM:
; ----------------------------------------------------------------
; RAM that is shared acorss all game states:
; ----------------------------------------------------------------
; Music variables:
MUSIC_tempo: ds virtual 1
beginning_of_sound_... |
Transynther/x86/_processed/US/_ht_st_zr_un_/i7-8650U_0xd2.log_2361_78.asm | ljhsiun2/medusa | 9 | 125342 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1e5f6, %rsi
lea addresses_UC_ht+0x81f6, %rdi
nop
nop
nop
nop
inc %rbp
mov $37, %rcx
rep movsb
and $64764, %r14
lea addresses_WC_ht+0x115e6, %rsi
lea addresses_WC_ht+0x185... |
src/nmi.asm | hundredrabbits/Donsol | 113 | 125343 | <reponame>hundredrabbits/Donsol
;; nmi
;; detect joy
readJoy: ; [skip]
LDA #$01
STA JOY1 ; start reading
STA down@input
LSR a
STA JOY1
@loop: ;
LDA JOY1
LSR a
ROL down@input
BCC @loop
;;
saveJoy: ; [skip]
L... |
Assembler/AssemblyCode/ADC.asm | KPU-RISC/KPU | 8 | 125344 | ; Initialize the stack pointer and the base pointer
MOV XL, 0xFF
MOV XH, 0xFF
MOV SP, X
MOV XL, 0
MOV XH, 0
MOV BP, X
; Initialize the D and E registers
MOV D, 11111101b ; 253d
MOV E, 01100100b ; 100d
ADD D, E
PUSHF
; Write register D to the Output Port
OUTB D
MOV D, 00000000b
MOV E, D
POPF
ADC D, E
; Write registe... |
programs/oeis/275/A275505.asm | neoneye/loda | 22 | 125346 | <reponame>neoneye/loda
; A275505: Number of 5 X n 0..2 arrays with no element equal to any value at offset (-2,-1) (-2,0) or (-1,-1) and new values introduced in order 0..2.
; 12,56,232,988,4180,17712,75024,317812,1346268,5702888,24157816,102334156,433494436,1836311904,7778742048,32951280100,139583862444,591286729880,2... |
course_2/assembler/6lab.asm | IlonaZellka/DonNU | 0 | 125347 | <gh_stars>0
vik segment 'code'
assume cs:vik, ds:vik, ss:vik, es:vik
org 100h
begin: jmp main
;-------Данные -------------------
A DT 0BC35FF00ABFF0F1F0FFAh
S DB 0 ; количество единиц
TEN DB ?
ED DB ?
str1 db 10,13,'Number of zeros in a cell: A = $'
str0 db 'Contents of original cell A of 10 bytes:',10,13,'$'... |
programs/oeis/191/A191745.asm | karttu/loda | 1 | 125348 | ; A191745: a(n) = 12*n^3 + 9*n^2 + 2*n.
; 0,23,136,411,920,1735,2928,4571,6736,9495,12920,17083,22056,27911,34720,42555,51488,61591,72936,85595,99640,115143,132176,150811,171120,193175,217048,242811,270536,300295,332160,366203,402496,441111,482120,525595,571608,620231,671536,725595,782480,842263,905016,970811,1039720,1... |
Asm/AsmLibrary.asm | PiA-Graphics-Editor/graphics-editor | 0 | 125349 | .data
;----------------------------------------------------------------------------------------------
;asmBlackAndWhite .data section
zero qword 0;
maskRRev byte 80h, 80h, 00h, 80h, 80h, 04h, 80h, 80h, 08h, 80h, 80h, 0Ch, 80h, 80h, 80h, 80h
maskGRev byte 80h, 00h, 80h, 80h, 04h, 80h, 80h, 08h, 80h, 80h, 0Ch, 80... |
matrixMultiply.asm | skhasibulalam/asm-intro-8086 | 0 | 125350 | <filename>matrixMultiply.asm
CODE SEGMENT
ASSUME CS:CODE,DS:CODE
ORG 100H
MAIN: MOV AX,CS
MOV DS,AX
MOV SI,0
MOV DI,0
MOV BX,0
JMP L2
L1: INC SI
L2: MOV AL,A1[SI]
MOV CL,A2[DI]
MUL CL
ADD DL,AL
ADD DI,N
CMP DI,9; number of total elements of input matrix
JL L1
MO... |
main.asm/main.asm/main.asm | meixinchoy/snake-test | 2 | 125351 | <filename>main.asm/main.asm/main.asm
.386
.model flat, stdcall
.stack 4096
ExitProcess PROTO, dwExitCode: DWORD
INCLUDE Irvine32.inc
.data
xWall BYTE 52 DUP("#"),0
strScore BYTE "Your score is: ",0
score BYTE 0
strTryAgain BYTE "Try Again? 1=yes, 0=no",0
invalidInput BYTE "invalid input",0
strYouDied BYTE "you die... |
oeis/051/A051727.asm | neoneye/loda-programs | 11 | 125352 | ; A051727: Denominator of n(n-1)(n-2)/720.
; Submitted by <NAME>(s2)
; 1,1,1,120,30,12,6,24,15,10,1,8,6,60,30,24,3,3,5,40,2,12,6,120,15,6,3,8,10,20,6,24,3,15,15,24,2,4,10,120,3,6,3,120,30,4,2,8,15,15,3,24,6,60,10,8,1,6,15,120,6,12,6,40,5,1,3,24,30,60,6,24,1,10
bin $0,3
gcd $0,120
mov $1,120
div $1,$0
mov $0,$1
|
programs/oeis/138/A138748.asm | neoneye/loda | 22 | 125353 | ; A138748: a(n) = (n+(n+1)) + (n*(n+1)) + (n^(n+1)).
; 1,6,19,100,1053,15666,279991,5764872,134217817,3486784510,100000000131,3138428376876,106993205379253,3937376385699498,155568095557812463,6568408355712890896,295147905179352826161,14063084452067724991350
mov $1,$0
add $1,1
pow $0,$1
add $0,$1
pow $1,2
add $0,$1
sub... |
misc/asm/draw_pixel.asm | Pebaz/glop | 3 | 125354 | include 'ebc.inc'
include 'efi.inc'
include 'format.inc'
include 'utf8.inc'
format peebc efi ; PE executable format, EFI Byte Code
entry efi_main
struct EFI_GRAPHICS_OUTPUT_PROTOCOL
QueryMode VOID_PTR
SetMode VOID_PTR
Blt VOID_PTR
Mode VOID_PTR
ends
struct EFI_GRAPHICS_OUTPUT_B... |
Transynther/x86/_processed/NC/_st_zr_/i9-9900K_12_0xa0_notsx.log_21829_1437.asm | ljhsiun2/medusa | 9 | 125355 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xd4ed, %rbx
nop
add %r14, %r14
vmovups (%rbx), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $0, %xmm2, %rax
nop
nop
and %r8, %r8
lea addresses_WC_... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1396.asm | ljhsiun2/medusa | 9 | 125356 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9957, %rax
nop
nop
nop
nop
nop
sub $23860, %r11
and $0xffffffffffffffc0, %rax
movaps (%rax), %xmm0
vpextrq $1, %xmm0, %r8
cmp %r11, %r11
lea addresses_D_ht+0x713, %r8
nop
inc %... |
programs/oeis/157/A157502.asm | neoneye/loda | 22 | 125357 | ; A157502: Even numbers without the squares.
; 2,6,8,10,12,14,18,20,22,24,26,28,30,32,34,38,40,42,44,46,48,50,52,54,56,58,60,62,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130
mov $1,$0
lpb $1
add $0,3
sub $1,1
add $2,4
trn $1,$2
lpe
mul $0,2
add $... |
dino/lcs/base/472.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 125358 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
006D94 tst.b ($472,A5)
006D98 bne $6db0
006E4A tst.b ($472,A5)
006E4E bne $6e70
006F7C tst.b ($472,A5) [base+47D, base+48D, base+49D]
006F80 beq $6f88
006FDE tst.b ($472,A5)
006F... |
programs/oeis/234/A234011.asm | karttu/loda | 1 | 125359 | ; A234011: The sums of 2 consecutive odious numbers (A000069).
; 3,6,11,15,19,24,27,30,35,40,43,47,51,54,59,63,67,72,75,79,83,86,91,96,99,102,107,111,115,120,123,126,131,136,139,143,147,150,155,160,163,166,171,175,179,184,187,191,195,198,203,207,211,216,219,222,227,232,235,239,243,246,251,255,259,264,267,271,275,278,28... |
Appl/SDK_Asm/Document/SharedDB/shareddb.asm | steakknife/pcgeos | 504 | 125360 | <filename>Appl/SDK_Asm/Document/SharedDB/shareddb.asm
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: SharedDB (Sample PC GEOS application)
FILE: shareddb.asm
REVISION HISTORY:
Name Date Descript... |
oeis/010/A010220.asm | neoneye/loda-programs | 11 | 125361 | ; A010220: Continued fraction for sqrt(176).
; Submitted by <NAME>(s2)
; 13,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3,26,3,1,3
seq $0,40282 ; Continued fraction for sqrt(300).
dif $0,4
mov $2,$0
div $2,7
sub $0,... |
oeis/301/A301758.asm | neoneye/loda-programs | 11 | 125362 | <filename>oeis/301/A301758.asm
; A301758: Clique covering number of the n X n fiveleaper graph.
; Submitted by <NAME>
; 1,4,9,16,21,22,25,32,41,50,61,72,85,98,113,128,145,162,181,200,221,242,265,288,313,338,365,392,421,450,481,512,545,578,613,648,685,722,761,800,841,882,925,968,1013,1058,1105,1152,1201,1250,1301,1352,1... |
dos/shrprint.asm | minblock/msdos | 0 | 125363 | <filename>dos/shrprint.asm
TITLE SHRPRINT - PRINTF at SHARE level
NAME SHRPRINT
;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1991
; All Rights Reserved.
;
; Modification history:
;
; Created: MZ 16 June 1984
;
.xlist
.xcref
include version.inc
include dosseg.inc
INCLUDE DOSSYM.INC
INCL... |
src/z80asm/t/data/zx48_01.asm | jpoikela/z88dk | 640 | 125364 | <reponame>jpoikela/z88dk<gh_stars>100-1000
;************************************************************************
;** An Assembly File Listing to generate a 16K ROM for the ZX Spectrum **
;************************************************************************
PUBLIC L0018
PUBLIC L0055
PUBL... |
P6/data_P6/testpoint/testpoint26.asm | alxzzhou/BUAA_CO_2020 | 1 | 125365 | ori $1, $0, 1
ori $2, $0, 8
ori $3, $0, 7
ori $4, $0, 5
sw $2, 0($0)
sw $1, 4($0)
sw $2, 8($0)
sw $2, 12($0)
sw $1, 16($0)
sw $1, 20($0)
sw $4, 24($0)
sw $2, 28($0)
sw $1, 32($0)
sw $1, 36($0)
sw $2, 40($0)
sw $3, 44($0)
sw $4, 48($0)
sw $3, 52($0)
sw $4, 56($0)
sw $4, 60($0)
sw $2, 64($0)
sw $2, 6... |
oeis/142/A142556.asm | neoneye/loda-programs | 11 | 125367 | <reponame>neoneye/loda-programs
; A142556: Primes congruent to 26 mod 53.
; Submitted by <NAME>
; 79,397,503,821,1033,1669,1987,2411,2729,3259,4001,4637,5167,5273,5591,6121,6863,7393,7499,7817,9619,10891,11527,11633,12163,12269,12799,13859,14071,14177,14389,14813,15131,15661,15767,17569,18311,18523,18947,19477,19583,20... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2226.asm | ljhsiun2/medusa | 9 | 125369 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1c223, %r14
sub %r8, %r8
movb $0x61, (%r14)
nop
dec %rsi
lea addresses_WT_ht+0x1e45f, %rsi
lea addresses_WT_ht+0xdd9f, %rdi
clflush (%rsi)
and %r15, %r15
mov $9... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.