max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
libsrc/_DEVELOPMENT/adt/p_list/z80/__p_list_empty_add.asm
jpoikela/z88dk
640
46360
SECTION code_clib SECTION code_adt_p_list PUBLIC __p_list_empty_add EXTERN l_setmem_hl __p_list_empty_add: ; bc = p_list_t *list ; de = void *item ld l,c ld h,b ld (hl),e inc hl ld (hl),d inc hl ld (hl),e inc hl ld (hl),d ld l,e ld h,d xor a call l_setmem_hl...
oeis/107/A107388.asm
neoneye/loda-programs
11
46361
<gh_stars>10-100 ; A107388: Expansion of x*(3*x-1)*(2*x-1) / ( (1-x)*(1+x)*(x^2-4*x+1) ). ; Submitted by <NAME> ; 0,1,-1,2,4,21,75,286,1064,3977,14839,55386,206700,771421,2878979,10744502,40099024,149651601,558507375,2084377906,7779004244,29031639077,108347552059,404358569166,1509086724600,5631988329241,21018866592359...
oeis/008/A008965.asm
neoneye/loda-programs
11
46362
; A008965: Number of necklaces of sets of beads containing a total of n beads. ; Submitted by <NAME> ; 1,2,3,5,7,13,19,35,59,107,187,351,631,1181,2191,4115,7711,14601,27595,52487,99879,190745,364723,699251,1342183,2581427,4971067,9587579,18512791,35792567,69273667,134219795,260301175,505294127,981706831,1908881899,3714...
Main.asm
Scorch1262/Codeschloss-MK3
0
46363
;---------------------------------------------------------------------------------------; ;Projekt Name: Codeschloss MK3 ; ;Programm: -Betrieb (4 Stellen) V1.0 ; ; -PIC 18F45K20 ; ; -Inte...
asm/script/story/episode_9/script.asm
h3rmit-git/F-Zero-Climax-GBA-Translation
6
46364
<filename>asm/script/story/episode_9/script.asm ; F-Zero Climax Translation by Normmatt .align 4 StoryEpisode9PointerList: .word Episode9_Line1 .word Episode9_Line2 .word Episode9_Line3 .word Episode9_Line4 .word Episode9_Line5 .word Episode9_Line6 .word Episode9_Line7 .word Episode9_Line8 .word Episode9_Lin...
libsrc/target/tiki100/psg/psg_init.asm
ahjelm/z88dk
640
46366
<reponame>ahjelm/z88dk ; ; TIKI-100 specific routines ; by <NAME>, Fall 2015 ; ; int psg_init(); ; ; Set up the PSG ; ; ; $Id: psg_init.asm,v 1.2 2016-06-10 21:13:58 dom Exp $ ; SECTION code_clib PUBLIC psg_init PUBLIC _psg_init psg_init: _psg_init: ld e,@01010101 xor a ; R0: Channel A frequency low bits ...
programs/oeis/077/A077659.asm
neoneye/loda
22
46367
; A077659: a(n) = smallest k>1 such that the sum n^k + (n+1)^k is prime, or -1 if no such k exists. ; 2,2,4,2,2,4,2,4,2,32 lpb $0 sub $0,3 add $2,1 mul $0,$2 lpe bin $0,2 mul $0,2 add $0,2
asmx/test/gbz80.asm
paulscottrobson/studio2-games
5
46368
<filename>asmx/test/gbz80.asm NOP ; 00 LD BC,1234H ; 01 3412 LD (BC),A ; 02 INC BC ; 03 INC B ; 04 DEC B ; 05 LD B,56H ; 06 56 RLCA ; 07 LD (1234H),SP ; 08 3412 ADD HL,BC ; 09 LD A,(BC) ; 0A DEC BC ; 0B INC C ; 0C DEC C ; 0D LD C,56H ; 0E 56 RRCA ; 0F STOP ; 10 LD DE,1234H ; 11 34...
src/platform/win64/init_stack.asm
mendsley/coroutine
7
46370
; Copyright 2016-2019 <NAME> ; All rights reserved ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted providing that the following conditions ; are met: ; 1. Redistributions of source code must retain the above copyright ; notice, this list of conditions and the foll...
programs/oeis/256/A256911.asm
neoneye/loda
22
46371
<reponame>neoneye/loda<filename>programs/oeis/256/A256911.asm ; A256911: Number of terms in the enhanced triangular-number representation of n. ; 1,1,1,1,2,2,1,2,2,2,1,2,2,2,3,1,2,2,2,3,3,1,2,2,2,3,3,2,1,2,2,2,3,3,2,3,1,2,2,2,3,3,2,3,3,1,2,2,2,3,3,2,3,3,3,1,2,2,2,3,3,2,3,3,3,2,1,2,2,2,3,3,2,3,3,3,2,3,1,2,2,2,3,3,2,3,3,...
isa-l_open_src_2.13/isa/ec_multibinary.asm
steinwurf/storage-benchmarks
8
46372
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2015 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 met: ; * Redistributions of s...
util/thg/exec.asm
olifink/smsqe
0
46373
<filename>util/thg/exec.asm * Execute code from a Thing v0.00  Apr 1988 J.R.Oakley QJUMP * V0.01 T Tebby section thing * include 'dev8_keys_err' include 'dev8_keys_thg' include 'dev8_keys_qdos_sms' * xref gu_e...
code/6502/invaders/gamefield.asm
visrealm/hbc-56
65
46374
<reponame>visrealm/hbc-56 ; Troy's HBC-56 - 6502 - Invaders ; ; Copyright (c) 2021 <NAME> ; ; This code is licensed under the MIT license ; ; https://github.com/visrealm/hbc-56 ; ; Game field definitions ; GAMEFIELD = $1000 GAME_COLS = 11 GAME_ROWS = 10 ; X/Y indexes as tile location in screeen tiles ; returns: ; ...
Unix Family/Linux.Nf3ct0r/vir_codes/cyneox.asm
fengjixuchui/Family
6
46375
BITS 32 global _start _start: push dword 0x0 pushf pusha push dword 0x20200a3a push dword 0x3a3a206b push dword 0x742e786f push dword 0x656e7963 push dword 0x2e777777 push dword 0x203A3A3A mov eax,4 mov ebx,1 mov ecx,esp mov edx,6*4 add esp,6*4 int 0x80 popa popf ret...
Irvine/Examples/ch09/32 bit/Base-Index.asm
alieonsido/ASM_TESTING
0
46376
; Two-Dimensional Table (Base-Index.asm) ; This program uses Base-Index and Base-index-displacement ; modes to access two-dimensional arrays. INCLUDE Irvine32.inc .data tableB BYTE 10h, 20h, 30h, 40h, 50h Rowsize = ($ - tableB) BYTE 60h, 70h, 80h, 90h, 0A0h BYTE 0B0h, 0...
oeis/021/A021801.asm
neoneye/loda-programs
11
46377
<reponame>neoneye/loda-programs<filename>oeis/021/A021801.asm<gh_stars>10-100 ; A021801: Decimal expansion of 1/797. ; Submitted by <NAME> ; 0,0,1,2,5,4,7,0,5,1,4,4,2,9,1,0,9,1,5,9,3,4,7,5,5,3,3,2,4,9,6,8,6,3,2,3,7,1,3,9,2,7,2,2,7,1,0,1,6,3,1,1,1,6,6,8,7,5,7,8,4,1,9,0,7,1,5,1,8,1,9,3,2,2,4,5,9,2,2,2,0,8,2,8,1,0,5,3,9,5...
programs/oeis/086/A086573.asm
neoneye/loda
22
46378
<gh_stars>10-100 ; A086573: a(n) = 2*(10^n - 1). ; 0,18,198,1998,19998,199998,1999998,19999998,199999998,1999999998,19999999998,199999999998,1999999999998,19999999999998,199999999999998,1999999999999998,19999999999999998,199999999999999998,1999999999999999998,19999999999999999998,199999999999999999998 mov $1,10 pow $1...
programs/oeis/085/A085423.asm
neoneye/loda
22
46379
; A085423: a(n) = floor(log_2(3n)). ; 1,2,3,3,3,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8 mul $0,3 lpb $0 div $0,2 sub $0,1 add $1,1 lpe add $1,1 mov $0,$1
semestr.04/ISA/Lab.03/Lab.03.asm
justnero-ru/university
9
46380
<filename>semestr.04/ISA/Lab.03/Lab.03.asm main: in 35 call cnt mov e, a in 36 call cnt mov d, a call comp out 37 call slp mvi a, 00 out 37 hlt cnt: mvi b, 00 mvi c, 08 cnt_for: rlc jnc cnt_no inr b cnt_no: jnz a mov a, b ret slp: ...
20180811/DailyTest/test.asm
jJayyyyyyy/USTC-2018-Summer-Course
15
46381
<reponame>jJayyyyyyy/USTC-2018-Summer-Course ; 首先输出 [name: ] ; 然后获取用户名, 如 [Alice] ; 最后输出 [hello, Alice] dataseg segment ; 相当于定义了3个指针,分别指向3个字符数组 info db 'n', 'a', 'm', 'e', ':', ' ', '$' hello db 'h', 'e', 'l', 'l', 'o', ',', ' ', '$' username db 10 DUP('$') dataseg ends codeseg segment assume cs:codeseg, ds:data...
lib/am335x_sdk/ti/board/diag/common/j721e/framework_init.asm
brandonbraun653/Apollo
2
46383
/* * Copyright (c) 2017-2018, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright...
oeis/098/A098439.asm
neoneye/loda-programs
11
46384
; A098439: Expansion of 1/sqrt(1-2x-47x^2). ; Submitted by <NAME> ; 1,1,25,73,1009,4561,47881,272665,2480353,16076449,135464185,945516265,7648488145,55729490545,441280178665,3297808663993,25833412158913,196026748033345,1527879583118809,11703693337452937,91042025394288049,701628322779598609,5455840770167502025,422172400...
work/_ff3-DSfy-fix-item99.asm
ypyp-pprn-mnmn/ff3_hack
4
46386
; _ff3-DSfy-fix-item99.asm ; ; description: ; creates a patch for eliminating famous item99 bug l ; version: ; 0.2(2017-12-17) ; ;====================================================================================================== FIX_ITEM99 .include "_build-master.asm"
03-rotate-right/03-rotate-right.asm
ivanhawkes/6502
0
46389
; Compile: ; vasm6502_oldstyle.exe 03-rotate-right.asm -o 03-rotate-right.bin -c02 -dotdir -Fbin .org $8000 ; Base address of the 6522 VIA. VIA_BASE_ADDR = $6000 ; 6522 VIA ports and registers. PORT_B = VIA_BASE_ADDR + 0 PORT_A = VIA_BASE_ADDR + 1 DDRB = VIA_BASE_ADDR + 2 DDRA = VIA_BA...
45/beef/cw/kernel/knull.asm
minblock/msdos
0
46390
;* ;* COW : Character Oriented Windows ;* ;* knull.asm : Kernel NULL segment / Segment ordering ;* ;* * Kludge Segments to force proper segments ;* ;* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ;* * WARNING : only change this file if you know exactly what you are doing ;* * WARNING : THIS ...
randomly-solved-programs/checking odd or even number.asm
informramiz/Assembly-Language-Programs
0
46392
<gh_stars>0 .MODEL SMALL .STACK 100H .DATA INPUT_MSG DB 'Enter a number: $' EVEN_MSG DB 0AH,0DH,'Number is even: $' ODD_MSG DB 0AH,0DH,'Number is odd: $' .CODE MAIN PROC ;making the DS to point to data segment MOV AX,@DATA MOV DS,AX INPUT: LEA DX,INPUT_MSG MOV AH,9 INT 21H ...
core/src/code_generation/tests/relop-1.asm
mari-linhares/GoCompiler
1
46394
<gh_stars>1-10 100: LD SP, #4000 108: LD R1, #10 116: ST y, R1 124: LD R2, #2 132: ST x, R2 140: SUB R3, R1, R2 148: BLTZ R3, #172 156: LD R3, #true 164: BR #180 172: LD R3, #false 180: ST w, R3 188: SUB R4, R1, R2 196: BNEZ R4, #220 204: LD R4, #true 212: BR #228 220: LD R4, #false 228: ST a, R4 236: SUB R5, R1, R2 24...
submit.asm
davidgiven/cshell
3
46395
<reponame>davidgiven/cshell ; Sends a command to DOS and fetches the response. ; ; Syntax: dos <command> ; ; e.g. to delete a file: dos s:filename .include "c64.inc" .include "cshell.inc" PTR1 = 6 YTEMP = 8 PTR2 = 9 .cpu "6502" CSHELL_HEADER ldy #PPB_ARGPTR lda (PPB), y tay jsr parse_parameters jsr open_s...
src/play/wind.asm
1888games/golf
1
46396
; Top-hole Golf ; Copyright 2020-2021 <NAME> wind_c_BEGIN = * ; ***************** ; *** CONSTANTS *** ; ***************** wind_c_ARROW_LEN = 96 wind_l_RANDOM_MASKS !byte $01,$01,$03 wind_l_RANDOM_ADDENDS !byte $00,$02,$03 wind_c_INDICATOR_DEST = gfxs_c_BITMAP_BASE+(19*320)+(1*8)+4 ; NOTE: color codes ...
oeis/274/A274604.asm
neoneye/loda-programs
11
46397
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A274604: Running sum of Noergaard's "infinity sequence" A004718. ; Submitted by <NAME> ; 0,1,0,2,3,3,1,4,3,5,5,6,8,7,4,8,9,9,7,10,10,11,10,12,10,13,14,14,17,15,11,16,15,17,17,18,20,19,16,20,20,21,20,22,23,23,21,24,26,25,22,26,25,27,27,28,25,29,31,30,34,31,26,32,33,33,31...
programs/oeis/096/A096398.asm
karttu/loda
0
46399
<filename>programs/oeis/096/A096398.asm ; A096398: Numbers n such that 0= #{ 1<=i<=n : k(n,i)=-1 } where k(n,i) is the Kronecker symbol. ; 1,2,4,6,9,16,25,36,49,64,81,100,121,144,169,196,225,256,289,324,361,400,441,484,529,576,625,676,729,784,841,900,961,1024,1089,1156,1225,1296,1369,1444,1521,1600,1681,1764,1849,1936,...
externals/mpir-3.0.0/mpn/x86_64w/k8/lshift.asm
JaminChan/eos_win
12
46401
<reponame>JaminChan/eos_win ; PROLOGUE(mpn_lshift) ; Version 1.0.3. ; ; Copyright 2008 <NAME> ; ; Windows Conversion Copyright 2008 <NAME> ; ; This file is part of the MPIR Library. ; ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public ...
src/ppu/screen.asm
goodboyandgod/sneese
0
46402
<filename>src/ppu/screen.asm %if 0 SNEeSe, an Open Source Super NES emulator. Copyright (c) 1998-2015, <NAME>. Portions copyright (c) 1998-2003, <NAME>. Portions copyright (c) 2003-2004, <NAME>. Portions copyright (c) 2004-2005, Nach. ( http://nsrt.edgeemu.com/ ) Unzip Technology, copyright (c) 1998 <NAME>. zlib Tec...
_inc/Object Pointers.asm
kodishmediacenter/msu-md-sonic
9
46403
; --------------------------------------------------------------------------- ; Object pointers ; --------------------------------------------------------------------------- ptr_SonicPlayer: dc.l SonicPlayer ; $01 ptr_Obj02: dc.l NullObject ptr_Obj03: dc.l NullObject ptr_Obj04: dc.l NullObject ptr_Obj05: dc.l NullO...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_573_1219.asm
ljhsiun2/medusa
9
46404
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x7e46, %rsi lea addresses_UC_ht+0x14f06, %rdi clflush (%rdi) nop nop add %r12, %r12 mov $37, %rcx rep movsl cmp %r15, %r15 lea addresses_WC_ht+0xaf04, %rcx cmp ...
oeis/328/A328982.asm
neoneye/loda-programs
11
46405
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A328982: Sorted list of the numbers of the form 5m+2 (m>=0) together with numbers of the form 5m-2+eps (m>=1), where eps = 1 if the binary expansion of m ends in an odd number of 0's and is otherwise 0. ; Submitted by <NAME> ; 2,3,7,9,12,13,17,18,22,23,27,29,32,33,37,39...
oeis/104/A104568.asm
neoneye/loda-programs
11
46407
; A104568: Triangle of numbers that are 0 or 1 mod 3. ; Submitted by <NAME>(s1.) ; 1,3,1,4,3,1,6,4,3,1,7,6,4,3,1,9,7,6,4,3,1,10,9,7,6,4,3,1,12,10,9,7,6,4,3,1,13,12,10,9,7,6,4,3,1,15,13,12,10,9,7,6,4,3,1,16,15,13,12,10,9,7,6,4,3,1,18,16,15,13,12,10,9,7,6,4,3,1,19,18,16,15,13,12,10,9,7,6,4,3,1 lpb $0 add $1,1 sub $0...
oeis/038/A038741.asm
neoneye/loda-programs
11
46408
<filename>oeis/038/A038741.asm ; A038741: T(n,n-4), array T as in A038738. ; Submitted by <NAME>(s4) ; 1,11,68,313,1201,4082,12761,37633,106573,293526,793453,2118657,5612906,14797581,38896117,102061314,267532982,700883736,1835598926,4806570842,12585001630,32949618088,86265413414,225848657954 mov $3,9 lpb $0 mov $2,$...
source/song_third.asm
AntonioND/back-to-color
21
46409
<filename>source/song_third.asm<gh_stars>10-100 ; File created by mod2gbt SECTION "Song_Third", ROMX, BANK[1] Song_Third0: DB $8e,$2f, $20, $20, $4a,$04 DB $42,$01, $00, $00, $00 DB $00, $00, $00, $00 DB $00, $00, $00, $00 DB $00, $00, $00, $00 DB $00, $00, $00, $00 DB $8f,$2f,...
Code/CustomControl/RAResEd/Src/RCDataEdit.asm
CherryDT/FbEditMOD
11
46410
IDD_RCDATA equ 2500 IDC_EDTRCDATA equ 1003 .data szRcdataName db 'IDR_RCDATA',0 defrcdata RCDATAMEM <,1,0,<0,0>> db 0 .code ExportRCDataNames proc uses esi edi,hMem:DWORD invoke xGlobalAlloc,GMEM_FIXED or GMEM_ZEROINIT,1024*16 mov edi,eax invoke GlobalLock,edi push edi mov ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1743.asm
ljhsiun2/medusa
9
46411
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1743.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x694b, %rsi lea addresses_D_ht+0xb0f, %rdi nop nop nop nop nop cmp %r12, %r12 mov $101, %rcx rep movsl inc %r8 pop %rsi po...
apu/channel_3/channel_3_and_glitch.asm
endrift/SameSuite
21
46413
RESULTS_START EQU $c000 RESULTS_N_ROWS EQU 6 include "base.inc" ; Channel 3 is not affected by the PCM34 AND glitch in neither single ; not double speed mode CorrectResults: db $00, $00, $00, $00, $00, $0E, $0E, $0E db $0E, $0E, $0E, $0E, $0E, $0D, $0D, $0D db $0D, $0D, $0D, $0D, $0D, $0C, $0C, $0C db $00, $00, $0...
Transynther/x86/_processed/NC/_st_zr_/i9-9900K_12_0xa0.log_21829_1659.asm
ljhsiun2/medusa
9
46415
<filename>Transynther/x86/_processed/NC/_st_zr_/i9-9900K_12_0xa0.log_21829_1659.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x73d9, %r11 xor %r9, %r9 movups (%r11), %xmm4 vpextrq $0, %xmm4, %rdi nop nop nop xor %r11, ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1627.asm
ljhsiun2/medusa
9
46416
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1627.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r9 push %rax push %rbp push %rcx push %rdx push %rsi lea addresses_A_ht+0x19649, %rbp nop nop nop nop nop xor $13495, %rdx movl $0x61626364, (%rbp) nop nop inc %rcx lea a...
programs/oeis/037/A037612.asm
neoneye/loda
22
46417
; A037612: Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,2. ; 1,8,42,211,1058,5292,26461,132308,661542,3307711,16538558,82692792,413463961,2067319808,10336599042,51682995211,258414976058,1292074880292,6460374401461,32301872007308,161509360036542,807546800182711 seq $0,...
src/util/strg/insc.asm
olifink/qspread
0
46419
<filename>src/util/strg/insc.asm ; insert one character in a string 25/01-92 O.Fink section string include win1_keys_err xdef st_insc ; insert one character ;+++ ; insert one character in a string ; abcdef -> insert after 3 an 'x' -> string= abc...
programs/oeis/052/A052226.asm
jmorken/loda
1
46420
<reponame>jmorken/loda<gh_stars>1-10 ; A052226: Partial sums of A050404. ; 1,15,92,372,1170,3102,7260,15444,30459,56485,99528,167960,273156,430236,658920,984504,1438965,2062203,2903428,4022700,5492630,7400250,9849060,12961260,16880175,21772881,27833040,35283952,44381832,55419320,68729232,84688560,103722729,126310119,15...
6502EMU/Instructions/CLI.asm
austinbentley/6502toAVR
0
46421
<filename>6502EMU/Instructions/CLI.asm /* * CLI.asm * * Created: 5/13/2018 3:04:22 PM * Author: ROTP */ CLI_implied: ;UNTESTED swapPCwithTEMPPC CBR SR, INTERRUPT_FLAG ADIW ZH:ZL, 1 RET
IntelFsp2Pkg/FspSecCore/X64/FspApiEntryCommon.nasm
mefff/edk2
0
46422
<reponame>mefff/edk2<gh_stars>0 ;; @file ; Provide FSP API entry points. ; ; Copyright (c) 2022, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ;; SECTION .text %include "PushPopRegsNasm.inc" STACK_SAVED_RAX_OFFSET EQU 8 * 7 ; size of a general p...
hello.asm
taisukef/hello-x64asm
1
46423
<gh_stars>1-10 %include "stdio.asm" global _main section .rodata MESSAGE db "Hello World!", 0x0d, 0x0a LEN_MESSAGE equ $-MESSAGE section .text _main: call stdio_init mov rsi, MESSAGE mov rdx, LEN_MESSAGE call stdio_write mov rdi, 0 call stdio_exit ret
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_337.asm
ljhsiun2/medusa
9
46424
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x17491, %rsi nop nop nop nop add $32231, %r11 mov (%rsi), %r12d nop nop nop nop nop xor %rcx, %rcx lea addresses_A_ht+0x15b1, %r12 nop nop nop cmp $51320, %rcx ...
Transynther/x86/_processed/P/_zr_/i7-8650U_0xd2_notsx.log_1307_1784.asm
ljhsiun2/medusa
9
46425
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x2429, %rsi lea addresses_normal_ht+0x15f79, %rdi nop nop nop nop and $23667, %rdx mov $122, %rcx rep movsw nop nop nop nop nop cmp $27160, %r15 lea addresses_...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_835.asm
ljhsiun2/medusa
9
46426
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1e31b, %rsi lea addresses_UC_ht+0xef0f, %rdi nop nop nop nop nop and $24470, %r9 mov $17, %rcx rep movsb nop nop inc %r14 lea addresses_D_ht+0x1168b, %rdi nop nop and %rcx, %rcx movups...
ringOS-Beta17/src/tss/tss.asm
ElectroBoy404NotFound/ringOS
1
46427
<filename>ringOS-Beta17/src/tss/tss.asm [bits 64] ;This file's author is KeepKonect. ;All credits go to him GLOBAL LoadTSS LoadTSS: ; RDI=offset ltr di ret
oeis/250/A250738.asm
neoneye/loda-programs
11
46428
; A250738: Number of (n+1) X (4+1) 0..1 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nonincreasing x(i,j)-x(i-1,j) in the j direction. ; 34,38,46,62,94,158,286,542,1054,2078,4126,8222,16414,32798,65566,131102,262174,524318,1048606,2097182,4194334,8388638,16777246,33554462,67108894,134217758,26843548...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_82.asm
ljhsiun2/medusa
9
46429
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x12d0d, %rbp clflush (%rbp) nop nop inc %r12 mov (%rbp), %r8d nop nop inc %r13 lea addresses_normal_ht+0xd41d, %rsi lea addresses_normal_ht+0x1ee51, %rdi nop nop...
nasm assembly/1/question1.asm
AI-Factor-y/NASM-library
0
46430
<gh_stars>0 section .data msg1 : db 'Enter first digit of first number :' l1 : equ $-msg1 msg2 : db 'Enter second digit of first number :' l2 : equ $-msg2 msg3 : db 'Enter first digit of second number :' l3 : equ $-msg3 msg4 : db 'Enter second digit of second number :' l4 : equ $-msg4 msg5 : db 'Enter first ...
src/brieflz.asm
ronaaron/reva
9
46431
;; ;; BriefLZ - small fast Lempel-Ziv ;; ;; NASM small assembler packer ;; ;; Copyright (c) 2002-2004 by <NAME> / Jibz ;; All Rights Reserved ;; ;; http://www.ibsensoftware.com/ ;; ;; This software is provided 'as-is', without any express ;; or implied warranty. In no event will the authors be ;; held liable for any...
programs/oeis/045/A045965.asm
jmorken/loda
1
46432
<reponame>jmorken/loda ; A045965: a(1)=2; if n = Product p_i^e_i, n > 1, then a(n) = Product p_{i+1}^e_i. ; 2,3,5,9,7,15,11,27,25,21,13,45,17,33,35,81,19,75,23,63,55,39,29,135,49,51,125,99,31,105,37,243,65,57,77,225,41,69,85,189,43,165,47,117,175,87,53,405,121,147,95,153,59,375,91,297,115,93,61,315,67,111,275,729,119,1...
tests/docs_examples/po_org.asm
fengjixuchui/sjasmplus
220
46433
<reponame>fengjixuchui/sjasmplus ORG 100h ; or 0x100, or $100, or #100 ; useful macro that padding code MACRO PADORG addr ; add padding IF $ < addr BLOCK addr-$ ENDIF ORG addr ENDM MACRO PADORG2 addr ; add padding + display warning IF ...
programs/oeis/159/A159058.asm
neoneye/loda
22
46434
<filename>programs/oeis/159/A159058.asm<gh_stars>10-100 ; A159058: A102370(n) modulo 8 . ; 0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5,4,7,2,1,0,3,6,5 seq $0,48724 ; Write n and 2...
libsrc/sprites/software/sp1/spectrum/sprites/sp1_ChangeSprType.asm
andydansby/z88dk-mk2
1
46435
<filename>libsrc/sprites/software/sp1/spectrum/sprites/sp1_ChangeSprType.asm ; void sp1_ChangeSprType(struct sp1_cs *c, void *drawf) ; CALLER linkage for function pointers XLIB sp1_ChangeSprType LIB sp1_ChangeSprType_callee XREF ASMDISP_SP1_CHANGESPRTYPE_CALLEE .sp1_ChangeSprType pop bc pop de pop hl pu...
oeis/298/A298742.asm
neoneye/loda-programs
11
46436
<reponame>neoneye/loda-programs ; A298742: Decimal expansion of (1/2)(1 + sqrt(5 + 4*sqrt(2))). ; Submitted by <NAME> ; 2,1,3,2,2,4,1,8,8,2,3,1,1,9,0,0,1,9,5,6,5,5,0,7,2,3,3,8,1,5,7,3,0,0,6,5,7,0,8,4,7,8,6,1,8,6,0,9,5,8,3,2,9,8,4,1,4,2,1,7,7,7,5,4,1,6,5,9,9,4,3,3,7,4,2,5,9,5,9,6,2,5,8,3,9,2,4,2,0,4,0,5,5,3,1,2,2,3,6,5 ...
dev/emm386/kbd.asm
minblock/msdos
0
46437
.386p page 58,132 ;****************************************************************************** title KBD.ASM - - protected mode AT keyboard driver ;****************************************************************************** ; ; (C) Copyright MICROSOFT Corp. 1986-1991 ; (C) Copyright COMPAQ Computer Corp. 198...
13_01_Random/01.Random.asm
phaze101/C64-Bedtime-Coding-Public
0
46439
<reponame>phaze101/C64-Bedtime-Coding-Public ;============================================================================ ; C64 Bedtime Coding ; Copyright (c) by Phaze101 ; eMail - <EMAIL> ; website - https://www.phaze101.com ; MIT License - https://choosealicense.com/licenses/mit/ ;==================================...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_14318_812.asm
ljhsiun2/medusa
9
46440
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_14318_812.asm .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r14 push %r9 push %rsi // Faulty Load lea addresses_normal+0x10a16, %r13 nop nop nop nop nop xor %rsi, %rsi mov (%r13...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1759.asm
ljhsiun2/medusa
9
46441
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x11dd9, %rsi lea addresses_A_ht+0x12cd9, %rdi nop nop nop sub $51261, %rax mov $123, %rcx rep movsw nop add $4706, %rdi lea addresses_WC_ht+0x36f1, %rsi lea addresses_WC...
src/_ti_stm32f4_gen_macros.asm
tirish/Wave-Generator
0
46442
<filename>src/_ti_stm32f4_gen_macros.asm @; <NAME> @; General - Macros @;.macro setbit addr bit @; ldr r2,=\addr @;read word-data at addr (assumes target addr is read/write @; ldr r1,[r2] @; .. @; or r1,#1<<\bit @;set bit in word @; str r1,[r2] @; and save it back @;.endm @;.macro OR addr word @; ldr r2,=\addr @...
NandToTetris/projects/07/MemoryAccess/StaticTest/StaticTest.asm
davejlin/coursera
0
46443
// push constant 111 @111 D=A @SP AM=M+1 A=A-1 M=D // push constant 333 @333 D=A @SP AM=M+1 A=A-1 M=D // push constant 888 @888 D=A @SP AM=M+1 A=A-1 M=D // pop static 8 @SP AM=M-1 D=M @StaticTest.8 M=D // pop static 3 @SP AM=M-1 D=M @StaticTest.3 M=D // pop static 1 @SP AM=M-1 D=M @StaticTest.1 M=D // push static 3 @St...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1567.asm
ljhsiun2/medusa
9
46446
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1567.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1e9cd, %r14 nop sub %r13, %r13 movb $0x61, (%r14) nop nop nop nop nop sub %r10, %r10 lea addr...
oeis/040/A040057.asm
neoneye/loda-programs
11
46447
; A040057: Continued fraction for sqrt(66). ; Submitted by <NAME> ; 8,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8,16,8 tr...
1571/64tass/lccconhd.asm
silverdr/assembly
23
46448
<filename>1571/64tass/lccconhd.asm<gh_stars>10-100 ; ; ; ; *conhdr ; ; convert header ; into gcr search image ; and place in stab ; ; image contains : ; ; 00 id id tr sc cs hbid ; ; conhdr lda bufpnt+1 ; save buffer pointer sta savpnt+1 ; lda #>stab sta bufpnt+1 ; ...
src/hello.asm
IGJoshua/assembly-sandbox
1
46449
;;; hello.asm ;;; Taken from the nasm tutorial https://cs.lmu.edu/~ray/notes/nasmtutorial/ ; ---------------------------------------------------------------------------------------- ; Writes "Hello, World" to the console using only system calls. Runs on 64-bit Linux only. ; To assemble and run: ; ; nasm -felf64 he...
base/mvdm/dos/v86/doskrnl/dos/abort.asm
npocmaka/Windows-Server-2003
17
46450
TITLE DOS_ABORT - Internal SFT close all files for proc call for MSDOS NAME DOS_ABORT ; Internal Abort call closes all handles and FCBs associated with a process. ; ; DOS_ABORT ; ; Modification history: ; ; sudeepb 11-Mar-1991 Ported For NT DOSEm. ; ; get the appropriate segment definitions ...
oeis/037/A037743.asm
neoneye/loda-programs
11
46451
; A037743: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 2,1,3,0. ; Submitted by <NAME> ; 2,21,213,2130,21302,213021,2130213,21302130,213021302,2130213021,21302130213,213021302130,2130213021302,21302130213021,213021302130213,2130213021302130,21302130213021302,21302...
assembler/tests/t_mic51/run1.asm
paulscottrobson/RCA-Cosmac-VIP-III
0
46453
; ; Aufgabe Nr.: Speichermodul fuer uP- Praktikum II ; Autor: <NAME> ; erstellt am : 01.07.1994 ; letzte Aenderung am : 02.08.1994 ; Bemerkung : ; ; Dateiname : run1.asm ; ;--------------------------------------------------------------------- Definitionen ENDE_MARKE EQU 0FFH SYNC_MARKE EQU 0FEH REA...
szyfrowanie.asm
kp-marczynski/assembler
0
46454
<reponame>kp-marczynski/assembler .data buforTekst: .space 17 buforKlucz: .space 9 pytanieTekst: .asciiz "\nPodaj tekst (max 16 znakow): " pytanieKlucz: .asciiz "\nPodaj klucz (min 1 znak, max 8 znakow): " pytanieOperacja:.asciiz "Podaj kod operacji (0 - szyfrowanie, 1 - odszyfrowanie): " .text Main: #Pytani...
programs/oeis/267/A267888.asm
karttu/loda
0
46455
<reponame>karttu/loda ; A267888: Decimal representation of the n-th iteration of the "Rule 237" elementary cellular automaton starting with a single ON (black) cell. ; 1,2,31,127,511,2047,8191,32767,131071,524287,2097151,8388607,33554431,134217727,536870911,2147483647,8589934591,34359738367,137438953471,549755813887,21...
data/pokemon/base_stats/hoenn/seedot.asm
Dev727/ancientplatinum
0
46456
<reponame>Dev727/ancientplatinum db 0 ; 273 DEX NO db 40, 40, 50, 30, 30, 30 ; hp atk def spd sat sdf db GRASS, GRASS ; type db 255 ; catch rate db 74 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 15 ; step cycles to hatch db 5 ; unknown 2 INCBIN "g...
iod/con2/ptr/mrest.asm
olifink/smsqe
0
46458
* Multiple window restore v1.02  Nov 1986 QJUMP * * Restore multiple windows. This routine is used for all changes * in window arrangement, normally restoring more than one window only * when the display mode has been changed explicitly, or when a picked * window is of a different mode to the previous top of pile....
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1031.asm
ljhsiun2/medusa
9
46459
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0xcca7, %r8 clflush (%r8) nop nop nop xor %r12, %r12 movb $0x61, (%r8) nop nop inc %r8 lea addresses_normal_ht+0x88f, %r13 nop nop nop add $22124, %r14 mov (%r13), %r15d nop ad...
programs/oeis/058/A058207.asm
neoneye/loda
22
46460
<reponame>neoneye/loda<filename>programs/oeis/058/A058207.asm<gh_stars>10-100 ; A058207: Three steps forward, two steps back. ; 0,1,2,3,2,1,2,3,4,3,2,3,4,5,4,3,4,5,6,5,4,5,6,7,6,5,6,7,8,7,6,7,8,9,8,7,8,9,10,9,8,9,10,11,10,9,10,11,12,11,10,11,12,13,12,11,12,13,14,13,12,13,14,15,14,13,14,15,16,15,14,15,16,17,16,15,16,17,...
oeis/092/A092431.asm
neoneye/loda-programs
11
46461
<filename>oeis/092/A092431.asm<gh_stars>10-100 ; A092431: Numbers having in binary representation a leading 1 followed by n zeros and n-1 ones. ; 2,9,35,135,527,2079,8255,32895,131327,524799,2098175,8390655,33558527,134225919,536887295,2147516415,8590000127,34359869439,137439215615,549756338175,2199024304127,8796095119...
oeis/111/A111685.asm
neoneye/loda-programs
11
46462
<reponame>neoneye/loda-programs ; A111685: n + n(n+1) + n(n+1)(n+2) + ..., with n terms. ; Submitted by <NAME> ; 1,8,75,984,17045,366288,9374967,278095760,9375293169,353906211240,14785127222723,677150215857192,33734100501544365,1816008001717251104,105048613959883117935,6497985798745934394528,427999600108502895779657 a...
Project-Einstein/src/E-Assembly/src/mov.nasm
FelixLuciano/Elements-of-Computing-Systems
0
46467
; Elementos de Sistemas : 2018a ; <NAME> ; Hardware : Z0.1 ; ; Data : ; - Dez 2018 ; Descrição : ; - Movimentação de dados da memoria RAM ; ; RAM[0] = RAM[1] ; RAM[1] = RAM[0] ; RAM[3] = 1 ; ----------------------- ; RAM[0] = RAM[1] ; ----------------------- ; ----------------------- ; RAM[3] = 1 ; -----------...
Student/examples/Correct/Subprograms/Correct_201.asm
SoftMoore/CPRL-Kt
6
46468
PROGRAM 4 BR L1 L0: PROC 0 LDLADDR -4 LOADW LOADW PUTINT LDCSTR " " PUTSTR LDLADDR -4 LOADW LDCINT 6 STOREW LDGADDR 0 LOADW PUTINT LDCSTR " " PUTSTR LDLADDR -4 LOADW LDCINT 7 STOREW RET 4 L1: LDGADDR 0 LDCINT 5 STOREW LDGADDR 0 CALL...
lib/arm/wipe.asm
xumia/SymCrypt
170
46469
TTL "SymCryptWipe" ;++ ; ; Copyright (c) Microsoft Corporation. Licensed under the MIT license. ; ; Secure wipe ; ;-- #include "ksarm.h" TEXTAREA EXTERN memset SUBT "SymCryptWipe" ;VOID ;SYMCRYPT_CALL ;SymCryptWipe( _Out_writes_bytes_( cbData ) PVOID pbData, ...
_maps/Eggman.asm
kodishmediacenter/msu-md-sonic
9
46470
<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Sprite mappings - Eggman (boss levels) ; --------------------------------------------------------------------------- Map_Eggman_internal: dc.w @ship-Map_Eggman_internal dc.w @facenormal1-Map_Eggman_internal dc.w @faceno...
FastMath/MacOS64/FastMathMacOS64.asm
jomael/FastMath
129
46471
; MacOS64 uses the System V AMD64 ABI: ; * First 6 (up to) 64-bit int/pointer parameters in RDI, RSI, RDX, RCX, R8, R9 ; * First 8 float parameters in XMM0-XMM7 ; * (Up to) 64-bit int return value: RAX ; * (Up to) 128-bit int return value: RAX, RDX ; * Float return value(s): XMM0, XMM1. This applies to records with flo...
savefile/includes/audio_flute.asm
stranck/fools2018-1
0
46472
<reponame>stranck/fools2018-1 ; === audio_flute.asm ; Audio data for the Flute music. ; It's a remix of the Gen II second route theme. FluteMusic_Pointers: dw $c780 + (FluteMusic_Empty - FluteMusic_StartOffset) dw $c780 + (FluteMusic_Empty - FluteMusic_StartOffset) dw $c780 + (FluteMusic_Ch3 - FluteMusic_S...
oeis/142/A142989.asm
neoneye/loda-programs
11
46473
<gh_stars>10-100 ; A142989: a(1) = 1, a(2) = 5, a(n+2) = 5*a(n+1)+(n+1)*(n+3)*a(n). ; Submitted by <NAME> ; 1,5,33,240,1992,18360,187416,2093760,25462080,334592640,4728412800,71488811520,1151817408000,19699405286400,356504125824000,6805868977152000,136702533123072000,2881808345235456000,63621953650483200000,14679512980...
programs/oeis/237/A237415.asm
karttu/loda
1
46475
<reponame>karttu/loda<gh_stars>1-10 ; A237415: For k in {2,3,...,9} define a sequence as follows: a(0)=0; for n>=0, a(n+1)=a(n)+1, unless a(n) ends in k, in which case a(n+1) is obtained by replacing the last digit of a(n) with the digit(s) of k^3. This is k(2). ; 0,1,2,8,9,10,11,12,18,19,20,21,22,28,29,30,31,32,38,39,...
lib/nc100_crt0.asm
meesokim/z88dk
0
46476
; Kludgey startup for nc100 ; ; djm 17/4/2000 ; ; I've never used one of these brutes so I dunno if it's ; correct at all, this is all taken from the file nciospec.doc ; on nvg.unit.no, I assume that the PCMCIA RAM card is an ; actual fact addressable RAM and we can overwrite variables ; etc NB. Values of ...
libsrc/_DEVELOPMENT/arch/zxn/memory/z80/asm_zxn_write_sysvar_bank_state.asm
jpoikela/z88dk
640
46477
<gh_stars>100-1000 ; =============================================================== ; 2017 ; =============================================================== ; ; void zxn_write_sysvar_bank_state(unsigned int state) ; ; =============================================================== INCLUDE "config_private.inc" SECTI...
projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_0C.asm
jverkoey/awaken
68
46478
<reponame>jverkoey/awaken<filename>projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_0C.asm SECTION "ROM Bank 0C", ROMX[$4000], BANK[$0C] db $07, $07, $07, $18, $1F, $3C, $3F, $5E db $63, $41, $7F, $51, $01, $FF, $91, $41 db $FF, $81, $16, $BE, $C3, $7C, $7F, $40 db $7F, $E0, $BF, $F8, $9F...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_5786_1774.asm
ljhsiun2/medusa
9
46479
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %r9 push %rcx push %rdx lea addresses_UC_ht+0xcf3d, %r12 nop nop nop nop nop sub $43689, %r10 movb (%r12), %r15b nop nop nop add %rcx, %rcx lea addresses_UC_ht+0x5d59, %rdx nop dec %r15 mov $0x6162636465666768, %r10 movq %r10, %xm...
P6/data_P6/testpoint/testpoint37.asm
alxzzhou/BUAA_CO_2020
1
46480
<filename>P6/data_P6/testpoint/testpoint37.asm ori $1, $0, 6 ori $2, $0, 4 ori $3, $0, 14 ori $4, $0, 5 sw $2, 0($0) sw $2, 4($0) sw $2, 8($0) sw $3, 12($0) sw $1, 16($0) sw $4, 20($0) sw $3, 24($0) sw $3, 28($0) sw $4, 32($0) sw $3, 36($0) sw $1, 40($0) sw $2, 44($0) sw $4, 48($0) sw $3, 52($0) sw $1...
programs/oeis/070/A070548.asm
jmorken/loda
1
46481
<reponame>jmorken/loda ; A070548: a(n) = Cardinality{ k in range 1 <= k <= n such that Moebius(k) = 1 }. ; 1,1,1,1,1,2,2,2,2,3,3,3,3,4,5,5,5,5,5,5,6,7,7,7,7,8,8,8,8,8,8,8,9,10,11,11,11,12,13,13,13,13,13,13,13,14,14,14,14,14,15,15,15,15,16,16,17,18,18,18,18,19,19,19,20,20,20,20,21,21,21,21,21,22,22,22,23,23,23,23,23,24,...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_164_1728.asm
ljhsiun2/medusa
9
46482
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x3d6e, %r15 dec %rax mov (%r15), %r11w nop sub $56361, %rsi lea addresses_WT_ht+0x1916e, %r13 nop nop nop nop sub %rbx, %rbx ...
Lab_9/Task_2.a51
SSaxena2001/8051_Programs
0
46483
;Assume that the INT1 pin is connected to a switch that is normally high. ;Whenever it goes low, it should turn on an LED. The LED is connected to P1.3 and is normally off. ;As long as the switch is pressed low, ;the LED should stay on. Simultaneously perform a toggle operation in P1.5 with the delay of 500ms. ORG ...