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 |
|---|---|---|---|---|
asm80386/04chkchar.asm | tao-j/hw | 0 | 43201 | <filename>asm80386/04chkchar.asm
data segment
upper db "uppercase$"
lower db "lowercase$"
number db "number$"
other db "other$"
char db "AZaz09"
addr dw offset upper, offset lower
dw offset number, offset other
; dw:define
;type addr 0 2 4 6 to cite them
data ends
code segment
assume cs:code, ds... |
programs/oeis/327/A327493.asm | karttu/loda | 1 | 43202 | <filename>programs/oeis/327/A327493.asm
; A327493: a(n) = 2^A327492(n).
; 1,4,8,32,128,512,1024,4096,32768,131072,262144,1048576,4194304,16777216,33554432,134217728,2147483648,8589934592,17179869184,68719476736,274877906944,1099511627776,2199023255552,8796093022208,70368744177664,281474976710656,562949953421312
cal $0... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_636.asm | ljhsiun2/medusa | 9 | 43203 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x14516, %r11
nop
nop
nop
nop
nop
and %rbx, %rbx
mov (%r11), %r13w
add $21908, %r15
lea addresses_UC_ht+0x8cd6, %rsi
lea addresses_WC_ht+0xfa66, %rdi
nop
nop
nop
nop
and $32839... |
bin/src/DATA.asm | xohozu/aEditor | 10 | 43205 | ;公共数据段
PUBLIC BUF,MOUSE_BUF
PUBLIC CUR_X, CUR_Y, PRE_X, PRE_Y
PUBLIC ON_LEFT_CLICK, ON_RIGHT_CLICK
GLOBAL SEGMENT PUBLIC
BUF DB 16384 DUP(?);8192 DUP(?) ;缓冲区
MOUSE_BUF DB 228 DUP(?)
CUR_X DW ? ;当前鼠标坐标
CUR_Y DW ?
PRE_X ... |
asm/dos_melee_balore_blocks.asm | Iemnur/DSVEdit | 70 | 43206 | <reponame>Iemnur/DSVEdit
.nds
.relativeinclude on
.erroronwarning on
.open "ftc/overlay9_0", 0219E3E0h
; This makes it so that all melee weapons can break balore blocks, not just Julius's whip.
.org 0x02212AB0 ; Branch of a switch statement taken for all melee weapons except Julius's whip.
b 02212D64h ; Instead ta... |
libsrc/cpc/go_cpm.asm | meesokim/z88dk | 1 | 43207 | <filename>libsrc/cpc/go_cpm.asm
;
; Amstrad CPC library
; Boot CP/M via AMSDOS command
;
; void go_cpm()
;
; $Id: go_cpm.asm,v 1.2 2009/06/22 21:44:16 dom Exp $
;
XLIB go_cpm
INCLUDE "cpcfirm.def"
.go_cpm
; |CPM (no parameters)
ld hl,cmd_cpm
call firmware
de... |
lib/metasm/samples/source.asm | madhavarao-yejarla/VoIP | 35 | 43208 | <filename>lib/metasm/samples/source.asm
.pt_gnu_stack rw // elf-specific instruction
//.interp none // request minimal elf, no section/dynamic/interpreter
#define __i386__
#include <asm/unistd.h> // can use the C preprocessor
stdout equ 1 // 'equ' constant definition
syscall macro nr // asm-style macros... |
ee/hot/scpy.asm | olifink/smsqe | 0 | 43209 | ; Procedure to copy string (a6,a1) V2.00 1988 <NAME> QJUMP
section hotkey
xdef hot_scpy
include 'dev8_keys_err'
include 'dev8_ee_hk_data'
;+++
; String at (a6,a1.l) is copied to hkd_buf2 then a1 set to point to hkd_buf2
;
; a1 cr string pointer, called rel a6, returned absolute
; a3 c p hotkey linkag... |
oeis/035/A035748.asm | neoneye/loda-programs | 11 | 43210 | ; A035748: Coordination sequence for C_11 lattice.
; Submitted by <NAME>
; 1,242,9922,170610,1690370,11414898,58227906,240089586,838478850,2564399090,7039035586,17664712562,41110086402,89719625842,185263467202,364571790066,687750033410,1249849661170,2197075886786,3748850875506,6227320558338,10096197409650,1601117245869... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_944.asm | ljhsiun2/medusa | 9 | 43211 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x5d1a, %rbp
nop
nop
nop
nop
mfence
mov (%rbp), %r8w
nop
nop
nop
nop
nop
xor %rbx, %rbx
lea addresses_WT_ht+0xf65a, %rsi
lea addresses_WC_ht+0x7e9a, %rdi
nop
nop
nop
nop
nop
xo... |
data/wildPokemon/unknowndungeonb1.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 43212 | <filename>data/wildPokemon/unknowndungeonb1.asm
DungeonMonsB1:
db $19
db 55,RHYDON
db 55,MAROWAK
db 55,ELECTRODE
db 64,CHANSEY
IF DEF(_RED)
db 64,MAGMAR
ENDC
IF DEF(_GREEN)
db 64,ELECTABUZZ
ENDC
IF DEF(_BLUE)
db 64,JYNX
ENDC
db 64,PARASECT
IF DEF(_RED)
db 57,GOLDUCK
ENDC
IF DEF(_GREEN)
db 57,GOLDUCK
ENDC
IF ... |
interrupt/failed/i1.asm | remy/z80-wip | 0 | 43214 | <reponame>remy/z80-wip
Stack_Top: equ 0x0000 ; Stack at top of RAM
IM2_Table: equ 0xFE00 ; 256 byte page (+ 1 byte) for IM2
IM2_JP: equ 0xFDFD ; 3 bytes for JP routine under IM2 table
Interrupt: equ 0xFD00
Initialise_Interrupt:
di
ld de, IM2... |
oeis/298/A298680.asm | neoneye/loda-programs | 11 | 43215 | <reponame>neoneye/loda-programs
; A298680: Start with the triangle with 4 markings of the Shield tiling and recursively apply the substitution rule. a(n) is the number of triangles with 6 markings after n iterations.
; Submitted by <NAME>
; 0,0,4,12,56,192,756,2748,10408,38544,144452,537900,2009880,7496160,27985684,104... |
programs/oeis/127/A127721.asm | neoneye/loda | 22 | 43217 | ; A127721: Floor of square root of sum of squares of n consecutive numbers.
; 1,2,3,5,7,9,11,14,16,19,22,25,28,31,35,38,42,45,49,53,57,61,65,70,74,78,83,87,92,97,102,106,111,116,122,127,132,137,143,148,154,159,165,171,177,183,188,194,201,207,213,219,225,232,238,245,251,258,264,271,278,285,292,299,306,313,320,327,334,34... |
examples/init/init.asm | suzukiplan/vgs8 | 1 | 43218 | .setcpu "6502"
.autoimport on
.segment "STARTUP"
; init CMAP register
lda #%00000000
sta $5404
; draw SUZUKI PLAN (16x16 font)
ldx #$00
draw_loop1:
lda tile_suzukiplan, x
sta $6106, x ; (6, 6)
clc
adc #$10
sta $6146, x
inx
cpx #20 ; text length
bne draw_loop1
... |
x86/fasm1macros.asm | lantonov/asm | 150 | 43219 | macro struct? name
macro ends?!
end namespace
iterate definition, args@struct
match name:value, definition
store value at .name
else match name==value, de... |
CheakingDivisionBy3.asm | ARBII-xD/AssemblyCodes | 0 | 43220 | .data
msg1: .asciiz "Enter any number followed by enter: "
msg2: .asciiz "\nYes it is divisible by 3 "
msg3: .asciiz "No it is not divisible by 3 "
.text
.globl main
.ent main
main:
li $v0, 4
la $a0, msg1
syscall
li $v0, 5
syscall
move $t0, $v0
li $t1, 3
div $t0, $t1
mfhi $t3
beq $t3, $... |
oeis/215/A215675.asm | neoneye/loda-programs | 11 | 43221 | <filename>oeis/215/A215675.asm<gh_stars>10-100
; A215675: a(1) = 1, a(n) = 2 if 1<n<=3, a(2n+1) = a(n)+1, a(2n+2) = a(n)+a(n+1)+1 otherwise.
; Submitted by <NAME>
; 1,2,2,4,3,5,3,7,5,8,4,9,6,9,4,11,8,13,6,14,9,13,5,14,10,16,7,16,10,14,5,16,12,20,9,22,14,20,7,21,15,24,10,23,14,19,6,20,15,25,11,27,17,24,8,24,17,27,11,25,... |
Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xa0_notsx.log_1916_351.asm | ljhsiun2/medusa | 9 | 43222 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1387a, %rsi
lea addresses_WT_ht+0x1e43a, %rdi
nop
nop
nop
mfence
mov $50, %rcx
rep movsq
nop
nop
nop
nop
nop
mfence
lea addresses_UC_ht+0x11e3a, %rsi
lea addresses_normal_ht+0x1753a, %r... |
Transynther/x86/_processed/US/_st_zr_/i3-7100_9_0x84_notsx.log_53_58.asm | ljhsiun2/medusa | 9 | 43226 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xf212, %r14
add $18208, %rbp
movl $0x61626364, (%r14)
nop
nop
xor $2210, %rsi
lea addresses_normal_ht+0x1e7a8, %r13
nop
nop
nop
nop
nop
sub %rax, %rax
movups (%r... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_15041_1202.asm | ljhsiun2/medusa | 9 | 43227 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x88b6, %r15
nop
nop
nop
nop
add $22227, %r14
mov (%r15), %rsi
xor $17704, %r9
lea addresses_D_ht+0x766, %r11
nop
nop
nop
nop
add %rbx, %rbx
movups (%r11), %xmm6
vpextrq $1, %xm... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1640.asm | ljhsiun2/medusa | 9 | 43228 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x121a0, %r12
nop
nop
nop
nop
xor $21253, %rax
movb (%r12), %bl
nop
nop
nop
nop
nop
add $30991, %rax
lea addresses_A_ht+0x1c86f, %r... |
hello_do_while.asm | EdTheBass/asm_tutorial | 97 | 43229 | <reponame>EdTheBass/asm_tutorial<filename>hello_do_while.asm
bits 64
default rel
segment .data
search_string db "hello world"
n dq 0
search_term: db 'w'
segment .text
global main
extern ExitProcess
main:
push rbp ; set up a stack frame
mov rbp, rsp ; base pointer po... |
oeis/193/A193469.asm | neoneye/loda-programs | 11 | 43230 | ; A193469: a(n) = A193467(n)/n for n>=1.
; Submitted by <NAME>
; 1,2,9,70,805,12646,257179,6524176,200811433,7340612842,313294235311,15395868322660,861109521894637,54282864059246590,3824491871326292755,298974154411140942856,25767887775430753766353,2434836258338521063652050
mov $3,1
lpb $0
sub $0,1
add $1,1
mov $... |
programs/oeis/157/A157454.asm | neoneye/loda | 22 | 43231 | <filename>programs/oeis/157/A157454.asm
; A157454: Triangle read by rows: T(n, m) = min(2*m - 1, 2*(n - m) + 1).
; 1,1,1,1,3,1,1,3,3,1,1,3,5,3,1,1,3,5,5,3,1,1,3,5,7,5,3,1,1,3,5,7,7,5,3,1,1,3,5,7,9,7,5,3,1,1,3,5,7,9,9,7,5,3,1,1,3,5,7,9,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,13,11,9,7,5,3,1,1,3,5,7,9,11,13,1... |
PROGS/debounce.asm | carlos-santiago-2017/HC12-MicrocontrollerNotes | 0 | 43232 | ORG $100
PORTA EQU $1000
PORTB EQU $1004
INICIO LDAA PORTA
ANDA #$01
BNE INICIO
JSR RETRASO
; ANDA #$01
; BNE INICIO
; JSR RETRASO
INC PORTB
;SWITCH ANDA #$01
;BEQ SWITCH
... |
libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_init_callee.asm | jpoikela/z88dk | 640 | 43233 |
; b_array_t *b_array_init_callee(void *p, void *data, size_t capacity)
SECTION code_clib
SECTION code_adt_b_array
PUBLIC _b_array_init_callee
EXTERN asm_b_array_init
_b_array_init_callee:
pop af
pop hl
pop de
pop bc
push af
jp asm_b_array_init
|
msj_archives/code/WDM/DevCtrl.asm | sarangbaheti/misc-code | 1 | 43234 | <gh_stars>1-10
; DevCtrl.asm -- Device control procedure for MYVXD.VXD
.386p
include vmm.inc
include debug.inc
Declare_Virtual_Device MYVXD, 4, 10, MYVXD_control,\
Undefined_Device_ID, Undefined_Init_Order
;------------------------------------------------------------------------------
; Control function:
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2935.asm | ljhsiun2/medusa | 9 | 43235 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rax
push %rdi
push %rsi
lea addresses_normal_ht+0xc5ea, %rax
nop
nop
nop
cmp $48828, %r11
movups (%rax), %xmm6
vpextrq $0, %xmm6, %rsi
nop
nop
nop
nop
nop
xor %rdi, %rdi
lea addresses_UC_ht+0x491e, %rdi
xor %r12, %r12
mov $0x61626... |
openssl/openssl-fips-2.0.16/tmp32dll/ghash-x86_64.asm | memade/gpl | 0 | 43236 | default rel
%define XMMWORD
section .text code align=64
global fips_gcm_gmult_4bit
ALIGN 16
fips_gcm_gmult_4bit:
mov QWORD[8+rsp],rdi ;WIN64 prologue
mov QWORD[16+rsp],rsi
mov rax,rsp
$L$SEH_begin_gcm_gmult_4bit:
mov rdi,rcx
mov rsi,rdx
push rbx
push rbp
push r12
$L$gmult_prologue:
movzx r8,BYTE[15+rdi]
... |
logs/binary.asm | lupyuen/pxt-maker | 5 | 43237 | ; Interface tables: 0/0 (NaN%)
; Virtual methods: 0 / 0
; generated code sizes (bytes): 1428 (incl. 734 user, 554 helpers, 12 vtables, 128 lits); src size 896
; assembly: 982 lines; density: 104.86 bytes/stmt; (7 stmts)
; total bytes: 55316 (42.2% of 128.0k flash with 75756 free)
; peep hole pass: 17 instructions remov... |
src/util/oli/app/namfi.asm | olifink/qspread | 0 | 43238 | <filename>src/util/oli/app/namfi.asm
; get the real name of a filename 18/11-92
;
section utility
include win1_mac_oli
xdef ut_namfi ; get NAMe from FIlename
;+++
; get name from filename
;
; a0 ptr to filename
; a1 ptr to string (is appended!)
;-... |
test/ir/logarithm.asm | kpsunil/gogo | 2 | 43239 | # Test to find floor value of logarithm (base 2 and base 10) of a number
.data
nStr: .asciiz "Enter n: "
n: .word 0
i: .word 0
base2Str: .asciiz "log2(n): "
base10Str: .asciiz "\nlog10(n): "
.text
.globl main
.ent main
main:
li $v0, 4
la $a0, nStr
syscall
li $v0, 5
syscall
move $t1, $v0
li $t4, -1 # i -... |
macros.asm | adkennan/BurgerMayhem | 0 | 43240 | <reponame>adkennan/BurgerMayhem
;__SHOW_TIMING__ = 1
defm time_on
ifdef __SHOW_TIMING__
lda #COL_/1
sta EXTCOL
endif
endm
defm time_off
ifdef __SHOW_TIMING__
lda #COL_BLACK
sta EXTCOL
endif
endm
defm plda
ldy #/1
lda (P_PLAYER_LO),y
... |
3-Binary_Patching/q2/patch2.asm | galtoubul/Introduction_to_Information_Security | 0 | 43241 | <gh_stars>0
jmp 0x95 # skip deadzone patch
mov ebx, [eax] # check if the line starts with #!
movzx ebx, bx
cmp ebx, 0x00002123
jne 0x6d # if not jump to regular printing
add eax, 2 # skip #!
push eax
call -0x16d # system()
add esp, 4
jmp 0x95
|
oeis/142/A142477.asm | neoneye/loda-programs | 11 | 43242 | ; A142477: Primes congruent to 2 mod 51.
; Submitted by <NAME>
; 2,53,257,359,461,563,971,1277,1481,1583,1787,1889,2297,2399,2909,3011,3623,3929,4133,4337,4643,5051,5153,5867,6173,6581,7193,7499,7703,7907,8009,8111,9029,9437,9539,9743,10151,10253,10457,10559,11069,11171,11273,11579,11681,11783,11987,12497,13007,13109,1... |
Operating_Systems_CSE_2005/Printing_Strings_Lab_3/print_name.asm | aadhityasw/VIT-Labs | 2 | 43243 | [BITS 16]
[ORG 0x7C00]
MOV SI,HelloString
CALL PrintString
JMP $
PrintCharacter:
MOV AH,0x0E
MOV BH,0x00
MOV BL,0x07
INT 0x10
RET
PrintString:
next_character:
MOV AL,[SI]
INC SI
OR AL,AL
JZ exit_function
CALL PrintCharacter
JMP next_character
exit_function:
RET
HelloString db '<NAME>',0
TIMES 510-($-$$) db 0
DW 0... |
Library/Mailbox/Outbox/outboxTransmit.asm | steakknife/pcgeos | 504 | 43244 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: Outbox -- Message Transmission
FILE: outboxTransmit.asm
AUTHOR: <NAME>, May 2, 1994
ROUTINES:
Name Description
---- -----------
REVIS... |
static/roms/giko008.asm | bokuweb/njs | 172 | 43245 | <gh_stars>100-1000
.inesprg 1
.ineschr 1
.inesmir 0
.inesmap 0
.bank 1
.org $FFFA
.dw 0
.dw Start
.dw 0
.bank 0
.org $0000
X_Pos .db 0
Y_Pos .db 0
.org $8000
Start:
lda $2002
bpl Start
lda #%00001000
sta $2000
lda #%00000110
st... |
exercises/4 stringLenght.asm | DanerSound/MIPS-from-scratch | 2 | 43246 | <reponame>DanerSound/MIPS-from-scratch<filename>exercises/4 stringLenght.asm
# read a string from console
# and return the lenght
#
.data
request: .ascii "Give me any string:"
buffer: .space 256
message: .ascii "the lenght of the String is: "
.text
main:
li $v0, 4
la $a0, request
syscall # print the reque... |
programs/oeis/086/A086760.asm | karttu/loda | 1 | 43247 | ; A086760: a(n) = 8n^2 + 88n + 43.
; 43,139,251,379,523,683,859,1051,1259,1483,1723,1979,2251,2539,2843,3163,3499,3851,4219,4603,5003,5419,5851,6299,6763,7243,7739,8251,8779,9323,9883,10459,11051,11659,12283,12923,13579,14251,14939,15643,16363,17099
mov $1,$0
add $0,11
mul $1,8
mul $1,$0
add $1,43
|
programs/oeis/143/A143730.asm | neoneye/loda | 22 | 43248 | ; A143730: a(n) = A141616(n) - A100181(n).
; 5,7,9,9,11,11,13,13,13,15,15,15,17,17,17,17,19,19,19,19,21,21,21,21,21,23,23,23,23,23,25,25,25,25,25,25,27,27,27,27,27,27,29,29,29,29,29,29,29,31,31,31,31,31,31,31,33,33,33,33,33,33,33,33,35,35,35,35,35,35,35
mul $0,4
mov $1,3
lpb $0
sub $0,$1
add $1,2
lpe
div $1,2
sub ... |
target/cos_117/disasm/iop_overlay1/COPY0.asm | jrrk2/cray-sim | 49 | 43249 | <reponame>jrrk2/cray-sim
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291A- f:00024 d: 282 | OR[282] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x291B- f:00024 d: 283 | OR[283... |
tests/asm/and.asm | benjaminselfridge/lc3b | 5 | 43250 | 0x3010
ADD R0 R0 0x0A
ADD R1 R1 0x05
AND R2 R1 R0
ADD R1 R1 0x02
AND R3 R1 R0
TRAP 0x0
|
boot/bootSector.asm | zzl5221281994/zzlOS | 5 | 43251 | <reponame>zzl5221281994/zzlOS
;/************************************************************************************
;Thu Mar 31 15:01:32 2016
;
;MIT License
;Copyright (c) 2016 zhuzuolang
;
;Permission is hereby granted, free of charge, to any person obtaining a copy
;of this software and associated documentation file... |
MSDOS/Virus.MSDOS.Unknown.roach.asm | fengjixuchui/Family | 3 | 43252 | ;Developed and Programmed in Australia.
;Copy_ya_right 1997
;Virus Name : ROACH
;The ROACH virus will install itself memory resident, below the video memory.
;once this virus is in memory it will only infect COM files. It will not
;infect command.com.
;--------------------------- S T A R T -------------------------... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_3_912.asm | ljhsiun2/medusa | 9 | 43253 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x125d7, %r9
nop
nop
sub %r14, %r14
mov $0x6162636465666768, %r12
movq %r12, (%r9)
nop
add %rcx, %rcx
lea addresses_WT_ht+0x14d7f, %rsi
lea addresses_normal_ht+0x114ff, %rdi
nop
nop
... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_202.asm | ljhsiun2/medusa | 9 | 43254 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1df3f, %r15
nop
nop
nop
cmp %r12, %r12
movl $0x61626364, (%r15)
nop
nop
nop
nop
sub $22463, %rax
lea addresses_WT_ht+0x108ad, %rsi
lea addresses_normal_ht+0x5c3f, %rdi
a... |
data/test/add_16_test1.asm | colinw7/CZ80 | 0 | 43255 | <filename>data/test/add_16_test1.asm
1000 21 11 11 01 ff ff 09 21
1008 22 22 11 44 44 19 21 78
1010 56 29 21 33 33 31 77 77
1018 39 76 00 00 00 00 00 00
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2062.asm | ljhsiun2/medusa | 9 | 43256 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1777c, %rsi
lea addresses_WC_ht+0x9e48, %rdi
nop
nop
xor %rax, %rax
mov $117, %rcx
rep movsq
nop
nop
nop
and $50240, %rdi
lea addresses_D_ht+0x1ec7c, %rax
nop
nop
cmp $13273, %r13
movl $0x616263... |
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2_notsx.log_90_1136.asm | ljhsiun2/medusa | 9 | 43257 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x13a0e, %rdx
nop
nop
nop
xor %rsi, %rsi
movups (%rdx), %xmm7
vpextrq $0, %xmm7, %rcx
nop
xor %rbp, %rbp
lea addresses_normal_ht+0x10006, %rsi
lea addresses_A_ht+0x1bc0e, %rdi
... |
oeis/273/A273801.asm | neoneye/loda-programs | 11 | 43258 | <filename>oeis/273/A273801.asm
; A273801: Numbers n for which n = (x - phi(x)) * (y - phi(y)), where n = x + y and x - phi(x) is the Euler cototient function of x.
; Submitted by <NAME>
; 16,24,32,48,56,72,80,96,120,128,152,168,176,192,216,240,248,272,288,296,320,336,360,392,408,416,432,440,456,512,528,552,560,600,608,... |
src/spread/sprites/tpct.asm | olifink/qspread | 0 | 43259 | ;Sprite source code generated with EASYSOURCE V3.03
; 1991/92 <NAME> Software
;************************************************
; -> tpct <- 1994 Aug 24 11:42:53
section sprite
xdef mes_tpct
xref mes_zero
mes_tpct
sp1_tpct
dc.w $0100,$0000 ;form, time/adaption
dc.w $0013,$0010 ;x ... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_17129_822.asm | ljhsiun2/medusa | 9 | 43260 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xb882, %rsi
lea addresses_normal_ht+0x1e1a2, %rdi
nop
nop
sub $47154, %r14
mov $10, %rcx
rep movsl
nop
nop
nop
and %rdi, %rdi
lea addresses_WC_ht+0x1dd82, %rdi
nop
sub $35257... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_738.asm | ljhsiun2/medusa | 9 | 43261 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rbx
lea addresses_WT_ht+0xf342, %rbx
add %r13, %r13
movw $0x6162, (%rbx)
nop
add %r11, %r11
pop %rbx
pop %r8
pop %r13
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %rbx
push %rcx
push %rdi
// Faulty L... |
oeis/123/A123283.asm | neoneye/loda-programs | 11 | 43262 | <reponame>neoneye/loda-programs
; A123283: X-values of solutions to the equation 3(X-Y)^4 - 8*X*Y = 0 with X >= Y.
; Submitted by <NAME>
; 0,12,1000,96228,9411920,922099452,90354627000,8853814445268,867583293703840,85014307312378092,8330534516925125000,816307368189063783108,79989791546404858955760,783818326416358473333... |
programs/oeis/318/A318827.asm | jmorken/loda | 1 | 43264 | ; A318827: a(n) = n - gcd(n - 1, phi(n)).
; 0,1,1,3,1,5,1,7,7,9,1,11,1,13,13,15,1,17,1,19,17,21,1,23,21,25,25,25,1,29,1,31,29,33,33,35,1,37,37,39,1,41,1,43,41,45,1,47,43,49,49,49,1,53,53,55,53,57,1,59,1,61,61,63,49,61,1,67,65,67,1,71,1,73,73,73,73,77,1,79,79,81,1,83,81,85,85,87,1,89,73,91,89,93,93,95,1,97,97,99,1,101,1... |
unordnung_auch_assembler/asm/attiny13/melodieSE/eeprom/phase3/tinyProg.asm | no-go/Blink_atmega328p | 0 | 43265 | <reponame>no-go/Blink_atmega328p
.include "myTiny13.h"
; r1 => has Tone
; r2 => has ToneLength
.equ CNT,0x0000 ; Adresse des Zaehlers im EEPROM
;irq Vector
.org 0x0000
rjmp OnReset
.org 0x0006
rjmp TimerComp ; Timer-Compare Interrupt
.org 0x0010
TimerComp:
push A
sbi EECR,0 ; set bit 0 -> eeprom Read!
in r... |
oeis/006/A006323.asm | neoneye/loda-programs | 11 | 43266 | <gh_stars>10-100
; A006323: 4-dimensional analog of centered polygonal numbers.
; 1,10,41,115,260,511,910,1506,2355,3520,5071,7085,9646,12845,16780,21556,27285,34086,42085,51415,62216,74635,88826,104950,123175,143676,166635,192241,220690,252185,286936,325160,367081,412930,462945,517371,576460,640471,709670,784330,86473... |
pwnlib/shellcraft/templates/aarch64/linux/dup3.asm | zaratec/pwntools | 5 | 43267 | <filename>pwnlib/shellcraft/templates/aarch64/linux/dup3.asm<gh_stars>1-10
<%
from pwnlib.shellcraft.aarch64.linux import syscall
%>
<%page args="fd, fd2, flags"/>
<%docstring>
Invokes the syscall dup3. See 'man 2 dup3' for more information.
Arguments:
fd(int): fd
fd2(int): fd2
flags(int): flags
</%d... |
vendor/github.com/spdk/spdk/intel-ipsec-mb/avx/mb_mgr_hmac_sha_512_flush_avx.asm | intel/oim | 17 | 43268 | <reponame>intel/oim
;;
;; Copyright (c) 2012-2018, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this li... |
002-re-cmd-modify/reloc1.asm | gynvael/stream | 152 | 43270 | <filename>002-re-cmd-modify/reloc1.asm
[bits 64]
[org 0x140059000]
%define IAT_wcsicmp 0x1400286B8
; Is it our command?
lea rdx, [rel cmd_name]
lea rcx, [rsp+0x20]
mov rax, IAT_wcsicmp
call [rax]
test eax, eax
jnz not_ours
; Our command!
mov ax, 0x02
mov ebx, 0xdeadc0de
jmp 0x14000B9C8
not_our... |
Source/CPM3/bioskrnl.asm | davidknoll/RomWBW | 194 | 43271 | <reponame>davidknoll/RomWBW<filename>Source/CPM3/bioskrnl.asm
title 'Root module of relocatable BIOS for CP/M 3.0'
; version 1.0 15 Sept 82
maclib options
; Copyright (C), 1982
; Digital Research, Inc
; P.O. Box 579
; Pacific Grove, CA 93950
; This is the invariant portion of the mo... |
programs/oeis/000/A000062.asm | karttu/loda | 0 | 43272 | ; A000062: A Beatty sequence: a(n) = floor(n/(e-2)).
; 1,2,4,5,6,8,9,11,12,13,15,16,18,19,20,22,23,25,26,27,29,30,32,33,34,36,37,38,40,41,43,44,45,47,48,50,51,52,54,55,57,58,59,61,62,64,65,66,68,69,71,72,73,75,76,77,79,80,82,83,84,86,87,89,90,91,93,94,96,97,98,100,101,103,104,105,107,108,109,111,112,114,115,116,118,119... |
electron.asm | johnw004/WifiRFS | 0 | 43275 | \ ROM Filing System for Electron Wifi Board
\ (C) 2021 <NAME>
Based on:
\ Electron Wifi Sideway ROM
\ Settings, definitions and constants
\ (C)<NAME> 2020
\ Version 1.00 May 2020
\ Modified by <NAME>, February 2021, for Wifi RFS system
__ELECTRON__ = 1
__ATOM__ = 0
uart = &FC30 ... |
ee/hk/sprc.asm | olifink/smsqe | 0 | 43276 | <reponame>olifink/smsqe
; Set preamble code V2.00 1988 <NAME> QJUMP
section hotkey
xdef hk_sprc
xref hk_gdstart
include 'dev8_ee_hk_xhdr'
;+++
; Set preamble code in header with calls to guardian
;
; d1 c p msw border / lsw grabber memory (0 none, -ve ask)
; d2 c p guardian window size (0 none, -ve... |
libsrc/abc80/abc_inv.asm | dex4er/deb-z88dk | 1 | 43277 | ;
; ABC80 Graphics Functions
;
; xorg () -- invert graphics on screen
;
; routine found in "grafik.asm"
; by <NAME> - 1986-03-13 22.58.30
;
; imported by <NAME> - 29/12/2006 :o)
;
;
; $Id: abc_inv.asm,v 1.1 2007/10/31 16:15:36 stefano Exp $
;
XLIB abc_inv
.abc_inv
ld ix,... |
UPC Microcontroladores 2019-2/Semana 6/adcmonon.X/lecturamon2.asm | tocache/picomones | 5 | 43278 | <gh_stars>1-10
list p=18f4550
#include<p18f4550.inc>
#include "LCD_LIB.asm"
CONFIG PLLDIV = 1 ; PLL Prescaler Selection bits (No prescale (4 MHz oscillator input drives PLL directly))
CONFIG CPUDIV = OSC1_PLL2 ; System Clock Postscaler Selection bits ([Primary Oscillator Src: /1... |
exercises/x86-64-assembly-1-b/.meta/example.array.asm | ee7/exercism-research_experiment_1 | 8 | 43279 | section .rodata
red: db "RED", 0
orange: db "ORANGE", 0
yellow: db "YELLOW", 0
green: db "GREEN", 0
blue: db "BLUE", 0
indigo: db "INDIGO", 0
violet: db "VIOLET", 0
array: dq red, orange, yellow, green, blue, indigo, violet
section .text
global color_name
color_name:
mov edi, edi
lea rax, [rel array]
mov ... |
src/doors.asm | jannone/westen | 49 | 43280 | <filename>src/doors.asm
;-----------------------------------------------
setup_door_nw:
call find_or_decompress_door
; Calculate top-left ptr of the door:
; x: room_x - (ix+DOOR_STRUCT_POSITION) - 1
; y: room_y + (ix+DOOR_STRUCT_POSITION)/2 - (ix+DOOR_STRUCT_HEIGHT) - 7
; ptr = background_tile_ptrs + (x + y*32)*... |
oeis/052/A052671.asm | neoneye/loda-programs | 11 | 43282 | <filename>oeis/052/A052671.asm
; A052671: E.g.f. x^3*(1-x)/(1-2x).
; Submitted by <NAME>
; 0,0,0,6,24,240,2880,40320,645120,11612160,232243200,5109350400,122624409600,3188234649600,89270570188800,2678117105664000,85699747381248000,2913791410962432000,104896490794647552000
seq $0,52564 ; Expansion of e.g.f. x*(1-x)/(1-... |
ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldiv.asm | James992927108/uEFI_Edk2_Practice | 1 | 43283 | //------------------------------------------------------------------------------
//
// Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
// which accompanies this distribut... |
Packets/compile/cobol.asm | TrojanIsHere/GOD | 0 | 43284 | <reponame>TrojanIsHere/GOD
;-- 2010 --
FCB: EQU 5CH
READ: EQU 20
SETDMA: EQU 26
OPEN: EQU 15
CLOSE: EQU 16
CREATE: EQU 22
DELETE: EQU 19
BLKWRT: EQU 40
GETSEG: EQU 38
BUFSIZ: EQU 1024
ORG 100H
PUT 100H
HEX2BIN:
MOV DI,FCB+9
CMP B,[DI]," "
JNZ HAVEXT
MOV SI,HEX
MOVB
MOVW
HAVEXT:
;Get load offset (default is -... |
data/baseStats/gengar.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 43285 | db GENGAR ; pokedex id
db 60 ; base hp
db 65 ; base attack
db 60 ; base defense
db 110 ; base speed
db 130 ; base special
db GHOST ; species type 1
db POISON ; species type 2
db 45 ; catch rate
db 190 ; base exp yield
INCBIN "pic/gsmon/gengar.pic",0,1 ; 66, sprite dimensions
dw GengarPicFront
dw GengarPicBack
; attacks... |
Third_Year/Compilers/testing/tests-xpl-daily-201701121739/A-04-4-N-ok.asm | danielcorreia96/LEIC_Projects | 0 | 43286 | segment .text
align 4
global _main:function
_main:
align 4
xpl:
push ebp
mov ebp, esp
sub esp, 4
push dword 0
lea eax, [ebp+-4]
push eax
pop ecx
pop eax
mov [ecx], eax
segment .rodata
align 4
_L1:
db "AA", 0
segment .text
push dword $_L1
call prints
add esp, 4
call println
lea eax, [ebp+-4]
push eax
po... |
oeis/014/A014640.asm | neoneye/loda-programs | 11 | 43288 | <filename>oeis/014/A014640.asm
; A014640: Even heptagonal numbers (A000566).
; 0,18,34,112,148,286,342,540,616,874,970,1288,1404,1782,1918,2356,2512,3010,3186,3744,3940,4558,4774,5452,5688,6426,6682,7480,7756,8614,8910,9828,10144,11122,11458,12496,12852,13950,14326,15484,15880,17098,17514,18792,19228,20566,21022,22420,... |
data/pokemon/base_stats/persian.asm | Trap-Master/spacworld97-thingy | 0 | 43289 | db 0 ; species ID placeholder
db 65, 70, 60, 115, 65, 65
; hp atk def spd sat sdf
db NORMAL, NORMAL ; type
db 90 ; catch rate
db 148 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F0 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/persian/f... |
0. TEMPLATE.asm | rng70/Assembly-Programming | 0 | 43290 | .MODEL SMALL
.STACK 100H
.DATA
CR EQU 0DH
LF EQU 0AH
.CODE
MAIN PROC
;DATA SEGMENT INITIALIZATION
MOV AX, @DATA
MOV DS, AX
;DOS EXIT
MOV AH, 4CH
INT 21H
MAIN ENDP
END MAIN |
oeis/264/A264701.asm | neoneye/loda-programs | 11 | 43291 | ; A264701: Number of n X 1 arrays of permutations of 0..n-1 with rows nondecreasing modulo 2 and columns nondecreasing modulo 6.
; Submitted by <NAME>(m4)
; 1,1,1,1,1,1,2,4,8,16,32,64,192,576,1728,5184,15552,46656,186624,746496,2985984,11943936,47775744,191102976,955514880,4777574400,23887872000,119439360000,5971968000... |
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_pow_callee.asm | ahjelm/z88dk | 640 | 43293 | <reponame>ahjelm/z88dk
SECTION code_fp_am9511
PUBLIC cam32_sdcc_pow_callee
EXTERN asm_am9511_pow_callee
.cam32_sdcc_pow_callee
pop af ; return
pop bc ; LHS LSB
pop hl
pop de ; RHS
ex (sp),hl ; RHS MSB, LHS MSB to stack
push bc ; LHS LSB
push af
ex de,hl
jp as... |
Ficheiros assembly (TP's e Testes)/ex9-folha4.asm | pemesteves/mpcp-1718 | 0 | 43294 | <gh_stars>0
include mpcp.inc
;; declaracoes de dados (variaveis globais)
.data
seq SWORD 1, 2, 3
msg BYTE "%d", 13, 10, 0
;; seccao de codigo principal
.code
poly2 PROTO coefs:PTR SWORD, x:SWORD
main PROC C
invoke poly2, OFFSET seq, 2
invoke printf, OFFSET msg, eax
invoke _getch
invoke ExitProcess, 0
main ENDP
... |
base/ntos/ke/x86/intsup.asm | MasonLeeBack/WRKRazzle | 54 | 43295 | <reponame>MasonLeeBack/WRKRazzle
TITLE "Interrupt Object Support Routines"
;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
; If you do not agree to the ter... |
programs/oeis/048/A048584.asm | jmorken/loda | 1 | 43296 | ; A048584: Pisot sequence L(5,7).
; 5,7,10,15,23,36,57,91,146,235,379,612,989,1599,2586,4183,6767,10948,17713,28659,46370,75027,121395,196420,317813,514231,832042,1346271,2178311,3524580,5702889,9227467,14930354,24157819,39088171,63245988,102334157,165580143,267914298,433494439,701408735,1134903172,1836311905,297121507... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1887.asm | ljhsiun2/medusa | 9 | 43297 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1887.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xe75d, %rsi
lea addresses_normal_ht+0x153ad, %rdi
nop
nop
add $23298, %rax
mov $3... |
oeis/033/A033714.asm | neoneye/loda-programs | 11 | 43298 | <filename>oeis/033/A033714.asm
; A033714: Number of zeros in numbers 0 to 999..9 (n digits).
; 1,10,190,2890,38890,488890,5888890,68888890,788888890,8888888890,98888888890,1088888888890,11888888888890,128888888888890,1388888888888890,14888888888888890,158888888888888890,1688888888888888890,17888888888888888890,18888888... |
asm/strcmp.asm | GabrielRavier/Generic-Assembly-Samples | 0 | 43299 | global @ASM_strcmp@8
extern @ASM_strlen@4
extern @ASM_memcmp@12
%define ASM_strlen @ASM_strlen@4
%define ASM_memcmp @ASM_memcmp@12
segment .text align=16
%define str1 ecx
%define str2 edx
%define strlenStr ecx
%define strlenRet eax
%define memcmpBuf1 ecx
%define memcmpBuf2 edx
@ASM_strcmp@8:
pu... |
Tek2/ASM/MinilibC/src/strchr.asm | PhilippeDeSousa/EpitechBundle | 1 | 43300 | section .text
global strchr:function
strchr:
push rdi
loop:
cmp BYTE [rdi], sil
jz found
cmp BYTE [rdi], 0
jz not_found
inc rdi
jmp loop
not_found:
mov rax, 0
jmp end
found: mov rax, rdi
end:
pop rdi
ret |
Driver/Printer/PrintCom/printcomInfo.asm | steakknife/pcgeos | 504 | 43301 | <filename>Driver/Printer/PrintCom/printcomInfo.asm
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Printer drivers
FILE: printcomInfo.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- ... |
oeis/107/A107418.asm | neoneye/loda-programs | 11 | 43302 | ; A107418: a(n) = C(n+3,3)*C(n+6,6).
; 1,28,280,1680,7350,25872,77616,205920,495495,1101100,2290288,4504864,8446620,15193920,26356800,44279424,72299997,115079580,179012680,272734000,407737330,599124240,866502000,1235052000,1736791875,2412056556,3311225568,4496726080,6045343480,8050873600,10627153152,13911507456,1806865... |
T3/E3T1.asm | abphilip-vit/College3 | 2 | 43303 | ORG 0000H
MOV DPTR,#0200H
MOV R1, #0EH
MOV R0, #40H
ALLEN:CLR A
MOVC A,@A+DPTR
MOV @R0,A
INC DPTR
INC R0
DJNZ R1,ALLEN
HERE: SJMP HERE
ORG 0200H
DB "VIT UNIVERSITY"
END |
programs/oeis/157/A157511.asm | neoneye/loda | 22 | 43304 | <reponame>neoneye/loda<gh_stars>10-100
; A157511: a(n) = 5000*n^2 + 200*n + 1.
; 5201,20401,45601,80801,126001,181201,246401,321601,406801,502001,607201,722401,847601,982801,1128001,1283201,1448401,1623601,1808801,2004001,2209201,2424401,2649601,2884801,3130001,3385201,3650401,3925601,4210801,4506001,4811201,5126401,54... |
oeis/101/A101780.asm | neoneye/loda-programs | 11 | 43305 | ; A101780: Primes of the form 100*n + 3.
; Submitted by <NAME>
; 3,103,503,1103,1303,2003,2203,2503,2803,2903,3203,3803,4003,4603,4703,4903,5003,5303,5503,5903,6203,6703,6803,7103,7603,7703,8803,9103,9203,9403,9803,10103,10303,10903,11003,11503,11903,12203,12503,12703,13003,13103,13903,14303,14503,15803,16103,16603,167... |
Driver/Printer/PrintCom/Buffer/bufferScanBandNike.asm | steakknife/pcgeos | 504 | 43306 |
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: common buffer routines
FILE: bufferScanBandNike.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
N... |
Library/StreamC/streamCParallel.asm | steakknife/pcgeos | 504 | 43307 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: GEOS
MODULE: Libary/StreamC
FILE: streamCParallel.asm
AUTHOR: <NAME>
FUNCTIONS:
Scope Name Description
----- ---- -----------
Ext ParallelGetDe... |
forktest.asm | galdinstag/os162-3 | 0 | 43308 | <reponame>galdinstag/os162-3
_forktest: file format elf32-i386
Disassembly of section .text:
00000000 <printf>:
#define N 1000
void
printf(int fd, char *s, ...)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
write(fd, s, ... |
src/SonicBoomRiseOfLyric/Cheats/UnlockAllMoneyBags/patch_UnlockAllMoneyBags.asm | lilystudent2016/cemu_graphic_packs | 1,002 | 43309 | [WiiULauncher0US]
moduleMatches = 0x90DAC5CE
; Jump to success condition
0x34BD3E4 = b 0x34BD524
; Force loop to iterate four times to unlock all bonuses
0x34BD544 = li r27, 4
; Branch back to first condition to unlock the UI
0x34BD5AC = b 0x34BD4FC
; Skip saving callback in 3DS response payload
0x34BFCB8 = nop
[W... |
src/rng-ion.asm | SzieberthAdam/gb-rngdemo | 1 | 43310 | <gh_stars>1-10
;* RNG-ION
;* Copyright (c) 2019 <NAME>
;* 0BSD License (see LICENSE file for more info)
;* =============================================================================
;* ABSTRACT
;* =============================================================================
;* This is based off the tried and true... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1133.asm | ljhsiun2/medusa | 9 | 43311 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x2fe8, %rbx
nop
nop
nop
xor $40023, %rcx
mov (%rbx), %rax
nop
cmp %rsi, %rsi
lea addresses_normal_ht+0x1799, %rbp
nop
nop
nop
cmp %r13, %r13
mov (%rbp), %r11d
nop
nop
nop
nop... |
impl/src/test/resources/programs/Sum100.asm | jeslie/hack-assembler | 1 | 43312 | // Computes sum=1+...+100.
@i // i=1
M=1
@sum // sum=0
M=0
(LOOP)
@i // if (i-100)=0 goto END
D=M
@100
D=D-A
@END
D;JGT
@i // sum+=i
D=M
@sum
M=D+M
@i // i++
M=M+1
@LOOP // goto LOOP
0;JMP
(END) // infinite loop
@END
0;... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1922.asm | ljhsiun2/medusa | 9 | 43313 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xd432, %rsi
lea addresses_D_ht+0xa2ee, %rdi
sub $870, %r12
mov $123, %rcx
rep movsq
nop
nop
cmp $54154, %r10
lea addresses_normal_ht+0xdc1a, %rsi
lea addresses_normal_ht+0xc0... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.