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 |
|---|---|---|---|---|
programs/oeis/030/A030799.asm | neoneye/loda | 22 | 200153 | ; A030799: a(n) = floor(exp(1/2)*n!).
; 1,3,9,39,197,1187,8309,66476,598287,5982879,65811677,789740126,10266621646,143732703044,2155990545670,34495848730735,586429428422497,10555729711604956,200558864520494172,4011177290409883459,84234723098607552651,1853163908169366158326,42622769887895421641516,1022946477309490119396... |
getprocinfo_test.asm | unagi11/xv6 | 0 | 200154 | <filename>getprocinfo_test.asm<gh_stars>0
_getprocinfo_test: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "user.h"
#include "fcntl.h"
#include "processInfo.h"
int main(int argc, char const *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 ... |
programs/oeis/072/A072000.asm | jmorken/loda | 1 | 200155 | <gh_stars>1-10
; A072000: Number of semiprimes (A001358) <= n.
; 0,0,0,1,1,2,2,2,3,4,4,4,4,5,6,6,6,6,6,6,7,8,8,8,9,10,10,10,10,10,10,10,11,12,13,13,13,14,15,15,15,15,15,15,15,16,16,16,17,17,18,18,18,18,19,19,20,21,21,21,21,22,22,22,23,23,23,23,24,24,24,24,24,25,25,25,26,26,26,26,26,27,27,27,28,29,30,30,30,30,31,31,32,3... |
programs/oeis/030/A030140.asm | neoneye/loda | 22 | 200156 | <reponame>neoneye/loda
; A030140: The nonsquares squared.
; 4,9,25,36,49,64,100,121,144,169,196,225,289,324,361,400,441,484,529,576,676,729,784,841,900,961,1024,1089,1156,1225,1369,1444,1521,1600,1681,1764,1849,1936,2025,2116,2209,2304,2500,2601,2704,2809,2916,3025,3136,3249,3364,3481,3600,3721,3844,3969,4225,4356,4489... |
programs/oeis/091/A091627.asm | karttu/loda | 0 | 200157 | ; A091627: Number of ordered integer pairs (b,c) with 1 <= b,c <= n such that both roots of x^2+bx+c=0 are integers.
; 0,0,1,2,4,5,7,8,10,12,14,15,18,19,21,23,26,27,30,31,34,36,38,39,43,45,47,49,52,53,57,58,61,63,65,67,72,73,75,77,81,82,86,87,90,93,95,96,101,103,106,108,111,112,116,118,122,124,126,127,133,134,136,139,1... |
libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_VRAMmemcpy_brief.asm | jpoikela/z88dk | 640 | 200158 | ; **************************************************
; SMSlib - C programming library for the SMS/GG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "SMSlib_private.inc"
SECTION code_clib
SECTION code_SMSlib
PUBLIC asm_SMSlib_VRAMmemcpy_brief
asm_SMS... |
symbolinen_konekieli/Linux/kolmas_funktio_32.asm | tkukka/VariousContent | 0 | 200159 | BITS 32
SECTION .text
GLOBAL pienin:function
; Palauttaa pienimmän luvun annetuista luvuista. 0-kokoiseksi ilmoitettu taulukko, paluuarvo = ei määritelty.
; vastaa: int pienin(const int *, size_t). EAX = pienin luku
; oletukset: in... |
Library/Spreadsheet/UI/uiNotes.asm | steakknife/pcgeos | 504 | 200160 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: uiNotes.asm
AUTHOR: <NAME>, Aug 5, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descriptio... |
oeis/173/A173192.asm | neoneye/loda-programs | 11 | 200161 | ; A173192: a(n) = binomial(n + 7, 7)*9^n.
; 1,72,2916,87480,2165130,46766808,911952756,16415149608,277005649635,4432090394160,67810983030648,998670840996816,14231059484204628,197045439012064080,2660113426662865080,35113497231949819056,454280870438350784037,5772039294981398197176,72150491187267477464700,8885902598852941... |
Opus/asm/disp1n2.asm | Computer-history-Museum/MS-Word-for-Windows-v1.1 | 2 | 200162 | <gh_stars>1-10
include w2.inc
include noxport.inc
include consts.inc
include structs.inc
include windows.inc
createSeg disp1_PCODE,disp1,byte,public,CODE
; DEBUGGING DECLARATIONS
ifdef DEBUG
midDisp1n2 equ 11 ; module ID, for native asserts
NatPause equ 1
endif
ifdef NatPause
PAUSE MACRO
... |
libsrc/stdio_new/file/stream-in/stdio_longzeroonstream.asm | meesokim/z88dk | 8 | 200163 | ; stdio_longzeroonstream
; 05.2008 aralbrec
PUBLIC stdio_longzeroonstream
; more common code from %li and %lx scan converters
.stdio_longzeroonstream
; we've read a 0 but have no way of pushing it back on the stream
; so take care of things here rather than in the common code
xor a ... |
snake.asm | a-layfolk/assembly-snake | 1 | 200164 | TITLE Program Snake
.386
.model flat, stdcall
option casemap:none
includelib msvcrt.lib
includelib user32.lib
ExitProcess proto, :dword
Sleep proto, :dword
GetStdHandle proto, :dword
SetConsoleCursorPosition proto :dword, :dword
GetAsyncKeyState proto, :dword
CreateThread proto, :dword, :dword, :dword, :dword, :dwor... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_21829_100.asm | ljhsiun2/medusa | 9 | 200165 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1b5b4, %r11
nop
nop
nop
nop
nop
and $42135, %r10
movl $0x61626364, (%r11)
nop
nop
nop
sub $11374, %r8
lea addresses_WT_ht+0x64fc, %rsi
lea addresses_normal_ht+0x99dc, %rdi
nop... |
8088/arduino_keyboard/testing.asm | reenigne/reenigne | 92 | 200166 | <filename>8088/arduino_keyboard/testing.asm
%include "../defaults_bin.asm"
mov ax,cs
mov ds,ax
mov cx,endMessage-message
mov si,message
; Send CX bytes pointed to by DS:SI
sendLoop:
mov di,cx
; Lower clock line to tell the Arduino we want to send data
in al,0x61
and al,0xbf
out 0x61,al
; Wai... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_1_1680.asm | ljhsiun2/medusa | 9 | 200167 | <filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_1_1680.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd86e, %r13
nop
nop
and $30497, %r11
movb $0x61, (%r13)
nop
nop
nop
nop
add %r11, %r11... |
src/PJ/flic386p/libsrc/util/dosvblan.asm | AnimatorPro/Animator-Pro | 119 | 200168 | CGROUP group code
code segment dword 'CODE'
assume cs:CGROUP,ds:CGROUP
;busy-wait for vblank
public pj_wait_vblank
pj_wait_vblank proc near
push edx
mov dx,3dah ;video status port
wvb:
in al,dx
test al,8
jz wvb
pop edx
ret
pj_wait_vblank endp
;busy-wait for out of vblank
public pj_wait... |
programs/oeis/301/A301383.asm | neoneye/loda | 22 | 200169 | <reponame>neoneye/loda<filename>programs/oeis/301/A301383.asm
; A301383: Expansion of (1 + 3*x - 2*x^2)/(1 - 7*x + 7*x^2 - x^3).
; 1,10,61,358,2089,12178,70981,413710,2411281,14053978,81912589,477421558,2782616761,16218279010,94527057301,550944064798,3211137331489,18715879924138,109084142213341,635788973355910,37056496... |
oeis/052/A052690.asm | neoneye/loda-programs | 11 | 200170 | <filename>oeis/052/A052690.asm
; A052690: E.g.f. x*(1+x-3x^2)/(1-3x).
; Submitted by <NAME>
; 0,1,8,54,648,9720,174960,3674160,88179840,2380855680,71425670400,2357047123200,84853696435200,3309294160972800,138990354760857600,6254565964238592000,300219166283452416000,15311177480456073216000
mov $2,1
mov $3,$0
mov $4,1
m... |
oeis/047/A047891.asm | neoneye/loda-programs | 11 | 200173 | <reponame>neoneye/loda-programs<filename>oeis/047/A047891.asm
; A047891: Number of planar rooted trees with n nodes and tricolored end nodes.
; Submitted by <NAME>
; 1,3,12,57,300,1686,9912,60213,374988,2381322,15361896,100389306,663180024,4421490924,29712558576,201046204173,1368578002188,9366084668802,64403308499592,4... |
Working Disassembly/Levels/FBZ/Misc Object Data/Anim - Screw Door.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 200174 | <gh_stars>1-10
Ani_3BD5E: dc.w byte_3BD6A-Ani_3BD5E
dc.w byte_3BD70-Ani_3BD5E
dc.w byte_3BD76-Ani_3BD5E
dc.w byte_3BD7C-Ani_3BD5E
dc.w byte_3BD82-Ani_3BD5E
dc.w byte_3BD88-Ani_3BD5E
byte_3BD6A: dc.b 1, 0, 3, 2, 1, $FF
byte_3BD70: dc.b 1, 0, 1, 2, 3, $FF
byte_3BD76: dc.b 1, 4, 5, 6, ... |
stwm.asm | smattie/stwm | 0 | 200175 | <gh_stars>0
;;; ----------------------------------------------------------------------------
;;; stwm
;;;
;;; This work is free. You can redistribute it and/or modify it under the
;;; terms of the Do What The Fuck You Want To Public License, Version 2,
;;; as published by Sam Hocevar. See the COPYING file for more deta... |
GG2PlayerScale/Assembly/patch.asm | haolink/GG2PlayerScale | 0 | 200176 | use64
camscale:
;General data
dd 3F800000h ;Scale
dd 00000000h ;Stored height
dd 00000000h ;Doki doki enabled
dd 00000000h
;Base scale 1.0
dd 00000000h
dd 00000000h
dd 3F800000h
dd 00000000h
;Value to subtract
dd 00000000h
dd 00000000h
dd 00000000h
dd 00000000h
;Value to multiply it wit... |
src/outro.asm | giomba/snake6502 | 1 | 200177 | #if VERBOSE = 1
LASTINIT SET .
#endif
; Wait for some delay
statusDelay SUBROUTINE
ldy delay ; load outroDelay and decrement
dey
sty delay
cpy #0
beq .end
rts
.end:
lda delayStatus
sta status
rts
#if VERBOSE = 1
ECHO "outro.asm @ ",LASTINIT,"len:",(. - LASTINIT)
#endi... |
programs/oeis/214/A214282.asm | karttu/loda | 0 | 200178 | <gh_stars>0
; A214282: Largest Euler characteristic of a downset on an n-dimensional cube.
; 1,1,1,3,6,10,15,35,70,126,210,462,924,1716,3003,6435,12870,24310,43758,92378,184756,352716,646646,1352078,2704156,5200300,9657700,20058300,40116600,77558760,145422675,300540195,601080390,1166803110,2203961430,4537567650,9075135... |
programs/oeis/084/A084508.asm | jmorken/loda | 1 | 200179 | ; A084508: Partial sums of A084509. Positions of ones in the first differences of A084506.
; 0,1,3,9,33,129,513,2049,8193,32769,131073,524289,2097153,8388609,33554433,134217729,536870913,2147483649,8589934593,34359738369,137438953473,549755813889,2199023255553,8796093022209,35184372088833
lpb $0
sub $0,1
mov $1,$2... |
linux64/lesson20.asm | mashingan/notes-asmtutor | 1 | 200180 | <reponame>mashingan/notes-asmtutor
format ELF64 executable 3
entry start
include 'procs.inc'
segment readable
childMsg db 'This is the child process', 0h
parentMsg db 'This is the parent process', 0h
segment readable executable
start:
mov rax, 57 ; SYS_FORK (kernel opcode 57)
syscall
cmp ... |
hrm/31_string_reverse.asm | glupmjoed/puzzles | 0 | 200181 | -- HUMAN RESOURCE MACHINE PROGRAM --
-- reverse([in1, in2 .. ~\0]), ... -> out
JUMP b
a:
BUMPUP 14
b:
INBOX
JUMPZ c
COPYTO [14]
JUMP a
c:
BUMPDN 14
JUMPN a
COPYFROM [14]
OUTBOX
JUMP c
|
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_ix/tshc_visit_wc_pix.asm | jpoikela/z88dk | 640 | 200182 | ; void tshc_visit_wc_pix(struct r_Rect8 *r, void *function)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_visit_wc_pix
EXTERN l0_tshc_visit_wc_pix_callee
_tshc_visit_wc_pix:
pop af
pop bc
pop de
push de
push bc
push af
jp l0_tshc_visit_wc_pix_callee
|
oslab6/obj/user/primespipe.asm | jasha64/OperatingSystems-lab | 0 | 200183 |
obj/user/primespipe.debug: 文件格式 elf32-i386
Disassembly of section .text:
00800020 <_start>:
// starts us running when we are initially loaded into a new environment.
.text
.globl _start
_start:
// See if we were started with arguments on the stack
cmpl $USTACKTOP, %esp
800020: 81 fc 00 e0 bf ee cmp $... |
CryptoPkg/Library/OpensslLib/X64/crypto/modes/ghash-x86_64.nasm | KaoTuz/edk2-stable202108 | 0 | 200184 | ; WARNING: do not edit!
; Generated from openssl/crypto/modes/asm/ghash-x86_64.pl
;
; Copyright 2010-2020 The OpenSSL Project Authors. All Rights Reserved.
;
; Licensed under the OpenSSL license (the "License"). You may not use
; this file except in compliance with the License. You can obtain a copy
; in the file LIC... |
DeltaOffset.asm | maismarauders/DeltaOffset | 0 | 200185 | .686
.MODEL FLAT,C
option casemap:none
; Required to make this compile and link with printf on VS2019
includelib libcmt.lib
includelib libvcruntime.lib
includelib libucrt.lib
includelib legacy_stdio_definitions.lib
; For simplicity we just link to printf
; In real shellcode we would provide a pointer
printf PROTO C :... |
src/win_detect.asm | gltchitm/tic-tac-toe-asm | 0 | 200186 | <reponame>gltchitm/tic-tac-toe-asm<filename>src/win_detect.asm
%macro check 4
.check_%1:
mov rdx, r10
and rdx, %2
cmp rdx, %2
je %3
jmp %4
%endmacro
%macro spot_empty 2
.check_tie_%1:
mov rdx, r10
and rdx, mask_x_%1
cmp rdx, mask_x_%1
je %2... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1497.asm | ljhsiun2/medusa | 9 | 200187 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x4eb8, %rdx
nop
add %rbx, %rbx
mov (%rdx), %r10
nop
nop
nop
cmp %rdi, %rdi
lea addresses_UC_ht+0x175c6, %r8
nop
nop
cmp %rbx, %rbx
movl $0x61626364, (%r8)
nop
add %r... |
win64/lesson27.asm | mashingan/notes-asmtutor | 1 | 200188 | <filename>win64/lesson27.asm
format PE64 console
entry start
include 'win64w.inc'
macro reachit {
mov rcx, reach
fastcall sprintLF
}
section '.data' data readable writeable
stdout dq ?
filename TCHAR 'filecreate.txt', 0h
failc db 'failed code: ', 0h
updateEst dd 13, 10, 'エ','ス','ト', ' ', '魔','聖'... |
oeis/036/A036156.asm | neoneye/loda-programs | 11 | 200189 | <filename>oeis/036/A036156.asm
; A036156: 5^n mod 193.
; Submitted by Jon Maiga
; 1,5,25,125,46,37,185,153,186,158,18,90,64,127,56,87,49,52,67,142,131,76,187,163,43,22,110,164,48,47,42,17,85,39,2,10,50,57,92,74,177,113,179,123,36,180,128,61,112
mov $1,5
pow $1,$0
mod $1,193
mov $0,$1
|
programs/oeis/160/A160380.asm | karttu/loda | 0 | 200190 | ; A160380: Number of 0's in base-4 representation of n.
; 0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,3,2,2,2,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,3,2,2,... |
src/menu_channel_three.asm | Gegel85/BTTGB | 1 | 200191 | <gh_stars>1-10
;channel 3
menuChannelThree::
;mesure 1
db $80, $00, $00, $9E, $86, MQUAVER * 4 ;NO SOUND
db $80, $00, $20, $51, $84, MQUAVER ; DO#0
db $80, $00, $20, $51, $84, MQUAVER / 2 ; DO#0
db $80, $00, $00, $9E, $86, MQUAVER / 2 ;NO SOUND
db $80, $00, $20, $51, $84, MQUAVER / 2 ; DO#0
db ... |
_maps/Moving Blocks (LZ).asm | kodishmediacenter/msu-md-sonic | 9 | 200194 | <gh_stars>1-10
; ---------------------------------------------------------------------------
; Sprite mappings - moving block (LZ)
; ---------------------------------------------------------------------------
Map_MBlockLZ_internal:
dc.w @0-Map_MBlockLZ_internal
@0: dc.b 1
dc.b $F8, $D, 0, 0, $F0
even |
programs/oeis/094/A094789.asm | neoneye/loda | 22 | 200196 | <filename>programs/oeis/094/A094789.asm
; A094789: Number of (s(0), s(1), ..., s(2n+1)) such that 0 < s(i) < 7 and |s(i) - s(i-1)| = 1 for i = 1,2,...,2n+1, s(0) = 1, s(2n+1) = 4.
; 1,4,14,47,155,507,1652,5373,17460,56714,184183,598091,1942071,6305992,20475625,66484244,215873462,700937471,2275930827,7389902771,23994866... |
oeis/157/A157499.asm | neoneye/loda-programs | 11 | 200198 | <reponame>neoneye/loda-programs
; A157499: Denominator of Euler(n, 1/31).
; Submitted by <NAME>(s3)
; 1,62,961,119164,923521,57258302,887503681,220100912888,852891037441,52879244321342,819628286980801,101633907585619324,787662783788549761,48835092594890085182,756943935220796320321,375444191869514974879216
add $0,1
mov... |
src/sprite_mummy.asm | fjpena/sword-of-ianna-zx | 67 | 200199 | ; 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: 6
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Interleave: Sprite
;Mask: ... |
engine/battle/move_effects/snore.asm | AtmaBuster/pokeplat-gen2 | 6 | 200200 | BattleCommand_snore:
; snore
ld a, BATTLE_VARS_STATUS
call GetBattleVar
and SLP
ret nz
call ResetDamage
ld a, $1
ld [wAttackMissed], a
call FailMove
jp EndMoveEffect
|
src/fs/Seek.asm | beckadamtheinventor/BOSos | 1 | 200201 | ;@DOES set the tell of a file handle
;@INPUT A = file handle
;@INPUT HL = offset or new tell
;@INPUT C = seek mode
;@OUTPUT HL = new file tell
;@OUTPUT HL = -1 on fail
;@DESTROYS All
;@NOTE acceptable seek mode values: seek from (0: start, 1: current, 2: end). Higher values will have the same effect as 2.
fs_Seek:
pus... |
src/soundfx.asm | QuinnPainter/Renegade-Rush | 1 | 200202 | <gh_stars>1-10
INCLUDE "hardware.inc"
INCLUDE "sound.inc"
DEF SOUND_END EQU $FF
DEF CHANGE_PRIORITY EQU $FE
DEF PAN_CH1 EQU $FD
DEF PAN_CH2 EQU $FC
DEF PAN_CH3 EQU $FB
DEF PAN_CH4 EQU $FA
DEF SET_MUSIC_MUTE EQU $F9
DEF MUTE_CH1 EQU 0 << 4
DEF MUTE_CH2 EQU 1 << 4
DEF MUTE_CH3 EQU 2 << 4
DEF MUTE_CH4 EQU 3 << 4
DEF MUS... |
src/sound/music.asm | Gegel85/RunnerGB | 0 | 200203 | include "src/sound/commands.asm"
registersProperties::
db $5
dw $FF10
dw $FF13
db $4
dw $FF16
dw $FF18
db $5
dw $FF1A
dw $FF1D
db $4
dw $FF20
dw $FF22
startMusic::
push hl
; Setup sound
ld a, $FF
ld hl, SOUND_TERM_CONTROL
writeRegisterI a
writeRegisterI a
writeRegisterI a
reset NB_REPEATED
po... |
programs/oeis/081/A081865.asm | neoneye/loda | 22 | 200204 | <gh_stars>10-100
; A081865: a(n) = sigma_7(2n-1).
; 1,2188,78126,823544,4785157,19487172,62748518,170939688,410338674,893871740,1801914272,3404825448,6103593751,10465138360,17249876310,27512614112,42637932336,64340198544,94931877134,137293757384,194754273882,271818611108,373845175782,506623120464,678223896393,897821018... |
Src/Payloads/Aes/64/encryptionrounds.asm | The-Cracker-Technology/hyperion | 0 | 200205 | ;uses the generated round keys to encrypt an aes block
proc encryptionRounds uses rbx r12 r13, encryption_ptr:QWORD,\
roundkeys_ptr:QWORD, sbox_ptr:QWORD, mul2_table_ptr:QWORD, \
mul3_table_ptr:QWORD
mov [encryption_ptr],rcx
mov [roundkeys_ptr],rdx
mov [sbox_ptr],r8
mov [mul2_table_ptr],r9
... |
platforms/m3/prc_v9/comparison/Pstack_ondemand_v1.8_fail.asm | lab11/M-ulator | 19 | 200207 |
Pstack_ondemand_v1.8/Pstack_ondemand_v1.8.elf: file format elf32-littlearm
Disassembly of section .text:
00000000 <hang-0x70>:
0: 00000c00 .word 0x00000c00
4: 00000075 .word 0x00000075
...
1c: 00000070 .word 0x00000070
20: 00000070 .word 0x00000070
24: 00000070 .word 0x00000070
28: 00000070 ... |
sum-vars.asm | motazsaad/assembly | 1 | 200208 |
TITLE sum-vars : An AL Program to read two digits whose sum is less than 0,
; computes and display their sum (using variables).
.MODEL SMALL
.STACK 100H
.DATA
PROMPT_1 DB 'Enter the First digit : $'
PROMPT_2 DB 'Enter the Second digit : $'
PROMPT_3 DB 'Sum of First and S... |
programs/sped3.asm | lucaspiller/dcpu16-ide | 1 | 200210 |
JSR device_discovery
; find clock
SET A, 0xb402
SET B, 0x12d0
SET C, clock_index
JSR find_device
; set up clock
SET B, 60 ; tick once per second
SET A, 0
HWI [clock_index] ; turn on clock
; find SPED3 index
SET A, 0xbf3c
SET B, 0x42ba
SET C, sped3_index
JSR find_device
; poll SPEC3 device
SET A, 0
HWI ... |
maps/BlackthornCity.asm | zavytar/pokecolorless | 0 | 200211 | <reponame>zavytar/pokecolorless
object_const_def ; object_event constants
const BLACKTHORNCITY_SUPER_NERD1
const BLACKTHORNCITY_SUPER_NERD2
const BLACKTHORNCITY_GRAMPS1
const BLACKTHORNCITY_GRAMPS2
const BLACKTHORNCITY_BLACK_BELT
const BLACKTHORNCITY_COOLTRAINER_F1
const BLACKTHORNCITY_YOUNGSTER1
const BLACKTH... |
Borland/CBuilder5/Source/RTL/source/cstrings/__strchr.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 200212 | <filename>Borland/CBuilder5/Source/RTL/source/cstrings/__strchr.asm
;-----------------------------------------------------------------------
; filename - __strchr.asm
;
; function(s)
;
; jump stub for C++ implementation of strchr()
;-----------------------------------------------------------------------
;
; C/C+... |
oeis/000/A000442.asm | neoneye/loda-programs | 11 | 200213 | <gh_stars>10-100
; A000442: a(n) = (n!)^3.
; 1,1,8,216,13824,1728000,373248000,128024064000,65548320768000,47784725839872000,47784725839872000000,63601470092869632000000,109903340320478724096000000,241457638684091756838912000000,662559760549147780765974528000000,2236139191853373760085164032000000000,9159226129831418921... |
programs/oeis/006/A006974.asm | neoneye/loda | 22 | 200214 | <reponame>neoneye/loda
; A006974: Coefficients of Chebyshev T polynomials: a(n) = A053120(n+8, n), n >= 0.
; 1,9,50,220,840,2912,9408,28800,84480,239360,658944,1770496,4659200,12042240,30638080,76873728,190513152,466944000,1133117440,2724986880,6499598336,15386804224,36175872000,84515225600,196293427200,453437816832
m... |
os/windows/x86_64/fpu/fpu_cmp_eq_32.asm | rasky/cen64 | 340 | 200215 | ;
; os/windows/x86_64/fpu/fpu_cmp_eq_32.asm
;
; This file is subject to the terms and conditions defined in
; 'LICENSE', which is part of this source code package.
;
.code
fpu_cmp_eq_32 proc
movss xmm0, DWORD PTR [rcx]
movss xmm1, DWORD PTR [rdx]
comiss xmm1, xmm0
sete dl
setnp al
and al, dl
ret
fpu_cmp_... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_500.asm | ljhsiun2/medusa | 9 | 200216 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xe671, %r13
nop
nop
nop
cmp %rcx, %rcx
movb $0x61, (%r13)
nop
xor $5492, %r8
lea addresses_UC_ht+0x10bd1, %r10
clflush (%r10)
nop
nop
nop
sub $50925, %r8
mo... |
src/arch/x86_64/loader.asm | SnowFlakeOS/SnowFlake-Swift | 3 | 200217 | [bits 64]
extern kmain
global _start
_start:
mov ax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
mov rsp, 0xffffff00001ffff8
xor rbp, rbp
call kmain ; Call our kernel's main() function
hlt |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2276.asm | ljhsiun2/medusa | 9 | 200219 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1abd, %r9
clflush (%r9)
sub $38389, %rsi
mov (%r9), %r12
nop
inc %rdi
lea addresses_normal_ht+0x11dbd, %rsi
lea addresses_normal_ht+0x1933d, %rdi
... |
Transynther/x86/_processed/AVXALIGN/_un_/i9-9900K_12_0xa0.log_12_1645.asm | ljhsiun2/medusa | 9 | 200220 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r15
push %r8
push %r9
push %rax
push %rdi
// Store
lea addresses_PSE+0x19a9e, %r15
nop
nop
nop
nop
sub $61070, %rax
movw $0x5152, (%r15)
nop
nop
xor $51041, %r13
// Store
lea addresses_D+0x7e1e, %r9
no... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1473.asm | ljhsiun2/medusa | 9 | 200221 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x11120, %rbx
nop
nop
nop
nop
nop
inc %rax
movw $0x6162, (%rbx)
sub %r13, %r13
lea addresses_WC_ht+0x1d0e0, %rdi
nop
cmp $56566, %rbp
movl $0x61626364, (%rdi)
nop
nop
nop
nop
... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_trunc_callee.asm | Toysoft/z88dk | 0 | 200223 | <reponame>Toysoft/z88dk
; unsigned char esx_f_trunc(unsigned char *filename,uint32_t size)
SECTION code_esxdos
PUBLIC esx_f_trunc_callee
EXTERN asm_esx_f_trunc
esx_f_trunc_callee:
pop hl
pop de
pop bc
ex (sp),hl
jp asm_esx_f_trunc
|
2020/16/ticket_translation_p2.asm | ped7g/adventofcode | 2 | 200224 | <reponame>ped7g/adventofcode
; https://adventofcode.com/2020/day/16 (part 2)
OPT listoff : DEVICE ZXSPECTRUMNEXT : MMU 0 7, 0, $0000
; too lazy to write input file parser, so input is manually converted into script source
IF 0 ; 1 for test input run
;========================= test input ====================... |
programs/oeis/026/A026053.asm | neoneye/loda | 22 | 200228 | <filename>programs/oeis/026/A026053.asm
; A026053: (d(n)-r(n))/5, where d = A008778 and r is the periodic sequence with fundamental period (0,3,1,0,1).
; 1,2,5,9,14,21,29,40,53,68,86,106,130,157,187,221,258,300,346,396,451,510,575,645,720,801,887,980,1079,1184,1296,1414,1540,1673,1813,1961,2116,2280,2452,2632,2821,3018... |
a04.asm | Sahilsinggh/MP_SEM4 | 1 | 200229 | <reponame>Sahilsinggh/MP_SEM4
%macro print 2
mov rax,01;
mov rdi,01;
mov rsi,%1;
mov rdx,%2;
syscall;
%endmacro
%macro read 2
mov rax,00;
mov rdi,00;
mov rsi,%1;
mov rdx,%2;
syscall;
%endmacro
section .data
dash: db "-------------------------------------------",10;
lenDash: equ $-dash;
option1: db " ... |
07.stringEqualityCheck.asm | tamim87/Assembly-Samples | 0 | 200230 | ;string equality checking
org 100h
mov si,offset str1 ;load starting address of str1 into si
mov di,offset str2 ;load starting address of str2 into di
mov cx,len
cmp cx,len2 ;compare length of the strings
jne not_equal ;jump if strings are not equal... |
programs/oeis/126/A126645.asm | neoneye/loda | 22 | 200231 | <reponame>neoneye/loda
; A126645: a(n) is the number of integers k less than 10^n such that the decimal representation of k lacks the digits 1,2,3,4 and 5, at least one of digits 6,7 and at least one of digits 8,9.
; 5,21,77,261,845,2661,8237,25221,76685,232101,700397,2109381,6344525,19066341,57264557,171924741,5160363... |
oeis/245/A245180.asm | neoneye/loda-programs | 11 | 200232 | <filename>oeis/245/A245180.asm
; A245180: A160239(n)/8.
; Submitted by <NAME>
; 1,1,3,1,8,3,14,1,8,8,24,3,24,14,52,1,8,8,24,8,64,24,112,3,24,24,72,14,112,52,216,1,8,8,24,8,64,24,112,8,64,64,192,24,192,112,416,3,24,24,72,24,192,72,336,14,112,112,336,52,416,216,848,1,8,8,24,8,64,24,112,8,64,64,192,24,192,112,416,8,64,64,... |
oeis/152/A152134.asm | neoneye/loda-programs | 11 | 200233 | <reponame>neoneye/loda-programs
; A152134: Maximal length of rook tour on an n X n+3 board.
; Submitted by <NAME>(s2)
; 8,24,54,102,174,270,396,556,756,996,1282,1618,2010,2458,2968,3544,4192,4912,5710,6590,7558,8614,9764,11012,12364,13820,15386,17066,18866,20786,22832,25008,27320,29768,32358,35094,37982,41022,44220,475... |
patches/arkanoid/disasm/Arkanoid_block_1.asm | fcatrin/a8tools | 3 | 200235 |
; BLOCK 1 Arkanoid.xex
org $1000
.byte $00, $00, $00, $00, $00, $00, $00, $00
L_1008 .byte $00, $00, $00, $00, $01, $01, $05, $07
.byte $00, $00, $05, $55, $70, $E0, $80, $80
.byte $00, $55, $EF, $55, $EA, $00, $00, $00
.b... |
oeis/073/A073845.asm | neoneye/loda-programs | 11 | 200236 | <reponame>neoneye/loda-programs
; A073845: a(1)=a(2)=1, a(n+2)=a(n+1)+a(n)+(-2)^n.
; Submitted by <NAME>
; 1,1,0,5,-3,18,-17,65,-80,241,-351,914,-1485,3525,-6152,13757,-25163,54130,-102105,214169,-412224,850521,-1658855,3385970,-6661493,13501693,-26714232,53896325,-107035635,215296146,-428610401,860427569,-1715666480,3... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_372.asm | ljhsiun2/medusa | 9 | 200238 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x11418, %rbx
sub $7214, %r14
movups (%rbx), %xmm3
vpextrq $0, %xmm3, %r10
nop
nop
sub $44141, %rax
lea addresses_D_ht+0x5c34, %rsi
lea addresses_D_ht+0x1b3d8, %rdi
nop
nop
no... |
kernel/ktty.asm | lodvaer/YHBT | 2 | 200240 | ;; Kernel TTY-functions.
class ktty
ivar write, (HIGH_HALF + ktty.e_write)
ivarb colour, 05Fh
varb x
varb y
;! Internal kernel puts-function
;: *0Char str -> IO ()
;. ktty.e_write
;= kputs
proc 0, kputs
kputs = this.kputs
xor eax, eax
call strlen
mov rsi, rax
tailcall qword [this.write]
endproc
;... |
oeis/010/A010519.asm | neoneye/loda-programs | 11 | 200241 | <reponame>neoneye/loda-programs<filename>oeis/010/A010519.asm
; A010519: Decimal expansion of square root of 67.
; 8,1,8,5,3,5,2,7,7,1,8,7,2,4,4,9,9,6,9,9,5,3,7,0,3,7,2,4,7,3,3,9,2,9,4,5,8,8,8,0,4,8,6,8,1,5,4,9,8,0,3,9,9,6,3,0,6,6,7,1,5,2,0,2,7,2,3,6,6,7,6,1,4,4,6,1,0,9,7,9,4,5,3,4,3,9,2,4,6,7,1,6,3,7,8,6,8,3,4,4
mov ... |
src/bdp.asm | retro16/blastsdk | 10 | 200242 | BDP_OUT_BUFSIZE equ $30 ; Address of data size in buffer
BDP_OUT_BUFFER equ $32 ; Address of sub buffer
BDP_OUT_MAXSIZE equ $2E ; Max number of bytes in buffer
BDP_NEUTRALDATA set (CTH|CTL|CUP|CDOWN|CLEFT|CRIGHT)
BDP_NEUTRALCTRL set (CTHINT|CTR)
BDP_SENDDATA set (CTH|CTL|CTR|CUP|CD... |
data/mapObjects/CeladonMansion2F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 200243 | CeladonMansion2F_Object:
db $f ; border block
db 4 ; warps
warp 6, 1, 0, CELADON_MANSION_3F
warp 7, 1, 3, CELADON_MANSION_1F
warp 2, 1, 4, CELADON_MANSION_1F
warp 4, 1, 3, CELADON_MANSION_3F
db 1 ; signs
sign 4, 9, 1 ; CeladonMansion2Text1
db 0 ; objects
; warp-to
warp_to 6, 1, CELADON_MANSION_2F_WIDTH ;... |
map/map_code.asm | StraDaMa/mmbn6-pikachu-boss-battle | 7 | 200244 | lans_room_start_pikachu_battle:
push r14
ldr r0, =lans_room_pikachu_battle
mov r1, 0x01
bl ow_begin_battle
mov r0,0x2C
mov r1,0x10
bl screen_transition_begin
mov r0, 0x00
pop r15
.pool
;eof |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca.log_21051_1114.asm | ljhsiun2/medusa | 9 | 200246 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xb85b, %rsi
lea addresses_A_ht+0x1e53b, %rdi
and $11638, %rbx
mov $109, %rcx
rep movsl
nop
nop
nop
and $7925, %r14
lea addresses_WC_ht+0xc97b, %r15
nop
nop
nop
nop
nop
sub $34... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_25_659.asm | ljhsiun2/medusa | 9 | 200247 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xc305, %r9
nop
nop
sub %r12, %r12
movb $0x61, (%r9)
nop
nop
nop
nop
sub $54516, %r14
lea addresses_normal_ht+0x13705, %rbx
nop
nop
nop
nop
nop
xor $5364, %r10
mov (%r... |
10.asm | rashidulhasanhridoy/Assembly-Programming | 1 | 200248 | <reponame>rashidulhasanhridoy/Assembly-Programming<gh_stars>1-10
.MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
MOV CX, 8
MOV AH, 2
MOV DL, '*'
TOP:
INT 21H
LOOP TOP
MAIN ENDP
END MAIN |
programs/oeis/136/A136395.asm | jmorken/loda | 1 | 200249 | <filename>programs/oeis/136/A136395.asm<gh_stars>1-10
; A136395: Binomial transform of [1, 3, 4, 3, 2, 0, 0, 0,...].
; 1,4,11,25,51,96,169,281,445,676,991,1409,1951,2640,3501,4561,5849,7396,9235,11401,13931,16864,20241,24105,28501,33476,39079,45361,52375,60176,68821,78369,88881,100420,113051,126841,141859,158176,175865... |
src/dashboard.asm | maciejmalecki/trex64 | 11 | 200250 | /*
MIT License
Copyright (c) 2021 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish,... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1182.asm | ljhsiun2/medusa | 9 | 200251 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x11aa0, %r9
dec %r8
movw $0x6162, (%r9)
add $50909, %r9
lea addresses_WC_ht+0x188d4, %rsi
lea addresses_WC_ht+0x125d4, %rdi
nop
nop
nop
nop
cmp %r8, %r8
mov $68, %rcx
rep movsb
nop
nop
nop
sub... |
asm/subtitles/originais/02007a9c_eu.asm | Iemnur/megaman-zx-traducao-ptbr | 10 | 200252 | <reponame>Iemnur/megaman-zx-traducao-ptbr<filename>asm/subtitles/originais/02007a9c_eu.asm
; essa rotina não existe na rom japonesa
02007A9C B530 push r4,r5,r14
02007A9E B081 add sp,-4h
02007AA0 4827 ldr r0,=27E00FCh ; ok
02007AA2 6800 ldr r0,[r0]
02007AA4 2801 cmp r0,1h
... |
dino/lcs/enemy/AA.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 200254 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D3C move.l D0, (A4)+
004D3E move.l D0, (A4)+
034328 move.w D0, ($aa,A6)
03432C move.b #$6, ($7,A6) [enemy+AA]
0343D0 move.w ($aa,A6), D0
0343D4 move.b ($12,PC,D0.w), D1 [enemy+AA]
0343DC addq.... |
character-operations/toUpperCase.asm | informramiz/Assembly-Language-Programs | 0 | 200255 | <filename>character-operations/toUpperCase.asm
.MODEL SMALL
.STACK 100H
.DATA
INPUT_MSG DB 0AH,0DH,'Enter a character: $'
OUTPUT_MSG DB 0AH,0DH,'Its reverse character is: $'
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
INPUT:
LEA DX,INPUT_MSG
MOV AH,9
INT 21H
MOV AH,1
INT 21H
CMP AL... |
source/boot/fat32driver.asm | Rudster816/wnos | 1 | 200256 | <gh_stars>1-10
; fat32driver.asm
;
; Copyright (c) 2012, <NAME>
; All rights reserved.
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
; 1. Redistributions of source code must retain the above copyright notice,... |
programs/oeis/024/A024914.asm | neoneye/loda | 22 | 200257 | ; A024914: Numbers k such that 10*k - 3 is prime.
; 1,2,4,5,7,10,11,13,14,16,17,20,23,26,28,31,32,34,35,37,40,46,47,49,55,56,58,59,61,62,65,68,73,76,79,80,83,86,88,89,91,94,95,97,98,100,109,110,112,119,122,124,128,130,131,133,137,143,145,149,157,160,161,163,164,166,167,170,175,178,179,185,187,188,191,199,200,202,203,20... |
PRG/levels/Plains/3-8End.asm | narfman0/smb3_pp1 | 0 | 200260 | <filename>PRG/levels/Plains/3-8End.asm
; Original address was $BD32
; End of 3-8
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_03 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_01 | LEVEL3_VSCRO... |
libsrc/msx/msx_set_mode.asm | andydansby/z88dk-mk2 | 1 | 200261 | <reponame>andydansby/z88dk-mk2
;
; MSX specific routines
;
; GFX - a small graphics library
; Copyright (C) 2004 <NAME>
;
; extern bool __FASTCALL__ msx_set_mode(unsigned char id);
;
; set screen mode
;
; $Id: msx_set_mode.asm,v 1.2 2009/06/22 21:44:17 dom Exp $
;
XLIB msx_set_mode
LIB msxbios
INCLUDE ... |
programs/oeis/055/A055495.asm | neoneye/loda | 22 | 200262 | <reponame>neoneye/loda<filename>programs/oeis/055/A055495.asm
; A055495: Numbers n such that there exists a pair of mutually orthogonal Latin squares of order n.
; 3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,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,... |
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/z80/asm_p_forward_list_alt_remove.asm | meesokim/z88dk | 0 | 200264 | <gh_stars>0
; ===============================================================
; Jan 2014
; ===============================================================
;
; void *p_forward_list_alt_remove(p_forward_list_alt_t *list, void *item)
;
; Remove item from the list. O(n).
;
; =============================================... |
Ficheiros assembly (TP's e Testes)/ex16a.asm | pemesteves/mpcp-1718 | 0 | 200265 | <reponame>pemesteves/mpcp-1718<gh_stars>0
include mpcp.inc
;; declaracoes de dados (variaveis globais)
.data
;; seccao de codigo principal
.code
main PROC C
xor ax, ax
xor bx, bx
xor ecx, ecx
cmp al, ah
jna ou
cmp bl, bh
ja fim
ou: cmp ah, cl
jnb fim
inc ecx
fim:
invoke _getch
invoke ExitProce... |
Arquitetura de Computadores/Atividade 05/EX01.asm | antuniooh/ExercisesFEI | 1 | 200266 | MOV 30h, #2h
MOV 31h, #2h
MOV 32h, #1h
MOV 33h, #1h
MOV 34h, #9h
MOV 35h, #0h
MOV 36h, #0h
MOV 37h, #1h
MOV 38h, #0h
READ:
MOV R0, #30h; inicip
MOV R1, #9h; tamanho do vetor
ROT2:
MOV A, @R0
CJNE A, #9h, CONTINUA
MOV P1, A
CJNE A, #3h, CONTINUA
MOV P1, A
CONTINUA:
INC R0
DJNZ R1, ROT2
RET
|
example-programs/hello-linux-i386.asm | blackheaven/hatrace | 118 | 200267 | ;From http://asm.sourceforge.net/intro/hello.html
;Does only 2 syscalls:
;write("Hello, world!")
;exit(0)
;compile into a static executable with e.g.:
; nasm -f elf64 hello-linux-i386.asm -o hello.o && ld -e _start -o hello hello.o
;Note this file uses the 32-bit legacy syscall API with `int 0x80`!
;This means it... |
libffi/src/x86/win64.asm | Jugen/com4j | 1 | 200270 | FFI_TYPE_VOID =0
FFI_TYPE_INT =1
FFI_TYPE_FLOAT =2
FFI_TYPE_DOUBLE =3
FFI_TYPE_LONGDOUBLE =4
FFI_TYPE_UINT8 =5
FFI_TYPE_SINT8 =6
FFI_TYPE_UINT16 =7
FFI_TYPE_SINT16 =8
FFI_TYPE_UINT32 =9
FFI_TYPE_SINT32 =10
FFI_TYPE_UINT64 =11
FFI_TYPE_SINT64 =12
FFI_TYPE_ST... |
programs/oeis/168/A168281.asm | karttu/loda | 1 | 200271 | <filename>programs/oeis/168/A168281.asm
; A168281: Triangle T(n,m) = 2*(min(n+m-1,m))^2 read by rows.
; 2,2,2,2,8,2,2,8,8,2,2,8,18,8,2,2,8,18,18,8,2,2,8,18,32,18,8,2,2,8,18,32,32,18,8,2,2,8,18,32,50,32,18,8,2,2,8,18,32,50,50,32,18,8,2,2,8,18,32,50,72,50,32,18,8,2,2,8,18,32,50,72,72,50,32,18,8,2,2,8,18,32,50,72,98,72,50... |
oeis/277/A277955.asm | neoneye/loda-programs | 11 | 200272 | ; A277955: Decimal representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 14", based on the 5-celled von Neumann neighborhood.
; 1,3,3,7,11,23,43,87,171,343,683,1367,2731,5463,10923,21847,43691,87383,174763,349527,699051,13... |
programs/oeis/154/A154105.asm | karttu/loda | 1 | 200273 | ; A154105: a(n) = 12*n^2 + 18*n + 7.
; 7,37,91,169,271,397,547,721,919,1141,1387,1657,1951,2269,2611,2977,3367,3781,4219,4681,5167,5677,6211,6769,7351,7957,8587,9241,9919,10621,11347,12097,12871,13669,14491,15337,16207,17101,18019,18961,19927,20917,21931,22969,24031,25117,26227,27361,28519,29701,30907,32137,33391,34669... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2184.asm | ljhsiun2/medusa | 9 | 200274 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2184.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x18cd9, %rsi
lea addresses_UC_ht+0x16f59, %rdi
nop
nop
nop
xor $48423, %r13
mov $81, %rcx
rep movsq... |
boot/loader/loader.asm | EmilNorden/tunaos | 0 | 200275 | <filename>boot/loader/loader.asm
; This is the second part of our bootloader, 1024 bytes large loaded into memory at 0x1000.
[bits 16]
[org 0x1000]
KERNEL_OFFSET equ 0x1600 ; 0x1000 (where our secondary bootloader is placed in memory) +
; 1024 (size of our bootloader) + 512 (size of our memory map data)
mov... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.