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 |
|---|---|---|---|---|
crydata.asm | DevEd2/CryEd | 1 | 204570 | <filename>crydata.asm
mon_cry: MACRO
; index, pitch, length
dw \1, \2, \3
ENDM
PokemonCries:: ; f2787
; entries correspond to constants/pokemon_constants.asm
mon_cry CRY_BULBASAUR, $080, $081 ; BULBASAUR
mon_cry CRY_BULBASAUR, $020, $100 ; IVYSAUR
mon_cry CRY_BULBASAUR, $000, $140 ; VENUSAUR
mon_cry CRY_... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_445.asm | ljhsiun2/medusa | 9 | 204571 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_445.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x4a4c, %r11
inc %rdx
movb $0x61, (%r11)
nop
nop
nop
nop
nop
dec %rcx
lea addresses_WC_ht+0x4992, %r... |
dv3/dv3/xqd.asm | olifink/smsqe | 0 | 204573 | ; DV3 QDOS translates V3.00 1992 <NAME>
section dv3
xdef dv3_qdit
xdef dv3_iqdt
xdef dv3_iqct
;+++
; DV3 QDOS to internal translate
;---
dv3_qdit
dc.b $00,$01,$02,$03,$04,$05,$06,$07
dc.b $08,$09,$0A,$0B,$0C,$0D,$0E,$0F
dc.b $10,$11,$12,$13,$14,$15,$16,$17
dc.b $18,$19,$1A,$1B,$1C,$1D,$1E,$1F
d... |
numbers.asm | jsvalenzuela/EA3-ejercicio | 1 | 204574 |
;numbers.asm
;This file was written by <NAME> of Dickinson State University
;It is used for inputting and outputting numbers into an assembly language
;program.
;This program should be seperately assembled and then linked to the program
;using it.
public atof, ftoa, itoa, atoi
.model small
.stack 100h
.3... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/divf.asm | gb-archive/really-old-stuff | 10 | 204575 | <filename>mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/divf.asm
#include once <stackf.asm>
#include once <error.asm>
; -------------------------------------------------------------
; Floating point library using the FP ROM Calculator (ZX 48K)
; All of them uses C EDHL registers as 1st paramter.
; For b... |
data/wildPokemon/mtmoonb1.asm | longlostsoul/EvoYellow | 16 | 204577 | MoonMonsB1:
db $0A
db 8,TEDDIURSA;day
db 9,ZUBAT
db 10,ZUBAT
db 10,PSYDUCK;day
db 11,GEODUDE
db 11,GEODUDE
db 9,SWINNUB;day
db 11,PARAS
db 10,CLEFAIRY
db 12,CLEFAIRY
db $00
|
asm/ifs/overtimePay.main.asm | IronHeart7334/AssemblyPrograms | 0 | 204578 | <gh_stars>0
; general comments
; Register Dictionary:
; AL contains the effective hours someone is paid for
; AH contains the number of hours beyond 40
; AX contains the product of paid hours and pay rate
; BL contains the pay per hour
; preprocessor directives
.586
.MODEL FLAT
; external files to lin... |
programs/oeis/186/A186219.asm | karttu/loda | 0 | 204580 | <reponame>karttu/loda<gh_stars>0
; A186219: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f and g are the triangular numbers and squares. Complement of A186220.
; 1,3,5,7,8,10,12,13,15,17,19,20,22,24,25,27,29,31,32,34,36,37,39,41,43,44,46,48,49,51,53,54,56,58,60,61,63,65... |
examples/pxScene2d/external/libjpeg-turbo-1.5.1/simd/jfdctfst-sse2-64.asm | madanagopaltcomcast/pxCore | 2,710 | 204581 | <reponame>madanagopaltcomcast/pxCore
;
; jfdctfst.asm - fast integer FDCT (64-bit SSE2)
;
; Copyright 2009 <NAME> <<EMAIL>> for Cendio AB
; Copyright (C) 2009, <NAME>.
;
; Based on the x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyr... |
tasks/stack/sp2.asm | yds12/x86-roadmap | 15 | 204582 | ; This program uses the stack to allocate "local variables", referring to
; these variables several times to do some operations.
section .text
global asm_func
asm_func:
sub rsp, 16 ; we will use 4 32-bit (4-byte) "local" variables,
; i.e. variables allocated on the stack
... |
Working Disassembly/Levels/SOZ/Misc Object Data/Map - Solid Sprites.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 204583 | dc.w word_41FCC-Map_SOZSolidSprites
dc.w word_41FE0-Map_SOZSolidSprites
word_41FCC: dc.w 3 ; DATA XREF: ROM:00041FC8o
dc.b $E8, $D, 0, 0, $FF, $F0
dc.b $F8, $D, 0, 0, $FF, $F0
dc.b 8, $D, 0, 0, $FF, $F0
word_41FE0: dc.w 2 ; DATA XREF: ROM:00041FC8o
dc.b $F8, $D, 0, 8, $FF, $E0
... |
programs/oeis/191/A191108.asm | karttu/loda | 0 | 204584 | <reponame>karttu/loda<gh_stars>0
; A191108: Increasing sequence generated by these rules: a(1)=1, and if x is in a then 3x-2 and 3x+2 are in a.
; 1,5,13,17,37,41,49,53,109,113,121,125,145,149,157,161,325,329,337,341,361,365,373,377,433,437,445,449,469,473,481,485,973,977,985,989,1009,1013,1021,1025,1081,1085,1093,1097... |
oeis/096/A096121.asm | neoneye/loda-programs | 11 | 204585 | ; A096121: Number of full spectrum rook's walks on a (2 X n) board.
; Submitted by <NAME>
; 2,8,60,816,17520,550080,23839200,1365799680,100053999360,9127781913600,1015061950425600,135193044668774400,21248464632595200000,3891825697262043340800,821745573997874093568000
add $0,1
mov $3,$0
mov $4,1
lpb $3
mul $1,$3
mo... |
oeis/081/A081122.asm | neoneye/loda-programs | 11 | 204586 | <reponame>neoneye/loda-programs<filename>oeis/081/A081122.asm
; A081122: 10th binomial transform of (1,1,0,0,0,0,......).
; 1,11,120,1300,14000,150000,1600000,17000000,180000000,1900000000,20000000000,210000000000,2200000000000,23000000000000,240000000000000,2500000000000000,26000000000000000,270000000000000000,2800000... |
boot_code.asm | vikene/tiger | 1 | 204587 | <reponame>vikene/tiger<filename>boot_code.asm<gh_stars>1-10
[BITS 32]
global start
start:
mov esp, _sys_stack ; starting my stack area
jmp stublet
;MultiBoot header XOXO
ALIGN 4
mboot:
MULTIBOOT_PAGE_ALIGN equ 1<<0
MULTIBOOT_MEMORY_INFO equ 1<<1
MULTIBOOT_AOUT_KLUDGE equ 1<<16
MULTIBOOT_HEADER... |
programs/oeis/138/A138908.asm | karttu/loda | 0 | 204588 | <filename>programs/oeis/138/A138908.asm
; A138908: a(n) = d^d, where d is the number of digits in n.
; 1,1,1,1,1,1,1,1,1,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,27,27,27,27,27,27... |
FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/RegTest.asm | ydong08/freertos | 1 | 204589 | ;/*
; * FreeRTOS Kernel V10.1.1
; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
; *
; * Permission is hereby granted, free of charge, to any person obtaining a copy of
; * this software and associated documentation files (the "Software"), to deal in
; * the Software without restriction,... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_bitmask2px.asm | Frodevan/z88dk | 640 | 204591 |
; uchar zx_bitmask2px(uchar bitmask)
SECTION code_clib
SECTION code_arch
PUBLIC zx_bitmask2px
EXTERN asm_zx_bitmask2px
defc zx_bitmask2px = asm_zx_bitmask2px
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _zx_bitmask2px
defc _zx_bitmask2px = zx_bitmask2px
ENDIF
|
optests/loads.asm | joeldipops/SuperTestBoy | 1 | 204592 | ; 8 BIT LOADS
; AF=0000 BC=0000 DE=0000 HL=0000 ZNHC=0000
ld A, 1
ld B, 2
ld C, 3
ld D, 4
ld E, 5
ld H, 6
ld L, 7
; Obvious, but for completeness sake
; AF=0100 BC=0203 DE=0405 HL=0607 ZNHC=0000
ld A, A ; it's in the spec soo...
ld A, B
ld A, C
ld A, D
... |
sources/rust/prat-parser/tiny64.asm | xunilrj/sandbox | 7 | 204593 | ; nasm -f bin -o tiny64 tiny64.asm
BITS 64
org 0x400000
section .data
string1 db "Hello World!",0
string1Size equ $ - string1
section .text
ehdr: ; Elf64_Ehdr
db 0x7f, "ELF", 2, 1, 1, 0 ; e_ident
times 8 db 0
dw 2 ; e_type
dw 0x3e ; e_machine
dd 1 ; e_version
d... |
Transynther/x86/_processed/NC/_ht_st_zr_un_/i9-9900K_12_0xca_notsx.log_434_283.asm | ljhsiun2/medusa | 9 | 204594 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x3a91, %rsi
lea addresses_UC_ht+0xd551, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
cmp %rax, %rax
mov $40, %rcx
rep movsl
nop
nop
nop
nop
nop
xor $20464, %rbx
lea addresses_UC_ht+0x125c9, ... |
src/cpu/interrupts/gate_wrappers.asm | Tunacan427/FishOS | 0 | 204596 | <filename>src/cpu/interrupts/gate_wrappers.asm
%macro pushall 0
push rax
push rbx
push rcx
push rdx
push rsi
push rdi
push rbp
push r8
push r9
push r10
push r11
push r12
push r13
push r14
push r15
%endmacro
%macro popall 0
pop r15
pop r14
pop r13
... |
Aurora/Aurora/x64/Debug/systime.asm | manaskamal/aurora-xeneva | 8 | 204597 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?sys_get_current_time@@YAXPEAU_sys_time_@@@Z ; sys_get_current_time
PUBLIC ?sys_get_system_tick@@YAIXZ ; sys_get_system_tick
EXTRN x64_cli:PROC
EXTRN ?rtc_get_year@@YAEXZ... |
programs/oeis/101/A101925.asm | jmorken/loda | 1 | 204598 | ; A101925: a(n) = A005187(n) + 1.
; 1,2,4,5,8,9,11,12,16,17,19,20,23,24,26,27,32,33,35,36,39,40,42,43,47,48,50,51,54,55,57,58,64,65,67,68,71,72,74,75,79,80,82,83,86,87,89,90,95,96,98,99,102,103,105,106,110,111,113,114,117,118,120,121,128,129
mov $1,$0
div $0,2
lpb $0
add $1,$0
div $0,2
lpe
add $1,1
|
unittests/ASM/OpSize/66_7E.asm | cobalt2727/FEX | 628 | 204599 | %ifdef CONFIG
{
"RegData": {
"RAX": "0x65666768",
"RBX": "0x6162636465666768",
"RCX": "0x75767778",
"RSI": "0x7172737475767778"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x4142434445464748
mov [rdx + 8 * 0], rax
mov rax, 0x5152535455565758
mov [rdx... |
IOCLA - .asm/IOCLA_H2_Strings/my_strstr.asm | vioo-bkp/Projects-Year-2-University | 0 | 204601 | %include "io.mac"
section .data
len_needle dd 0
len_haystack dd 0
section .text
global my_strstr
extern printf
my_strstr:
;; DO NOT MODIFY
push ebp
mov ebp, esp
pusha
mov edi, [ebp + 8] ; substr_index
mov esi, [ebp + 12] ; haystack
mov ebx, [eb... |
libsrc/osca/flos_err.asm | jpoikela/z88dk | 640 | 204602 | <gh_stars>100-1000
;
; Old School Computer Architecture - interfacing FLOS
; <NAME>, 2011
;
; Internal routine to manage FLOS errors
;
; $Id: flos_err.asm,v 1.3 2016-06-22 22:13:09 dom Exp $
;
INCLUDE "target/osca/def/flos.def"
SECTION code_clib
PUBLIC flos_err
PUBLIC _flos_err
flos_err:
_flos_err:
... |
program.asm | SjorsVanGelderen/nes-scavenger-hunt | 0 | 204603 | ;; Copyright 2020, <NAME>
;; iNES header
.inesprg 1 ; 1 bank of 16KB PRG-ROM
.ineschr 1 ; 1 bank of 8KB CHR-ROM
.inesmap 0 ; Mapper 0
.inesmir 1 ; Background mirroring
;; Variables
.rsset $0010... |
engine/movie/splash.asm | opiter09/ASM-Machina | 1 | 204604 | <gh_stars>1-10
LoadShootingStarGraphics:
ld a, $f9
ldh [rOBP0], a
ld a, $a4
ldh [rOBP1], a
ld de, AnimationTileset2 tile 3 ; star tile (top left quadrant)
ld hl, vChars1 tile $20
lb bc, BANK(AnimationTileset2), 1
call CopyVideoData
ld de, AnimationTileset2 tile 19 ; star tile (bottom left quadrant)
ld hl, vCh... |
programs/oeis/315/A315631.asm | neoneye/loda | 22 | 204605 | ; A315631: Coordination sequence Gal.5.68.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,12,16,20,24,28,32,38,44,50,56,60,64,68,72,76,82,88,94,100,104,108,112,116,120,126,132,138,144,148,152,156,160,164,170,176,182,188,192,196... |
Z80tests/screenfill.asm | rickard-von-essen/QtSpecem | 2 | 204607 | ; FILL ZX SPECTRUM SCREEN
; GOING THROUGH EACH VISUAL LINE
; SLOWER AND PRINTING HL IN HEXADECIMAL
;
; SCREEN ADDRESS
;
; H = 0 1 0 Y7 Y6 Y2 Y1 Y0
;
; Y7-Y6 - section
; Y2-Y0 - lines 8x8
;
; L = Y5 Y4 Y3 X4 X3 X2 X1 X0
;
; Y5-Y3 - line pixels
; X4-X0 - X
ORG 50000
LD A,2 ; upper ... |
bin/JWASM/Samples/Linux4a.asm | Abd-Beltaji/ASMEMU | 3 | 204608 |
;--- this is a test app which calls function getstring in Linux4d.so
;--- assemble: jwasm -elf -Fo=Linux4a.o Linux4a.asm
;--- link: gcc -s -nostartfiles -o Linux4a Linux4a.o Linux4d.so
.386
.model flat
getstring proto syscall :dword
puts proto syscall :dword
exit proto syscall :dword
.code
_start:... |
src/MFORTH/answords/facility-ext.asm | malyn/MFORTH | 10 | 204609 | ; Copyright (c) 2011, <NAME> <<EMAIL>>.
; 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
; unmodified, this list of c... |
oeis/115/A115000.asm | neoneye/loda-programs | 11 | 204610 | <filename>oeis/115/A115000.asm
; A115000: a(n) = J_2(n) / 24.
; Submitted by <NAME>
; 1,1,2,2,3,3,5,4,7,6,8,8,12,9,15,12,16,15,22,16,25,21,27,24,35,24,40,32,40,36,48,36,57,45,56,48,70,48,77,60,72,66,92,64,98,75,96,84,117,81,120,96,120,105,145,96,155,120,144,128,168,120,187,144,176,144,210,144,222,171,200,180,240,168,26... |
engine/hidden_object_functions14.asm | adhi-thirumala/EvoYellow | 16 | 204611 | <gh_stars>10-100
PrintNotebookText:
call EnableAutoTextBoxDrawing
ld a, $1
ld [wDoNotWaitForButtonPressAfterDisplayingText], a
ld a, [wHiddenObjectFunctionArgument]
jp PrintPredefTextID
TMNotebook:
TX_FAR TMNotebookText
db $0d
db "@"
ViridianSchoolNotebook:
TX_ASM
ld hl, ViridianSchoolNotebookText1
call Pr... |
src/temp.asm | Oshawk/ccc_fak | 0 | 204612 | ; ELF header.
BITS 32
org 0x08048000
ehdr: ; Elf32_Ehdr
db 0x7F, "ELF", 1, 1, 1, 0 ; e_ident
times 8 db 0
dw 2 ; e_type
dw 3 ... |
Assembly/hello_world_RISCV.asm | gnx-nsec/Hello-World | 4 | 204613 | <reponame>gnx-nsec/Hello-World
.option nopic
.text
.globl main
.type main, @function
main:
addi sp,sp,-16
sw ra,12(sp)
lui a0,%hi(.LC0)
call puts
li a0,0
lw ra.12(sp)
addi sp,sp,16
jr ra
.size main, ,-main
.section .rodata.str1.4,"aMS",@progbbits.1
.align 2
.LCO:
.string "Hello World!"
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_291.asm | ljhsiun2/medusa | 9 | 204615 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %r9
push %rax
push %rbx
push %rdi
push %rdx
lea addresses_A_ht+0x11539, %rdx
add $5849, %r8
mov $0x6162636465666768, %rdi
movq %rdi, %xmm2
movups %xmm2, (%rdx)
nop
nop
nop
sub %rax, %rax
lea addresses_D_ht+0x12dd9, %r14
clflush (%r14)
nop
nop
nop
nop
... |
oeis/168/A168072.asm | neoneye/loda-programs | 11 | 204616 | <filename>oeis/168/A168072.asm<gh_stars>10-100
; A168072: Expansion of (1-27x^2-108x^3)/((1-3x)^2*(1+3x+9x^2)).
; Submitted by <NAME>
; 1,3,-18,-135,-405,-1944,-8019,-24057,-91854,-334611,-1003833,-3542940,-12223143,-36669429,-124357194,-416118303,-1248354909,-4132485216,-13559717115,-40679151345,-132497807238,-4288744... |
programs/oeis/286/A286430.asm | karttu/loda | 0 | 204617 | ; A286430: Least volume of water to surround the largest possible island in a number square.
; 0,0,0,0,36,78,136,210,300,406,528,666,820,990,1176,1378,1596,1830,2080,2346,2628,2926,3240,3570,3916,4278,4656,5050,5460,5886,6328,6786,7260
sub $0,1
trn $0,1
mov $3,$0
sub $0,1
mov $1,$3
lpb $1,1
mul $1,$0
lpe
mov $2,$1
m... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_634.asm | ljhsiun2/medusa | 9 | 204618 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x151cc, %r14
nop
nop
nop
nop
add $18894, %rax
mov $0x6162636465666768, %r11
movq %r11, %xmm5
movups %xmm5, (%r14)
nop
nop
nop
nop
cmp %r13, %r13
lea addresses_WT_ht+0xffcc, %rs... |
source/actions/for.asm | paulscottrobson/lean | 2 | 204620 | ; ******************************************************************************
; ******************************************************************************
;
; Name : for.asm
; Purpose : For/Next
; Author : <NAME> (<EMAIL>)
; Created : 27th October 2019
;
; ***********************************************... |
oeis/089/A089888.asm | neoneye/loda-programs | 11 | 204621 | <reponame>neoneye/loda-programs
; A089888: Number of subsets of {1,.., n} containing at least one square.
; Submitted by <NAME>
; 1,2,4,12,24,48,96,192,448,896,1792,3584,7168,14336,28672,61440,122880,245760,491520,983040,1966080,3932160,7864320,15728640,32505856,65011712,130023424,260046848,520093696,1040187392
mov $1... |
programs/oeis/228/A228318.asm | neoneye/loda | 22 | 204622 | ; A228318: The Wiener index of the graph obtained by applying Mycielski's construction to the star graph K(1,n).
; 15,33,59,93,135,185,243,309,383,465,555,653,759,873,995,1125,1263,1409,1563,1725,1895,2073,2259,2453,2655,2865,3083,3309,3543,3785,4035,4293,4559,4833,5115,5405,5703,6009
mul $0,2
mov $1,7
add $1,$0
mul $... |
mc-sema/validator/x86/tests/SBB8rr.asm | randolphwong/mcsema | 2 | 204623 | <gh_stars>1-10
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; SBB8rr
mov ch, 0x2
mov dh, 0x3
;TEST_BEGIN_RECORDING
sbb ch, dh
;TEST_END_RECORDING
|
graphics/TextHelper.asm | sleepingburrito/BackIsle | 1 | 204625 | <reponame>sleepingburrito/BackIsle<gh_stars>1-10
SECTION "MAIN", ROM0[$0150]
;draw text
;=========
;Set drawTextX/Y for X/Y
;Set drawTextPointer to start of text
;make sure screen is ready to be drawn on
DrawText:
push AF
push DE
push HL
push BC
;load x
ld A, [drawTextX]
ld B,... |
programs/oeis/165/A165190.asm | neoneye/loda | 22 | 204626 | <reponame>neoneye/loda
; A165190: G.f.: 1/((1-x^4)*(1-x^5)).
; 1,0,0,0,1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,1,2,1,1,1,2,2,1,1,2,2,2,1,2,2,2,2,2,2,2,2,3,2,2,2,3,3,2,2,3,3,3,2,3,3,3,3,3,3,3,3,4,3,3,3,4,4,3,3,4,4,4,3,4,4,4,4,4,4,4,4,5,4,4,4,5,5,4,4,5,5,5,4,5,5,5,5,5,5,5,5
add $0,5
mov $2,$0
lpb $0
trn $0,4
add $1,1
trn $1... |
CS 200 - Project 7(2).asm | tisaconundrum2/CS200_Assembly | 0 | 204627 | .data
insert_random: .word 4
insert_min: .word 4
insert_max: .word 4
Ask_Number: .asciiz "Enter the number of random numbers\n"
Output_Num: .asciiz "shit was"
Ask_Min: .asciiz "Enter the minimum number\n"
Output_Min: .asciiz "Shit was "
Ask_Max: .asciiz "Enter the maximum number\n"
Output_Max: .asciiz "shit was "
Tell... |
Engine Hacks/Skill System/Teq Skills/FE8-Capture/FE8-Capture/Show_Red_Squares.asm | sme23/MekkahRestrictedHackComp1 | 0 | 204628 | .thumb
.org 0x0
@jumped to from 22DAC
@this displays the red squares for the current weapon. It is being modified to only show 1 range if capturing, even if the weapon has longer range (ie, 1-2 -> 1-1)
push {r14}
ldr r1,Is_Capture_Set
mov r14,r1
.short 0xF800
cmp r0,#0x0
bne GoBack @returns 1 if true, which is ... |
programs/oeis/054/A054055.asm | karttu/loda | 1 | 204629 | <reponame>karttu/loda<gh_stars>1-10
; A054055: Largest digit of n.
; 0,1,2,3,4,5,6,7,8,9,1,1,2,3,4,5,6,7,8,9,2,2,2,3,4,5,6,7,8,9,3,3,3,3,4,5,6,7,8,9,4,4,4,4,4,5,6,7,8,9,5,5,5,5,5,5,6,7,8,9,6,6,6,6,6,6,6,7,8,9,7,7,7,7,7,7,7,7,8,9,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,1,1,2,3,4,5,6,7,8,9,1,1,2,3,4,5,6,7,8,9,2,2,2,3,4,5... |
audio/music/credits.asm | opiter09/ASM-Machina | 1 | 204631 | Music_Credits_Ch1::
tempo 140
volume 7, 7
duty_cycle 3
vibrato 8, 3, 4
toggle_perfect_pitch
note_type 12, 11, 5
octave 4
note E_, 6
octave 3
note A_, 1
octave 4
note E_, 1
note D_, 6
octave 3
note G_, 1
octave 4
note D_, 1
note C#, 6
octave 3
note F#, 1
octave 4
note C#, 1
note D_, 4
note E_, 2
... |
programs/oeis/182/A182576.asm | neoneye/loda | 22 | 204632 | <gh_stars>10-100
; A182576: Number of 1's in the Zeckendorf representation of n^2.
; 0,1,2,2,2,3,2,3,3,3,3,4,1,4,4,4,3,3,3,4,3,4,4,3,3,3,4,5,5,6,4,5,3,3,5,3,4,3,6,4,2,4,4,5,6,6,7,3,4,6,5,4,5,5,5,5,6,3,5,7,4,5,6,4,6,4,5,6,5,6,6,6,4,6,7,7,8,5,6,7,6,6,7,4,4,6,3,6,6,6,6,5,4,7,5,7,6,4,5,7
pow $0,2
lpb $0
mov $2,$0
seq ... |
libsrc/gfx/narrow/clga_callee.asm | ahjelm/z88dk | 640 | 204635 | <reponame>ahjelm/z88dk
;Usage: clga(int tlx, int tly, int tlx2, int tly2)
IF !__CPU_INTEL__ & !__CPU_GBZ80__
SECTION code_graphics
PUBLIC clga_callee
PUBLIC _clga_callee
PUBLIC asm_clga
EXTERN swapgfxbk
EXTERN __graphics_end
EXTERN cleararea
INCLUDE "graphics/graf... |
source/dos/errors.asm | mega65dev/rom-assembler | 0 | 204636 | <filename>source/dos/errors.asm<gh_stars>0
; ********************************************************************************************
; ********************************************************************************************
;
; Name : errors.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4... |
examples/hello_fancy.asm | esovm/asmbf | 1 | 204637 | <reponame>esovm/asmbf
#!/bin/asmbf/bfmake
; A fancy hello world program utilizing the CALLIB, and the newest label features
; including data labels and other goodies we've got!
stk 2
org 0
&string
txt "Hello World!"
db 0
mov r1, *string
#call("puts")
end
@puts
rcl r2, r1
jz r2, %puts_quit
out r2
i... |
Library/Convert/convertGStringTables.asm | steakknife/pcgeos | 504 | 204638 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Convert Library
FILE: convertGStringTables.asm
AUTHOR: <NAME>, Oct 12, 1992
REVISION HISTORY:
Name Date Description
---- ---- -----------
J... |
opal/mca/pmix/pmix2x/pmix/src/atomics/asm/base/X86_64.asm | karasevb/ompi | 0 | 204639 | START_FILE
TEXT
START_FUNC(pmix_atomic_mb)
pushq %rbp
movq %rsp, %rbp
leave
ret
END_FUNC(pmix_atomic_mb)
START_FUNC(pmix_atomic_rmb)
pushq %rbp
movq %rsp, %rbp
leave
ret
END_FUNC(pmix_atomic_rmb)
START_FUNC(pmix_atomic_wmb)
pushq %rbp
movq %rsp, %rbp
leave
ret
END_FUNC(pmix_atomic_wmb)
START_FUNC(pm... |
mc-sema/validator/x86/tests/IDIV32r3.asm | randolphwong/mcsema | 2 | 204640 | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_CF|FLAG_OF|FLAG_SF|FLAG_ZF|FLAG_AF|FLAG_PF
;TEST_FILE_META_END
; IDIV32r
;TEST_BEGIN_RECORDING
mov ebx, 0xE5E9218D
mov eax, 0x9C369091
mov edx, 0x0
cdq
idiv ebx
;TEST_END_RECORDING
|
randomly-solved-programs/1 taking hex input & printing its binary.asm | informramiz/Assembly-Language-Programs | 0 | 204641 | .MODEL SMALL
.STACK 100H
.DATA
INPUT_MSG DB 0ah,0dh,'Enter a hex number: $'
OUTPUT_MSG DB 0AH,0DH,'Hex number is: $'
.CODE
MAIN PROC
;making the DS to point to data segment
MOV AX,@DATA
MOV DS,AX
LEA DX , INPUT_MSG
MOV AH,9
INT 21H
MOV Cl,4
MOV CH,4
MOV AH,1
TOP1:
INT... |
oeis/136/A136252.asm | neoneye/loda-programs | 11 | 204642 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A136252: a(n) = a(n-1) + 2*a(n-2) - 2*a(n-3).
; 1,3,5,9,13,21,29,45,61,93,125,189,253,381,509,765,1021,1533,2045,3069,4093,6141,8189,12285,16381,24573,32765,49149,65533,98301,131069,196605,262141,393213,524285,786429,1048573,1572861,2097149,3145725,4194301,6291453,83886... |
Assignment 3/DataTypes.asm | wstern1234/COMSC-260 | 0 | 204643 | <filename>Assignment 3/DataTypes.asm
; DataTypes.asm - testing different data types.
.386
.model flat, stdcall
.stack 4096
ExitProcess proto, dwExitCode:dword
progInfo EQU <"testing different data types",0>
.data
; part 1
valByte BYTE 240
valSbyte SBYTE -120
valWord WORD 65000
valSWord SWORD -30000... |
Task 3/main.asm | mpetitjean/avrdude | 0 | 204646 | <filename>Task 3/main.asm
;
; Task 3.asm
;
; Created: 2/26/2017
; Author : channoti
;
.include "m328pdef.inc"
.org 0x0000
rjmp init
init:
SBI DDRC,2 ; Set LED switch as output
SBI PORTC,2 ; Set LED off
rjmp main
main:
loop:
NOP
loop2:
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NO... |
oeis/229/A229611.asm | neoneye/loda-programs | 11 | 204647 | ; A229611: Expansion of 1/((1-x)^3*(1-11x))
; 1,14,160,1770,19485,214356,2357944,25937420,285311665,3138428370,34522712136,379749833574,4177248169405,45949729863560,505447028499280,5559917313492216,61159090448414529,672749994932559990,7400249944258160080,81402749386839761090,895430243255237372221,9849732675807611094684... |
cmd/chkdsk/chkdsk2.asm | minblock/msdos | 0 | 204648 | ;==================================================================
; CHKDSK2.ASM
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;
; CHANGE HISTORY:
; M003 NSM 1/30/91 Always report cor... |
maps/Route26HealHouse.asm | Dev727/ancientplatinum | 28 | 204650 | object_const_def ; object_event constants
const ROUTE26HEALHOUSE_TEACHER
Route26HealHouse_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
Route26HealHouseTeacherScript:
faceplayer
opentext
writetext Route26HealHouseRestAWhileText
waitbutton
closetext
special FadeBlackQuickly
special ReloadSpritesNoPalet... |
programs/oeis/336/A336923.asm | neoneye/loda | 22 | 204651 | <filename>programs/oeis/336/A336923.asm<gh_stars>10-100
; A336923: a(n) = 1 if sigma(2n) - sigma(n) is a power of 2, otherwise 0.
; 1,1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,... |
sw/552tests/inst_tests/sll_3.asm | JPShen-UWM/ThreadKraken | 1 | 204652 | <reponame>JPShen-UWM/ThreadKraken<filename>sw/552tests/inst_tests/sll_3.asm
// Original test: ./chen-han/hw4/problem6/sll_3.asm
// Author: chen-han
// Test source code follows
//test all zeros and shift amount are all 1s
lbi r1, 0
lbi r2, -1
sll r3, r1, r2
halt
|
src/gdt_flush.asm | llGuy/lGkn | 1 | 204653 | bits 32
global gdt_flush
section .text
gdt_flush:
;; The pointer to the GDT, passed as a parameter
mov eax, [esp + 4]
;; Actually loads the new GDT pointer
lgdt [eax]
;; Set all the data segments to the offset to the data segment (0x10)
mov ax, 0x10
mov ds, ax
mov es, ax
mov f... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_12_78.asm | ljhsiun2/medusa | 9 | 204654 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x3f07, %r10
nop
nop
nop
nop
nop
add $36612, %rax
movb (%r10), %bl
nop
add $56272, %rbp
lea addresses_normal_ht+0x5e69, %rdi
nop
nop
nop
cmp %r8, %r8
mov (%rdi), %ebp
cmp %rbx,... |
programs/oeis/053/A053828.asm | neoneye/loda | 22 | 204655 | <reponame>neoneye/loda
; A053828: Sum of digits of (n written in base 7).
; 0,1,2,3,4,5,6,1,2,3,4,5,6,7,2,3,4,5,6,7,8,3,4,5,6,7,8,9,4,5,6,7,8,9,10,5,6,7,8,9,10,11,6,7,8,9,10,11,12,1,2,3,4,5,6,7,2,3,4,5,6,7,8,3,4,5,6,7,8,9,4,5,6,7,8,9,10,5,6,7,8,9,10,11,6,7,8,9,10,11,12,7,8,9,10,11,12,13,2,3
lpb $0
mov $2,$0
div $0... |
kernel.asm | yyyogev/osAss3 | 0 | 204656 |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... |
Source/HBIOS/cvdu.asm | b1ackmai1er/RomWBW | 1 | 204657 | ;======================================================================
; COLOR VDU DRIVER FOR SBC PROJECT
;
; WRITTEN BY: <NAME> -- 11/4/2011
; ROMWBW ADAPTATION BY: <NAME> -- 11/9/2012
;======================================================================
;
; TODO:
; - IMPLEMENT CONSTANTS FOR SCREEN DIMENS... |
vm/asm_constructions_test/StackTestConstruction.asm | MarkoVMicic/nand2tetris-solutions | 0 | 204658 | // Initialize stack pointer to start at 256 (i.e. RAM[0] contains 256)
@256
D=A
@SP
M=D
// Perform things in StackTest
@17
D=A
@SP
A=M
M=D
@SP
M=M+1
@17
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@SP
M=M-1
A=M
D=M-D
@NOT_EQUAL_0
D;JNE
(EQUAL_0)
@SP
A=M
M=-1
@EQUAL_END_0
0;JMP
(NOT_EQUAL_0)
@SP
A=M
M=0
@EQUAL_END_0
0;... |
tools/validator/pi8088/store.asm | andreas-jonsson/VirtualXT | 0 | 204660 | cpu 8086
org 0h
dw 0
out 2, ax ; AX
mov ax, bx
out 4, ax ; BX
mov ax, cx
out 6, ax ; CX
mov ax, dx
out 8, ax ; DX
mov ax, ss
out 10, ax ; SS
mov ax, sp
out 12, ax ; SP
mov ax, 0
mov ss, ax
mov ax, 2
mov sp, ax
pushf ; Flags
mov ax, cs
out 14, ax ; CS
mov ax, ds
... |
Build/Interpreters/beebOzmoo/asm/picloader.asm | polluks/Puddle-BuildTools | 38 | 204661 | ; !to "picload.prg", cbm
* = $801
loader_start = $334
interrupt_vector = $314
!source "constants.asm"
; Basic line: "1 sys2061"
!byte $0b, $08, $01,$00, $9e, $32, $30, $36, $31, 0, 0, 0
!zone picloader {
; Copy background colour
ldx loader_pic_start + 10000
stx $d020
stx $d021
; Copy bitmap data
ldx #0
.copy... |
main.asm | piotrkira/terminal-3d-viewer | 9 | 204662 | <filename>main.asm<gh_stars>1-10
;####################################################
;# #
;# <NAME> #
;# #
;####################################################
;TODO
; add explana... |
Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm | jacadcaps/webkitty | 6 | 204663 | # Copyright (C) 2011-2020 Apple Inc. 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 th... |
programs/oeis/029/A029027.asm | neoneye/loda | 22 | 204664 | <filename>programs/oeis/029/A029027.asm
; A029027: Expansion of 1/((1-x)(1-x^2)(1-x^9)(1-x^10)).
; 1,1,2,2,3,3,4,4,5,6,8,9,11,12,14,15,17,18,21,23,27,29,33,35,39,41,45,48,53,57,63,67,73,77,83,87,94,99,107,113,122,128,137,143,152,159,169,177,188,197,209,218,230,239
lpb $0
mov $2,$0
sub $0,2
seq $2,25791 ; Expansi... |
projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_0F.asm | jverkoey/awaken | 68 | 204665 | <reponame>jverkoey/awaken<gh_stars>10-100
SECTION "ROM Bank 0F", ROMX[$4000], BANK[$0F]
db $1B, $07, $07, $3B, $3C, $7F, $40, $5F
db $60, $2F, $30, $17, $18, $0B, $0C, $0F
db $08, $17, $18, $1F, $10, $2F, $30, $3E
db $21, $2B, $37, $1E, $1E, $2F, $00, $0D
db $07, $07, $38, $3F, $30, $2F, ... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/asinh_fastcall.asm | jpoikela/z88dk | 0 | 204667 | <reponame>jpoikela/z88dk
SECTION code_fp_math32
PUBLIC asinh_fastcall
EXTERN _m32_asinhf
defc asinh_fastcall = _m32_asinhf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _asinh_fastcall
defc _asinh_fastcall = asinh_fastcall
ENDIF
|
programs/oeis/128/A128427.asm | jmorken/loda | 1 | 204670 | ; A128427: Last point where sum of n consecutive n-th powers does not exceed the next n-th power.
; 5,6,7,8,10,11,13,14,15,17,18,20,21,23,24,26,27,28,30,31,33,34,36,37,39,40,41,43,44,46,47,49,50,51,53,54,56,57,59,60,62,63,64,66,67,69,70,72,73,75,76,77,79,80,82,83,85,86,88,89,90,92,93,95,96,98,99,101,102,103
mov $4,$0
... |
Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xca.log_21829_1304.asm | ljhsiun2/medusa | 9 | 204671 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x93eb, %rdx
nop
nop
nop
nop
nop
and $5528, %r11
mov $0x6162636465666768, %r12
movq %r12, %xmm4
movups %xmm4, (%rdx)
nop
xor %r14, %r14
lea addresses_WC_ht+0x8... |
data/pokemon/dex_entries/chimecho.asm | AtmaBuster/pokeplat-gen2 | 6 | 204672 | <reponame>AtmaBuster/pokeplat-gen2<gh_stars>1-10
db "<NAME>@" ; species name
db "It uses the sucker"
next "on its head to"
next "hang from a tree"
page "or from eaves. It"
next "can produce seven"
next "different tones.@"
|
SNES_16x16/mainC.asm | nesdoug/M1TE2 | 23 | 204674 | <gh_stars>10-100
; SNES 16x16 tiles testing how it flips 16x16 tiles.
.p816
.smart
.include "regs.asm"
.include "variables.asm"
.include "macros.asm"
.include "init.asm"
.segment "CODE"
; enters here in forced blank
Main:
.a16 ; the setting from init code
.i16
phk
plb
; DMA from BG_Palette to CGRAM
A8
... |
src/stars/tests/debugger/test.asm | kevintmcdonnell/stars | 4 | 204675 | <filename>src/stars/tests/debugger/test.asm<gh_stars>1-10
.data
array: .word 1 4 7 10
byte: .byte 5
.align 3
double: .double 420.00
float: .float 18.0
half: .half 0xffff 1 3
string: .asciiz "hello"
.text
.globl main
main:
mul $t2, $t0, $t1
li $a0, 10
li $v0, 1
syscall
# Terminate the program
li $v0, 10
syscall |
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_PutSprClr.asm | meesokim/z88dk | 0 | 204677 | ; void sp1_PutSprClr(uchar **sprdest, struct sp1_ap *src, uchar n)
SECTION code_temp_sp1
PUBLIC _sp1_PutSprClr
_sp1_PutSprClr:
pop af
pop hl
pop de
pop bc
push bc
push de
push hl
push af
ld b,c
INCLUDE "temp/sp1/zx/sprites/asm_sp1_PutSprClr.asm"
|
octode2k15/music.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 59 | 204679 | <reponame>bushy555/ZX-Spectrum-1-Bit-Routines
;sequence
loop
dw ptn0
dw ptn0
dw ptn1
dw ptn1
dw ptn2
dw ptn2
dw ptn3
dw ptn3
dw ptn4
dw ptn4
dw ptn3
dw ptn3
dw 0
;pattern data
ptn0
dw #401,#0,#1429,#1429,#0,#0,#0,#0,#0
dw #400,#0,#1429,#17f9,#0,#0,#0,#0,#0
dw #400,#0,#1e34,#1e34,#0,#0,#0,#0,#0
dw #400... |
8_kyu/Alan_Partridge_II_Apple_Turnover.asm | UlrichBerntien/Codewars-Katas | 0 | 204680 | SECTION .text
global apple
apple:
; x = edi
; put result string into rax
mov rax, str_cold
mov rcx, str_hot
cmp edi, 31 ;it is 31² = 961 , 32² = 1024
cmovg rax, rcx
cmp edi, -31
cmovl rax, rcx
ret
section .data
str_cold db "Help yourself to a honeycomb Yorkie for the glovebox.",0
str_hot... |
programs/oeis/095/A095140.asm | karttu/loda | 1 | 204681 | <filename>programs/oeis/095/A095140.asm
; A095140: Triangle formed by reading Pascal's triangle (A007318) mod 5.
; 1,1,1,1,2,1,1,3,3,1,1,4,1,4,1,1,0,0,0,0,1,1,1,0,0,0,1,1,1,2,1,0,0,1,2,1,1,3,3,1,0,1,3,3,1,1,4,1,4,1,1,4,1,4,1,1,0,0,0,0,2,0,0,0,0,1,1,1,0,0,0,2,2,0,0,0,1,1,1,2,1,0,0,2,4,2,0,0,1,2,1,1,3,3,1,0,2,1,1,2,0,1,3... |
Aurora/Aurora/x64/Debug/arp.asm | manaskamal/aurora-xeneva | 8 | 204682 | <gh_stars>1-10
; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?arp_table@@3PEAU_arp_table_@@EA ; arp_table
PUBLIC ?arp_table_size@@3HA ; arp_table_size
PUBLIC ?arp_table_curr@@3HA ; arp_table_curr
PUBLIC ?broadca... |
support/QtCreator/share/qtcreator/templates/wizards/projects/nasm/file.asm | agguro/nasm-support | 6 | 204683 | ;name: %{FileName}.asm
;
;description:
;
bits 64
%include "../%{FileName}/%{FileName}.inc"
global main
section .bss
;uninitialized read-write data
section .data
;initialized read-write data
section .rodata
;read-only data
section .text
main:
push rbp
mov rbp,rsp
;TODO: put your code here...... |
oeis/241/A241899.asm | neoneye/loda-programs | 11 | 204684 | ; A241899: Numbers n equal to the sum of all the two-digit numbers formed without repetition from the digits of n.
; 11,22,33,44,55,66,77,88,99,132,264,396
seq $0,228017 ; Numbers n divisible by the sum of any k-subset of digits of n with k >= 1.
mul $0,11
|
view.asm | RabbitWith1000Repos/nes-password-rom | 0 | 204685 | MAC MOVE_TO_NEXT_CHUNK
lda #1
bit CurrentPasswordChunk
bne .NextLine
lda #0
sta PPU_DATA
beq .NextChunk
.NextLine:
txa
pha
lda #0
ldx #19
.NextLineLoop:
sta PPU_DATA
dex
cpx #0
bne .NextLineLoop
pla
... |
Sumar numeros de un arreglo por subrutina y PILA/sumBuffer_PILA.asm | brandonEsquivel/Dragon12plus-9S12 | 0 | 204686 | ;----------------------------------------------------------------------------
; Sumar buffer num por PILA
; EIE, UCR
; <NAME>
; <EMAIL>
;--------------------------------------------------------------------------
; Declaracion de estructura... |
Chapter05/relative-address.nasm | firebitsbr/Penetration-Testing-with-Shellcode | 30 | 204687 | global _start
section .text
_start:
jmp code
hello_world: db 'hello world',0xa
code:
mov al, 1
xor rdi, rdi
add rdi, 1
lea rsi, [rel hello_world]
xor rdx,rdx
add rdx,12
syscall
xor rax,rax
add rax,60
xor rdi,rdi
syscall
|
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1740.asm | ljhsiun2/medusa | 9 | 204688 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x35ea, %r13
nop
and $44295, %r9
mov $0x6162636465666768, %r11
movq %r11, %xmm3
vmovups %ymm3, (%r13)
nop
nop
nop
and %rax, %rax
lea addresses_normal_ht+0x13... |
hasher/asm/nasm/crc32x64.asm | Hitsounds/ShokoServer | 183 | 204689 | SECTION .text
global crcCalc
align 10h
crcCalc:
push rbx
push rdi
push rsi
mov rsi, rcx ; Load the pointer to dwCrc32
mov ecx, [rsi] ; Dereference the pointer to load dwCrc32
xor rbx, rbx
lea rdi, [r8 + r9] ; Calculate the end of the buffer
crc32loop:
xor rax, rax ; Clear the ea... |
data/baseStats/absol.asm | longlostsoul/EvoYellow | 16 | 204690 | db DEX_ABSOL ; pokedex id
db 65 ; base hp
db 130 ; base attack
db 60 ; base defense
db 75 ; base speed
db 75 ; base special
db DARK ; species type 1
db DARK ; species type 2
db FULL_HEAL ; catch rate
db 79 ; base exp yield
INCBIN "pic/ymon/absol.pic",0,1 ; 55, sprite dimensions
dw AbsolPicFront
dw AbsolPicBack
; attack... |
lista2/exerc4..asm | Durfan/ufsj-lab-aoc1 | 0 | 204691 | <gh_stars>0
.data
msg: .asciiz "Total: "
.text
li $s0,0 # i = 0
li $s1,5000 # n = 5000
loop:
slt $t0,$s1,$s0 # 5000 < 0 = 0 / 5000 < 5000 = 0 / 5000 < 5001 = 1
bne $t0,$zero,end # Se 1 for diferente de 0 -> end
add $s3,$s3,$s0
addi $s0,$s0,1 # i+1
j loop
end:
li $v0,56
la ... |
code/6-S-3.asm | gdzhang2012/Assembly-Language-by-Wangshuang | 0 | 204692 | <gh_stars>0
assume cs:codesg
codesg segment
dw 0123h,0456h,0789h,0abch,0defh,0fedh,0cbah,0987h
dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
start: mov ax,cs
mov ss,ax
mov sp,30h
mov bx,0
mov cx,8
s: push cs:[bx]
add bx,2
loop s
mov bx,0
mov cx,8
s0: pop cs:[bx]
add bx,2
loop s0
mov ax,4c00h
int... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.