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/155/A155701.asm
neoneye/loda
22
121573
<filename>programs/oeis/155/A155701.asm<gh_stars>10-100 ; A155701: a(n) = (4^n + 8)/3. ; 3,4,8,24,88,344,1368,5464,21848,87384,349528,1398104,5592408,22369624,89478488,357913944,1431655768,5726623064,22906492248,91625968984,366503875928,1466015503704,5864062014808,23456248059224,93824992236888,375299968947544,150119987...
oeis/021/A021637.asm
neoneye/loda-programs
11
121574
; A021637: Decimal expansion of 1/633. ; Submitted by <NAME>(m2) ; 0,0,1,5,7,9,7,7,8,8,3,0,9,6,3,6,6,5,0,8,6,8,8,7,8,3,5,7,0,3,0,0,1,5,7,9,7,7,8,8,3,0,9,6,3,6,6,5,0,8,6,8,8,7,8,3,5,7,0,3,0,0,1,5,7,9,7,7,8,8,3,0,9,6,3,6,6,5,0,8,6,8,8,7,8,3,5,7,0,3,0,0,1,5,7,9,7,7,8 seq $0,83811 ; Numbers n such that 2n+1 is the digit r...
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_px2bitmask.asm
meesokim/z88dk
0
121575
<filename>libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_px2bitmask.asm ; uint zx_px2bitmask(uchar x) SECTION code_arch PUBLIC _zx_px2bitmask EXTERN asm_zx_px2bitmask _zx_px2bitmask: pop af pop hl push hl push af jp asm_zx_px2bitmask
oeis/006/A006451.asm
neoneye/loda-programs
11
121576
; A006451: Numbers k such that k*(k+1)/2 + 1 is a square. ; 0,2,5,15,32,90,189,527,1104,3074,6437,17919,37520,104442,218685,608735,1274592,3547970,7428869,20679087,43298624,120526554,252362877,702480239,1470878640,4094354882,8572908965,23863649055,49966575152,139087539450,291226541949,810661587647,1697392676544,4724881...
Final Assignment CSE331/Solution/9.asm
AhnafNSU/CSE331L-Section-1-Fall20-NSU
0
121577
.MODEL SMALL .STACK 100H .DATA MSG1 DB 'ENTER ANY SENTENCE: $' MSG2 DB 0DH,0AH,'THE NUMBER OF VOWELS IN THIS STATEMENT: $' STR DB 50 DUP('$') .CODE MAIN PROC MOV AX,@DATA MOV DS,AX LEA DX,MSG1 MOV AH,9 INT 21H MOV SI,OFFSET STR INPUT: MOV AH,1 INT 21H CMP AL,13 ...
CPU/cpu_test/test_storage/test+_movz1.asm
SilenceX12138/MIPS-Microsystems
55
121578
#initial .text ori $s0 $0 1928 ori $s1 $0 5 ori $s2 $0 65535 ori $s3 $0 8 lui $s5 0xABCD ori $s6 $t0 0xffff #initial done subu $t0 $s0 $s1 addu $t1 $s0 $t0 addu $t2 $s0 $t0 addu $t3 $s0 $t0 sw $t3 0($0) sw $t2 4($0) sw $t1 8($0) subu $t0 $s0 $s2 addu $t1 $t0 $s0 addu $t2 $t0 $s0 subu $t3 $t0 $s0 sw $t1 12($0) sw $t3 16...
ASM/src/lacs_condition.asm
PinkSwitch/OoT-Randomizer
0
121580
<filename>ASM/src/lacs_condition.asm lacs_condition_check: lw t1, LACS_CONDITION li t2, 1 beq t1, t2, @@medallions nop li t2, 2 beq t1, t2, @@dungeons nop li t2, 3 beq t1, t2, @@stones nop @@vanilla: li t3, 0x0018 and t4, v0, t3 ...
dimension/cell/io/ui/kb/dragon/dragon.asm
ekscrypto/Unununium
7
121581
;; Dragon scancode to keycode keyboard cell ;; $Revision: ;; ;; by EKS - <NAME> (<EMAIL>) ;; Distributed under the BSD License ;; ;; ;; This cell provides the ability to get keycodes from the keyboard instead of ;; scancode. Keycodes are normalized/standardized codes generated identically ;; whatever the type of keyb...
non_regression/other_x86_linux_26.o.asm
LRGH/plasmasm
1
121582
<gh_stars>1-10 .file "(extract)es.c" .section .text.__x86.get_pc_thunk.bx,"axG",@progbits,__x86.get_pc_thunk.bx,comdat .hidden __x86.get_pc_thunk.bx .globl __x86.get_pc_thunk.bx .type __x86.get_pc_thunk.bx, @function __x86.get_pc_thunk.bx: movl (%esp), %ebx ret # ---------------------- .sectio...
CLICK_DRUMS/kick/kick.asm
bushy555/ZX-Spectrum-1-Bit-Routines
59
121583
<filename>CLICK_DRUMS/kick/kick.asm ;;; KICK DRUM SYNTHESIZER ;;; by utz 09'2019 * irrlichtproject.de ;;; USAGE: 1) Define DRUM_RETURN_ADDRESS ;;; 2) Prepare stack ;;; SP+0 - decay mode (NO_DECAY, LINEAR_DECAY/_X2, EXPONENTIAL_DECAY) ;;; SP+2 - sweep speed (bit mask, more bits ~ faster speed...
src/tests/test2.asm
Lasoloz/aengine
2
121584
<reponame>Lasoloz/aengine<gh_stars>1-10 ; ; Copyright (c) 2016-2017 <NAME> ; ; test2 for aengine ; Testing sprites ; %include 'third-party/io.inc' %include 'third-party/mio.inc' %include 'third-party/util.inc' %include 'third-party/gfx.inc' %include 'include/graphics/sprite.inc' %include 'include/graphics/render.inc' ...
res/04.branches.asm
francesquini/minips
4
121585
<filename>res/04.branches.asm # Seção de dados .data msg: .asciiz "O valor impresso no final deve ser 4 e não deve imprimir 'Erro'.\n" errotext: .asciiz "Erro\n" oktext: .asciiz "Valor final: " #Seção de texto .text la $a0, msg # coloca em a0 o parâmetro da chamada a syscall li $v0, 4 ...
programs/oeis/266/A266724.asm
jmorken/loda
1
121586
<reponame>jmorken/loda<gh_stars>1-10 ; A266724: Number of OFF (white) cells in the n-th iteration of the "Rule 59" elementary cellular automaton starting with a single ON (black) cell. ; 0,1,3,1,7,1,11,1,15,1,19,1,23,1,27,1,31,1,35,1,39,1,43,1,47,1,51,1,55,1,59,1,63,1,67,1,71,1,75,1,79,1,83,1,87,1,91,1,95,1,99,1,103,1,...
uForth/uForth.asm
paulscottrobson/fred
3
121587
<gh_stars>1-10 ; ********************************************************************************************************************* ; ********************************************************************************************************************* ; ; Core Runtime and Interpreter. Has a collection of 1801 code ...
release/src/router/lzo/asm/i386/src_nasm/lzo1c_s1.asm
ghsecuritylab/EasyTomato
15
121588
<gh_stars>10-100 ; lzo1c_s1.asm -- lzo1c_decompress_asm ; ; This file is part of the LZO real-time data compression library. ; ; Copyright (C) 2011 <NAME> ; Copyright (C) 2010 <NAME> ; Copyright (C) 2009 <NAME> ; Copyright (C) 2008 <NAME> ; Copyright (C) 2007 <NAME> ; Copyright (C) 2006 <NAME> ; Copyright (C) ...
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/fpclassify.asm
jpoikela/z88dk
0
121589
<reponame>jpoikela/z88dk SECTION code_fp_math32 PUBLIC fpclassify EXTERN cm32_sccz80_fpclassify defc fpclassify = cm32_sccz80_fpclassify ; SDCC bridge for Classic IF __CLASSIC PUBLIC _fpclassify defc _fpclassify = fpclassify ENDIF
programs/oeis/095/A095896.asm
jmorken/loda
1
121591
<filename>programs/oeis/095/A095896.asm ; A095896: Triangle read by rows: T(n,k) = n^(n-k+1), n>=1, 1<=k<=n. ; 1,4,2,27,9,3,256,64,16,4,3125,625,125,25,5,46656,7776,1296,216,36,6,823543,117649,16807,2401,343,49,7,16777216,2097152,262144,32768,4096,512,64,8,387420489,43046721,4782969,531441,59049,6561,729,81,9 mov $2,1...
stuff/Remaining semesters/82RS232LCDserial.asm
geojoyce/geojoyce.github.io
0
121592
;------------------------------------------------------------------------------ ;Write a program to display "AMMA" on LCD and blink the cursor on the next line. ;Simple PIC 16F877X Program to drive a SERIAL LCD. ;------------------------------------------------------------------------------ ;PIC 16F877a Processor c...
dino/lcs/123p/C4.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
121593
<gh_stars>1-10 copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D94 move.l D1, (A1)+ 004D96 dbra D0, $4d94 019148 move.b D0, ($c4,A6) 01914C move.b D0, ($c1,A6) 019944 move.b #$1, ($c4,A6) [123p+ B6] 01994A clr.b ($59,A6) [123p+ C4] 019AD...
programs/oeis/022/A022785.asm
jmorken/loda
1
121594
<gh_stars>1-10 ; A022785: Place where n-th 1 occurs in A023123. ; 1,4,10,19,30,44,61,81,103,128,156,186,219,255,294,335,379,426,475,527,582,640,700,763,829,897,968,1042,1119,1198,1280,1365,1452,1542,1635,1731,1829,1930,2034,2141,2250,2362,2477,2594,2714,2837,2963 mov $16,$0 mov $18,$0 add $18,1 lpb $18 clr $0,16 m...
head/contrib/gcc/config/rs6000/sol-ci.asm
dplbsd/soc2013
105
121595
# crti.s for sysv4 # Copyright (C) 1996 Free Software Foundation, Inc. # Written By <NAME> # # This file 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 Software Foundation; either version 2, or (at your option) any # later ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1891.asm
ljhsiun2/medusa
9
121596
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x56f1, %rdx nop lfence movb (%rdx), %al nop nop nop add $5737, %rbx lea addresses_UC_ht+0x10501, %rcx nop nop nop nop cmp $65388, %rbx movb $0x6...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_640.asm
ljhsiun2/medusa
9
121597
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x15556, %rsi lea addresses_normal_ht+0x1cdd6, %rdi nop nop nop nop xor $31690, %r13 mov $43, %rcx rep movsl cmp %rcx, %rcx lea addresses_WT_ht+0...
programs/oeis/286/A286191.asm
jmorken/loda
1
121598
<filename>programs/oeis/286/A286191.asm<gh_stars>1-10 ; A286191: a(n) = (2^n-1)^2 + 2*n. ; 3,13,55,233,971,3981,16143,65041,261139,1046549,4190231,16769049,67092507,268402717,1073676319,4294836257,17179607075,68718952485,274876858407,1099509530665,4398042316843,17592177655853,70368727400495,281474943156273,112589983973...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1509.asm
ljhsiun2/medusa
9
121599
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1509.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1eae5, %r8 nop nop nop nop dec %rdx movb $0x61, (%r8) nop nop nop xor $3763, %r...
Week1/nesdefs.asm
ShyDev/PongForNES
0
121600
<reponame>ShyDev/PongForNES ;; processor 6502 ;;;;; CONSTANTS PPU_CTRL = $2000 PPU_MASK = $2001 PPU_STATUS = $2002 OAM_ADDR = $2003 OAM_DATA = $2004 PPU_SCROLL = $2005 PPU_ADDR = $2006 PPU_DATA = $2007 PPU_OAM_DMA = $4014 DMC_FREQ = $4010 APU_STATUS = $4015 APU_NOISE_VOL = $400C APU_NOISE_FREQ = $400E APU_NOISE_...
programs/oeis/060/A060788.asm
karttu/loda
1
121601
; A060788: a(n) = 9*(n-2)^2 * (n^2 - 2*n - 1). ; 0,18,252,1134,3312,7650,15228,27342,45504,71442,107100,154638,216432,295074,393372,514350,661248,837522,1046844,1293102,1580400,1913058,2295612,2732814,3229632,3791250,4423068,5130702,5919984,6796962,7767900,8839278,10017792,11310354,12724092,14266350,15944688,17766882,1...
stressfs.asm
zzddhhtjzz/xv6
0
121605
<gh_stars>0 _stressfs: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "fs.h" #include "fcntl.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 81 ec...
005-Stack/bootSec.asm
mukeshmike9/AssemblyBootSector
1
121606
<filename>005-Stack/bootSec.asm ; Offset to boot Sector Program [org 0x7C00] mov ah, 0x0E ; TTY mode mov bp, 0x8000 ; This is an far away address from 0x7C00 so the it doesnt owerwrites our code mov sp, bp ; Stack Empty Indication push 'T' push 'I' push 'N' push 'D' push 'A' push ' ' push 'O' push 'S' mov al, [0...
libsrc/z80_crt0s/crt0_long/long2int_s.asm
andydansby/z88dk-mk2
1
121607
; Small C+ Z88 Support Library ; ; Convert signed long to int ; NB. This routine will only work if long < +/-32767ish (obvious) XLIB l_long2int_s ;This routine picks up the sign in d (MSB) sticks into the MSB of h ;Perhaps this routine could be inlined? Certainly short enough! .l_long2int_s ld...
oeis/114/A114762.asm
neoneye/loda-programs
11
121608
; A114762: a(n) = floor(3^(1/2)*10^n)^2. ; Submitted by <NAME>(s2) ; 1,289,29929,2999824,299982400,29999972025,2999997202500,299999997378064,29999999737806400,2999999998029351249,299999999976140205625,29999999999692481531536,2999999999996960966074624,299999999999973224736673344,29999999999999747344797930769,29999999999...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_2005.asm
ljhsiun2/medusa
9
121609
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x8853, %rbx nop nop nop nop cmp $9295, %r10 movw $0x6162, (%rbx) nop xor %r9, %r9 lea addresses_WC_ht+0x1655b, %rcx nop sub $52544, %r11 mov $0x616263...
2020 Fall E C E 252/HW11/HW11B/Submit Vesion/HW11.asm
jsswd888/2020_FALL_UW_MADISON
0
121610
<filename>2020 Fall E C E 252/HW11/HW11B/Submit Vesion/HW11.asm ;****************************************************************************** ; Filename: hw11.asm ; Author: <NAME> <EMAIL> ; Description: Test Code for Saturate_Sum_Array subroutine ; Partners: <NAME> (Partner but submitting individually) ;****...
FlashLedTimer/variables.asm
peteri/stm8ldiscovery
0
121611
stm8/ .tab 0,8,16,60 ;============================================= ; Contain all the varible definitions ;============================================= #include "mapping.inc" ram0_start.b EQU $ram0_segment_start ram0_end.b EQU $ram0_segment_end ram1_start.w EQU $ram1_segment_start ram1_end.w EQU $ram1_segment_end ...
programs/oeis/141/A141475.asm
neoneye/loda
22
121612
<filename>programs/oeis/141/A141475.asm<gh_stars>10-100 ; A141475: Number of Turing machines with n states following the standard formalism of the busy beaver problem where the head of a Turing machine either moves to the right or to the left, but none once halted. ; 36,10000,7529536,11019960576,26559922791424,95428956...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_190.asm
ljhsiun2/medusa
9
121613
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x3d55, %r14 nop nop nop add %rcx, %rcx movb $0x61, (%r14) nop nop nop nop dec %r14 lea addresses_WC_ht+0xc935, %r9 nop nop nop add $55390, %rdx movw $0x6162, (%r9...
third-party/gmp/gmp-src/mpn/x86_64/bd1/mul_1.asm
jhh67/chapel
1,602
121614
dnl AMD64 mpn_mul_1 optimised for AMD Bulldozer. dnl Copyright 2003-2005, 2007, 2008, 2011-2013 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Les...
asm/oddEvenSort.asm
GabrielRavier/Generic-Assembly-Samples
0
121615
global @ASM_oddEvenSort@8 segment .text align=16 %define array ecx %define arraySize edx %define swapped ebx %define loSwapped bl %define true 1 @ASM_oddEvenSort@8: push ebp push edi push esi push swapped lea esi, [arraySize - 1] lea eax, [array * 4 - 12] and eax, -8 l...
Appl/Games/Mine/input.asm
steakknife/pcgeos
504
121616
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Mine FILE: input.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Insik 1/92 Initial program DESCRIPTION: ...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_427.asm
ljhsiun2/medusa
9
121617
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rbp push %rdi push %rsi lea addresses_WC_ht+0xa9dc, %rsi nop nop nop inc %rdi movb (%rsi), %r11b nop nop nop nop cmp $22109, %r10 lea addresses_normal_ht+0x113dc, %rsi nop nop nop and $59794, %r8 movups (%rsi), %xmm1 vpextrq $1, %xmm1, %r10...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_498.asm
ljhsiun2/medusa
9
121618
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xc4d6, %r15 nop nop sub %rbp, %rbp vmovups (%r15), %ymm0 vextracti128 $0, %ymm0, %xmm0 vpextrq $1, %xmm0, %rcx nop nop nop nop inc %rbp lea addresses...
tests/test build script and options/opt syntax/syntax_mM.asm
fkorotkov/sjasmplus
0
121619
<reponame>fkorotkov/sjasmplus ; SYNTAX options "mM": ; m Switch off "Accessing low memory" warning globally ; M Alias "m" and "M" for "(hl)" to cover 8080-like syntax: ADD A,M ; verify regular syntax works as expected with default options ld a,(123) ; warning about low memory access ...
main.asm
Zeturic/wonder-trade
0
121620
<reponame>Zeturic/wonder-trade .gba .thumb .open "rom.gba", "test.gba", 0x08000000 .org allocation .area allocation_size .importobj "build/linked.o" .endarea // // Player house PC script tile (for debugging) // .org 0x083B977C // .word WonderTradeScript .org gSpecials + SPECIAL_WonderTradeGenerateMon * 4 .word ...
PORTS/wtbeep/w2.asm
bushy555/ZX-Spectrum-1-Bit-Routines
0
121621
output "w2.obj" org $8000 wave1 equ 0 wave2 equ $800 wave3 equ $1000 wave4 equ $1800 wave5 equ $2000 wave6 equ $2800 wave7 equ $3000 wave8 equ $3800 wave9 equ $4000 wave10 equ $4800 wave11 equ $5000 wave12 equ $5800 wave13 equ $6000 wave14 equ $6800 wave15 equ $7000 wave16 equ $7800 wave17 equ $...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_319.asm
ljhsiun2/medusa
9
121622
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x697a, %rdi nop nop nop nop xor $5426, %rax movl $0x61626364, (%rdi) nop nop nop nop nop cmp %r9, %r9 lea addresses_normal_ht+0x1c84, %rdi cmp %rax, %rax mov $0x6162636465666768, %rcx movq %rcx, %xmm0 vmov...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_536.asm
ljhsiun2/medusa
9
121623
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1c6f7, %rsi lea addresses_normal_ht+0x1da3a, %rdi nop nop nop nop nop xor $38147, %rbp mov $41, %rcx rep movsw cmp %r13, %r13 lea addresses_normal_ht+0x5077, %r15 add %rbx, %r...
lib/avx512/poly_avx512.asm
dalekzhangdong/intel-ipsec-mb
1
121624
<reponame>dalekzhangdong/intel-ipsec-mb<filename>lib/avx512/poly_avx512.asm<gh_stars>1-10 ;; ;; Copyright (c) 2021, Intel Corporation ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of sou...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_239.asm
ljhsiun2/medusa
9
121625
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_239.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x157c5, %rsi lea addresses_UC_ht+0x7cc5, %rdi clflush (%rsi) nop nop ...
tests/video-memory-iter/video-memory.asm
Bigsby/x86_64
0
121626
<reponame>Bigsby/x86_64 [org 0x7c00] mov ax, 0xb800 mov ds, ax xor di, di mov si, MESSAGE move: xor dx, dx mov dl, [cs:si] cmp dl, 0 idle: jz idle mov [di], dl inc di mov [di], BYTE 0x1e ; Blue background, Intensified Yellow foreground inc di inc si jmp move jmp $ ME...
libsrc/_DEVELOPMENT/z80/c/sdcc/z80_inir_callee.asm
jpoikela/z88dk
640
121627
<filename>libsrc/_DEVELOPMENT/z80/c/sdcc/z80_inir_callee.asm<gh_stars>100-1000 ; void *z80_inir_callee(void *dst, uint8_t port, uint8_t num) SECTION code_clib SECTION code_z80 PUBLIC _z80_inir_callee EXTERN asm_z80_inir _z80_inir_callee: pop af pop hl pop bc push af jp asm_z80_inir
programs/oeis/080/A080668.asm
neoneye/loda
22
121630
; A080668: Numbers of the form n!+n^3. ; 2,10,33,88,245,936,5383,40832,363609,3629800,39918131,479003328,6227022997,87178293944,1307674371375,20922789892096,355687428100913,6402373705733832,121645100408838859,2432902008176648000 add $0,1 mov $2,$0 pow $0,3 seq $2,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of s...
programs/oeis/194/A194142.asm
jmorken/loda
1
121631
; A194142: Sum{floor(j*(3-sqrt(3)) : 1<=j<=n}; n-th partial sum of Beatty sequence for 3-sqrt(3). ; 1,3,6,11,17,24,32,42,53,65,78,93,109,126,145,165,186,208,232,257,283,310,339,369,400,432,466,501,537,575,614,654,695,738,782,827,873,921,970,1020,1071,1124,1178,1233,1290,1348,1407,1467,1529,1592,1656 mov $16,$0 mov $18...
programs/oeis/081/A081592.asm
karttu/loda
0
121632
; A081592: A self generating sequence: "there are n a(n)'s in the sequence". Start with 1,2 and use the rule : "a(n)=k implies there are n following k's (k is 1 or 2)". ; 1,2,1,2,2,1,1,1,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2...
programs/oeis/299/A299276.asm
neoneye/loda
22
121633
; A299276: Partial sums of A008137. ; 1,5,14,31,59,101,161,242,347,479,641,837,1070,1343,1659,2021,2433,2898,3419,3999,4641,5349,6126,6975,7899,8901,9985,11154,12411,13759,15201,16741,18382,20127,21979,23941,26017,28210,30523,32959,35521,38213,41038,43999,47099,50341,53729,57266,60955,64799,68801,72965,77294,81791,8645...
snapgear_linux/lib/libgmp/mpn/x86/k6/mmx/lshift.asm
impedimentToProgress/UCI-BlueChip
0
121634
<gh_stars>0 # AMD K6 mpn_lshift -- mpn left shift. # # K6: 1.75 cycles/limb # Copyright (C) 1999, 2000 Free Software Foundation, Inc. # # This file is part of the GNU MP Library. # # The GNU MP Library is free software; you can redistribute it and/or modify # it under the terms of the GNU Library General Public Licen...
[10] Functions/Extending Print Number Function For Multi Digit Numbers/main.asm
SonarSystems/Assembly-Programming
6
121635
;nasm 2.11.08 section .data hello: db 'Hello world!',10 ; 'Hello world!' plus a linefeed character helloLen: equ $-hello ; Length of the 'Hello world!' string section .bss var1: resb 4 section .text global _start _start: mov esi, 7651 mov [var1], esi call PrintNumber...
programs/oeis/079/A079757.asm
jmorken/loda
1
121636
<reponame>jmorken/loda ; A079757: Periodic sequence 1 0 -2 3 -2 0,... ; 1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0,1,0,-2,3,-2,0 pow $0,2 mov $2,$0 add $2,2 add $0,$2...
oeis/075/A075818.asm
neoneye/loda-programs
11
121637
<gh_stars>10-100 ; A075818: Even numbers with exactly 3 prime factors (counted with multiplicity). ; Submitted by <NAME> ; 8,12,18,20,28,30,42,44,50,52,66,68,70,76,78,92,98,102,110,114,116,124,130,138,148,154,164,170,172,174,182,186,188,190,212,222,230,236,238,242,244,246,258,266,268,282,284,286,290,292,310,316,318,322...
programs/oeis/071/A071039.asm
karttu/loda
0
121638
<gh_stars>0 ; A071039: Corrected version is duplicate of A118111. ; 1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1 cal $0,53186 ; Square excess of n: difference between...
oeis/079/A079813.asm
neoneye/loda-programs
11
121639
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A079813: n 0's followed by n 1's. ; Submitted by <NAME> ; 0,1,0,0,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0 lpb $0 ad...
navis/pikachu/attacks/pikachu_fly.asm
StraDaMa/mmbn6-pikachu-boss-battle
7
121641
<gh_stars>1-10 @PIKACHU_FLY_STATE_START_FLOAT equ 0x00 @PIKACHU_FLY_STATE_AIR_IDLE equ 0x04 @PIKACHU_FLY_STATE_AIR_MOVE equ 0x08 @PIKACHU_FLY_STATE_LAND equ 0x0C @PIKACHU_FLY_STATE_THUNDERBALL equ 0x10 @PIKACHU_FLY_STATE_LAND_MOVE equ 0x14 @PIKACHU_FLY_STATE_RESTART_FLOAT equ 0x18 @PIKACHU_FLY_STATE_RETURN equ 0x1C @PI...
x86-64-assembly/rotational-cipher/rotational_cipher.asm
0x28/exercism
0
121642
<reponame>0x28/exercism<filename>x86-64-assembly/rotational-cipher/rotational_cipher.asm section .text global rotate rotate: mov r10, rdx xor rcx, rcx mov r11, 26 mov r12, 'a' mov r13, 'A' loop: xor rax, rax xor rbx, rbx xor rdx, rdx mov al, byte [rdi+rcx] test al, al jz en...
programs/oeis/117/A117616.asm
neoneye/loda
22
121644
<filename>programs/oeis/117/A117616.asm ; A117616: a(0)=0, a(n)=4a(n-1)+2 for n odd, a(n)=4a(n-1) for n even. ; 0,2,8,34,136,546,2184,8738,34952,139810,559240,2236962,8947848,35791394,143165576,572662306,2290649224,9162596898,36650387592,146601550370,586406201480,2345624805922,9382499223688,37529996894754 mov $1,4 pow...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_782.asm
ljhsiun2/medusa
9
121645
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x384b, %rsi lea addresses_UC_ht+0x1334b, %rdi nop nop dec %rbp mov $123, %rcx rep movsq add $50823, %rdx lea addresses_WC_ht+0x1a14b, %r9 nop add $344...
examples/background/program.asm
michielvoo/snes
51
121646
<reponame>michielvoo/snes<gh_stars>10-100 ; background ; Displays a background pattern. .INCLUDE "../lib/header.asm" .INCLUDE "../lib/registers.asm" .INCLUDE "../lib/settings.asm" .INCLUDE "../lib/initialization.asm" .BANK 0 .ORG 0 .SECTION "" Main: Reset ; Set accumulator register to 8-bit sep #$20 ...
Debug/sysexc.asm
polamagdygeo/uWave
0
121649
;****************************************************************************** ;* TI ARM C/C++ Codegen Unix v18.1.1.LTS * ;* Date/Time created: Fri Jul 3 20:08:25 2020 * ;****************************************************************************** ...
src/solace_code/pcall.asm
NablaVM/solace
0
121650
<gh_stars>0 ; ; This is a demo / test of the pcall instruction. It stays a live for quite a while, but it will complete. ; It spawns multple contexts and contexts from contexts to show how things can be done ' in parallel ' ; .file "Pcall" .init main <pcall_1: mov r0 $1 mov r0 $1 mov r0 $1 mov r0...
ncr.asm
shashankdasverma/MPlab
0
121652
.MODEL SMALL .DATA N DW 4 R DW 2 NCR DW 0 .CODE MOV AX,@DATA MOV DS,AX MOV AX,N MOV BX,R CALL NCRPRO JMP FINAL NCRPRO PROC NEAR CMP AX,BX JE RES1 CMP BX,0 JE RESN DEC AX CMP BX,AX JE INCR PUSH AX PUSH BX CALL NCRPRO POP BX POP AX DEC BX PUSH AX PUSH BX CALL NCRPRO POP BX POP AX RET RES1: INC NCR RET INCR: INC NCR...
spec/vic2-rotateCharBottom.spec.asm
c64lib/chipset
11
121653
<filename>spec/vic2-rotateCharBottom.spec.asm #import "64spec/lib/64spec.asm" #import "../lib/vic2-global.asm" .label charPtr = $FB sfspec: init_spec() describe("rotateCharRight") it("rotates character to the right"); { lda #<characterActual sta charPtr lda #>characterActual ...
my Projects/RXserial/rxserial.asm
simonbrennan/PicMicroASM
1
121654
<gh_stars>1-10 ; ********************************************************** ; * Program Name : Serial port TX for PIC * ; * Programmer : <NAME> * ; * Registers : * ; * Address 03h -> Status * ; * Address 02h -> PCL * ; * Address 1h -> F * ; ...
LAB 3/BUBBLE_SORT.asm
smellycattt/Microprocessor-Programming
1
121655
<gh_stars>1-10 .model tiny .386 .stack .data numbers DW 1,4,5,2,3 count DW 5 .code .startup LEA SI, numbers MOV CX, count X1: MOV DI, SI MOV AX, CX X2: MOV DX, [DI] INC DI INC DI CMP DX, [DI] JLE P MOV BX, [DI] MOV [DI-2],BX MOV [DI],DX P: DEC AX JNZ X2 INC S...
mirrorInput/main.asm
samcdc6600/Atmega16a-avra-asm-stuff
0
121656
<gh_stars>0 ;; for AVR: atmega16a ;; Yes this code is messy, we are just playing around with things. ;; Sets up PD6 and an input and mirrors it's state on PA0, i.e. if PD6 ;; is high then PA0 is high and if PD6 is low then PA0 is low. This is ;; done by constantly polling PD6. .nolist ; Don't include in the .l...
oeis/084/A084663.asm
neoneye/loda-programs
11
121657
<reponame>neoneye/loda-programs ; A084663: a(1) = 8; a(n) = a(n-1) + gcd(a(n-1), n). ; Submitted by <NAME> ; 8,10,11,12,13,14,21,22,23,24,25,26,39,40,45,46,47,48,49,50,51,52,53,54,55,56,57,58,87,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,177,180,181,182,189...
onnxruntime/core/mlas/lib/arm64/ConvSymS8KernelNeon.asm
vpisarev/onnxruntime
669
121658
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. Module Name: ConvSymS8KernelNeon.asm Abstract: This module implements the kernels for the symmetric quantized integer convolution operation. --*/ #include "kxarm64.h" #define MLAS_CONV_SYM_FLAG_PER_CH...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_799.asm
ljhsiun2/medusa
9
121659
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rax push %rdx lea addresses_normal_ht+0x1b72, %r8 nop dec %r10 movb $0x61, (%r8) nop nop nop nop and %r13, %r13 lea addresses_D_ht+0x1e2da, %rdx nop nop nop nop cmp %rax, %rax mov (%rdx), %r11 sub %r13, %r13 pop %rdx pop %rax pop ...
programs/oeis/081/A081866.asm
neoneye/loda
22
121661
<filename>programs/oeis/081/A081866.asm ; A081866: a(n)=sigma_9(2n-1). ; 1,19684,1953126,40353608,387440173,2357947692,10604499374,38445332184,118587876498,322687697780,794320419872,1801152661464,3814699218751,7625984925160,14507145975870,26439622160672,46413842369328,78815680978608,129961739795078,208738965677816,3273...
CS218/summer17/Assignment10/ast10funcs.asm
3SUM/monalisa
5
121663
; <NAME> ; CS 218 Section #1002 ; Assignment #10 ; Support Functions. ; Provided Template ; ----- ; Function getIterations() ; Gets, checks, converts, and returns iteration ; count and rotation speed from the command line. ; Function drawChaos() ; Calculates and plots Chaos algorithm ; -----------------------...
oeis/012/A012886.asm
neoneye/loda-programs
11
121664
; A012886: a(n+3) = 5*a(n+2)-4*a(n+1)+a(n). ; Submitted by <NAME>(s2) ; 1,2,3,8,30,121,493,2011,8204,33469,136540,557028,2272449,9270673,37820597,154292742,629451995,2567909604,10476032782,42737977489,174353665921,711292452431,2901785575960,11838111735997 mov $1,1 mov $3,1 lpb $0 sub $0,1 add $1,$3 add $2,$3 a...
Transynther/x86/_processed/NC/_st_zr_/i3-7100_9_0x84_notsx.log_21829_2019.asm
ljhsiun2/medusa
9
121665
<filename>Transynther/x86/_processed/NC/_st_zr_/i3-7100_9_0x84_notsx.log_21829_2019.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1c393, %rsi lea addresses_normal_ht+0x1ae03, %rdi clflush (%rdi) nop nop and %rbp, %rb...
programs/oeis/128/A128960.asm
karttu/loda
0
121666
<filename>programs/oeis/128/A128960.asm ; A128960: a(n) = (n^3 - n)*2^n. ; 0,24,192,960,3840,13440,43008,129024,368640,1013760,2703360,7028736,17891328,44728320,110100480,267386880,641728512,1524105216,3586129920,8367636480,19377684480,44568674304,101871255552,231525580800,523449139200,1177760563200,2638183661568,58851...
oeis/104/A104860.asm
neoneye/loda-programs
11
121668
<gh_stars>10-100 ; A104860: Prime next to (n + n-th prime). ; Submitted by <NAME>(s1) ; 5,7,11,13,17,23,29,29,37,41,43,53,59,59,67,71,79,83,89,97,97,103,107,127,127,131,131,137,139,149,163,167,173,179,191,191,197,211,211,223,223,227,239,239,251,251,263,277,277,281 mov $2,$0 seq $0,40 ; The prime numbers. add $0,1 add ...
ubb/asc/lab07/c.asm
AlexanderChristian/private_courses
0
121669
assume cs:code, ds:data data segment a db 'bcdefgha' la equ $ - a data end code segment start: mov ax, data mov ds, ax ; swap(a[si], b[si]) ; a[si] = a[si] + b[si]; ; b[si] = a[si] - b[si] ; a[si] = a[si] - b[si] ;swap(ax, bx) ;ax = ax + bx; ;bx = ax - bx ;ax = ax - bx LODS ;al mov ax, 4c00h ...
assets/MemoryAccess/StaticTest/StaticTest.asm
jamespolley/VM-Translator
1
121670
<reponame>jamespolley/VM-Translator<gh_stars>1-10 // push constant 111 @111 D=A @SP A=M M=D @SP M=M+1 // push constant 333 @333 D=A @SP A=M M=D @SP M=M+1 // push constant 888 @888 D=A @SP A=M M=D @SP M=M+1 // pop static 8 @StaticTest.8 D=M D=A @R13 M=D @SP AM=M-1 D=M @R13 A=M M=D // pop static 3 @StaticTest.3 D...
pwm.asm
HummusPrince/Semyon
1
121671
<reponame>HummusPrince/Semyon .module pwm .title "PWM routines" ;Def file includes .include "define.def" .include "macro.def" .area CODE ;No 0x00 values for pwm allowed! pwm_led: anl TMOD, #~0x03 orl TMOD, #0x02 ;Autoreload 8-bit mode anl AUXR, #~0x80 ;Set T0 to sysclk/12 t0_int_enable interrupt_enable ...
tests/hello.asm
timre13/chip8asm
0
121672
; Sample Assembly source code for chip8emu %define SCREEN_W 64 %define SCREEN_H 32 %define EMPTY_DEF main: xor v0, v0 ; v0 = x position xor v1, v1 ; v1 = y position ld ve, 1 ; ve = 1 (const) ld i, bitmap ; Sprite byte index y_loop: xor v0, v0 x_loop: drw v0, v1, 1 add...
external/source/shellcode/windows/x86/src/block/block_reverse_https_proxy.asm
ddouhine/metasploit-framework
113
121673
;-----------------------------------------------------------------------------; ; Author: <NAME> ; Compatible: Confirmed Windows 7, Windows 2008 Server, Windows XP SP1, Windows SP3, Windows 2000 ; Known Bugs: Incompatible with Windows NT 4.0, buggy on Windows XP Embedded (SP1) ; Version: 1.0 ;--------------------------...
Driver/Socket/IRLAP/irlapPXfer.asm
steakknife/pcgeos
504
121674
<reponame>steakknife/pcgeos<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1994 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: irlapPXfer.asm AUTHOR: <NAME>, Apr 26, 1994 METHODS: Name Description ---- ---------...
programs/oeis/115/A115269.asm
jmorken/loda
1
121675
; A115269: Row sums of correlation triangle for floor((n+4)/4). ; 1,2,4,6,11,16,24,32,46,60,80,100,130,160,200,240,295,350,420,490,581,672,784,896,1036,1176,1344,1512,1716,1920,2160,2400,2685,2970,3300,3630,4015,4400,4840,5280,5786,6292,6864,7436,8086,8736,9464,10192,11011,11830,12740,13650,14665,15680,16800,17920,1916...
Microprocessor/print_hex_digit.asm
Nmane1612/Nihar-Mane
3
121676
<reponame>Nmane1612/Nihar-Mane<filename>Microprocessor/print_hex_digit.asm ; this sample prints out a hex value of DL register. name "digit" org 100h mov dl, 7ch ; load address of data table in bx, for xlat instruction: lea bx, table ; xlat does the following: ; al = ds:[bx + unsigned al] mov al, ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_277.asm
ljhsiun2/medusa
9
121677
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_277.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x9231, %r14 nop nop nop cmp $52190, %r12 movl $0x...
semester-5/microprocessor/add.asm
saranshbht/bsc-codes
3
121678
<filename>semester-5/microprocessor/add.asm .model small .data msg1 db "Enter first number: $" msg2 db 10, "Enter second number: $" msg3 db 10, "Result = $" temp dw ? .code .startup lea dx, msg1 mov ah, 09h int 21h mov cx, 4 mov bx, 0 ...
codec/common/x86/dct.asm
hustwei/openh264
0
121680
<filename>codec/common/x86/dct.asm<gh_stars>0 ;*! ;* \copy ;* Copyright (c) 2009-2013, Cisco Systems ;* All rights reserved. ;* ;* Redistribution and use in source and binary forms, with or without ;* modification, are permitted provided that the following conditions ;* are met: ;* ;* ?Redis...
tests/miaf/invalid-empty-meta.asm
y-guyon/ComplianceWarden
3
121681
%define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24) ) ftyp_start: dd BE(ftyp_end - ftyp_start) db "ftyp" db "isom" dd BE(0x00) db "mif1", "miaf" ftyp_end: meta_start: dd BE(meta_end - meta_start) db "meta" dd BE(0) iprp_start: dd BE(iprp_end - iprp...
src/prg.asm
ViGrey/airgap2020-nes
8
121682
; Copyright (C) 2020, <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, this list of conditions and the fo...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2738_645.asm
ljhsiun2/medusa
9
121684
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x18c92, %rsi lea addresses_WC_ht+0x15712, %rdi nop cmp $64276, %r10 mov $41, %rcx rep movsb nop add %rsi, %rsi lea addresses_UC_ht+0xd3c2, %r8 sub %rdi, %rdi movb (%r8), %r11b nop nop no...
libsrc/_DEVELOPMENT/adt/w_array/z80/asm_w_array_destroy.asm
jpoikela/z88dk
640
121686
<filename>libsrc/_DEVELOPMENT/adt/w_array/z80/asm_w_array_destroy.asm ; =============================================================== ; Mar 2014 ; =============================================================== ; ; void w_array_destroy(w_array_t *a) ; ; Zero the array structure. ; array.capacity = 0 ensures no arra...
x86_64-assembly/resistor-color/resistor-color.asm
dgeoffri/exercism
0
121688
section .rodata black db "black",0 brown db "brown",0 red db "red",0 orange db "orange",0 yellow db "yellow",0 green db "green",0 blue db "blue",0 violet db "violet",0 grey db "grey",0 white db "white",0 color_array: dq black, brown, red, orange, yellow, green, blue, violet, grey, white, 0 section .text ...
Third_Year/Compilers/testing/tests-xpl-daily-201701121739/P-04-99-N-ok.asm
danielcorreia96/LEIC_Projects
0
121689
segment .bss align 4 f: resb 4 segment .data align 4 d: dq 4.00000 segment .bss segment .text align 4 global _main:function _main: align 4 xpl: push ebp mov ebp, esp sub esp, 12 push dword 0 lea eax, [ebp+-4] push eax pop ecx pop eax mov [ecx], eax push dword 7 push dword 8 pop eax imul dword eax, [esp] ...
programs/oeis/040/A040372.asm
neoneye/loda
22
121690
<reponame>neoneye/loda ; A040372: Continued fraction for sqrt(392). ; 19,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1,38,1,3,1 seq $0,10197 ; Continued fraction for sqrt(138). mul $0,7 di...
alink/tcoff.asm
Lucky-sudo/OS
0
121692
<gh_stars>0 ;Sample COFF object file ;assemble with ;NASM -fwin32 tcoff.asm ;link with ;ALINK -oPE tcoff win32.lib -entry main [extern MessageBoxA] [extern __imp_MessageBoxA] [segment .text] [global main] main: push dword 0 ; OK button push dword title1 push dword string1 push dword 0 call MessageBo...