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
Systems Programming/Assignment 2/prog8.asm
neeladripal/bcse-lab
0
121947
<reponame>neeladripal/bcse-lab ;Program to identify the GCD and LCM of three numbers new_line macro mov ah,02h mov dl,0dh int 21h mov dl,0ah int 21h endm printm macro mess lea dx,mess mov ah,09h int 21h endm ;macro to exit exitp macro mov ah,4ch int 21h endm dec_input macro local input,skip ; output: bx ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_571.asm
ljhsiun2/medusa
9
121948
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_571.asm .global s_prepare_buffers s_prepare_buffers: push %rax push %rbp push %rdx push %rsi lea addresses_A_ht+0x14233, %rsi nop nop nop nop nop add $46036, %rax mov (%rsi), %bp nop nop nop add %rdx, %rdx pop %rsi pop %rdx pop %rbp pop %ra...
libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_destroy.asm
jpoikela/z88dk
640
121949
<filename>libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_destroy.asm ; =============================================================== ; Feb 2014 ; =============================================================== ; ; void w_vector_destroy(w_vector_t *v) ; ; Free the vector's array and zero out the structure. ; ; ==...
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dmulpow2.asm
meesokim/z88dk
0
121950
<filename>libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dmulpow2.asm SECTION code_fp_math48 PUBLIC am48_dmulpow2 EXTERN am48_derror_znc, am48_derror_erange_infc am48_dmulpow2: ; multiply AC' by a power of two ; AC' *= 2^(HL) ; ; enter : AC'= double x ; HL = signed integer ; ; exit : ...
P6/data_P6_2/ALUTest50.asm
alxzzhou/BUAA_CO_2020
1
121951
<filename>P6/data_P6_2/ALUTest50.asm and $1,$4,$3 srlv $4,$4,$3 subu $1,$5,$3 sllv $3,$1,$3 srlv $5,$3,$3 xor $1,$5,$3 addu $3,$6,$3 xori $5,$5,56818 addu $0,$4,$3 xor $5,$4,$3 srl $6,$3,26 lhu $1,16($0) slti $4,$0,-9365 lbu $4,5($0) sltu $0,$3,$3 addu $5,$4,$3 addiu $0,$1,-17951 sltu $5,$5,$3 xor $3,$3,$3 addiu $4,$0,...
base/mvdm/wow16/gdi/muldiv.asm
npocmaka/Windows-Server-2003
17
121953
Title Muldiv - (A*B)/C With Correct Rounding %out MulDiv page ,132 ;----------------------------Module-Header------------------------------; ; Module Name: muldiv.asm ; ; (w * Numer) / Denom with correct rounding. ; ; Created: ; Author: ; ; Copyright (c) 1985, 1986, 1987 Microsoft Cor...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_5588_1365.asm
ljhsiun2/medusa
9
121954
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_5588_1365.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x98f9, %rsi lea addresses_A_ht+0x1c5b9, %rdi clflush (%rsi) nop nop nop nop and %r10, %...
programs/oeis/249/A249735.asm
jmorken/loda
1
121955
<reponame>jmorken/loda<gh_stars>1-10 ; A249735: Odd bisection of A003961: Replace in 2n-1 each prime factor p(k) with prime p(k+1). ; 1,5,7,11,25,13,17,35,19,23,55,29,49,125,31,37,65,77,41,85,43,47,175,53,121,95,59,91,115,61,67,275,119,71,145,73,79,245,143,83,625,89,133,155,97,187,185,161,101,325,103,107,385,109,113,20...
_build/dispatcher/jmp_ippsSHA224Duplicate_da9ab733.asm
zyktrcn/ippcp
1
121956
extern m7_ippsSHA224Duplicate:function extern n8_ippsSHA224Duplicate:function extern y8_ippsSHA224Duplicate:function extern e9_ippsSHA224Duplicate:function extern l9_ippsSHA224Duplicate:function extern n0_ippsSHA224Duplicate:function extern k0_ippsSHA224Duplicate:function extern ippcpJumpIndexForMergedLibs extern ippcp...
programs/oeis/224/A224335.asm
neoneye/loda
22
121957
; A224335: Number of idempotent 4X4 0..n matrices of rank 3. ; 60,212,508,996,1724,2740,4092,5828,7996,10644,13820,17572,21948,26996,32764,39300,46652,54868,63996,74084,85180,97332,110588,124996,140604,157460,175612,195108,215996,238324,262140,287492,314428,342996,373244,405220,438972,474548,511996,551364,592700,636052...
fflin.asm
dancancode/FreeForth2
17
121958
;;; fflin.asm FreeForth kernel, Linux specific port ;;; $Id: fflin.asm,v 1.3 2006-12-12 01:33:56 lavarenn Exp $ ;;; ------------------------------------------------------- ;;; Typical compile command (with http://flatassembler.net): ;;; if ffdl ; i.e. with dynamic-link-library support ;;; fasm fflin.asm ff.o ;;; ...
NandToTetris/projects/07/VMTranslator/files/SimpleAdd.asm
davejlin/coursera
0
121960
<reponame>davejlin/coursera<filename>NandToTetris/projects/07/VMTranslator/files/SimpleAdd.asm // push constant 7 @7 D=A @SP AM=M+1 A=A-1 M=D // push constant 8 @8 D=A @SP AM=M+1 A=A-1 M=D // add @SP AM=M-1 D=M A=A-1 M=D+M
dv3/qw1/table.asm
olifink/smsqe
0
121961
; DV3 QUBIDE Format Table V3.01  2017 <NAME> ; based on ; DV3 QLWA Format Table V3.00  1993 <NAME> section dv3 xdef qw1_table include 'dev8_mac_vec' include 'dev8_dv3_keys' ;+++ ; DV3 QWA1 Format Table ; ;--- qw1_table vec qlf_table ; next dc.b ddf.qubi ; QWA1 format dc.b $0 ; real da...
oeis/119/A119733.asm
neoneye/loda-programs
11
121962
; A119733: Offsets of the terms of the nodes of the reverse Collatz function. ; Submitted by <NAME>(s2) ; 0,1,2,5,4,7,10,19,8,11,14,23,20,29,38,65,16,19,22,31,28,37,46,73,40,49,58,85,76,103,130,211,32,35,38,47,44,53,62,89,56,65,74,101,92,119,146,227,80,89,98,125,116,143,170,251,152,179,206,287,260,341,422,665,64,67,70,...
src/asm/helloworld_cas_glass.asm
gilbertfrancois/msx
0
121963
; CAS header with the filename db $1F, $A6, $DE, $BA, $CC, $13, $7D, $74 db $D0, $D0, $D0, $D0, $D0, $D0, $D0, $D0, $D0, $D0 db "hellow" db $1F, $A6, $DE, $BA, $CC, $13, $7D, $74 dw FileStart dw FileEnd - 1 dw Main ; org statement after the header org $C000 CHPUT equ $00A2 F...
oeis/142/A142924.asm
neoneye/loda-programs
11
121964
; A142924: Primes congruent to 62 mod 63. ; Submitted by <NAME> ; 251,503,881,1259,1511,1637,1889,2141,2267,2393,2897,3023,3527,3779,4157,4283,4409,4787,5039,5417,5669,6047,6173,6299,6551,6803,7307,7433,7559,7937,8693,8819,9323,10079,10331,10457,10709,11087,11213,11717,11969,12347,12473,13103,13229,13859,14489,14741,14...
Homework 3 code.asm
Arkar1an/Assembly
0
121966
<reponame>Arkar1an/Assembly TITLE Homework #3 (Homework 3 code.asm) ; <NAME> ; Visual Studio 2015 ; This program switches contents of an array ; starting with the 1st and 2nd elements, then ; the 3rd and 4th elements, etc. INCLUDE Irvine32.inc .data dwarray DWORD 0, 2, 5, 9, 10, 12 .code main PROC ...
ExamplePrograms/TwoByteAddition.asm
douaumont/i8008_emu
0
121968
;B and C are the firts and second bytes of the first number respectively ;H and L are the firts and second bytes of the second number respectively ;after addition B and C will contain the bytes of the result of addition lbi $80 lci $10 lhi $45 lli $FF lac adl lca acb adh lba hlt
Library/Spline/Spline/splineMath.asm
steakknife/pcgeos
504
121969
<filename>Library/Spline/Spline/splineMath.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Spline edit object FILE: splineMath.asm AUTHOR: <NAME> REVISION HISTORY: Name Date Description ---...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_927.asm
ljhsiun2/medusa
9
121970
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1ab87, %rsi lea addresses_A_ht+0x1e60b, %rdi nop nop cmp $43753, %rbp mov $35, %rcx rep movsl nop nop nop nop and $25254, %rdi lea addresses_normal_h...
oeis/052/A052960.asm
neoneye/loda-programs
11
121971
; A052960: Expansion of ( 1-x-x^2 ) / ( 1-2*x-2*x^2+x^3+x^4 ). ; Submitted by <NAME> ; 1,1,3,7,18,46,118,303,778,1998,5131,13177,33840,86905,223182,573157,1471933,3780093,9707713,24930522,64024444,164422126,422254905,1084399096,2784861432,7151844025,18366756913,47167941348,121132691065,311082663888,798896011645,2051656...
engine/battle/move_effects/return.asm
Dev727/ancientplatinum
28
121972
<reponame>Dev727/ancientplatinum<filename>engine/battle/move_effects/return.asm BattleCommand_HappinessPower: ; happinesspower push bc ld hl, wBattleMonHappiness ldh a, [hBattleTurn] and a jr z, .ok ld hl, wEnemyMonHappiness .ok xor a ldh [hMultiplicand + 0], a ldh [hMultiplicand + 1], a ld a, [hl] ldh [hMul...
text.asm
Veltas/spectrum-env
0
121973
; vim: set syntax=z80: #local #code _CODE ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Byte DrawGlyph(Pen *pen, char glyph) ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; _DrawGlyph:: #local ; A = $glyph ; IY = $pen pop bc pop iy dec sp pop af push af inc sp push iy push bc ; store font record address add a, a...
src/bootloader/paging.asm
Thombrom/SnekOS
0
121974
; ; For setting up paging ; Currently identity paging ; PAGE_TABLE_ENTRY equ 0x1000 paging_identity_setup: mov edi, PAGE_TABLE_ENTRY ; Set location of our paging mov cr3, edi ; by moving it into the control register mov dword [edi], 0x2003 ; Pointer to second table ...
Appl/Art/Decks/GeoDeck/LCPyramid.asm
steakknife/pcgeos
504
121975
<gh_stars>100-1000 LCPyramid label byte word C_BLACK Bitmap <71,100,BMC_PACKBITS,BMF_4BIT or mask BMT_MASK> db 0x00, 0x1f, 0xfa, 0xff, 0x00, 0xf0 db 0x01, 0xdd, 0xd0, 0xe1, 0x00, 0x01, 0xdd, 0xd0 db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xfc db 0x01, 0xd0, 0x03, 0xfe, 0xbb, 0x00, 0xbf, 0xfd, 0xbb, 0x02, 0xfb, 0...
programs/oeis/224/A224521.asm
neoneye/loda
22
121976
; A224521: Numbers a(n) with property a(n) + a(n+5) = 2^(n+5) - 1 = A000225(n+5). ; 0,1,3,7,15,31,62,124,248,496,992,1985,3971,7943,15887,31775,63550,127100,254200,508400,1016800,2033601,4067203,8134407,16268815,32537631,65075262,130150524,260301048,520602096,1041204192,2082408385,4164816771,8329633543,16659267087,3331...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1407.asm
ljhsiun2/medusa
9
121977
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1407.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x8046, %rbp clflush (%rbp) nop nop nop nop inc %r13 mov (%rbp), %r15d nop nop nop nop nop and $53031, %...
programs/oeis/081/A081334.asm
karttu/loda
1
121978
<filename>programs/oeis/081/A081334.asm ; A081334: sigma(2*n^2) modulo 4. ; 3,3,3,3,1,3,3,3,3,1,3,3,1,3,1,3,1,3,3,1,3,3,3,3,3,1,3,3,1,1,3,3,3,1,1,3,1,3,1,1,1,3,3,3,1,3,3,3,3,3,1,1,1,3,1,3,3,1,3,1,1,3,3,3,3,3,3,1,3,1,3,3,1,1,3,3,3,1,3,1,3,1,3,3,3,3,1,3,1,1,1,3,3,3,1,3,1,3,3,3,1,1,3,1,1 mul $0,2 add $0,1 cal $0,81325 ; ...
src/gpl/crtcall.asm
aviallon/libc
35
121979
<reponame>aviallon/libc<gh_stars>10-100 ;-------------------------------------------------------------------------- ; crtcall.s ; ; Copyright (C) 2011, <NAME> ; ; This library is free software; you can redistribute it and/or modify it ; under the terms of the GNU General Public License as published by the ; Free S...
dos/msdisp.asm
minblock/msdos
0
121980
PAGE ,132 ; ========================================================================== ; ; TITLE MS DOS DISPATCHER - System call dispatch code ; NAME DISP ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ; System call dispatch code ; System call entry points and dispatcher...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1494.asm
ljhsiun2/medusa
9
121982
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xc1b2, %rsi lea addresses_WC_ht+0x4a32, %rdi xor $41866, %rbp mov $15, %rcx rep movsq nop sub $7265, %rbp lea addresses_WT_ht+0x156b2, %r10 nop nop nop dec %rbp mov $0x61...
src/auxiliar.asm
santiontanon/triton
41
121983
;----------------------------------------------- ; From: http://www.z80st.es/downloads/code/ (author: Konamiman) ; GETSLOT: constructs the SLOT value to then call ENSALT ; input: ; a: slot ; output: ; a: value for ENSALT GETSLOT: and #03 ; Proteccion, nos aseguramos de que el valor esta en 0-3 ...
mkdir.asm
niknikniknik/nunix
0
121984
<gh_stars>0 _mkdir: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) ...
oeis/032/A032357.asm
neoneye/loda-programs
11
121985
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A032357: Convolution of Catalan numbers and powers of -1. ; Submitted by <NAME> ; 1,0,2,3,11,31,101,328,1102,3760,13036,45750,162262,580638,2093802,7601043,27756627,101888163,375750537,1391512653,5172607767,19293659253,72188904387,270870709263,1019033438061,384291296339...
kernel.asm
hamedmiir/Synchronized-xv6
0
121986
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: 8010...
Transynther/x86/_processed/US/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_21829_1426.asm
ljhsiun2/medusa
9
121987
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1c3bb, %r15 nop nop nop sub $11637, %rbp mov $0x6162636465666768, %r8 movq %r8, %xmm5 movups %xmm5, (%r15) xor $19053, %r14 lea addresses_D_ht+0x157bb, %rsi lea addresses_D_h...
programs/oeis/164/A164578.asm
neoneye/loda
22
121989
<gh_stars>10-100 ; A164578: Integers of the form (k+1)*(2k+1)/12. ; 10,23,65,94,168,213,319,380,518,595,765,858,1060,1169,1403,1528,1794,1935,2233,2390,2720,2893,3255,3444,3838,4043,4469,4690,5148,5385,5875,6128,6650,6919,7473,7758,8344,8645,9263,9580,10230,10563,11245,11594,12308,12673,13419,13800,14578,14975,15785,16...
programs/oeis/080/A080764.asm
neoneye/loda
22
121990
<reponame>neoneye/loda<filename>programs/oeis/080/A080764.asm<gh_stars>10-100 ; A080764: First differences of A049472, floor(n/sqrt(2)). ; 1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,1...
programs/oeis/059/A059957.asm
neoneye/loda
22
121991
<filename>programs/oeis/059/A059957.asm<gh_stars>10-100 ; A059957: Sum of distinct prime factors of n and n+1, or number of prime factors of n(n+1) or of lcm(n,n+1). ; 1,2,2,2,3,3,2,2,3,3,3,3,3,4,3,2,3,3,3,4,4,3,3,3,3,3,3,3,4,4,2,3,4,4,4,3,3,4,4,3,4,4,3,4,4,3,3,3,3,4,4,3,3,4,4,4,4,3,4,4,3,4,3,3,5,4,3,4,5,4,3,3,3,4,4,4,...
oeis/249/A249864.asm
neoneye/loda-programs
11
121992
; A249864: A special solution of X(n)^2 - 120*Y(n)^2 = 7^(2*n), n >= 0. The present sequence gives the X values. ; Submitted by <NAME> ; 1,13,289,6877,164641,3943693,94468609,2262942877,54207552961,1298512176013,31105146481249,745106711887837,17848622331502561,427553951736562573,10241820250907001409,2453371828884904705...
programs/oeis/034/A034976.asm
neoneye/loda
22
121994
<reponame>neoneye/loda ; A034976: One eighth of octo-factorial numbers. ; 1,16,384,12288,491520,23592960,1321205760,84557168640,6088116142080,487049291366400,42860337640243200,4114592413463347200,427917611000188108800,47926772432021068185600 add $0,1 mov $1,2 lpb $0 sub $0,1 add $2,8 mul $1,$2 lpe div $1,16 mov ...
oeis/039/A039301.asm
neoneye/loda-programs
11
121995
; A039301: Number of distinct quadratic residues mod 4^n. ; 1,2,4,12,44,172,684,2732,10924,43692,174764,699052,2796204,11184812,44739244,178956972,715827884,2863311532,11453246124,45812984492,183251937964,733007751852,2932031007404,11728124029612,46912496118444,187649984473772,750599937895084,3002399751580332,120095990...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_849.asm
ljhsiun2/medusa
9
121996
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r15 push %rax push %rbp push %rdi push %rdx // Faulty Load lea addresses_A+0xf7ad, %rdx clflush (%rdx) inc %r10 mov (%rdx), %edi lea oracles, %rax and $0xff, %rdi shlq $12, %rdi mov (%rax,%rdi,1), %rdi pop %rdx p...
Driver/Sound/BSD8ST/bstimer.asm
steakknife/pcgeos
504
121998
<reponame>steakknife/pcgeos COMMENT @******************************************************** Copyright (c) <NAME> -- All Rights Reserved PROJECT: BestSound Template DATEI: bstimer.asm AUTOR: <NAME> REVISION HISTORY: Name Datum Beschreibung ---- ----- ------------ DL 08.08.98 Init ROUTINEN:...
Working Disassembly/Levels/FBZ/Misc Object Data/Map - Spider Crane.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
121999
dc.w word_3D318-Map_FBZSpiderCrane dc.w word_3D31A-Map_FBZSpiderCrane dc.w word_3D322-Map_FBZSpiderCrane dc.w word_3D330-Map_FBZSpiderCrane dc.w word_3D344-Map_FBZSpiderCrane dc.w word_3D35E-Map_FBZSpiderCrane dc.w word_3D37E-Map_FBZSpiderCrane dc.w word_3D3A4-Map_FBZSpiderCrane dc.w word_3D3D0-Map_FB...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_783.asm
ljhsiun2/medusa
9
122000
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1df04, %r14 clflush (%r14) nop nop nop nop nop inc %rdx movb $0x61, (%r14) nop dec %rsi lea addresses_WT_ht+0x26d2, %r15 nop nop add $1296, %rsi mov $0x6162636465666768, %rcx movq %rc...
programs/oeis/007/A007069.asm
karttu/loda
1
122001
; A007069: First column of spectral array W(sqrt 2). ; 1,2,5,7,9,11,12,15,16,19,21,22,25,26,29,31,33,35,36,39,41,43,45,46,49,50,53,55,57,59,60,63,65,67,69,70,73,74,77,79,80,83,84,87,89,91,93,94,97,98,101,103,104,107,108,111,113,115,117,118,121,123,125,127,128,131,132,135,137,138,141,142,145,147,149,151,152,155,156,159,...
programs/oeis/336/A336040.asm
neoneye/loda
22
122002
<reponame>neoneye/loda ; A336040: Characteristic function of refactorable numbers (A033950). ; 1,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0 mov $1,1 add $1,$0 seq $0,5 ; d(n) (also...
AVR_Assembly/p001-Basic-Neuron-3-inputs.asm
yarikbratashchuk/NNfSiX
1,045
122004
; ------------------------------------------------------------------------------------------------- ; TITLE: p001-Basic-Neuron-3-inputs ; PROCESSOR: Attiny85 ; ; DESCRIPTION: I know this is insane, but also a great learning experience :D ; ; I use integer math ; This wil...
cpu/fibonacci.asm
toboho/Seminararbeit
0
122005
:fib <<<<<<< HEAD MOV R1,R15 ADD R0,R1->R1 MOV R15,R0 ======= MOV R1,R2 ADD R0,R1->R1 MOV R2,R0 >>>>>>> fa6ca38a6ccdb02a06d74b00dfd94e99e181dddc MOV R1,R3 JIF CF :fib RTS IN R0,1 MOV R0,R1 CALL :fib <<<<<<< HEAD 0503000 02000001 01000001 0100010f 0B010001 01000f00 01000103 05030000 1C000004 ======= 02000001 010...
grep.asm
MatanGilead/myxv6
0
122006
_grep: file format elf32-i386 Disassembly of section .text: 00000000 <grep>: char buf[1024]; int match(char*, char*); void grep(char *pattern, int fd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 28 sub $0x28,%esp int n, m; char *p, *q; ...
asm/fib_disassembler.asm
anthonycherepkov/CPU
0
122007
rd_rax push_rax push_rax pop_rbx label 1 push_rax push 1 je 2 push_rbx push 1 push_rax sub mul pop_rbx push 1 push_rax sub pop_rax jmp 1 label 2 shw_rbx hlt
SlnBin/Stub/pe32/Stub.asm
bytecode-77/peunion
387
122008
format PE GUI 4.0 entry start include 'win32wx.inc' include 'nt.inc' section '.text' code readable executable start: stdcall Main invoke ExitProcess, 0 ret ; Stage 2 shellcode ; When decrypting, must be written to the very beginning for the position independent shellcode to correctly resolve absolute addresses. ...
src/arch/x86_64/boot.asm
jbreitbart/eduOS-rs
0
122009
<filename>src/arch/x86_64/boot.asm ; Copyright (c) 2017 <NAME>, RWTH Aachen University ; ; MIT License ; ; 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 ; witho...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_1938.asm
ljhsiun2/medusa
9
122011
<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_1938.asm .global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1bd9d, %rsi lea addresses_normal_ht+0x1299d, %rdi nop nop and $55261, %r15 mov $15, %rcx rep movsb nop no...
bdshemu_test/basic/test_32_str04.asm
andreaswimmer/bddisasm
1
122012
<reponame>andreaswimmer/bddisasm<gh_stars>1-10 bits 32 mov eax, 0x41414141 mov ebx, 0xbdbdbdbd push eax push ebx push eax push ebx push eax push ebx push eax push ebx retn
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_2770.asm
ljhsiun2/medusa
9
122013
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1d1f0, %rbx inc %r10 movl $0x61626364, (%rbx) nop nop dec %rbx lea addresses_WT_ht+0xbcbc, %rsi lea addresses_D_ht+0x124bc, %rdi clflush (%rsi) nop nop nop nop and $51642, %r8 mov $79, ...
Code/CustomControl/RAEdit/Src/Position.asm
CherryDT/FbEditMOD
11
122014
.code GetTopFromYp proc uses ebx esi edi,hMem:DWORD,hWin:DWORD,yp:DWORD LOCAL cp:DWORD mov ebx,hMem mov eax,hWin .if eax==[ebx].EDIT.edta.hwnd lea edx,[ebx].EDIT.edta .else lea edx,[ebx].EDIT.edtb .endif push edx mov esi,[ebx].EDIT.hLine push [ebx].EDIT.hChars push edx mov edi,[...
ledmatrix.asm
ArturHugo/SnakeGameAVR
0
122015
;============== ; Data segment: .dseg LEDMatrix_DISPLAYDATA: .byte 8 ;============== ; Declarations: .equ NOOP_ADDRESS = 0x00 .equ DIGIT0_ADDRESS = 0x01 .equ DIGIT1_ADDRESS = 0x02 .equ DIGIT2_ADDRESS = 0x03 .equ DIGIT3_ADDRESS = 0x04 .equ DIGIT4_ADDRESS = 0x05 .equ DIGIT5_A...
tools-src/gnu/binutils/gas/testsuite/gasp/macro.asm
enfoTek/tomato.linksys.e2000.nvram-mod
80
122016
<gh_stars>10-100 .MACRO SUM FROM=0, TO=9 ; \FROM \TO MOV R\FROM,R10 COUNT .ASSIGNA \FROM+1 .AWHILE \&COUNT LE \TO MOV R\&COUNT,R10 COUNT .ASSIGNA \&COUNT+1 .AENDW .ENDM SUM 0,5 SUM TO=5 SUM FROM=2, TO=5 ; hi this is a comment .MACRO BACK_SLASH_SET \(MOV #"\",R0) .ENDM BACK_SLASH_SET .MACRO COMM ba...
data/maps/objects/PokemonMansion3F.asm
opiter09/ASM-Machina
1
122017
PokemonMansion3F_Object: db $1 ; border block def_warps warp 7, 10, 1, POKEMON_MANSION_2F warp 6, 1, 3, POKEMON_MANSION_2F warp 25, 14, 2, POKEMON_MANSION_2F def_signs def_objects object SPRITE_SUPER_NERD, 5, 11, WALK, LEFT_RIGHT, 1, OPP_BURGLAR, 8 object SPRITE_SCIENTIST, 20, 11, STAY, LEFT, 2, OPP_SCIE...
main.asm
GLaDOS1105/How-to-Assemble-Toolbox
1
122018
INCLUDE Irvine32.inc INCLUDE Macros.inc main EQU start@0 GetFile PROTO, fileName:PTR BYTE, textTarget:PTR BYTE, textSize:DWORD GetData PROTO, dataNum:DWORD SLData PROTO, dataNum:DWORD ClearDialogue PROTO ClearSaveText PROTO ClearChoice PROTO ChangeName PROTO, pName:PTR BYTE Text PROTO, pScript:PTR BYT...
programs/oeis/075/A075101.asm
karttu/loda
1
122019
<filename>programs/oeis/075/A075101.asm ; A075101: Numerator of 2^n/n. ; 2,2,8,4,32,32,128,32,512,512,2048,1024,8192,8192,32768,4096,131072,131072,524288,262144,2097152,2097152,8388608,2097152,33554432,33554432,134217728,67108864,536870912,536870912,2147483648,134217728,8589934592,8589934592,34359738368,17179869184,137...
c2000/C2000Ware_1_00_06_00/device_support/f2806x/examples/c28/cla_adc/CLA.asm
ramok/Themis_ForHPSDR
0
122020
;//########################################################################### ;// ;// FILE: F2806x_Cla.asm ;// ;// TITLE: CLA Assembly Code. ;// ;// This file contains the CLA assembly code. When building the project ;// containing this file, use C28x codegen V5.2.0 or later with the switch ;// --cla_support=cla0 ;/...
ubb/asc/exam/readprint.asm
AlexanderChristian/private_courses
0
122021
assume cs:code, ds:data data segment symbol db '0123456789ABCDEF' buffer db 10, ?, 10 dup(?), '$' ten dw 10 data ends code segment printBase proc ; Procedure to print the value stored in register ax in base bx from the set {2..16} push ax push bx push cx push dx mov cx, 0 loopDigits: mov dx, 0 div bx ...
oeis/102/A102656.asm
neoneye/loda-programs
11
122022
<filename>oeis/102/A102656.asm<gh_stars>10-100 ; A102656: Numbers n such that 11*n + 1 is prime. ; Submitted by <NAME> ; 2,6,8,18,30,32,36,38,42,56,60,62,66,78,80,86,90,92,102,116,120,128,132,146,162,170,182,188,192,198,206,210,212,216,218,230,242,246,248,260,266,270,276,288,290,296,300,302,308,312,318,330,336,338,350,...
libsrc/stdio/conio/textcolour.asm
Frodevan/z88dk
640
122023
<gh_stars>100-1000 ; ; void textcolour(int c) __z88dk_fastcall; ; ; Change the foreground colour going forward ; PUBLIC textcolour PUBLIC _textcolour PUBLIC textcolor PUBLIC _textcolor SECTION code_clib EXTERN generic_console_set_ink textcolour: _textcolour: textcolor: _textcolor: ld a,l jp generic_consol...
Appl/SDK_Asm/Document/DocUI/docui.asm
steakknife/pcgeos
504
122025
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: DocUI (Sample PC GEOS application) FILE: docui.asm REVISION HISTORY: Name Date Description ---- ---- ----------- tony 7/91 Initial version ...
win16/lesson07.asm
mashingan/notes-asmtutor
1
122026
<gh_stars>1-10 org 256 start: mov dx, msg call sprintCRLF mov dx, msgf call sprintCRLF int 20h include 'procs.inc' msg db 'Hello the brave to the isekai!', 0 msgf db 'Adapt to the new environment with FASM.', 0
scripts/vermilionhouse1.asm
adhi-thirumala/EvoYellow
16
122027
<filename>scripts/vermilionhouse1.asm VermilionHouse1Script: call EnableAutoTextBoxDrawing ret VermilionHouse1TextPointers: dw VermilionHouse1Text1 dw VermilionHouse1Text2 dw VermilionHouse1Text3 VermilionHouse1Text1: TX_FAR _VermilionHouse1Text1 db "@" VermilionHouse1Text2: TX_FAR _VermilionHouse1Text2 TX_...
books/nand2tetris/ch07/StackTest.asm
luksamuk/study
3
122028
@256 D=A @SP M=D @300 D=A @LCL M=D @400 D=A @ARG M=D @3000 D=A @THIS M=D @3010 D=A @THAT M=D @17 D=A @SP A=M M=D @SP M=M+1 @17 D=A @SP A=M M=D @SP M=M+1 @SP M=M-1 A=M D=M @R13 M=D @SP M=M-1 A=M D=M @R13 A=M D=D-A @FALSE.0 D;JNE D=-1 @ENDTEST.0 0;JMP (FALSE.0) D=0 (ENDTEST.0) @SP A=M M=D @SP M=M+1 @17 D=A @SP A=M M=D @S...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_18426_1487.asm
ljhsiun2/medusa
9
122030
.global s_prepare_buffers s_prepare_buffers: push %r11 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x9651, %rsi lea addresses_D_ht+0x134d9, %rdi nop cmp %r11, %r11 mov $55, %rcx rep movsl nop xor $3694, %rbx pop %rsi pop %rdi pop %rcx pop %rbx pop %r11 ret .global s_faulty_load s_faulty_load: push %...
examples/BasicTerminal/BasicTerminal.asm
fourstix/1802PixieVideoTTY
1
122031
<reponame>fourstix/1802PixieVideoTTY ; ******************************************************************************************* ; BasicTerminal - Basic Teletype Terminal demo that reads an ASCII charcter from input and ; writes it to the display. ; ; Copyright (c) 2020 by <NAME> ; ; *****************...
programs/oeis/142/A142599.asm
neoneye/loda
22
122032
<gh_stars>10-100 ; A142599: Second trisection of A061037. ; 5,2,77,35,221,20,437,143,725,56,1085,323,1517,110,2021,575,2597,182,3245,899,3965,272,4757,1295,5621,380,6557,1763,7565,506,8645,2303,9797,650,11021,2915,12317,812,13685,3599,15125,992,16637,4355,18221,1190,19877,5183,21605,1406,23405,6083,25277,1640,27221,705...
oeis/020/A020551.asm
neoneye/loda-programs
11
122035
<filename>oeis/020/A020551.asm ; A020551: 5th Fibonacci polynomial evaluated at x = n!. ; 5,5,29,1405,333505,207403201,268740115201,645241358764801,2642908298242867201,17340121313167797043201,173401213127767018168320001,2538767161403063306670366720001,52643875858853822296270152007680001 seq $0,20549 ; a(n) = (n!)^2 + ...
cmd/debug/debcom2.asm
minblock/msdos
0
122036
PAGE 60,132 ; TITLE DEBCOM2.ASM - PART2 DEBUGGER COMMANDS PC DOS ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ;======================= START OF SPECIFICATIONS ========================= ; ; MODU...
resources/asm/test05-console.asm
aa-dav/SimpX
0
122038
<gh_stars>0 ; ************************************************************ ; * test05.asm - ввод строк с клавиатуры с распечаткой их же * ; ************************************************************ #include "simple_lib.inc" bufLength = 30 buf ds bufLength 0 ; буфер для ввода строки start ; вводим от пользовате...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_2354_200.asm
ljhsiun2/medusa
9
122039
.global s_prepare_buffers s_prepare_buffers: push %r11 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1df7e, %rsi lea addresses_D_ht+0x2652, %rdi nop nop nop nop cmp %r11, %r11 mov $121, %rcx rep movsq nop nop nop nop and $9052, %rbp pop %rsi pop %rdi pop %rcx pop %rbp pop %r11 ret .global s_faulty_l...
Test/Basic/IfElse.asm
CharlesCarley/ToyVM
1
122040
<reponame>CharlesCarley/ToyVM main: mov x0, 0 top: cmp x0, 10 bge done inc x0 cmp x0, 5 blt lt5 prg 1 b top lt5: prg 0 b top done: mov x0, 0 ret
programs/oeis/136/A136188.asm
karttu/loda
1
122042
; A136188: Digital roots of the Fermat numbers in A000215(n). ; 3,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8,5,8 mov $1,$0 mul $1,15 trn $1,1 mod $1,6 add $1,3
scripts/Route3.asm
opiter09/ASM-Machina
1
122043
Route3_Script: call EnableAutoTextBoxDrawing ld hl, Route3TrainerHeaders ld de, Route3_ScriptPointers ld a, [wRoute3CurScript] call ExecuteCurMapScriptInTable ld [wRoute3CurScript], a ret Route3_ScriptPointers: dw CheckFightingMapTrainers dw DisplayEnemyTrainerTextAndStartBattle dw EndTrainerBattle Route3_T...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_367.asm
ljhsiun2/medusa
9
122044
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x9e6, %rbx clflush (%rbx) add %rdi, %rdi mov (%rbx), %dx add $31607, %rbx lea addresses_D_ht+0xee6, %r12 nop nop sub $23335, %rbp mov $0x6162636465666768, %r11 movq ...
oeis/048/A048856.asm
neoneye/loda-programs
11
122045
<reponame>neoneye/loda-programs<filename>oeis/048/A048856.asm ; A048856: Number of digits of prime(n)# + 1. ; 1,1,2,3,4,5,6,7,9,10,12,13,15,17,18,20,22,24,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,56,58,60,62,64,66,69,71,73,76,78,80,82,85,87,89,92,94,97,99,101,104,106,109,111,113,116,118,121,123,126,128 add $0,1 se...
programs/oeis/192/A192085.asm
neoneye/loda
22
122046
; A192085: Number of ones in the binary expansion of n^3. ; 0,1,1,4,1,6,4,6,1,6,6,6,4,5,6,8,1,6,6,8,6,6,6,9,4,7,5,8,6,9,8,10,1,6,6,11,6,10,8,12,6,8,6,9,6,11,9,10,4,9,7,7,5,8,8,10,6,10,9,7,8,11,10,12,1,6,6,11,6,9,11,11,6,13,10,14,8,13,12,13,6,10,8,10,6,13,9,8,6,9,11,14,9,7,10,11,4,11,9,13 lpb $0 mov $1,$0 pow $1,3 ...
P6/P6Judger - 100 testpoints/mips_code.asm
flyinglandlord/BUAA-CO-2021
5
122047
ori $1, $0, 144 ori $2, $0, 100 ori $3, $0, 68 ori $31, $0, 48 addu $0,$3,$4 jal subtest1 nop back1: addu $2,$3,$4 jal subtest2 nop back2: addu $31,$0,$4 jal subtest3 nop back3: addu $3,$31,$4 jal subtest4 nop back4: addu $1,$0,$4 jal subtest5 nop back5: addu $3,$2,$4 jal subtest6 nop back6: addu $31,$31,$4 jal subtest...
Transynther/x86/_processed/US/_st_un_sm_/i9-9900K_12_0xca_notsx.log_21829_1864.asm
ljhsiun2/medusa
9
122049
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x12b3c, %r9 nop nop nop nop nop add $2049, %rdi movb $0x61, (%r9) nop nop nop nop add $15352, %rdi lea addresses_WC_ht+0x19b7c, %r8 clflush (%r8) nop dec %r15 mov $0x6162636465666768, %r...
programs/oeis/061/A061168.asm
karttu/loda
0
122050
<gh_stars>0 ; A061168: Partial sums of floor(log_2(k)) (= A000523(k)). ; 0,1,2,4,6,8,10,13,16,19,22,25,28,31,34,38,42,46,50,54,58,62,66,70,74,78,82,86,90,94,98,103,108,113,118,123,128,133,138,143,148,153,158,163,168,173,178,183,188,193,198,203,208,213,218,223,228,233,238,243,248,253,258,264,270,276,282,288,294,300,306,...
0x0001-hello_world-x86/main.asm
walleieve/Reverse-Engineering
3,418
122051
.686 .model flat, stdcall .stack 4096 extrn ExitProcess@4: proc ;1 param 1x4 extrn MessageBoxA@16: proc ;4 params 4x4 .data msg_txt db "Hello World", 0 msg_caption db "Hello World App", 0 .code main: push 0 ;UINT uType lea eax, msg_caption ;LPCSTR lpCaption push eax lea eax, msg_txt ;LPCS...
lab1.asm
ToBadForYou/tsea28-labs
0
122052
<filename>lab1.asm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Mall för lab1 i TSEA28 Datorteknik Y ;; ;; 190123 K.Palmkvist ;; ;; Ange att koden är för thumb mode .thumb .text .align 2 ;; Ange att labbkoden startar här efter initiering .global main ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
oeis/167/A167586.asm
neoneye/loda-programs
11
122053
<reponame>neoneye/loda-programs ; A167586: The fourth row of the ED4 array A167584. ; Submitted by <NAME> ; 76,372,1020,2212,4140,6996,10972,16260,23052,31540,41916,54372,69100,86292,106140,128836,154572,183540,215932,251940,291756,335572,383580,435972,492940,554676,621372,693220,770412,853140,941596,1035972,1136460,12...
src/inidisp/inidisp_brightness_delay.asm
undisbeliever/snes-test-roms
7
122054
// A simple test to demonstrate the brightness delay on a RGB modded 1-chip console. // // NOTE: You must disable the *1CHIP transient fixes* and *Brightness limit* // settings if you are running this test on an sd2snes. // // Copyright (c) 2019, <NAME> <<EMAIL>>. // Distributed under The MIT License: https://ope...
uti/relheap.asm
olifink/smsqe
0
122055
; Vector Release memory to common heap section utility xdef ut_sprhp include dev8_keys_qlv ;+++ ; Vector Release memory to common heap. ; Note that the area pointed to is not the usable area, it is the heap header! ; This routine must be called in Supervisor mode! ; ; Entry ...
audio/music/yellowintro.asm
adhi-thirumala/EvoYellow
16
122056
<filename>audio/music/yellowintro.asm Music_YellowIntro_Ch1:: tempo 116 volume 7, 7 duty 3 vibrato 8, 1, 4 notetype 12, 11, 2 octave 3 G# 2 B_ 4 B_ 4 B_ 4 B_ 4 B_ 4 B_ 3 A# 1 B_ 2 B_ 10 notetype 12, 11, 6 octave 4 C# 1 C_ 1 C# 10 octave 3 G# 1 G_ 1 G# 4 B_ 4 octave 4 E_ 4 F# 8 E_ 8 octave...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_1301.asm
ljhsiun2/medusa
9
122057
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x7b89, %rdi add $29473, %r14 vmovups (%rdi), %ymm7 vextracti128 $1, %ymm7, %xmm7 vpextrq $0, %xmm7, %rax nop nop nop nop nop xor %rbp, %rbp lea addresses_WC_ht+0xc199, %rsi lea addr...
resources/asm/test03-print-mult.asm
aa-dav/SimpX
0
122058
; ************************************************************ ; * test03.asm - вывод таблицы умножения (функция умножения) * ; ************************************************************ #include "simple_lib.inc" col dw 0 ; текущая колонка row dw 0 ; текущая строка start ; напечатаем таблицу умножения [ r...
blitter.asm
gidouin/pacifist-emulator
9
122059
IDEAL include "simu68.inc" include "chips.inc" PUBLIC Do_Blitter PUBLIC Halftone_Memory PUBLIC Inc_Source_X PUBLIC Inc_Source_Y PUBLIC Inc_Destination_X PUBLIC Inc_Destination_Y PUBLIC Size_X PUBLIC Size_Y ...
programs/oeis/120/A120184.asm
jmorken/loda
1
122060
; A120184: a(1)=8; a(n)=floor((48+sum(a(1) to a(n-1)))/6). ; 8,9,10,12,14,16,19,22,26,30,35,41,48,56,65,76,89,104,121,141,165,192,224,261,305,356,415,484,565,659,769,897,1047,1221,1425,1662,1939,2262,2639,3079,3592,4191,4889,5704,6655,7764,9058,10568,12329,14384,16781,19578,22841,26648,31089,36271,42316,49369,57597,671...
programs/oeis/042/A042950.asm
neoneye/loda
22
122063
<reponame>neoneye/loda ; A042950: Row sums of the Lucas triangle A029635. ; 2,3,6,12,24,48,96,192,384,768,1536,3072,6144,12288,24576,49152,98304,196608,393216,786432,1572864,3145728,6291456,12582912,25165824,50331648,100663296,201326592,402653184,805306368,1610612736,3221225472,6442450944,12884901888,25769803776,515396...
2018/hitconctf/abyss/kernel_over.asm
theKidOfArcrania/ctf-writeups
5
122064
BITS 64 kmalloc: equ 0x15e0 kern: jmp kern2 prompt: db "Kernel code please: " prompt_len: equ $ - prompt kern_code: dq 0xffffffffffffffff KERN_LEN: equ 0x2000 serial_comm: mov dx, di mov eax, esi out dx, eax in eax, dx cmp eax, 0 mov edi, eax ret times (0x67 - ($-$$)) db 0 db 0x15 ; This has to...
programs/oeis/246/A246880.asm
neoneye/loda
22
122066
<filename>programs/oeis/246/A246880.asm ; A246880: 6*((10^n-1)/9)*(10^(n+1))+9*(10^n-1)/9. ; 0,609,66099,6660999,666609999,66666099999,6666660999999,666666609999999,66666666099999999,6666666660999999999,666666666609999999999,66666666666099999999999,6666666666660999999999999,666666666666609999999999999,66666666666666099...