max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
libsrc/target/radio86/stdio/fgetc_cons.asm | ahjelm/z88dk | 640 | 51772 | <filename>libsrc/target/radio86/stdio/fgetc_cons.asm
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
EXTERN getk
INCLUDE "target/radio86/def/monitor.def"
fgetc_cons:
_fgetc_cons:
call WAITKEY
ld l,a
ld h,0
ret
|
programs/oeis/112/A112248.asm | neoneye/loda | 22 | 51773 | <filename>programs/oeis/112/A112248.asm
; A112248: a(n) = n mod floor(log_2(n)).
; 0,0,0,1,0,1,2,0,1,2,0,1,2,0,0,1,2,3,0,1,2,3,0,1,2,3,0,1,2,3,2,3,4,0,1,2,3,4,0,1,2,3,4,0,1,2,3,4,0,1,2,3,4,0,1,2,3,4,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5,0,1,2,3,4,5
mov $2,$0
add $2,2
mov $0,$2
mov $3,... |
programs/oeis/214/A214944.asm | karttu/loda | 0 | 51774 | <filename>programs/oeis/214/A214944.asm
; A214944: Number of squarefree words of length 5 in an (n+1)-ary alphabet.
; 0,30,264,1140,3480,8610,18480,35784,64080,107910,172920,265980,395304,570570,803040,1105680,1493280,1982574,2592360,3343620,4259640,5366130,6691344,8266200,10124400,12302550,14840280,17780364,21168840,2... |
oeis/282/A282597.asm | neoneye/loda-programs | 11 | 51775 | ; A282597: Expansion of phi_{14, 1}(x) where phi_{r, s}(x) = Sum_{n, m>0} m^r * n^s * x^{m*n}.
; 0,1,16386,4782972,268468228,6103515630,78373779192,678223072856,4398583447560,22876806803877,100012207113180,379749833583252,1284076017413616,3937376385699302,11113363271818416,29192944359852360,72066391204823056,1683778265... |
iod/con2/ptr/pickw.asm | olifink/smsqe | 0 | 51776 | * Pick a window to the top 1986 <NAME> QJUMP
*
section driver
*
xdef pt_pickw
*
xref pt_pick
xref pt_ptop
xref pt_plock
xref pt_cptr
xref pt_markp
*
include dev8_keys_con
include dev8_keys_err
include dev8_keys_k
include dev8_keys_chn
include dev8_keys_qdos_pt
include dev8_keys_qdos_io
*
* d1 c s (... |
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_sm_/i7-7700_9_0x48_notsx.log_28_66.asm | ljhsiun2/medusa | 9 | 51777 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
push %r15
push %rax
push %rdx
push %rsi
// Store
lea addresses_WT+0x16dfe, %rax
nop
nop
nop
nop
sub %rdx, %rdx
mov $0x5152535455565758, %r15
movq %r15, %xmm0
movups %xmm0, (%rax)
nop
nop
nop
nop
and... |
oeis/094/A094970.asm | neoneye/loda-programs | 11 | 51778 | <gh_stars>10-100
; A094970: a(n) = floor(7^n/2^n).
; 1,3,12,42,150,525,1838,6433,22518,78815,275854,965491,3379220,11827271,41395451,144884079,507094277,1774829971,6211904899,21741667147,76095835015,266335422555,932173978944,3262608926305,11419131242070,39966959347247,139884357715364,489595252003776,1713583382013216,59... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_236.asm | ljhsiun2/medusa | 9 | 51779 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xdd66, %rsi
lea addresses_WT_ht+0x17542, %rdi
nop
nop
inc %rbp
mov $93, %rcx
rep movsl
nop
nop
nop
nop
nop
add %r12, %r12
lea addresses_D_ht+0x5162, %r10
nop
nop
nop
nop
sub ... |
Anul 1/Semestrul I/Arhitectura sistemelor de calcul/Curs 6/Exemple/ex1.asm | ArmynC/ArminC-UTM-Info | 0 | 51780 |
; Exercitiu1.ASM - Afiseaza mesajul "Invatam ASSEMBLER !!"
;
.MODEL small
.STACK 100h
.DATA
PrimulMesaj DB 'Am inceput sa invatam ASSEMBLER !!',13,10,'$'
MesajDoi DB 'Greu dar interesant!',13,10,'$'
.CODE
.startup
mov ax,@data ; cu debug mergeti la adresa data
; si cu offset-ul ... |
oeis/082/A082575.asm | neoneye/loda-programs | 11 | 51783 | <filename>oeis/082/A082575.asm
; A082575: Nonnegative numbers in (3*A005836) union (3*A005836 - 2) [A005836 lists the numbers with base-3 representation containing no 2].
; Submitted by <NAME>(s1)
; 0,1,3,7,9,10,12,25,27,28,30,34,36,37,39,79,81,82,84,88,90,91,93,106,108,109,111,115,117,118,120,241,243,244,246,250,252,2... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_2_1505.asm | ljhsiun2/medusa | 9 | 51784 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_2_1505.asm
.global s_prepare_buffers
s_prepare_buffers:
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1bace, %rsi
lea addresses_WT_ht+0x14f6e, %rdi
nop
sub $8028, %rdx
mov $3, %rcx
rep movsq
nop
nop
sub %rbp, %rbp
pop %rsi
... |
project/serial.asm | Mahboub99/BlobbyVolley-8086 | 4 | 51785 | Scroll_Chat macro Color,Upx,Upy,Downx,Downy;bytes
pusha
;(
;scroll upper half the screen
mov ah,6 ; function 6
mov al,1 ;scroll one line
mov bh,Color ; video attribute
mov ch,Upy ; upper left Y
mov cl,Upx ; upper left X
mov dh,Downy ; lower right Y
mov dl,Downx ;... |
Chapter_4/Program 4.2/x86/Program_4.2_MASM.asm | chen150182055/Assembly | 272 | 51786 | ; Program 4.2
; Multiplication and Division - MASM (32-bit)
; Copyright (c) 2017 <NAME>
.386
.MODEL FLAT, stdcall
.STACK 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
mval DWORD 664751
dval DWORD 8
.code
_main PROC
; MUL 1-op
mov eax, mval
mov ebx, 8
mul ebx
; IMUL 1-op
mov eax, mval
mov ebx, 8
imul ebx
; IMUL 2... |
engine/battle/anim_hp_bar.asm | Dev727/ancientplatinum | 28 | 51787 | _AnimateHPBar:
call .IsMaximumMoreThan48Pixels
jr c, .MoreThan48Pixels
call .ComputePixels
.ShortAnimLoop:
push bc
push hl
call ShortAnim_UpdateVariables
pop hl
pop bc
push af
push bc
push hl
call ShortHPBarAnim_UpdateTiles
call HPBarAnim_BGMapUpdate
pop hl
pop bc
pop af
jr nc, .ShortAnimLoop
ret
.Mo... |
8086/Time.asm | saransh808/ASSEMBLY_LANGUAGE | 0 | 51788 | DATA SEGMENT
MSG1 DB 'CURRENT TIME IS : $'
HR DB ?
MIN DB ?
SEC DB ?
MSEC DB ?
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE, DS:DATA
START:
MOV AX, DATA
MOV DS, AX
MOV AH,2CH
INT 21H
MOV HR, CH
MOV MIN, CL
... |
oeis/153/A153762.asm | neoneye/loda-programs | 11 | 51789 | <reponame>neoneye/loda-programs
; A153762: Numbers n such that 8n + 9 is prime.
; Submitted by <NAME>
; 1,4,8,10,11,13,16,23,28,29,31,34,38,41,43,49,50,53,55,56,64,70,71,73,74,76,79,83,94,95,100,106,109,115,116,118,121,125,128,130,136,140,143,148,149,151,155,160,161,164,169,175,178,184,185,193,199,200,206,211,214,218,2... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_1142.asm | ljhsiun2/medusa | 9 | 51790 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x9847, %rsi
lea addresses_UC_ht+0xa5d9, %rdi
nop
and %r14, %r14
mov $27, %rcx
rep movsw
nop
nop
nop
and $63096, %r15
lea addresses_WT_ht+0x422d, %rsi
lea addresses_D_ht+0xc22d, %rdi
nop... |
programs/oeis/173/A173674.asm | neoneye/loda | 22 | 51791 | ; A173674: a(n) = ceiling(A003269(n)/2).
; 0,1,1,1,1,1,2,2,3,4,5,7,10,13,18,25,35,48,66,91,125,173,238,329,454,626,864,1193,1646,2272,3136,4329,5975,8247,11383,15711,21686,29932,41315,57026,78711,108643,149958,206983,285694,394337,544295,751278,1036972
seq $0,3269 ; a(n) = a(n-1) + a(n-4) with a(0) = 0, a(1) = a(2) = ... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_89_580.asm | ljhsiun2/medusa | 9 | 51792 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x7b50, %rsi
lea addresses_WT_ht+0xfdc0, %rdi
nop
nop
nop
nop
nop
inc %rbx
mov $100, %rcx
rep movsq
nop
sub %rbp, %rbp
lea addresses_UC_ht+0x4950,... |
u7si/conversationKeys.asm | JohnGlassmyer/UltimaHacks | 68 | 51793 | %include "include/u7si-all-includes.asm"
defineAddress 323, 0x05C2, prepareConversationGump
defineAddress 323, 0x0C88, textLoop_procStart
defineAddress 323, 0x0CDD, textLoop_procEnd
defineAddress 323, 0x0C10, optionsLoop_beforeLoop
defineAddress 323, 0x0C65, optionsLoop_loopEnd
defineAddress 323, 0x0DC7, signLoop_s... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_188_304.asm | ljhsiun2/medusa | 9 | 51794 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1c6f4, %rbp
nop
nop
nop
nop
nop
sub %rax, %rax
and $0xffffffffffffffc0, %rbp
movaps (%rbp), %xmm5
vpextrq $1, %xmm5, %rcx
nop
nop
nop
nop
cmp $61288, %rsi
lea addresses_WT_ht+... |
pgm/nasm/02_using_c_library/pgm.asm | vinaib/x86_asm | 0 | 51795 | section .data
msg db "Hello world!",0 ;assign msg variable with your message
section .text
global main
extern puts
main: ; This is called by the c library startup code
mov edi,msg ; First argument in rdi,
; for 32 bit compilation usage of rdi gives error.
; It says instruction not suppo... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_865.asm | ljhsiun2/medusa | 9 | 51796 | <filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_865.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1b201, %rsi
lea addresses_WC_ht+0x19761, %rdi
nop
cmp $40576, %r11
mov $16, %rcx
rep movsw
nop
nop
nop
... |
programs/oeis/059/A059867.asm | jmorken/loda | 1 | 51797 | <reponame>jmorken/loda
; A059867: Number of irreducible representations of the symmetric group S_n that have odd degree.
; 1,2,2,4,4,8,8,8,8,16,16,32,32,64,64,16,16,32,32,64,64,128,128,128,128,256,256,512,512,1024,1024,32,32,64,64,128,128,256,256,256,256,512,512,1024,1024,2048,2048,512,512,1024,1024,2048,2048,4096,4096... |
Appl/Art/Decks/GeoDeck/LMFlowers.asm | steakknife/pcgeos | 504 | 51799 | LMFlowers label byte
word C_BLACK
Bitmap <71,100,0,BMF_MONO>
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00
db 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x0c
db 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x04
db 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xe0
db 0x... |
solutions/34 - Seek and Destroy 1/size-8_speed-22.asm | behrmann/7billionhumans | 45 | 51800 | -- 7 Billion Humans (2087) --
-- 34: Seek and Destroy 1 --
-- Author: landfillbaby
-- Size: 8
-- Speed: 22
mem2 = nearest shredder
a:
step n
if c < mem1 or
mem1 != datacube and
c == datacube:
mem1 = set c
endif
if n != wall:
jump a
endif
pickup mem1
giveto mem2
|
programs/oeis/194/A194756.asm | karttu/loda | 1 | 51802 | <filename>programs/oeis/194/A194756.asm<gh_stars>1-10
; A194756: Number of k such that {-k*pi} < {-n*pi}, where { } = fractional part.
; 1,1,1,1,1,1,1,8,7,6,5,4,3,2,15,13,11,9,7,5,3,22,19,16,13,10,7,4,29,25,21,17,13,9,5,36,31,26,21,16,11,6,43,37,31,25,19,13,7,50,43,36,29,22,15,8,57,49,41,33,25,17,9,64,55,46,37,28,19,10... |
programs/oeis/048/A048058.asm | karttu/loda | 1 | 51803 | <reponame>karttu/loda
; A048058: a(n) = n^2 + n + 11.
; 11,13,17,23,31,41,53,67,83,101,121,143,167,193,221,251,283,317,353,391,431,473,517,563,611,661,713,767,823,881,941,1003,1067,1133,1201,1271,1343,1417,1493,1571,1651,1733,1817,1903,1991,2081,2173,2267,2363,2461,2561,2663,2767,2873,2981,3091,3203,3317,3433,3551,3671... |
oeis/099/A099915.asm | neoneye/loda-programs | 11 | 51804 | ; A099915: Expansion of (1+4x)/((1-x)(1-10x)).
; Submitted by <NAME>(m1)
; 1,15,155,1555,15555,155555,1555555,15555555,155555555,1555555555,15555555555,155555555555,1555555555555,15555555555555,155555555555555,1555555555555555,15555555555555555,155555555555555555
seq $0,42 ; Unary representation of natural numbers.
di... |
pce/player.asm | BlockoS/dmf-player | 16 | 51805 | <reponame>BlockoS/dmf-player<filename>pce/player.asm
; Copyright (c) 2015-2020, Vincent "MooZ" Cruz and other contributors. All rights reserved.
; Copyrights licensed under the New BSD License.
; See the accompanying LICENSE file for terms.
;;----------------------------------------------------------------------------... |
env/zx/residos128/residos128.asm | pjshumphreys/querycsv | 18 | 51806 | <filename>env/zx/residos128/residos128.asm
include "defines.inc"
include "residos128.inc"
PUBLIC dodos
PUBLIC mypager
PUBLIC defaultBank
PUBLIC fputc_cons
PUBLIC _logNum
PUBLIC _toggleSpinner
PUBLIC _myexit
VARS equ 0x5c4b
DOS_SET_1346 equ 0x013f
RESI_GETPAGER equ 0x031c
RESI_FINDBASIC equ 0x0322
RESI_ALLOC equ 0x032... |
programs/oeis/208/A208995.asm | karttu/loda | 0 | 51807 | <reponame>karttu/loda<gh_stars>0
; A208995: Number of 4-bead necklaces labeled with numbers -n..n not allowing reversal, with sum zero and first differences in -n..n.
; 2,7,16,33,58,95,144,209,290,391,512,657,826,1023,1248,1505,1794,2119,2480,2881,3322,3807,4336,4913,5538,6215,6944,7729,8570,9471,10432,11457,12546,1370... |
MSDOS/Virus.MSDOS.Unknown.civilser.asm | fengjixuchui/Family | 3 | 51808 | <gh_stars>1-10
; Civil Service Virus by <NAME>
; Turbo Assember version 2
Exec equ 4B00h
OpenFile equ 3D02h
ReadFile equ 3Fh
WriteFile equ 40h
CloseFile equ 3Eh
EXESign equ 5A4Dh
SeekTop equ 4200h
SeekEnd equ 4202h
GetAttr equ 4300h
SetAttr equ 4301h
GetDT equ 5700... |
Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48.log_21829_2489.asm | ljhsiun2/medusa | 9 | 51809 | <filename>Transynther/x86/_processed/US/_ht_zr_un_/i7-7700_9_0x48.log_21829_2489.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xf40b, %r12
clflush (%r12)
nop
nop
nop
nop
nop
and %r15, %r15
vmovups (%r12), %ymm2
vextra... |
programs/oeis/066/A066023.asm | jmorken/loda | 1 | 51810 | <reponame>jmorken/loda
; A066023: (a(n)^7+1)/(n^7+1) is the smallest integer > 1.
; 3,8,27,64,125,216,343,512,729,1000,1331,1728,2197,2744,3375,4096,4913,5832,6859,8000,9261,10648,12167,13824,15625,17576,19683,21952,24389,27000,29791,32768,35937,39304,42875,46656,50653,54872,59319,64000
add $0,1
pow $0,3
mov $1,$0
trn... |
Driver/Task/Common/taskApplication.asm | steakknife/pcgeos | 504 | 51811 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: taskApplication.asm
AUTHOR: <NAME>, Sep 19, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date De... |
artwork/barbaro_espada_golpealto.asm | fjpena/sword-of-ianna-zx | 67 | 51813 | ; ASM source file created by SevenuP v1.20
; SevenuP (C) Copyright 2002-2006 by <NAME>, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 4
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Interleave: Sprite
;Mask: ... |
oeis/167/A167341.asm | neoneye/loda-programs | 11 | 51814 | <filename>oeis/167/A167341.asm
; A167341: Totally multiplicative sequence with a(p) = p*(p-3) = p^2-3p for prime p.
; Submitted by <NAME>(s2)
; 1,-2,0,4,10,0,28,-8,0,-20,88,0,130,-56,0,16,238,0,304,40,0,-176,460,0,100,-260,0,112,754,0,868,-32,0,-476,280,0,1258,-608,0,-80,1558,0,1720,352,0,-920,2068,0,784,-200,0,520,265... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1086.asm | ljhsiun2/medusa | 9 | 51815 | <filename>Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1086.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xcb72, %rsi
lea addresses_D_ht+0xb772, %rdi
nop
nop
nop
nop
and %rdx, %... |
programs/oeis/030/A030921.asm | neoneye/loda | 22 | 51816 | ; A030921: [ exp(1/14)*n! ].
; 1,2,6,25,128,773,5413,43305,389748,3897481,42872296,514467563,6688078329,93633096607,1404496449117,22471943185883,382023034160027,6876414614880494,130651877682729387,2613037553654587746
add $0,1
mov $2,1
lpb $0
mul $2,$0
sub $0,1
div $1,14
add $1,$2
lpe
mov $0,$1
|
documents/test2/pages.asm | paulscottrobson/6502-basic | 3 | 51817 |
* = $C000
jsr $FEDC
* = $FFFF
nop
nop
* = $C000
jsr $BA98
* = $FFFF
nop
nop
* = $C000
jsr $7654
* = $FFFF
nop
|
oeis/037/A037571.asm | neoneye/loda-programs | 11 | 51818 | ; A037571: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,2.
; Submitted by <NAME>(s4)
; 2,13,80,482,2893,17360,104162,624973,3749840,22499042,134994253,809965520,4859793122,29158758733,174952552400,1049715314402,6298291886413,37789751318480,226738507910882,1360431047465... |
Interrupts.asm | Mihail-K/PONIX | 0 | 51819 | <gh_stars>0
.file "Interrupts.asm"
.macro InterruptHandler Id
.extern InterruptRoutine\Id
.global InterruptHandler\Id
.type InterruptHandler\Id, @function
InterruptHandler\Id:
call InterruptRoutine\Id
iret
.endm
.global InterruptTable
.type InterruptTable, @object
InterruptTable:
.long InterruptHandler0
... |
src/fixup-hax.asm | PoroCYon/smol | 6 | 51820 | ; vim: set ft=nasm et:
bits 64
%include "elf.inc"
%include "linkscr.inc"
org 0x10000
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
global _EHDR
_EHDR:
ehdr:
; e_ident
db 0x7F, "ELF"
db EI_CLASS, EI_DATA, EI_VERSION, 0;EI_OSABI
db 0;EI_OSABIVERSION
times 7 db 0
... |
audio/sfx/battle_36.asm | AmateurPanda92/pokemon-rby-dx | 9 | 51821 | <reponame>AmateurPanda92/pokemon-rby-dx
SFX_Battle_36_Ch4:
duty 0
squarenote 2, 15, 1, 1920
squarenote 2, 15, 1, 1792
squarenote 2, 15, 1, 1936
squarenote 2, 15, 1, 1792
squarenote 2, 15, 1, 1952
squarenote 2, 15, 1, 1792
squarenote 2, 15, 1, 1968
squarenote 2, 15, 1, 1792
squarenote 2, 15, 1, 1984
squarenot... |
libsrc/newbrain/nb_clear.asm | dex4er/deb-z88dk | 1 | 51823 | ;
; Grundy Newbrain Specific libraries
;
; <NAME> - 19/05/2007
;
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; close all the streams
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
; void nb_clear( );
;
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - ... |
programs/oeis/018/A018210.asm | jmorken/loda | 1 | 51824 | ; A018210: Alkane (or paraffin) numbers l(9,n).
; 1,4,16,44,110,236,472,868,1519,2520,4032,6216,9324,13608,19440,27192,37389,50556,67408,88660,115258,148148,188552,237692,297115,368368,453376,554064,672792,811920,974304,1162800,1380825,1631796
mov $18,$0
mov $20,$0
add $20,1
lpb $20
clr $0,18
mov $0,$18
sub $20,... |
Tools/ExtractRes/NsfSfx/nsf-sfx.asm | aldonunez/FinFan_script | 4 | 51825 | .SEGMENT "HEADER"
.BYTE "NESM", $1A ; 00 Format
.BYTE $01 ; 05 Version
.BYTE $15 ; 06 Total songs
.BYTE $01 ; 07 Starting song
.ADDR Load
.ADDR Init
.ADDR Play
.B... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_18807_2765.asm | ljhsiun2/medusa | 9 | 51827 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_18807_2765.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1d6e9, %r8
nop
nop
nop
nop
nop
xor $35821, %r9
mov $0x6162636465666768, %r14
movq %r... |
enduser/netmeeting/av/codecs/intel/h263/i386/dx5aspec.asm | npocmaka/Windows-Server-2003 | 17 | 51828 | ;* *************************************************************************
;* 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
;* ... |
graphics.asm | andwj/2048-2600 | 34 | 51829 |
;;;;;;;;;;;;;;
;; GRAPHICS ;;
;;;;;;;;;;;;;;
; Tiles are 8 x 11 to partially compensate for
; Atari's pixel ratio (approx. 1.66:1)
;
; Actually, the value-colored kernel can't really
; update the rightmost pixel on the first tile, so
; if you want to roll your own tiles...
;
; ┌─── ...don't set THIS bit
; ... |
oeis/059/A059837.asm | neoneye/loda-programs | 11 | 51830 | <reponame>neoneye/loda-programs
; A059837: Diagonal T(s,s) of triangle A059836.
; Submitted by <NAME>
; 1,1,4,18,144,1200,14400,176400,2822400,45722880,914457600,18441561600,442597478400,10685567692800,299195895398400,8414884558080000,269276305858560000,8646761377013760000,311283409572495360000
mov $1,1
mov $2,$0
lpb ... |
programs/oeis/113/A113923.asm | karttu/loda | 1 | 51831 | <reponame>karttu/loda
; A113923: A Farey like level n=2 rational function as a coefficient expansion.
; 12,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
mov $1,12
lpb $0,1
mov $1,3
sub $0,4
lpe
|
libsrc/stdio/__printf_print_the_buffer.asm | Toysoft/z88dk | 8 | 51834 |
MODULE __printf_print_the_buffer
SECTION code_clib
PUBLIC __printf_print_the_buffer
EXTERN __printf_get_buffer_address
EXTERN __printf_loop
EXTERN __printf_print_aligned
__printf_print_the_buffer:
; On stack: ap, fmt
ld d,0
ld e,(ix-10)
call __printf_get_buffer_add... |
Assembler/TwoOperand.asm | ahmedx3/Pipelined-Processor | 0 | 51835 | # all numbers in hex format
# we always start by reset signal
#this is a commented line
.ORG 0 #this means the the following line would be at address 0 , and this is the reset address
10
#you should ignore empty lines
.ORG 2 #this is the interrupt address
100
.ORG 10
in R1 #add 5 in R1
in R2 #add 19... |
bootloader/stage2.asm | osstudy/thor-os | 0 | 51838 | <gh_stars>0
;=======================================================================
; Copyright <NAME> 2013-2016.
; Distributed under the Boost Software License, Version 1.0.
; (See accompanying file LICENSE_1_0.txt or copy at
; http://www.boost.org/LICENSE_1_0.txt)
;==================================================... |
EngineHacks/CoreHacks/CombatArt/AnimeEffect/BattleGenerateHitFix.asm | MokhaLeee/FE16re-Proto | 5 | 51839 | <reponame>MokhaLeee/FE16re-Proto<gh_stars>1-10
.thumb
.macro blh to,reg=r4
push {\reg}
ldr \reg,=\to
mov r14,\reg
pop {\reg}
.short 0xF800
.endm
.macro SET_FUNC name, value
.global \name
.type \name, function
.set \name, \value
.endm
.macro SET_DATA name, value
.global \name
.type \name, object
.set... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_1451.asm | ljhsiun2/medusa | 9 | 51841 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1110c, %rsi
nop
nop
nop
cmp %r11, %r11
movw $0x6162, (%rsi)
nop
nop
nop
nop
nop
xor %r15, %r15
lea addresses_D_ht+0x17d0c, %r11
nop
nop
nop
sub %rdx, %rdx
mov (%r11... |
programs/oeis/175/A175567.asm | neoneye/loda | 22 | 51842 | ; A175567: (n!)^2 modulo n(n+1)/2.
; 0,1,0,6,0,15,0,0,0,45,0,66,0,0,0,120,0,153,0,0,0,231,0,0,0,0,0,378,0,435,0,0,0,0,0,630,0,0,0,780,0,861,0,0,0,1035,0,0,0,0,0,1326,0,0,0,0,0,1653,0,1770,0,0,0,0,0,2145,0,0,0,2415,0,2556,0,0,0,0,0,3003,0,0,0,3321,0,0,0,0,0,3828,0,0,0,0,0,0,0,4560,0,0,0,4950
mov $1,$0
add $1,1
seq $1,1... |
audio/sfx/intro_lunge.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 51843 | <reponame>etdv-thevoid/pokemon-rgb-enhanced
SFX_Intro_Lunge_Ch7:
unknownnoise0x20 6, 32, 16
unknownnoise0x20 6, 47, 64
unknownnoise0x20 6, 79, 65
unknownnoise0x20 6, 143, 65
unknownnoise0x20 6, 207, 66
unknownnoise0x20 8, 215, 66
unknownnoise0x20 15, 231, 67
unknownnoise0x20 15, 242, 67
endchannel
|
tests/division/jm_code.asm | jeanmarie-dormoy/GDEB-archi-PS5 | 0 | 51845 | main:
LDR R0, #2
1001 1000 0000 0010
9802
LDR R1, #2
1001 1001 0000 0010
9902
LDR R2, #1
1001 1010 0000 0001
9a01
LDR R3, #0
1001 1011 0000 0000
9b00
loop:
//ADC R1, R0
//0100 0001 0100 0001
//4141
ADDS R1, R1, #1
0001 1100 0100 1001
1c49
SUB R3, R3, R2
0001 1010 1001 1011
1a9b
CMP R3, R2
0100 00 10 10 01 0 011
... |
oeis/021/A021843.asm | neoneye/loda-programs | 11 | 51846 | ; A021843: Decimal expansion of 1/839.
; Submitted by <NAME>
; 0,0,1,1,9,1,8,9,5,1,1,3,2,3,0,0,3,5,7,5,6,8,5,3,3,9,6,9,0,1,0,7,2,7,0,5,6,0,1,9,0,7,0,3,2,1,8,1,1,6,8,0,5,7,2,1,0,9,6,5,4,3,5,0,4,1,7,1,6,3,2,8,9,6,3,0,5,1,2,5,1,4,8,9,8,6,8,8,9,1,5,3,7,5,4,4,6,9,6
add $0,1
mov $3,1
lpb $0
sub $0,1
add $2,$3
div $2,8... |
try/boot_sect_main.asm | benediktweihs/os-tutorial | 0 | 51847 | <filename>try/boot_sect_main.asm
[org 0x7c00]
mov [BOOT_ENTRY], dl
mov bp, 0x9000 ; stack
mov sp, bp
mov bx, MSG_REAL_MODE
call print
;activate 32-bit protected mode
;
MSG_REAL_MODE db "Started in 16-bit Real Mode", 0
len equ $ - MSG_REAL_MODE
BOOT_ENTRY db 0
%include "./boot_print_16real.asm"
times 510-($-$$) db ... |
src/spread/cmd_file_demo.asm | olifink/qspread | 0 | 51849 | * Spreadsheet 03/03-92
* - file command routines
section prog
include win1_keys_wman
include win1_keys_wstatus
include win1_keys_wwork
include win1_keys_err
include win1_keys_k
include win1_keys_qdos_ioa
include win1_keys_qdos_io
include win1_mac_oli
include win1_spread_keys
xdef fil_forg
xdef fil_xl... |
zombie.asm | ray5273/os_project4 | 0 | 51850 | <reponame>ray5273/os_project4<filename>zombie.asm
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_512.asm | ljhsiun2/medusa | 9 | 51852 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xd500, %r8
nop
nop
nop
nop
nop
and $41443, %rax
mov (%r8), %r13d
cmp %rbx, %rbx
lea addresses_WT_ht+0x16256, %rsi
clflush (%rsi)
nop
nop
nop
nop
sub %... |
arch/lib/scheme/make_sob_fract.asm | Mosseridan/Compiler-Principles | 0 | 51853 | /* scheme/make_sob_fract.asm
* Takes two numbers, a numinator and a denuminator as arguments, and places the corresponding Scheme object in R0
*
* Programmer: <NAME>, 2010
*/
MAKE_SOB_FRACT:
PUSH(FP);
MOV(FP, SP);
PUSH(IMM(3));
CALL(MALLOC);
DROP(1);
MOV(IND(R0), T_FRACT);
MOV(INDD(R0, 1), F... |
Laburi/Lab8/2-test/test.asm | DanBrezeanu/IOCLA | 2 | 51854 | <reponame>DanBrezeanu/IOCLA<filename>Laburi/Lab8/2-test/test.asm
.file "test.c"
.intel_syntax noprefix
.text
.type second_func, @function
second_func:
.LFB0:
.cfi_startproc
push ebp
.cfi_def_cfa_offset 8
.cfi_offset 5, -8
mov ebp, esp
.cfi_def_cfa_register 5
call __x86.get_pc_thunk.ax
add eax, OFFSET FLAT:_... |
driver/test/resources/kernels/addition/addition.asm | okayvlev/red-o-lator | 0 | 51855 | <gh_stars>0
/* Disassembling 'linear_kernels\addition\addition.bin' */
.amdcl2
.gpu Iceland
.64bit
.arch_minor 0
.arch_stepping 4
.driver_version 200406
.kernel add_x_x
.config
.dims x
.cws 64, 1, 1
.sgprsnum 13
.vgprsnum 3
.floatmode 0xc0
.pgmrsrc1 0x00ac0040
... |
examples/counter.asm | mertyildiran/DASM | 4 | 51856 | <reponame>mertyildiran/DASM<filename>examples/counter.asm
.data
count: 60
array: .space 10
char: 0xfe
.code
ldi 0 count
ld 0 0
ldi 1 array
ldi 2 char
ld 2 2
lpp:
st 1 2
inc 1
dec 0
jz loop
jmp lpp
loop:
sub 1 2 3
lp... |
NesDev/bin/Release/sdk/music/famitone2/src/demo/sounds.asm | sunneo/NesDev | 0 | 51857 | <filename>NesDev/bin/Release/sdk/music/famitone2/src/demo/sounds.asm
;this file for FamiTone2 libary generated by nsf2data tool
sounds:
.dw @sfx_ntsc_0,@sfx_pal_0
.dw @sfx_ntsc_1,@sfx_pal_1
.dw @sfx_ntsc_2,@sfx_pal_2
.dw @sfx_ntsc_3,@sfx_pal_3
@sfx_ntsc_0:
.db $80,$bf,$81,$56,$82,$03,$83,$bf,$84,$a6,$85,$02,$04,... |
dv3/qpc/fd/wsect.asm | olifink/smsqe | 0 | 51858 | <reponame>olifink/smsqe
; DV3 QPC Floppy Disk Write Sector 1993 <NAME>
; 2000 <NAME>
section dv3
xdef fd_wdirect ; direct write sector
xdef fd_wsint ; internal write sector
xref fd_hold ; reserve the interface
xref fd_release ; release the interface
xref fd_ckrw ; read root sector ... |
Project 8/VM translator-final/Translator-1/asm files/StaticsTest.asm | zychosen/nand2tetris | 1 | 51859 | @256
D=A
@SP
M=D
@$ret.0
D=A
@SP
M=M+1
A=M-1
M=D
@LCL
D=M
@SP
M=M+1
A=M-1
M=D
@ARG
D=M
@SP
M=M+1
A=M-1
M=D
@THIS
D=M
@SP
M=M+1
A=M-1
M=D
@THAT
D=M
@SP
M=M+1
A=M-1
M=D
@SP
D=M
@5
D=D-A
@0
D=D-A
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JMP
($ret.0)
(Class1.set)
@0
D=A
@R13
M=D
@SKIP.0
D;JEQ
(SETUP.0)
@SP
M=M+1
A=M-1
M=0
@R1... |
oeis/035/A035154.asm | neoneye/loda-programs | 0 | 51861 | <reponame>neoneye/loda-programs<gh_stars>0
; A035154: a(n) = Sum_{d|n} Kronecker(-36, d).
; Submitted by <NAME>(w1)
; 1,1,1,1,2,1,0,1,1,2,0,1,2,0,2,1,2,1,0,2,0,0,0,1,3,2,1,0,2,2,0,1,0,2,0,1,2,0,2,2,2,0,0,0,2,0,0,1,1,3,2,2,2,1,0,0,0,2,0,2,2,0,0,1,4,0,0,2,0,0,0,1,2,2,3,0,0,2,0,2,1,2,0,0,4,0,2,0,2,2,0,0,0,0,0,1,2,1,0,3
a... |
testcode/mp3-cp1-test.asm | tanishq-dubey/lc3processor | 0 | 51862 | <filename>testcode/mp3-cp1-test.asm
SEGMENT CodeSegment:
LDR R1, R0, NEGTWO ; R1 <= 2
LDR R2, R0, TWO ; R2 <= 2
LDR R4, R0, ONE ; R4 <= 1
NOP
NOP
NOP
NOP
NOP
NOP
NOP
BRnzp LOOP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
ONE: DATA2 4x0001
TWO: DATA2 4x0002
NEG... |
Borland/CBuilder5/Source/RTL/source/cstrings/__strstr.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 51863 | ;-----------------------------------------------------------------------
; filename - __strstr.asm
;
; function(s)
;
; jump stub for C++ implementation of strstr()
;-----------------------------------------------------------------------
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1987, 200... |
Ficheiros assembly (TP's e Testes)/first.asm | pemesteves/mpcp-1718 | 0 | 51864 | include mpcp.inc
;; declaracoes de dados (variaveis globais)
.data
STRING BYTE "TEXTO TEXTO",0
MSG BYTE "Total = %d", 13, 10, 0
;; seccao de codigo principal
.code
main PROC C
xor eax, eax
mov edi, offset STRING
ciclo: mov bl, [edi]
cmp bl, 0
jz fim
inc eax
add edi, type STRING
jmp ciclo
fim: invoke p... |
src/utilities.asm | Threetwosevensixseven/NextWidescreenImage | 5 | 51865 | ; utilities.asm
Resources proc Table:
; Bank FName Index Notes
db 18, 18 ; 0 Daybreak Layer 2 (1/6)
db 19, 19 ; 1 Daybreak Layer 2 (2/6)
db 20, 20 ; 2 Daybreak Layer 2 (3/6)
db 21, 21 ; 3 Daybreak Layer 2 (4/6)
db 22, 22 ; 4 Daybreak Layer 2 (5/6)
db ... |
c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAexpN.asm | ramok/Themis_ForHPSDR | 0 | 51866 | <filename>c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAexpN.asm
;;#############################################################################
;; FILE: CLAexpN.asm
;;
;; DESCRIPTION: CLA Base N Exponent function
;;
;; Group: C2000
;; Target Family: C28x+CLA
;;
;;#####################... |
Labs/POVS/POVS-6/led.asm | VerkhovtsovPavel/BSUIR_Labs | 1 | 51867 | <reponame>VerkhovtsovPavel/BSUIR_Labs
LIST p=16F84 ;tell assembler what chip we are using
include "P16F84.inc" ;include the defaults for the chip
__CONFIG _WDT_OFF
cblock 0x20 ;start of general purpose registers
MS_COUNT
WAIT_COUNTER
CMD_TEMP ;temp store for 4 bit mode
COUNTER
POSITION
... |
Modul 3/latih11.asm | hyuwah/fu-praktikum-smd | 0 | 51869 | <filename>Modul 3/latih11.asm<gh_stars>0
;--------------------------------------------------------------------
; Praktikum SMD 2015
; M.Wahyudin (140310120031)
;
; Name : LATIH11.ASM
; Desc : Membaca penekanan keypad 4x3
; Input : Keypad di P3
; Output: LED di P1
; 4-display segmen di P2
;--------------------... |
test/chars.asm | AndreLaranjeira/AssemblyTranslator | 0 | 51870 | <reponame>AndreLaranjeira/AssemblyTranslator
SECTION TEXT
C_INPUT LETRA
LOAD CONT
LOOP: C_OUTPUT LETRA
SUB UM
JMPP LOOP
STOP
SECTION DATA
CONT: CONST 10
UM: CONST 1
LETRA: CONST 61h |
readwrite.asm | SvenMichaelKlose/libultimem | 0 | 51872 | <reponame>SvenMichaelKlose/libultimem
.export ultimem_read_byte
.export ultimem_write_byte
.importzp s, d, c, tmp
.import ultimem_offset2bank
.code
; Fetch byte from Flash memory at 24-bit offset in 0,X.
.proc ultimem_read_byte
tya
pha
lda $9ff2
pha
lda #%01111101
sta $9ff2
lda $9ff8
... |
programs/oeis/008/A008851.asm | neoneye/loda | 22 | 51873 | <reponame>neoneye/loda
; A008851: Congruent to 0 or 1 mod 5.
; 0,1,5,6,10,11,15,16,20,21,25,26,30,31,35,36,40,41,45,46,50,51,55,56,60,61,65,66,70,71,75,76,80,81,85,86,90,91,95,96,100,101,105,106,110,111,115,116,120,121,125,126,130,131,135,136,140,141,145,146,150,151,155,156,160,161,165,166,170,171,175,176,180,181,185,1... |
oeis/221/A221172.asm | neoneye/loda-programs | 11 | 51874 | <reponame>neoneye/loda-programs
; A221172: a(0)=-2, a(1)=3; thereafter a(n) = 2*a(n-1) + a(n-2).
; Submitted by <NAME>(s3)
; -2,3,4,11,26,63,152,367,886,2139,5164,12467,30098,72663,175424,423511,1022446,2468403,5959252,14386907,34733066,83853039,202439144,488731327,1179901798,2848534923,6876971644,16602478211,400819280... |
rom/e1100.asm | hisahi/ellipse1100 | 0 | 51875 | ; Ellipse Workstation 1100 (fictitious computer)
; Header for memory mapped I/O addresses, etc.
;
; Copyright (c) 2020 <NAME> (hisahi)
;
; 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 Softwa... |
hrm/35_duplicate_removal.asm | glupmjoed/puzzles | 0 | 51877 | -- HUMAN RESOURCE MACHINE PROGRAM --
-- in1 (where in1 ∉ {out1, out2, ...}), ... -> out
BUMPUP 14
INBOX
a:
COPYTO [14]
OUTBOX
b:
COPYFROM 14
COPYTO 13
INBOX
COPYTO 0
c:
SUB [13]
JUMPZ b
BUMPDN 13
JUMPZ d
COPYFROM 0
JUMP c
d:
BUMPUP ... |
data/mapHeaders/celadonprizeroom.asm | adhi-thirumala/EvoYellow | 16 | 51878 | <filename>data/mapHeaders/celadonprizeroom.asm
CeladonPrizeRoom_h:
db LOBBY ; tileset
db CELADON_PRIZE_ROOM_HEIGHT, CELADON_PRIZE_ROOM_WIDTH ; dimensions (y, x)
dw CeladonPrizeRoomBlocks, CeladonPrizeRoomTextPointers, CeladonPrizeRoomScript ; blocks, texts, scripts
db $00 ; connections
dw CeladonPrizeRoomObject ; ... |
libsrc/_DEVELOPMENT/string/c/sccz80/index_callee.asm | jpoikela/z88dk | 640 | 51879 |
; BSD
; char *index(const char *s, int c)
SECTION code_clib
SECTION code_string
PUBLIC index_callee
EXTERN strchr_callee
defc index_callee = strchr_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _index_callee
defc _index_callee = index_callee
ENDIF
|
programs/oeis/013/A013753.asm | neoneye/loda | 22 | 51880 | <reponame>neoneye/loda
; A013753: a(n) = 13^(3*n + 2).
; 169,371293,815730721,1792160394037,3937376385699289,8650415919381337933,19004963774880799438801,41753905413413116367045797,91733330193268616658399616009,201538126434611150798503956371773,442779263776840698304313192148785281
mov $1,2197
pow $1,$0
mul $1,2
div $1,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_122_1978.asm | ljhsiun2/medusa | 9 | 51881 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xb994, %r13
nop
nop
nop
xor %rbx, %rbx
movw $0x6162, (%r13)
nop
add %r13, %r13
lea addresses_D_ht+0x1b194, %rsi
lea addresses_normal_ht+... |
oeis/254/A254332.asm | neoneye/loda-programs | 11 | 51882 | <reponame>neoneye/loda-programs
; A254332: Indices of centered pentagonal numbers (A005891) which are also squares (A000290).
; Submitted by <NAME>
; 1,3,22,96,817,3627,31006,137712,1177393,5229411,44709910,198579888,1697799169,7540806315,64471658494,286352060064,2448225223585,10873837476099,92968086837718,412919472031... |
data/maps/attributes.asm | Trap-Master/spacworld97-thingy | 0 | 51883 | <reponame>Trap-Master/spacworld97-thingy
map_attributes: MACRO
;\1: map name
;\2: map id
;\3: border block
;\4: connections: combo of NORTH, SOUTH, WEST, and/or EAST, or 0 for none
CURRENT_MAP_WIDTH = \2_WIDTH
CURRENT_MAP_HEIGHT = \2_HEIGHT
\1_MapAttributes::
db \3
db CURRENT_MAP_HEIGHT, CURRENT_MAP_WIDTH
db BANK(\1... |
programs/oeis/001/A001148.asm | neoneye/loda | 22 | 51884 | <reponame>neoneye/loda
; A001148: Final digit of 3^n.
; 1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1,3,9,7,1
mod $0,4
mov $1,$0
gcd $1,4
mul $0,$1
mul $0,2
add $0,1
|
oeis/083/A083226.asm | neoneye/loda-programs | 11 | 51885 | <reponame>neoneye/loda-programs
; A083226: a(n) = (8*9^n + (-9)^n)/9.
; Submitted by <NAME>(s3)
; 1,7,81,567,6561,45927,531441,3720087,43046721,301327047,3486784401,24407490807,282429536481,1977006755367,22876792454961,160137547184727,1853020188851841,12971141321962887,150094635296999121,1050662447078993847,12157665459... |
boot/disk.asm | DarthChungo/ToniOS | 1 | 51886 | ;
; MIT License
; (c) <NAME>, 2020
;
; See attached LICENSE file for more info.
;
; boot/disk.asm:
; Bootloader utility file
;
; Loads a number dh of sectors (512 bytes) from drive
; dl into es:bx. Assumes that the disk to load has been
; set by the BIOS into dl
disk_load:
pusha ; Keep the registers intact
pu... |
wc.asm | Gunahuachen1995/XV6_lottery_scheduler | 0 | 51887 | <filename>wc.asm
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <wc>:
char buf[512];
void
wc(int fd, char *name)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp
int i, n;
int l, w, c, inword;
l = w ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_124_1223.asm | ljhsiun2/medusa | 9 | 51888 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11ead, %rcx
nop
nop
add $53359, %r10
movw $0x6162, (%rcx)
nop
nop
nop
nop
and $35267, %r9
lea addresses_WT_ht+0x171ad, %rdi
nop
nop
cmp $14234, %rbp
movb (... |
programs/oeis/155/A155608.asm | neoneye/loda | 22 | 51889 | <gh_stars>10-100
; A155608: 10^n + 3^n - 1.
; 1,12,108,1026,10080,100242,1000728,10002186,100006560,1000019682,10000059048,100000177146,1000000531440,10000001594322,100000004782968,1000000014348906,10000000043046720,100000000129140162
mov $1,3
pow $1,$0
mov $2,10
pow $2,$0
add $1,$2
mov $0,$1
sub $0,1
|
oeis/023/A023900.asm | neoneye/loda-programs | 11 | 51890 | <gh_stars>10-100
; A023900: Dirichlet inverse of Euler totient function (A000010).
; Submitted by <NAME>(s4)
; 1,-1,-2,-1,-4,2,-6,-1,-2,4,-10,2,-12,6,8,-1,-16,2,-18,4,12,10,-22,2,-4,12,-2,6,-28,-8,-30,-1,20,16,24,2,-36,18,24,4,-40,-12,-42,10,8,22,-46,2,-6,4,32,12,-52,2,40,6,36,28,-58,-8,-60,30,12,-1,48,-20,-66,16,44,-2... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.