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
oeis/157/A157096.asm
neoneye/loda-programs
11
122197
<reponame>neoneye/loda-programs<filename>oeis/157/A157096.asm<gh_stars>10-100 ; A157096: Consider all consecutive integer Pythagorean 11-tuples (X, X+1, X+2, X+3, X+4, X+5, Z-4, Z-3, Z-2, Z-1, Z) ordered by increasing Z; sequence gives X values. ; Submitted by <NAME> ; 0,55,1260,27715,608520,13359775,293306580,64393850...
programs/oeis/063/A063125.asm
neoneye/loda
22
122198
<reponame>neoneye/loda ; A063125: Dimension of the space of weight 2n cusp forms for Gamma_0( 57 ). ; 5,18,32,44,58,72,84,98,112,124,138,152,164,178,192,204,218,232,244,258,272,284,298,312,324,338,352,364,378,392,404,418,432,444,458,472,484,498,512,524,538,552,564,578,592,604,618,632,644,658 mov $1,$0 mul $1,40 div $1...
py2v.asm
lestersantos/Assembly2019
0
122199
;UNIVERSIDAD DE <NAME> ;FACULTAD DE INGENIERIA ;ARQUITECTURA DE COMPUTADORAS Y ENSAMBLADORES 1 ;PROYECTO ;<NAME> ;201504510 ORG 100h ;--------------- MY MACROS -------------------- %macro print 1 ;this macro will print to screen push ax push dx mov dx, %1 ;refers to the first parameter to the macro call mov...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1486.asm
ljhsiun2/medusa
9
122201
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x18b0a, %rsi lea addresses_A_ht+0x722a, %rdi and $40347, %r12 mov $90, %rcx rep movsw nop nop sub %r13, %r13 lea addresses_WC_ht+0x140d2, %rsi lea addresses_WT_ht+0x15fea, %rdi nop nop xor %rbx, ...
oeis/055/A055995.asm
neoneye/loda-programs
11
122203
<filename>oeis/055/A055995.asm ; A055995: a(n) = 64*9^(n-2), a(0)=1, a(1)=7. ; Submitted by <NAME> ; 1,7,64,576,5184,46656,419904,3779136,34012224,306110016,2754990144,24794911296,223154201664,2008387814976,18075490334784,162679413013056,1464114717117504,13177032454057536,118593292086517824 mov $4,2 mov $7,$0 lpb $4 ...
libsrc/oz/ozinput/ozkbdon.asm
jpoikela/z88dk
640
122205
<reponame>jpoikela/z88dk ; ; Sharp OZ family functions ; ; ported from the OZ-7xx SDK by by <NAME> ; by <NAME> - Oct. 2003 ; ; ; void ozkeyboardon() ; ; ------ ; $Id: ozkbdon.asm,v 1.3 2016-06-27 21:25:36 dom Exp $ ; SECTION code_clib PUBLIC ozkbdon PUBLIC _ozkbdon ozkbdon: _ozkbdon: in a,(7) ...
examples/vgmplayer.asm
jblang/SN76489
26
122206
; SN76489 VGM player for CP/M ; ; Assemble with sjasm. ; ; CP/M file loader code from https://github.com/MMaciocia/RC2014-YM2149 ; VGM player code from http://www.primrosebank.net/computers/mtx/mtxtools.htm ; Combined to play VGM music from CP/M by <NAME> tmsreg: equ 0bfh psgreg: equ 0ffh usenmi: equ 1 boot: equ ...
src/servers/app/drawing/Painter/bitmap_painter/painter_bilinear_scale.nasm
Kirishikesan/haiku
1,338
122207
<filename>src/servers/app/drawing/Painter/bitmap_painter/painter_bilinear_scale.nasm ; ; Copyright 2009, <NAME>. ; All rights reserved. ; Distributed under the terms of the MIT License, see ; http://www.opensource.org/licenses/mit-license.php ; Assembly code for Painter::_DrawBitmapBilinearCopy32() in Painter.cpp ; Th...
Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48.log_21829_2652.asm
ljhsiun2/medusa
9
122208
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x3e0, %r11 nop dec %r14 mov $0x6162636465666768, %r8 movq %r8, (%r11) nop nop nop nop nop sub $17385, %rbp lea addresses_UC_ht+0x16fe0, %rcx nop sub %r12, %r12 mov (%rcx), %r11...
Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_1552.asm
ljhsiun2/medusa
9
122210
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x33d0, %rsi lea addresses_A_ht+0xcb50, %rdi and %r12, %r12 mov $94, %rcx rep movsq nop nop dec %r15 lea addresses_normal_ht+0x15350, %rsi lea addresses_A_ht+0x1bb50, %rdi nop ...
programs/asm/main_game.asm
Zenith80/initial_emulator
9
122211
.include "data.inc" main_game: ld hl, main_game push hl ;//load in position from `data` structure ld hl, data inc hl ld e,(hl) inc hl ld d,(hl) ld hl, screens add hl, de add hl, de ld e, (hl) inc hl ld d, (hl) push de ret
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_615.asm
ljhsiun2/medusa
9
122212
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rbp push %rdi push %rdx lea addresses_WC_ht+0x1d7a0, %r14 nop cmp $3443, %rdi movb (%r14), %dl nop nop nop inc %r13 lea addresses_WT_ht+0xa160, %rdx nop nop nop nop and $18273, %r11 mov $0x6162636465666768, %rbp mo...
src/irq_reset.asm
BlockoS/up-18
3
122213
<filename>src/irq_reset.asm ; Reset interrupt (HuCard only). ; This routine is called when the console is powered up. _reset: sei ; disable interrupts csh ; switch cpu to high speed mode cld ; clear decimal flag ldx #$ff ...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1173.asm
ljhsiun2/medusa
9
122214
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x7ce8, %r14 nop nop inc %r15 movw $0x6162, (%r14) nop and %r12, %r12 lea addresses_WT_ht+0xc028, %rsi lea addresses_UC_ht+0x8528, %rdi nop add $1073, %rbp mov $43, %rcx ...
src/boot/disk_util.asm
Sage-of-Mirrors/gOS
1
122216
disk_load: push dx ; This contains the number of sectors we wanted to read. Push it to the stack so we can grab it later. mov ah, 0x02 ; Tells the BIOS to run the read sector function. mov al, dh ; Tells the BIOS how many sectors to read. mov ch, 0x00 ; Read from Cylinder 0... mov dh, 0x00 ; Read from Head 0.....
Audio/DevSound_SongData.asm
DevEd2/Rebound
2
122217
; ================================================================ ; DevSound song data ; ================================================================ ; Song constants const_def const MUS_MENU const MUS_PLAINS const MUS_FOREST const MUS_CITY const MUS_PYRAMID ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_111.asm
ljhsiun2/medusa
9
122218
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1c94a, %rax xor %r14, %r14 movups (%rax), %xmm7 vpextrq $0, %xmm7, %rbx nop nop nop and $41979, %r13 lea addresses_D_ht+0x167ea, %rcx nop nop add $2278, %r15 mov $0...
oeis/194/A194522.asm
neoneye/loda-programs
11
122219
; A194522: First coordinate of (4,5)-Lagrange pair for n. ; Submitted by <NAME> ; -1,-2,2,1,0,-1,3,2,1,0,-1,3,2,1,0,4,3,2,1,0,4,3,2,1,5,4,3,2,1,5,4,3,2,6,5,4,3,2,6,5,4,3,7,6,5,4,3,7,6,5,4,8,7,6,5,4,8,7,6,5,9,8,7,6,5,9,8,7,6,10,9,8,7,6,10,9,8,7,11,10,9,8,7,11,10,9,8,12,11,10,9,8,12,11,10,9 add $0,16 mul $0,2 add $0,1 m...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_616.asm
ljhsiun2/medusa
9
122220
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xbf00, %rsi lea addresses_WT_ht+0x6f14, %rdi nop nop cmp $44488, %r9 mov $113, %rcx rep movsb nop nop nop nop nop cmp $19088, %rdx lea addresses_normal_ht+0x7900, %r13 cmp %r9, %r9 movw ...
source/cynthdisplay.asm
brijohn/cynthcart
25
122221
; *************************** ; Process Video Mode ; *************************** processVideoMode: ; Turn off Vic when no notes are playing lda helpMode bne vicOn lda VICMode beq vicOff cmp #2 beq vicOn lda dispOn bne vicOn lda noteNumArray+0 ;lda KeyA cmp #255 bne vicOn lda noteNumArray+1 ;lda ...
payload/src/trampoline.asm
avboy1337/CVE-2019-9810
238
122222
<gh_stars>100-1000 ; Axel '0vercl0k' Souchet - 3 May 2019 public trampoline_begin public trampoline_data_address_hooked public trampoline_data_address_original public trampoline_savedoffbytes_space_start public trampoline_savedoffbytes_space_end public trampoline_end .code trampoline_begin: push rbp mov rbp, rsp ...
test/filters-cases/clang-on-mac.asm
OfekShilon/compiler-explorer
4,668
122223
<reponame>OfekShilon/compiler-explorer .section __TEXT,__text,regular,pure_instructions .macosx_version_min 10, 12 .globl _main .p2align 4, 0x90 _main: ## @main Lfunc_begin0: .file 1 "example.cpp" .loc 1 2 0 ## example.cpp:2:0 .cfi_startproc ## BB#0: pushq %rbp...
lib/crti.asm
Crupette/modit-micro
1
122225
section .init [GLOBAL _init] _init: push ebp mov ebp, esp section .fini [GLOBAL _fini] _fini: push ebp mov ebp, esp
Borland/CBuilder5/Source/RTL/source/math/_efcvt.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
122226
;---------------------------------------------------------------------- ; _efcvt.asm - user-callable entry points to _ecvt() and _fcvt() functions. ;---------------------------------------------------------------------- ; ; C/C++ Run Time Library - Version 10.0 ; ; Copyright (c) 1996, 2000 by Inprise Corp...
scripts/_final.asm
fengjixuchui/blazefox
149
122227
push rax ; 50 push rbx ; 53 push rcx ; 51 push rdx ; 52 push rbp ; 55 push rsi ; 56 push rdi ; 57 push r8 ; 4150 push r9 ; 4151 push r10 ; 4152 push r11 ; 4153 push r12 ; 4154 push r13 ; 4155 push r14 ; 4156 push r15 ; 4157 mov r11, rsp ; 4989e3 sub rsp, 0x10 ; 4883ec10 sub rsp, 0x70 ; 4883ec70 sub rsp, 0x70 ; 4883ec70...
smsq/sbas/procs/iopr.asm
olifink/smsqe
0
122229
; SBAS_PROCS_IOPR - SBASIC Set IO Priority V2.00  1994 <NAME> section exten xdef io_priority xref ut_gxin1 include 'dev8_keys_qdos_sms' ;+++ ; IO_PRIORITY n ;--- io_priority jsr ut_gxin1 move.w (a6,a1.l),d2 moveq #sms.iopr,d0 ; set io priority trap #do.smsq rts end
08/FunctionCalls/SimpleFunction/SimpleFunction.asm
tthero/tthero-nand2tetris
0
122231
// function SimpleFunction.test 2 (SimpleFunction.test) @0 D=A @SP A=M M=D @SP M=M+1 @0 D=A @SP A=M M=D @SP M=M+1 // push local 0 @LCL D=M @0 A=A+D D=M @SP A=M M=D @SP M=M+1 // push local 1 @LCL D=M @1 A=A+D D=M @SP A=M M=D @SP M=M+1 // add @SP AM=M-1 D=M A=A-1 M=M+D // not @SP A=M-1 M=!M // push argument 0 @ARG D=M @...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_9179_704.asm
ljhsiun2/medusa
9
122232
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r9 push %rdx push %rsi lea addresses_WC_ht+0x134db, %r9 nop inc %rsi movb (%r9), %r10b cmp %r12, %r12 lea addresses_WT_ht+0x8eb8, %r12 nop nop xor $65174, %rdx vmovups (%r12), %ymm0 vextracti128 $0, %ymm0, %xmm0 vpextrq $0, ...
oeis/323/A323153.asm
neoneye/loda-programs
11
122234
; A323153: a(n) = 1 if n is either a prime or a perfect number, 0 otherwise. ; Submitted by <NAME> ; 0,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0 mov $2,$0 lpb $0,$...
oeis/123/A123942.asm
neoneye/loda-programs
11
122235
<gh_stars>10-100 ; A123942: The (1,4)-entry in the 4 X 4 matrix M^n, where M={{3, 2, 1, 1}, {2, 1, 1, 0}, {1, 1, 0, 0}, {1, 0, 0, 0}} (n>=0). ; Submitted by <NAME> ; 0,1,3,15,71,340,1626,7778,37205,177966,851280,4072001,19477953,93170570,445670811,2131815570,10197297001,48777608903,233322137235,1116069871981,5338593130...
bin/JWASM/Samples/gtk01.asm
Abd-Beltaji/ASMEMU
3
122236
<reponame>Abd-Beltaji/ASMEMU<gh_stars>1-10 ;=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* ;very simple jwasm gtk example (written by jcfuller) ; create a Linux binary ; 1. assemble: jwasm -elf -zcw -Fo=gtk01.o gtk01.asm ; 2. link with LD: ld -s -o gtk01 gtk01.o -I/lib/ld-linux.s...
user/find.asm
frank-liang-lbm/xv6-labs-2020
0
122237
<filename>user/find.asm<gh_stars>0 user/_find: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <find>: #include "kernel/stat.h" #include "user.h" #include "kernel/fs.h" void find(char *path, char *filename) { 0: d8010113 addi sp,sp,-640 4: 26113c23 sd ra,6...
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_cxy2aaddr_callee.asm
jpoikela/z88dk
640
122238
; void *tshc_cxy2aaddr(uchar x, uchar y) SECTION code_clib SECTION code_arch PUBLIC _tshc_cxy2aaddr_callee EXTERN asm_tshc_cxy2aaddr _tshc_cxy2aaddr_callee: pop hl ex (sp),hl jp asm_tshc_cxy2aaddr
utils/div16.asm
pchynoweth/cx16-utils
0
122241
.export div16 .include "utils/reg.inc" .macro sub16 lhs, rhs sec ; lo byte lda lhs sbc rhs sta lhs ; hi byte lda lhs+1 sbc rhs+1 sta lhs+1 .endmacro ; r0 - value ; r1 - divisor ; when finished REG::r2 will contain the mod value .proc div16 DIV = REG::r0; DIVISOR = REG::r1; MOD ...
programs/oeis/120/A120192.asm
karttu/loda
0
122242
; A120192: a(1)=7; a(n)=floor((55+sum(a(1) to a(n-1)))/7). ; 7,8,10,11,13,14,16,19,21,24,28,32,36,42,48,54,62,71,81,93,106,121,138,158,181,207,236,270,308,352,403,460,526,601,687,785,897,1025,1172,1339 mov $13,$0 mov $15,$0 add $15,1 lpb $15,1 mov $0,$13 sub $15,1 sub $0,$15 mov $9,$0 mov $11,2 lpb $11,1 ...
src/third_party/nasm/test/br3200749.asm
Mr-Sheep/naiveproxy
2,219
122244
<reponame>Mr-Sheep/naiveproxy ;Testname=unoptimized; Arguments=-O0 -fbin -obr3200749.bin; Files=stdout stderr br3200749.bin ;Testname=optimized; Arguments=-Ox -fbin -obr3200749.bin; Files=stdout stderr br3200749.bin %define IFNDEF %ifndef %define ENDIF %endif IFNDEF foo ; bar ENDIF
Source Codes/Split string.asm
kaazima/Emulator-8086
0
122245
.MODEL small .STACK .DATA str1 db "butterfly$" split db 6h str2 db ? .CODE .STARTUP mov si,offset str1 check1:cmp [si],'$' jz exit1 cmp split,0h jz check2 dec split inc si jmp check1 check2: mov dx,ds mov es,dx mov di,offset str2 loop1: movsb cmp [si],'$' jz exit1 loop loop1 exit1: .EXIT end
crypto/camellia/cmll-x86.asm
commshare/openssl-1.1.1k
0
122246
<filename>crypto/camellia/cmll-x86.asm<gh_stars>0 %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 $@feat.00 equ 1 section .text code align=64 %else section .text code %endif global _Camellia_EncryptBlock_Rounds align 16 _Camellia_EncryptBlock_Rounds: L$_Ca...
asm/fib_redux/fib_redux.nasm
coalpha/coalpha.github.io
0
122247
<reponame>coalpha/coalpha.github.io ; how to debug ; break _start ; start ; si repeatedly ; p (char [20]) u64Str ; x /c $rsi bits 64 default rel section .data u64Str: times 20 db 0 lf: db 10 section .text global _start _start: xor r12, r12 ; a = 0 mov r13, 1 ; b = 1 mov r15, 10 ; divisor is 10 xo...
untested/x64/calcPi.asm
GabrielRavier/Generic-Assembly-Samples
0
122248
<gh_stars>0 global _calcPi segment .rodata align=16 oneDot75 dd 0, 1.75 align 16 oneDot875 dd 0, 1.875 align 16 twoDot25 dd 0, 2.25 align 16 four1Dot75 dd 0, 1.75, 0, 1.75, 0, 1.75, 0, 1.75 align 16 four2Dot25 dd 0, 2.25, 0, 2.25, 0, 2.25, 0, 2.25 align 16 four1Dot875 dd 0, 1.875, 0, 1.875, 0, 1....
programs/oeis/031/A031382.asm
neoneye/loda
22
122250
<filename>programs/oeis/031/A031382.asm ; A031382: a(n) = prime(8*n - 2). ; 13,43,79,113,163,199,251,293,349,397,443,491,557,601,647,701,757,821,863,929,983,1033,1091,1151,1213,1277,1307,1399,1451,1493,1559,1609,1667,1733,1789,1871,1931,1997,2053,2111,2161,2243,2297,2357,2411,2473,2551,2633,2687,2729,2791,2851,2917,299...
software/pcx86/test/cpu/80186/mul.asm
jriwanek-forks/pcjs
711
122251
use16 start: mov sp,192 ; mul word mov bx,00003h mov ax,00007h mov dx,0ffffh mul bx mov word[0],ax mov word[2],dx pushf mov dx,0a320h mov ax,0ffffh mul dx mov word[4],ax mov word[6],dx pushf mov ax,0ffffh mov word[8],01h mul word[8] mov word[10],ax mov word[12],dx pushf mov ax,0ffffh ...
009_Mul ARRAY/Test.asm
salvatorenitopi/assembly_8086
0
122252
.model small .stack 100h .data msg1 db 'Terzo ARRAY: ' ,'$' arr1 byte 2,3,1 arr2 byte 2,3,1 arr3 byte 0,0,0 app1 byte ? app2 byte ? .code start: mov ax,@data mov ds, ax mov dx, offset msg1 mov ah, 09h int 21h mov dl, 10 mov ah, 02h int 21h ...
oeis/191/A191616.asm
neoneye/loda-programs
11
122253
; A191616: a(1) = 1; a(n) is the largest number m such that m-A085392(m) = a(n-1). ; Submitted by <NAME>(s3) ; 1,2,4,5,10,15,20,25,30,32 mov $4,$0 add $4,1 mov $7,$0 lpb $4 mov $0,$7 mov $1,0 sub $4,1 sub $0,$4 sub $0,1 mov $2,1 mov $3,$0 mul $3,4 mov $5,0 lpb $3 add $1,$2 add $5,$2 add...
programs/oeis/178/A178893.asm
neoneye/loda
22
122255
; A178893: a(n) = n OR 6n, where OR is bitwise OR. ; 0,7,14,19,28,31,38,47,56,63,62,75,76,79,94,95,112,119,126,115,124,127,150,159,152,159,158,187,188,191,190,191,224,231,238,243,252,255,230,239,248,255,254,299,300,303,318,319,304,311,318,307,316,319,374,383 mov $2,$0 mov $5,$0 lpb $0 add $3,1 mul $3,$2 mov $2,$...
oeis/093/A093593.asm
neoneye/loda-programs
11
122258
; A093593: n! times sum of Farey fractions of order n. ; Submitted by <NAME> ; 1,3,15,84,660,4680,47880,463680,5261760,59875200,858211200,11256537600,183697113600,2833294464000,47730114432000,847372990464000,17250840262656000,329722245844992000,7359528574734336000 add $0,1 mov $2,$0 seq $0,49643 ; Number of fractions ...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1928.asm
ljhsiun2/medusa
9
122259
<filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1928.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a333, %r8 nop and $47509, %rbp mov $0x6162636465666768, %rdi mov...
dv3/fd/pcf/fmtt.asm
olifink/smsqe
0
122260
; DV3 PC Compatible Floppy Disk Format track  1998 <NAME> section dv3 xdef fd_fmtt ; format track xdef fd_sfmtt ; format track setup xref fd_cmd_fmtt xref fd_stat xref fd_fint xref.l fdc_stat xref.l fdc_data xref.s fdc.intl include 'dev8_keys_err' include 'dev8_dv3_keys' include 'dev8_dv3_fd_...
versions/03-boot_hello/boot.asm
EliasJuk/GhostSystem
0
122261
<reponame>EliasJuk/GhostSystem [BITS 16] [ORG 0x7C00] call HelloWorld ;#PRIMEIRA FORMA DE HELLO WORLD call JumpLine call PointerString ;#SEGUNDA FORMA DE HELLO WORLD call PrintString call PointerBuffer ;#TERCEIRA FORMA DE HELLO WORLD call ReadString call PointerStringBuf call PrintString jmp $ HelloWorld: ...
libsrc/stdio_new/fd/poll.asm
meesokim/z88dk
8
122262
<reponame>meesokim/z88dk ; CALLER linkage for function pointers PUBLIC poll EXTERN poll_callee EXTERN ASMDISP_POLL_CALLEE .poll pop de pop bc pop bc pop hl push hl push bc push bc push de jp poll_callee + ASMDISP_POLL_CALLEE
Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0x48.log_21829_142.asm
ljhsiun2/medusa
9
122263
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x7b4, %r12 sub %r11, %r11 and $0xffffffffffffffc0, %r12 vmovntdqa (%r12), %ymm3 vextracti128 $0, %ymm3, %xmm3 vpextrq $0, %xmm3, %r9 nop...
programs/oeis/188/A188068.asm
neoneye/loda
22
122264
<reponame>neoneye/loda ; A188068: [nr]-[kr]-[nr-kr], where r=sqrt(3), k=1, [ ]=floor. ; 0,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1 lpb $0 trn $0,1 seq $0,1880...
src/main/c/emulator/build/emulator.asm
cbrune/VexRiscv
1,524
122265
<gh_stars>1000+ build/emulator.elf: file format elf32-littleriscv Disassembly of section .init: 80000000 <_start>: 80000000: 00001117 auipc sp,0x1 80000004: 18810113 addi sp,sp,392 # 80001188 <_sp> 80000008: 00001517 auipc a0,0x1 8000000c: 8dc50513 addi a0,a0,-1828 # 8000...
PRACT0/SO1H/asm/procs_k.asm
so1h/SO1H
0
122266
<gh_stars>0 bits 16 ; RPN'ized expression: "17 " ; Expanded expression: "17 " ; Expression value: 17 ; glb dig : [17u] char ; glb intptr_t : int ; glb uintptr_t : unsigned ; glb intmax_t : int ; glb uintmax_t : unsigned ; glb int8_t : signed char ; glb int_least8_t : signed char ; glb int_fast8_t : signed char ; glb u...
test/sle.asm
kspalaiologos/asmbf
67
122267
<filename>test/sle.asm psh 3 psh 4 psh 5 psh 6 psh 7 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 psh 8 sle r1 add r1, .0 out r1
ke_mode/winnt/ntke_cpprtl/eh/table_based/_arm/eh_restore_context.arm.asm
133a/project_ntke_cpprtl
12
122268
<reponame>133a/project_ntke_cpprtl ;///////////////////////////////////////////////////////////////////////////// ;//// copyright (c) 2012-2017 project_ntke_cpprtl ;//// mailto:<EMAIL> ;//// license: the MIT license ;///////////////////////////////////////////////////////////////////////////// #includ...
aes/keyexp_192.asm
carl008-ma/isa-l_crypto
0
122269
<reponame>carl008-ma/isa-l_crypto ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2016 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_179.asm
ljhsiun2/medusa
9
122270
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x810b, %rsi lea addresses_D_ht+0x1d131, %rdi nop nop nop nop add %rdx, %rdx mov $76, %rcx rep movsw nop nop nop nop nop add %rbx, %rbx lea addresses_D_ht+0x8931, %rdi nop nop...
Semester4/MicroprocessorLab/Q0_ShiftRotate.asm
ishank-dev/College-Work
1
122271
<reponame>ishank-dev/College-Work ; @Author: <NAME> ; @Date: 2019-02-13 20:19:19 ; @Last Modified by: <NAME> ; @Last Modified time: 2019-02-13 20:19:19 ; Question: Shift right a number 2 times, rotate another number 3 times. assume cs: code, ds: data data segment n1 db 64h n2 db 50h data ends code s...
Library/Trans/SSheet/Lotus123/Import/importCell.asm
steakknife/pcgeos
504
122272
<filename>Library/Trans/SSheet/Lotus123/Import/importCell.asm COMMENT @----------------------------------------------------------------------- Copyright (c) Geoworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: importCell.asm AUTHOR: Cheng, 10/92 ROUTINES: Name Description ---- ...
examples/program4.asm
hleonps/Micro-To-MIPS32-Compiler
1
122273
.text .globl main main: li $v0, 5 syscall sw $v0, var1 lw $t1, var1 li $t2, 50 add $t0, $t1, $t2 sw $t0, var2 lw $t5, var2 li $t6, 30 sub $t4, $t5, $t6 move $t3, $t4 li $v0, 1 move $a0, $t3 syscall li $a0, 10 li $v0, 11 syscall lw $t9, var1 li $t0, 40 add $t8, $t9, $t0 move $t7, $t8 li $v0, 1 move $a0, $t7 syscall li $...
programs/oeis/022/A022823.asm
neoneye/loda
22
122274
; A022823: a(n) = [ (2n+1)/(n-1) ] + [ (2n+2)/(n-2) ] + ... + [ (3n-1)/1 ]. ; 5,11,19,26,35,44,54,62,74,83,96,103,117,128,140,150,162,175,189,198,213,222,240,249,263,277,291,300,318,329,345,356,371,386,400,411,427,440,460,468,486,497,515,528,542,557,576,587,603,616,636 mov $4,2 mov $6,$0 lpb $4 add $0,1 sub $4,1 ...
src/eeprom.asm
no111u3/m48_robo_asm
0
122275
<gh_stars>0 ;**************************************************************** .include "m48def.inc" .include "service.inc" .macro sendm ldi @0, low(2*@2) ; get string address ldi @1, high(2*@2) sts StrPtr, @0 ; store it to ram sts StrPtr+1, @1 outi UCSR0B, @0, 1 << RXEN0 | 1 << TXEN0 | 1 << RXCIE0 | 1 <<...
src/draw/draw_O.asm
daullmer/tic-tac-toe
1
122276
.text li a1, 50 li a2, 50 li a3, 0x0000FF jal draw_o li a7, 10 ecall ####### # DRAW O TO DISPLAY # ------------ # inputs: a1 - x center coordinate # a2 - y center coordinate ####### draw_o: addi sp, sp, -24 sw a3, 0(sp) sw a4, 4(sp) sw a7, 8(sp) sw t0, 12(sp) sw ra, 16(sp) mv a3, a1 mv a4, a2 li a7...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_7176_1072.asm
ljhsiun2/medusa
9
122277
<filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_7176_1072.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x482d, %r13 nop nop nop sub %r8, %r8 mov (%r13), %r11w nop nop nop nop nop and %rb...
07/MemoryAccess/BasicTest/BasicTest.asm
Thomas-Neill/nand2tetris-solutions
0
122278
<reponame>Thomas-Neill/nand2tetris-solutions<gh_stars>0 //Push(source=CONSTANT, where=10) @10 D=A @SP M=M+1 A=M-1 M=D //Pop(source=LOCAL, where=0) @SP M=M-1 A=M D=M M=0 @LCL A=M M=D //Push(source=CONSTANT, where=21) @21 D=A @SP M=M+1 A=M-1 M=D //Push(source=CONSTANT, where=22) @22 D=A @SP M=M+1 A=M-1 M=D //Pop(source=A...
computer engeneering/ARQ2/T3/L1_L2_Cache/somaCte.asm
kehwhyn/PUC-RS
0
122279
.data vec: .word 29 76 5 75 20 54 34 85 79 36 79 76 81 36 23 89 11 19 97 32 tam: .word 80 .text .globl main main: lw $t4, tam # int tam = 20; addu $t0, $zero, $zero # int i = 0; loop: lw $t1, vec($t0) # int aux = vec[i] addu $t1, $t1, 2 # aux += 2 sw $t1, vec($t0)...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2759.asm
ljhsiun2/medusa
9
122280
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2759.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xe790, %rbx nop nop nop nop xor $6409, %rdx movl $0x61626364, (%rbx) ...
programs/oeis/175/A175251.asm
jmorken/loda
1
122281
; A175251: Composites (A002808) with nonprime (A018252) subscripts. ; 4,9,12,15,16,18,21,24,25,26,28,32,33,34,36,38,39,40,42,45,48,49,50,51,52,55,56,57,60,63,64,65,68,69,70,72,74,76,77,78,80,81,84,86,87,88,90,91,93,94,95,98,100 mov $1,$0 mov $2,2 lpb $2 cal $1,18252 ; The nonprime numbers: 1 together with the compos...
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/Probes/getesp_intel64.asm
ArthasZhang007/15418FinalProject
0
122282
<gh_stars>0 ; ; Copyright (C) 2007-2012 Intel Corporation. ; SPDX-License-Identifier: MIT ; PUBLIC GetEspBeforeCalled .code GetEspBeforeCalled PROC mov rax, rsp add rax, 8 ret GetEspBeforeCalled ENDP end
Laburi/Lab3/1-2-hello-world/hello_world.asm
DanBrezeanu/IOCLA
2
122284
%include "io.inc" section .data myString: db "Hello, World!", 0 goodbye: db "Goodbye, World!", 0 section .text global CMAIN CMAIN: mov ebp, esp; for correct debugging mov ecx, 6 ; N = valoarea registrului ecx mov eax, 2 mov ebx, 1 cmp eax, ebx jg print ...
extlibs/StormLib/test/x86_ripped_code.asm
halak/bibim
3
122285
.686P .MODEL FLAT ASSUME FS: NOTHING .CODE extrn _memset:PROC extrn _memcpy:PROC extrn _memmove:PROC ;------------------------------------------------------------------------------ ; Structures ; ;------------------------------------------------------------------------------ ; Functions ; _aullrem ...
libsrc/stdio/mz/fgetc_cons.asm
grancier/z180
0
122286
; ; Sharp MZ Routines ; ; fgetc_cons() Wait for keypress ; ; <NAME> - 5/5/2000 ; ; No auto-repeat for now. ; Maybe someone wants to improve this ? ; ; ; $Id: fgetc_cons.asm,v 1.5 2016/06/12 17:32:01 dom Exp $ ; SECTION code_clib PUBLIC fgetc_cons PUBLIC _fgetc_cons .fgetc_cons ._fgetc_cons ; call $9b3 ; wa...
oeis/142/A142529.asm
neoneye/loda-programs
11
122288
<filename>oeis/142/A142529.asm ; A142529: Primes congruent to 47 mod 52. ; Submitted by <NAME> ; 47,151,307,359,463,619,827,983,1087,1399,1451,1607,1867,2179,2543,2647,2699,2803,3011,3167,3271,3323,3583,3739,3947,4051,4259,4363,4519,4831,4987,5039,5351,5507,5923,6079,6131,6287,6547,6599,6703,6911,7639,7691,7951,8263,84...
oeis/335/A335111.asm
neoneye/loda-programs
11
122289
<reponame>neoneye/loda-programs ; A335111: a(n) = n! * Sum_{k=0..n-1} (-2)^k / k!. ; Submitted by <NAME> ; 0,1,-2,6,-8,40,48,784,5248,49536,490240,5403904,64822272,842742784,11798284288,176974510080,2831591636992,48137058942976,866467058614272,16462874118651904,329257482362552320,6914407129635618816,1521169568519374766...
oeis/105/A105947.asm
neoneye/loda-programs
11
122290
; A105947: C(n+6,n)*C(n+4,4) ; 1,35,420,2940,14700,58212,194040,566280,1486485,3578575,8016008,16893240,33786480,64574160,118605600,210327264,361499985,604167795,984569740,1568220500,2446423980,3744526500,5632263000,8336601000,12157543125,17487410031,24834191760 mov $1,3 mov $2,$0 add $2,4 sub $1,$2 bin $1,6 bin $2,$0...
core/zxio.asm
freemanix/zxemul
4
122292
<filename>core/zxio.asm ; ZX Spectrum emulator ; Input/output and hardware controlling instructions ; (c) Freeman, August 2000, Prague ; ----------------------------------------------------------------------------- SetIMode MACRO MODE mov RegIMODE, MODE jmp FetchSwap ENDM ; ----------------------------...
update.asm
johnw004/WifiRFS
0
122293
<gh_stars>0 \ ROM Filing System for Electron Wifi Board \ (C) 2021 <NAME> \ Update and Manual commands .Update_String EQUS "*WGET http://johnwike.co.uk/electron/wrfs ",$00 .Manual_String EQUS "*WGET -X http://johnwike.co.uk/electron/wrfsman.txt",$0D,$00 .Do_MANUAL ...
oeis/037/A037454.asm
neoneye/loda-programs
11
122294
; A037454: a(n) = Sum_{i=0..m} d(i)*6^i, where Sum_{i=0..m} d(i)*3^i is the base 3 representation of n. ; Submitted by <NAME>(w1) ; 0,1,2,6,7,8,12,13,14,36,37,38,42,43,44,48,49,50,72,73,74,78,79,80,84,85,86,216,217,218,222,223,224,228,229,230,252,253,254,258,259,260,264,265,266,288,289,290,294,295,296,300,301,302,432,4...
crypto/bn/asm/bn_win32.asm
enthought/openssl
0
122295
<filename>crypto/bn/asm/bn_win32.asm ; Don't even think of reading this code ; It was automatically generated by bn-586.pl ; Which is a perl program used to generate the x86 assember for ; any of ELF, a.out, COFF, Win32, ... ; eric <<EMAIL>> ; %ifdef __omf__ section code use32 class=code %else section ....
codigo/capitulo 36/arreglodowhile.asm
Nabucodonosor-editorial/ensamblador-x86
2
122296
segment .data arre db '45', '23', '11', '09' ; estos datos se almacenan como ; bytes en memoria, de forma consecutiva len equ $-arre ln db 10,13 lenln equ $-ln segment .text global _start _start: mov ebp, arre ;guardamos la direccion de memoria en el registro ebp mo...
proyectos/08/FibonacciElement/FibonacciElement.asm
stivenramireza/Computers_Architecture
2
122297
@256 D=A @SP M=D @RETURN_LABEL0 D=A @SP A=M M=D @SP M=M+1 @LCL D=M @SP A=M M=D @SP M=M+1 @ARG D=M @SP A=M M=D @SP M=M+1 @THIS D=M @SP A=M M=D @SP M=M+1 @THAT D=M @SP A=M M=D @SP M=M+1 @SP D=M @5 D=D-A @0 D=D-A @ARG M=D @SP D=M @LCL M=D @Sys.init 0;JMP (RETURN_LABEL0) (Sys.init) @4 D=A @SP A=M M=D @SP M=M+1 @RETURN_LABE...
programs/oeis/175/A175744.asm
neoneye/loda
0
122299
; A175744: Numbers with 34 divisors. ; 196608,327680,458752,720896,851968,1114112,1245184,1507328,1900544,2031616,2424832,2686976,2818048,3080192,3473408,3866624,3997696,4390912,4653056,4784128,5177344,5439488,5832704,6356992,6619136,6750208,7012352,7143424,7405568,8323072,8585216,8978432,9109504,9764864,9895936,102891...
libsrc/_DEVELOPMENT/string/z80/asm_strrchr.asm
UnivEngineer/z88dk
1
122300
; =============================================================== ; Dec 2013 / Dec 2021 feilipu ; =============================================================== ; ; char *strrchr(const char *s, int c) ; ; Return ptr to last occurrence of c in string s or NULL ; if c is not found. ; ; ================================...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_917.asm
ljhsiun2/medusa
9
122301
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0xbaa9, %rsi lea addresses_D_ht+0x7329, %rdi clflush (%rsi) nop nop nop nop sub %r14, %r14 mov $77, %rcx rep movsq nop and $13581, %r8 lea addresses_normal_ht+0xc001, %r9 n...
test/BasicLoop.asm
iris-net/hackvm2asm
0
122302
// ===== push Constant 0 ===== @0 D=A @SP A=M M=D // SP++ @SP M=M+1 // ===== pop Local 0 ====== @0 D=A @LCL D=M+D @R13 M=D // SP-- @SP M=M-1 A=M D=M @R13 A=M M=D // ===== label LOOP_START ====== (LOOP_START) // ===== push Argument 0 ===== @0 D=A @ARG A=M+D D=M @SP A=M M=D // SP++ @SP M=M+1 // ===== push Local 0 ...
bootdict/x86/s-to-d.asm
ikysil/ikforth
8
122303
<filename>bootdict/x86/s-to-d.asm ; 6.1.2170 S>D ; Convert single cell value to double cell value ; D: a -- aa $CODE 'S>D',$S_TO_D POPDS EAX CDQ PUSHDS EAX PUSHDS EDX $NEXT
oeis/005/A005077.asm
neoneye/loda-programs
11
122304
<filename>oeis/005/A005077.asm ; A005077: Sum of 4th powers of primes = 2 mod 3 dividing n. ; Submitted by <NAME> ; 0,16,0,16,625,16,0,16,0,641,14641,16,0,16,625,16,83521,16,0,641,0,14657,279841,16,625,16,0,16,707281,641,0,16,14641,83537,625,16,0,16,0,641,2825761,16,0,14657,625,279857,4879681,16,0,641,83521,16,7890481,...
programs/oeis/094/A094304.asm
jmorken/loda
1
122305
<filename>programs/oeis/094/A094304.asm ; A094304: Sum of all possible sums formed from all but one of the previous terms, starting 1. ; 1,0,1,4,18,96,600,4320,35280,322560,3265920,36288000,439084800,5748019200,80951270400,1220496076800,19615115520000,334764638208000,6046686277632000 mov $1,1 lpb $0,1 sub $0,1 gcd...
MODULE1/7-control_instructions/mine/mine.asm
wetw0rk/SLAE
18
122306
; Executable name : mine ; Designed OS : Linux (32-bit) ; Author : wetw0rk ; Version : 1.0 ; Created Following : SLAE ; Description : A simple program that shows control instructions ; ; Build using these commands: ; nasm -f elf32 -o mine.o mine.asm ; ...
Z80/lloader/print.asm
BleuLlama/LlamaVampireDrive
4
122307
; Printout helpers ; print nibble, byte, HL ; ; 2016-06-10 <NAME> ; ; This code is free for any use. MIT License, etc. .module PrintHelp ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; printout helpers ; printNibble ; send the nibble (a & 0x0F) out as ascii to the consol...
src/test/ref/operator-byte0-initializer.asm
jbrandwood/kickc
2
122309
// Test operator BYTE0() / BYTE1() in initializers // Commodore 64 PRG executable file .file [name="operator-byte0-initializer.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .se...
oeis/324/A324653.asm
neoneye/loda-programs
11
122310
<reponame>neoneye/loda-programs ; A324653: a(n) = A000203(A276086(n)). ; Submitted by <NAME> ; 1,3,4,12,13,39,6,18,24,72,78,234,31,93,124,372,403,1209,156,468,624,1872,2028,6084,781,2343,3124,9372,10153,30459,8,24,32,96,104,312,48,144,192,576,624,1872,248,744,992,2976,3224,9672,1248,3744,4992,14976,16224,48672,6248,187...
programs/oeis/098/A098037.asm
neoneye/loda
22
122311
<filename>programs/oeis/098/A098037.asm ; A098037: Number of prime divisors, counted with multiplicity, of the sum of two consecutive primes. ; 1,3,3,3,4,3,4,3,3,4,3,3,4,4,4,5,5,7,3,6,4,5,3,3,4,4,4,6,3,6,3,3,4,7,5,4,7,4,4,6,6,4,8,4,5,3,3,5,5,4,4,7,4,3,5,4,6,3,4,4,8,6,3,6,5,7,3,5,5,5,4,4,4,5,3,3,3,4,6,5,6,4,8,4,5,3,3,5,...
programs/oeis/231/A231470.asm
neoneye/loda
22
122312
<reponame>neoneye/loda<filename>programs/oeis/231/A231470.asm ; A231470: Largest integer less than 10, coprime to n. ; 9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,5,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,7,9,9,8,9,9,5,9,9,8,9,9,7,9,9,8,9,9,7,9,9 add ...
sdk-6.5.16/tools/led/example/herculynx.asm
copslock/broadcom_cpri
0
122313
; ; ; ; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. ; ; Copyright 2007-2019 Broadcom Inc. All rights reserved. ; ; ; This is the default program for the HercuLynx (BCM95673P8) ; ; To start it, use the following commands from BCM: ...
Build/Interpreters/Ozmoo/OzmooLoadPic/picloader_simple.asm
polluks/Puddle-BuildTools
38
122314
!to "picload.prg", cbm * = $801 loader_start = $334 kernal_setlfs = $ffba ; set file parameters kernal_setnam = $ffbd ; set file name kernal_load = $ffd5 ; load file kernal_close = $ffc3 ; close a file ; Basic line: "1 sys2061" !byte $0b, $08, $01,$00, $9e, $32, $30, $36...
tests/include_simple/5.asm
NullMember/customasm
414
122316
#include "code.asm" #include "code2.asm" ; error: code.asm:1: no match ; error: code.asm:2: no match ; error: code.asm:3: no match ; error: code.asm:1: no match ; error: code.asm:2: no match ; error: code.asm:3: no match
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_5_2002.asm
ljhsiun2/medusa
9
122317
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x11d41, %r15 cmp %r11, %r11 movw $0x6162, (%r15) xor %r12, %r12 lea addresses_D_ht+0x4dc1, %rcx nop and $10548, %rbp movb $0x61, (%rcx...
ASM_005/ASM_005.X/main.asm
MrChunckuee/MPLABX-ASM_Examples
0
122319
;******************************************************************************* ;* ;* ASM_005: Led intermitente - Uso del oscilador interno en el PIC16F887 ;* ;******************************************************************************* ;* FileName: main.asm ;* Processor: PIC16F887 ;* Complier: ...