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 |
|---|---|---|---|---|
Aug14/3.asm | s10singh97/Microprocessor_Lab | 0 | 206757 |
;SWAPPING
LDA 5000;
MOV B, A;
LDA 5001;
ADD B;
MOV C, A;
SUB B;
MOV B, A;
STA 5000;
MOV A, C;
SUB B;
STA 5001;
hlt |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2860.asm | ljhsiun2/medusa | 9 | 206758 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x92d3, %r10
nop
nop
inc %rdx
movw $0x6162, (%r10)
nop
nop
nop
nop
sub %rbx, %rbx
lea addresses_A_ht+0x3ea9, %rsi
nop
nop
cmp %r12, %r12
mov $0x6162636465666768, %rdi
movq %rdi,... |
maps/SandgemPokemonCenter1F.asm | AtmaBuster/pokeplat-gen2 | 6 | 206759 | <gh_stars>1-10
object_const_def ; object_event constants
const SANDGEM_POKEMON_CENTER_1F_NURSE
SandgemPokemonCenter1F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
SandgemPokemonCenter1FNurseScript:
jumpstd pokecenternurse
SandgemPokemonCenter1F_NiceLadyWomanScript:
jumptextfaceplayer .Text
.Text:
text "... |
programs/oeis/275/A275363.asm | neoneye/loda | 22 | 206760 | <reponame>neoneye/loda<gh_stars>10-100
; A275363: a(1)=3, a(2)=6, a(3)=3; thereafter a(n) = a(n-a(n-1)) + a(n-1-a(n-2)).
; 3,6,3,3,9,6,3,12,9,3,15,12,3,18,15,3,21,18,3,24,21,3,27,24,3,30,27,3,33,30,3,36,33,3,39,36,3,42,39,3,45,42,3,48,45,3,51,48,3,54,51,3,57,54,3,60,57,3,63,60,3,66,63,3,69,66,3,72,69,3,75,72,3,78,75,3,... |
src/kernel.asm | ignaciolebrero/Orga2TP3 | 0 | 206761 | %include "imprimir.mac"
global start
extern GDT_DESC
extern IDT_DESC
extern resetear_pic
extern habilitar_pic
extern agregar_tarea
extern idt_inicializar
extern tss_inicializar
extern mmu_inicializar
extern game_inicializar
extern screen_pintar_rect
extern screen_inicializar
extern tss_inicializar_idle
extern inicial... |
programs/oeis/028/A028326.asm | karttu/loda | 1 | 206763 | <filename>programs/oeis/028/A028326.asm
; A028326: Twice Pascal's triangle A007318: T(n,k) = 2*C(n,k).
; 2,2,2,2,4,2,2,6,6,2,2,8,12,8,2,2,10,20,20,10,2,2,12,30,40,30,12,2,2,14,42,70,70,42,14,2,2,16,56,112,140,112,56,16,2,2,18,72,168,252,252,168,72,18,2,2,20,90,240,420,504,420,240,90,20,2,2,22,110,330,660,924,924,660,33... |
programs/oeis/083/A083086.asm | jmorken/loda | 1 | 206764 | ; A083086: a(n) (2*2^n + (-4)^n)/3.
; 1,0,8,-16,96,-320,1408,-5376,22016,-87040,350208,-1396736,5595136,-22364160,89489408,-357892096,1431699456,-5726535680,22906667008,-91625619456,366504574976,-1466014105600,5864064811008,-23456242466816,93825003421696,-375299946577920,1501199920529408,-6004799413682176
mov $1,2
mov... |
libsrc/_DEVELOPMENT/arch/sms/vram/c/sdcc/sms_setw_vram.asm | jpoikela/z88dk | 640 | 206765 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; void sms_setw_vram(unsigned int c, unsigned int n)
SECTION code_clib
SECTION code_crt_common
PUBLIC _sms_setw_vram
EXTERN asm_sms_setw_vram
_sms_setw_vram:
pop af
pop de
pop bc
push bc
push de
push af
jp asm_sms_setw_vram
|
test/max.asm | kjkszpj/arch8 | 1 | 206766 | nop
nop
mov a0, #33
mov a1, #22
mov a2, #0
add a2, a0
sub a2,a1
jp else
mov a2, #0
add a2, a1
jmp loop
else:
mov a2, #0
add a2, a0
loop:
jmp loop
nop
nop
|
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/fmod.asm | ahjelm/z88dk | 640 | 206767 | <reponame>ahjelm/z88dk
SECTION code_fp_am9511
PUBLIC fmod
EXTERN cam32_sccz80_fmod
defc fmod = cam32_sccz80_fmod
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _fmod
EXTERN cam32_sdcc_fmod
defc _fmod = cam32_sdcc_fmod
ENDIF
|
programs/player.asm | mynameispyo/InpyoOS | 0 | 206768 | <reponame>mynameispyo/InpyoOS
; ------------------------------------------------------------------
; MichalOS Music Player
; ------------------------------------------------------------------
BITS 16
%INCLUDE "osdev.inc"
%INCLUDE "notelist.txt"
ORG 100h
start:
call os_speaker_off
call .draw_background
mov a... |
oeis/037/A037638.asm | neoneye/loda-programs | 11 | 206769 | ; A037638: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 2,1,3.
; Submitted by <NAME>
; 2,21,213,2132,21321,213213,2132132,21321321,213213213,2132132132,21321321321,213213213213,2132132132132,21321321321321,213213213213213,2132132132132132
mov $2,1
lpb $0
sub $0... |
Library/Pref/configui/configuiFileAssoc.asm | NCommander/pcgeos | 0 | 206770 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Designs in Light 2002 -- All Rights Reserved
FILE: configuiProgList.asm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
include fileEnum.def
ProgListCode segment resource
;--... |
oeis/179/A179802.asm | neoneye/loda-programs | 11 | 206771 | <filename>oeis/179/A179802.asm
; A179802: Digital root of A179545.
; Submitted by <NAME>(w4)
; 3,9,3,9,3,9,3,9,3,3,9,9,3,9,3,3,3,9,9,3,9,9,3,3,9,3,9,3,9,3,9,3,3,9,3,9,9,9,3,3,3,9,3,9,3,9,9,9,3,9,3,3,9,3,3,3,3,9,9,3,9,3,9,3,9,3,9,9,3,9,3,3,9,9,9,3,3,9,3,9,3,9,3,9,9,3,3,9,3,9,3,3,9,3,9,3,3,3,9,9
seq $0,6093 ; a(n) = pri... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_2620.asm | ljhsiun2/medusa | 9 | 206772 | <filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_2620.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r15
push %rcx
push %rdi
lea addresses_A_ht+0xc055, %rcx
nop
nop
nop
nop
nop
cmp $2613, %r12
mov (%rcx), %rdi
nop
cmp $64160, %r14
lea address... |
old/dlc4-bad/test/test3.asm | icefoxen/finished-dumblang | 0 | 206775 |
segment .text
extern printIntC
extern printCharC
extern printNLC
extern printFloatC
global foo_id
global foo_idf
global foo_testTrivial
global foo_testVars
global foo_testArgs
global foo_testArgsAndVars
global foo_testLogic
global foo_float2int
global foo_floatMath
global foo_int2float
global foo_loopTest
global foo_f... |
p0506.asm | zhangyuesai/8086-asm-learning-code | 1 | 206776 | <gh_stars>1-10
assume cs:code
code segment
mov ax,0ffffh
mov ds,ax ; (ds) <- ffffh
mov bx,0 ; EA
mov dx,0 ; sum
mov cx,12 ; loop counter
s: mov al,[bx]
mov ah,0 ; (ax) <- (ffff0h + (bx))
add dx,ax
inc bx
loop s
mov ax,4c00h
int 21h
code ends
end
|
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_107_728.asm | ljhsiun2/medusa | 9 | 206777 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xf01, %r15
nop
nop
nop
cmp %rdx, %rdx
vmovups (%r15), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %rbp
nop
nop
nop
dec %rsi
lea addresses_normal_ht+0xdcb9... |
grep.asm | brian19991119/changbri_project4_frq | 0 | 206778 |
_grep: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b:... |
ScrollAdd2Multiply.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 0 | 206781 | ; HERE IS MY CODE FOR USING SHL AND ADD COMMANDS TO ACHIEVE
; 02H*26. (AND THE RESULT IS STORED IN BL)
CODE SEGMENT
ASSUME CS:CODE
START: MOV AL,02H
MOV BL,AL
MOV CL,AL
SHL CL,1 ; 02H*2
SHL BL,3 ; 02H*8
ADD BL,CL ; 02H*(2+8)
... |
Computer_Ogranisation_Lab/assignments/MIPS/div.asm | avi-dak-hyd/CSE-Sem5 | 0 | 206782 | .data
.text
addi $t0, $zero, 21
addi $t1, $zero, 5
div $t2, $t0, 10
li $v0, 1
move $a0, $t2
syscall |
cards/bn5/ItemCards/136-F020 Ribitta's Audience Giveaway.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 206783 | .include "defaults_item.asm"
table_file_jp equ "exe5-utf8.tbl"
table_file_en equ "bn5-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252424A // BRBJ
game_code_2 equ 0x42524245 // BRBE
game_code_3 equ 0x42524250 // BRBP
card_type equ 0
card_id equ 40
card_no equ "040"
card_sub equ "Item Card 040"
card_sub_... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2622.asm | ljhsiun2/medusa | 9 | 206785 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rax
lea addresses_normal_ht+0x982c, %rax
nop
nop
nop
nop
nop
xor $63667, %r13
mov (%rax), %r9
nop
nop
nop
inc %r11
pop %rax
pop %r9
pop %r13
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r9
push %rax
push ... |
tmp1/c55x-sim2/foo/asm/i2s_register.asm | jwestmoreland/eZdsp-DBG-sim | 1 | 206786 | *****************************************************************************
* Copyright (c) 2008 -2010 Texas Instruments, Inc. All Rights Reserved *
* This is proprietary information, not to be published -- TI INTERNAL DATA *
*****************************************************************************
... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_194_1121.asm | ljhsiun2/medusa | 9 | 206787 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x18a12, %rsi
nop
nop
nop
nop
inc %r13
mov $0x6162636465666768, %r11
movq %r11, %xmm1
movups %xmm1, (%rsi)
nop
inc %r14
lea addresses_normal_ht+0xc792, %r8
nop
cm... |
projects/08/FunctionCalls/StaticsTest/StaticsTest.asm | Liquidibrium/nand2tetris | 0 | 206788 | @256
D=A
@SP
M=D
//call
@Sys.init$ret.1
D=A
@SP
A=M
M=D
@SP
M=M+1
//save LCL
@LCL
D=M
@SP
A=M
M=D
@SP
M=M+1
//save ARG
@ARG
D=M
@SP
A=M
M=D
@SP
M=M+1
//save THIS
@THIS
D=M
@SP
A=M
M=D
@SP
M=M+1
//save THAT
@THAT
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
D=M
@5
D=D-A
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JMP
(Sys.init$ret.1)
(Class... |
progs/chap05p03-max (2).asm | HKhademian/AssemblyDandamudi | 1 | 206789 | <reponame>HKhademian/AssemblyDandamudi<gh_stars>1-10
%include "lib.asm"
extern ExitProcess
global _start
section .bss
buffer resb 25
section .code
max:
%define num1 WORD [EBP+8]
%define num2 WORD [EBP+10]
%define num3 WORD [EBP+12]
enter 0,0
mov AX, num1
cmp AX, num2
jge max_skip2
mov AX, num2
max... |
oeis/250/A250870.asm | neoneye/loda-programs | 11 | 206790 | <reponame>neoneye/loda-programs
; A250870: Number of (n+1) X (1+1) 0..3 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.
; Submitted by <NAME>(s3)
; 90,440,2002,8736,37130,155080,640002,2619056,10653370,43144920,174174002,701478976,2820264810,11324105960... |
programs/oeis/238/A238375.asm | neoneye/loda | 22 | 206791 | <filename>programs/oeis/238/A238375.asm
; A238375: Row sums of triangle in A152719.
; 1,2,4,6,11,16,28,40,69,98,168,238,407,576,984,1392,2377,3362,5740,8118,13859,19600,33460,47320,80781,114242,195024,275806,470831,665856,1136688,1607520,2744209,3880898,6625108,9369318,15994427,22619536,38613964,54608392
add $0,4
seq ... |
wujian100_open-master/sdk/projects/examples/driver/timer/CDK/Lst/wujian100_open-timer.asm | SHIELDJY/ZhixinTongde_WJ100 | 0 | 206792 |
C:/Users/Administrator/Documents/GitHub/ZhixinTongde_WJ100/wujian100_open-master/sdk/projects/examples/driver/timer/CDK//Obj/wujian100_open-timer.elf: file format elf32-littleriscv
Disassembly of section .text:
00000000 <Reset_Handler>:
.globl Reset_Handler
.type Reset_Handler, %function
Reset_Handle... |
snippets/strings5bPacked.i.asm | ped7g/ZXSpectrumNextMisc | 15 | 206793 | <filename>snippets/strings5bPacked.i.asm
MODULE str5b
;--------------------------------------------------------------------------------------------
; Decodes 5-bit+null-terminated encoded string from address DE to address HL
; modifies: AF, C, DE, HL
; code length: 19 bytes
; ! remember the decoded values are 0..3... |
programs/oeis/259/A259546.asm | karttu/loda | 1 | 206794 | <reponame>karttu/loda
; A259546: a(n) = n^3*Fibonacci(n).
; 0,1,8,54,192,625,1728,4459,10752,24786,55000,118459,248832,511901,1034488,2058750,4042752,7846061,15069888,28677479,54120000,101370906,188586728,348669719,640991232,1172265625,2133603368,3866095494,6976587072,12541531081,22465080000,40106699779,71378829312,126... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_17581_1653.asm | ljhsiun2/medusa | 9 | 206795 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_17581_1653.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x9860, %r9
nop
nop
sub $62791, %rcx
movb $0x61, (%r9)
nop
nop
add %rdi, %rdi
lea addresses_D_ht+0x9... |
lib/chibiakumas/SrcALL/Multiplatform_Interrupts.asm | gilbertfrancois/msx | 0 | 206796 | <gh_stars>0
; Learn Multi platform Z80 Assembly Programming... With Vampires!
;Please see my website at www.chibiakumas.com/z80/
;for the 'textbook', useful resources and video tutorials
;File Interrupt handler template
;Version V1.0
;Date 2018/5/20
;Content This is an easy interrupt handler routine you c... |
src/core/asm/arm/aarch64/inst_0xe0.asm | Hiroshi123/bin_tools | 0 | 206797 | <reponame>Hiroshi123/bin_tools<filename>src/core/asm/arm/aarch64/inst_0xe0.asm
;;; subs(subtract shifted register)
;;; sf 1 1 0 | 1 0 1 1 | 1
;;; where sf = 1
__0xeb_cmp:
ret
;;; subs(subtract shifted register)
;;; sf 1 1 0 | 1 0 1 1 | 1
;;; where sf = 1
__0xeb_negs:
ret
|
oeis/104/A104155.asm | neoneye/loda-programs | 11 | 206798 | ; A104155: The 64 codons of the genetic code, giving the value 1 to thymine (T), 3 to adenine (A), 2 to cytosine (C) and 4 to guanine (G).
; Submitted by <NAME>(s1)
; 111,112,113,114,121,122,123,124,131,132,133,134,141,142,143,144,211,212,213,214,221,222,223,224,231,232,233,234,241,242,243,244,311,312,313,314,321,322,3... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_66_956.asm | ljhsiun2/medusa | 9 | 206799 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_66_956.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r14
push %rax
push %rdi
push %rdx
push %rsi
// Load
lea addresses_D+0x11245, %rdx
clflush (%rdx)
nop
nop
cmp $22609, %r1... |
external/source/shellcode/windows/x86/src/block/block_create_remote_process.asm | madhavarao-yejarla/VoIP | 35 | 206801 | <reponame>madhavarao-yejarla/VoIP
;-----------------------------------------------------------------------------;
; Author: agix (<EMAIL>.<EMAIL>[at]gmail[dot]com)
; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4
; Size: 307 bytes
;---------------------------------------------------------------------------... |
iod/con2/ql/drop.asm | olifink/smsqe | 0 | 206802 | ; Set-up to drop object into screen V2.00 1992 <NAME>
;
; d1 c p position of object
; a0 c p pointer to definition block
; a1 c p pointer to object
; a3 c p pointer to linkage block
; a5 c s pointer to action routine
; a6 p
; all others scratch
section driver
xdef pt_drop
xref pt_hides
xref io_tstw
xref p... |
oeis/052/A052598.asm | neoneye/loda-programs | 11 | 206803 | <reponame>neoneye/loda-programs<filename>oeis/052/A052598.asm
; A052598: E.g.f. (1-x)/(1-x-2x^2).
; Submitted by <NAME>(s4)
; 1,0,4,12,144,1200,15840,211680,3467520,61689600,1241049600,27223257600,654316185600,16999766784000,476167826534400,14282419447296000,457079267893248000,15539983733514240000
mov $1,1
lpb $0
mo... |
oeis/022/A022116.asm | neoneye/loda-programs | 11 | 206804 | ; A022116: Fibonacci sequence beginning 2, 13.
; Submitted by <NAME>(s4)
; 2,13,15,28,43,71,114,185,299,484,783,1267,2050,3317,5367,8684,14051,22735,36786,59521,96307,155828,252135,407963,660098,1068061,1728159,2796220,4524379,7320599,11844978,19165577,31010555,50176132,81186687,131362819,212549506,343912325,556461831,... |
linux/x86-64/bind_shell/bind_shell.asm | a-rey/0xDEADBEEF | 0 | 206805 | <reponame>a-rey/0xDEADBEEF<filename>linux/x86-64/bind_shell/bind_shell.asm
; non-NULL shellcode running /bin/sh and listening on port 6969
; -> change the port using Python:
; $ python -c "import socket; print(hex(socket.htons(PORT)))"
global _start
section .text
_start:
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... |
oeis/052/A052617.asm | neoneye/loda-programs | 11 | 206806 | ; A052617: E.g.f. (1+x-x^2)/((1-x)(1-2x)).
; Submitted by <NAME>
; 1,4,18,114,936,9480,114480,1607760,25764480,464123520,9286099200,204334099200,4904497382400,127523158963200,3570735629260800,107123376552192000,3427968972460032000,116551300751069184000
mov $1,2
mov $2,2
mov $3,$0
lpb $3
mul $1,$3
mul $2,$3
add $... |
smsq/qxl/sdp_init.asm | olifink/smsqe | 0 | 206807 | * Screen Dump V2.00 initialise driver 1987 <NAME> QJUMP
*
section sdp
*
xdef sdp_init
*
xref sdp_io
xref sdp_open
xref sdp_close
xref sdp_sched
*
include 'dev8_keys_qdos_sms'
include 'dev8_keys_qdos_io'
include 'dev8_keys_qlv... |
test/asm/uninit03.asm | nigelperks/BasicAssembler | 0 | 206808 | ; Attempt init, uninit in same segment.
IDEAL
SEGMENT MAIN
ASSUME CS:MAIN,DS:MAIN
ORG 100h
start:
mov ax, [_fred]
mov [_bill], ax
int 20h
_fred dw 1234h
_bill dw ?
ENDS MAIN
|
data/library.asm | MasterQ32/SLF | 3 | 206809 | symtable_start exports
defsymbol str_strcpy, strcpy_def
symtable_end exports
symtable_start imports
defsymbol str_interrupts, patch_location
symtable_end imports
stringtable_start strings
str_strcpy: string 'strcpy'
str_interrupts: string 'interrupts'
stringtable_end strings
relocs_start relocs
relocs_end relocs
AL... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2740.asm | ljhsiun2/medusa | 9 | 206810 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1843c, %rdi
nop
nop
nop
nop
nop
sub $50950, %rax
movb $0x61, (%rdi)
nop
nop
nop
nop
nop
sub %r15, %r15
lea addresses_A_ht+0x17d2c, %rbx
cmp $57413, %rbp
movl $0x61626364, (%... |
libsrc/video/hd44780/asm_lcd_get_ddram_addr_2x20.asm | ahjelm/z88dk | 640 | 206811 |
SECTION code_driver
PUBLIC asm_lcd_get_ddram_addr_2x20
; Calculate DDRAM address for 2x20 HD44780 (also 2x16)
; Row 0: 0-19
; Row 1: 64 - 83
;
; Entry:
; b = y
; c = x
; Exit:
; l = ddram address
; Preserves:
; de
asm_lcd_get_ddram_addr_2x20:
ld a,b ;*64
rrca
rrca
and @01000000
add c
ld l,a
ret
... |
imprimirChar.asm | lucass235/Programas_em_Assembly | 0 | 206813 | <filename>imprimirChar.asm
.data
caracter: .byte 'A' # Criacao da variavel para armazenar o char (A).
.text
li $v0, 4 # imprimir um char ou String.
la $a0, caracter # armazena o (caracter) em ($a0).
syscall # imprimir o registrador $a0.
li $v0, 10 # Encerrar programa
syscall # Coamando para imprimir o... |
projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_06.asm | jverkoey/awaken | 68 | 206814 | SECTION "ROM Bank 06", ROMX[$4000], BANK[$06]
db $50, $00, $52, $00, $54, $00, $56, $00
db $50, $00, $52, $00, $54, $00, $56, $00
db $58, $00, $5A, $00, $5C, $00, $5E, $00
db $5A, $20, $58, $20, $5E, $20, $5C, $20
db $3E, $21, $E0, $EC, $11, $00, $40, $CD
db $3B, $3C, $CD, $DF, $64,... |
programs/oeis/230/A230849.asm | neoneye/loda | 22 | 206815 | ; A230849: A075526 and A000012 interleaved.
; 1,1,1,1,2,1,2,1,4,1,2,1,4,1,2,1,4,1,6,1,2,1,6,1,4,1,2,1,4,1,6,1,6,1,2,1,6,1,4,1,2,1,6,1,4,1,6,1,8,1,4,1,2,1,4,1,2,1,4,1,14,1,4,1,6,1,2,1,10,1,2,1,6,1,6,1,4,1,6,1,6,1,2,1,10,1,2,1,4,1,2,1,12,1,12,1,4,1,2,1
mov $3,$0
mov $4,2
lpb $4
mov $0,$3
sub $4,1
add $0,$4
sub $... |
test/asm/sym-scope.asm | orbea/rgbds | 522 | 206816 | <filename>test/asm/sym-scope.asm
SECTION "Scopes", ROM0
; Neither of these should be created
.tooSoon
Nice.try
Parent:
.loc
dw Parent.loc ; This is what it should expand to
Parent.explicit
dw .explicit ; This should expand to the above
; None of the two locals below should manage to be created, being in the wrong... |
stage2.asm | briansrls/xv6 | 0 | 206817 | <reponame>briansrls/xv6
_stage2: file format elf32-i386
Disassembly of section .text:
00000000 <dummy>:
#include "signal.h"
volatile int flag = 0;
void dummy(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
printf(1,... |
src/memorymap.asm | Scorpion-Illuminati/ControllerTest | 1 | 206818 | <gh_stars>1-10
;==============================================================
; Scorpion Illuminati Controller Test
;==============================================================
; SEGA Genesis (c) <NAME> 2015
;==============================================================
; ***********************************... |
oeis/099/A099094.asm | neoneye/loda-programs | 11 | 206819 | <reponame>neoneye/loda-programs
; A099094: a(n) = 3a(n-2) + 3a(n-3), a(0)=1, a(1)=0, a(2)=3.
; Submitted by <NAME>
; 1,0,3,3,9,18,36,81,162,351,729,1539,3240,6804,14337,30132,63423,133407,280665,590490,1242216,2613465,5498118,11567043,24334749,51195483,107705376,226590696,476702577,1002888216,2109879819,4438772379
mov... |
oeis/231/A231622.asm | neoneye/loda-programs | 11 | 206820 | <reponame>neoneye/loda-programs<filename>oeis/231/A231622.asm
; A231622: (2*n+1)*a(n+1) = (4*n^2+1)*a(n) + (2*n+1)*a(n-1) with n>1, a(0)=2, a(1)=-1.
; Submitted by <NAME>
; 2,-1,1,4,31,293,3326,44189,673471,11588884,222304897,4704612119,108897613826,2737023412199,74236203425281,2161288643251828,67228358271588991,222517... |
programs/oeis/101/A101094.asm | karttu/loda | 1 | 206821 | <reponame>karttu/loda<filename>programs/oeis/101/A101094.asm
; A101094: a(n) = n*(n+1)*(n+2)*(n+3)*(1+3*n+n^2)/120.
; 1,11,57,203,574,1386,2982,5874,10791,18733,31031,49413,76076,113764,165852,236436,330429,453663,612997,816431,1073226,1394030,1791010,2277990,2870595,3586401,4445091,5468617,6681368,8110344,9785336,1173... |
test/asm/warn-truncation.asm | kimi-soft/rgbds | 522 | 206823 | <reponame>kimi-soft/rgbds<filename>test/asm/warn-truncation.asm
FOO_F EQU 5
BAR_F EQU 7
SECTION "RAM", WRAMX[$d500]
wLabel::
SECTION "ROM", ROM0
MACRO try
OPT \1
; no warning
db 1 << FOO_F
db $ff ^ (1 << FOO_F)
db ~(1 << FOO_F)
db 1 << BAR_F
db $ff ^ (1 << BAR_F)
dw wLabel
dw $10000 - wLabel
; warn at l... |
oeis/035/A035877.asm | neoneye/loda-programs | 11 | 206824 | <reponame>neoneye/loda-programs<filename>oeis/035/A035877.asm<gh_stars>10-100
; A035877: Coordination sequence for diamond structure D^+_2. (Edges defined by l_1 norm = 1.)
; 1,2,12,6,24,10,36,14,48,18,60,22,72,26,84,30,96,34,108,38,120,42,132,46,144,50,156,54,168,58,180,62,192,66,204,70,216,74,228,78,240
mul $0,2
mov... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1552.asm | ljhsiun2/medusa | 9 | 206826 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1552.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x16089, %r13
cmp $57501, %r15
movups (%r13), %xmm3
... |
fiat-amd64/45.66_ratio11572_seed523574687610626_square_secp256k1.asm | dderjoel/fiat-crypto | 491 | 206827 | SECTION .text
GLOBAL square_secp256k1
square_secp256k1:
sub rsp, 0xc8 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x98 ], rbx; saving to stack
mov [ rsp + 0xa0 ], rbp; saving to stack
mov [ rsp + 0xa8 ], r12; saving to stack
mov [ rsp + 0xb0 ], r13; saving to stack
mov [ rsp + 0xb8 ], r14; saving to stack
mov ... |
ADL/Assemble/Insert/2/B~H~R_insert_head.asm | MaxMorning/LinkedListVisualization | 3 | 206829 | aLine 0
nNew newNodePtr, {0}
aLine 1
gBeq Root, null, 3
aLine 2
pSetPrev Root, newNodePtr
aLine 4
nMoveAbs newNodePtr, 1095, 600
pSetNext newNodePtr, Root
aLine 5
gMove Root, newNodePtr
aLine 6
gDelete newNodePtr
aStd
Halt |
45/beef/cw/kernel/utildrv.asm | minblock/msdos | 0 | 206830 | ;*
;* CW : Character Windows
;*
;* utildrv.asm : installable driver utility routines
include kernel.inc
include kmem.inc
include indrv.inc
include inscr.inc
include inkbd.inc
include insyd.inc
include _loaddrv.inc
;*****************************************************************************
;* App call backs... |
bg1.asm | raphnet/super_sudoku | 6 | 206832 | .include "header.inc"
.include "snesregs.inc"
.include "misc_macros.inc"
.include "zeropage.inc"
.include "bg1.inc"
.bank 0 slot 1
.ramsection "bg1_vars" SLOT RAM_SLOT
bg1_load_bank: db
bg1_load_offset: dw
bg1_need_resync: dw
.ends
.16BIT
.section "bg1_code" FREE
bg1_sync:
pushall
A8
XY16
lda bg1_need_re... |
oeis/114/A114212.asm | neoneye/loda-programs | 11 | 206833 | ; A114212: Generalized Gould sequence.
; Submitted by <NAME>
; 1,2,3,4,4,4,6,8,6,4,6,8,8,8,12,16,10,4,6,8,8,8,12,16,12,8,12,16,16,16,24,32,18,4,6,8,8,8,12,16,12,8,12,16,16,16,24,32,20,8,12,16,16,16,24,32,24,16,24,32,32,32,48,64,34,4,6,8,8,8,12,16,12,8,12,16,16,16,24,32,20,8
mov $2,$0
mov $8,6
lpb $0
sub $0,1
mov $... |
oeis/218/A218073.asm | neoneye/loda-programs | 11 | 206834 | <gh_stars>10-100
; A218073: Number of profiles in domino tiling of a 2*n checkboard.
; 0,1,2,9,12,50,60,245,280,1134,1260,5082,5544,22308,24024,96525,102960,413270,437580,1755182,1847560,7407036,7759752,31097794,32449872,130007500,135207800,541574100,561632400,2249204040,2326762800,9316746045,9617286240,38504502630,396... |
source/bootsect.asm | GrapeSodaOS/GrapeSodaOS | 0 | 206835 | <filename>source/bootsect.asm
;---------------------------------------------------------------------------------------;
; GrapeSodaOS ;
; (C) Copyright All GrapeSodaOS Contributors - See LICENSE.TXT ;
; ;
; Licensed under the Apache License, Version 2.0 (the "License") ;
; you may not use thi... |
c64/code/init_stuff.asm | jvermeir/kata | 2 | 206836 | ;============================================================
; Some sample code that shows text on the display
;
; copied from https://github.com/actraiser/dust-tutorial-c64-first-intro/blob/master/code/init_static_text.asm
;============================================================
!zone init_stuff
; write the tw... |
oeis/081/A081034.asm | neoneye/loda-programs | 11 | 206837 | <reponame>neoneye/loda-programs
; A081034: 7th binomial transform of the periodic sequence (1,8,1,1,8,1...).
; Submitted by <NAME>(s3)
; 1,15,162,1548,13896,120240,1016352,8457408,69618816,568707840,4620206592,37384915968,301618907136,2428188733440,19516934725632,156684026953728,1256763510521856,10073855853527040,80709... |
cmd/fdisk/fdboot.asm | minblock/msdos | 0 | 206838 | <gh_stars>0
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1983 - 1991
; * All Rights Reserved.
; */
; BOOT - IBM hard disk boot record 6/8/82
;
;
; This is the standard boot record that will be shipped on all hard ... |
src/isa/avx/masm/log10.asm | jepler/aocl-libm-ose | 66 | 206839 | ;
; Copyright (C) 2008-2020 Advanced Micro Devices, 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... |
Examples/ch08/ModSum/_arrysum.asm | satadriver/LiunuxOS_t | 0 | 206840 | <reponame>satadriver/LiunuxOS_t
TITLE ArraySum Procedure (_arrysum.asm)
INCLUDE sum.inc
.code
;-----------------------------------------------------
ArraySum PROC,
ptrArray:PTR DWORD, ; pointer to array
arraySize:DWORD ; size of array
;
; Calculates the sum of an array of 32-bit integers.
; Returns:... |
oeis/301/A301699.asm | neoneye/loda-programs | 11 | 206841 | <filename>oeis/301/A301699.asm
; A301699: Generating function = g(g(x)), where g(x) = g.f. of Jacobsthal numbers A001045.
; Submitted by <NAME>
; 0,1,2,8,26,94,330,1178,4186,14914,53098,189122,673530,2398834,8543498,30428162,108371354,385970386,1374653610,4895901602,17437011514,62102837746,221182535242,787753281218,280... |
DOS/HelloWorld.asm | icecoobe/oslab | 52 | 206842 | <filename>DOS/HelloWorld.asm<gh_stars>10-100
;; HelloWorld.asm
;;
;; Print "Hello World!" on screen.
;;
;; Build with below command:
;; $ nasm -f bin -o HelloWorld.com -l HelloWorld.lst HelloWorld.asm
[bits 16]
org 100h
section .data
msg db 'Hello World!', 13, 10, '$'
crlf db 13,10,'$' ;; 回车换行
section .bss
se... |
TIS100/Programs/Triplicator.asm | embix/TIS100 | 11 | 206843 | <reponame>embix/TIS100
@1
mov right down
swp
mov acc right
mov acc down
mov up acc
mov acc down
sav
@2
mov 0 left
top:
mov left left
jmp top
|
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_2632.asm | ljhsiun2/medusa | 9 | 206844 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_2632.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xda51, %rax
nop
nop
xor $32151, %r13
movl $0x61626364, (%rax)
nop
nop
nop
inc %rbp
le... |
source/device/option_x16/x16file.asm | paulscottrobson/6502-basic | 3 | 206845 | ; ************************************************************************************************
; ************************************************************************************************
;
; Name: x16file.asm
; Purpose: Save/Load x16 files
; Created: 11th March 2021
; Reviewed: 6th April 2021
; Author... |
Transynther/x86/_processed/NC/_ht_un_/i7-7700_9_0x48_notsx.log_16441_36.asm | ljhsiun2/medusa | 9 | 206846 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1d981, %rsi
lea addresses_D_ht+0xb943, %rdi
clflush (%rdi)
nop
nop
cmp $57023, %rbp
mov $124, %rcx
rep movsq
nop
nop
nop
cmp %r14, %r14
lea addresses_WT_ht+0x9d73, %r14
nop
nop
nop
nop... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1477.asm | ljhsiun2/medusa | 9 | 206847 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x8cb3, %rsi
lea addresses_D_ht+0x4d13, %rdi
nop
inc %r10
mov $104, %rcx
rep movsq
nop
nop
nop
nop
nop
add $20757, %rax
lea addresses_A_ht+0xb713, %r11
xor $1663... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_20788_1020.asm | ljhsiun2/medusa | 9 | 206848 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x11abf, %rsi
lea addresses_WC_ht+0xc778, %rdi
clflush (%rsi)
xor $25210, %rax
mov $116, %rcx
rep movsb
nop
nop
nop
and $62261, %rdx
lea addresses_WT_ht+0x67ff,... |
Library/Cell/cellRow.asm | steakknife/pcgeos | 504 | 206850 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: cellRow.asm
AUTHOR: <NAME>, December 5th, 1990
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descr... |
testsuite/ubivm/output/expr_real_3.asm | alexgarzao/UOP | 0 | 206852 | .constant_pool
.const 0 string [start]
.const 1 string [constructor]
.const 2 real [10.000000]
.const 3 real [20.000000]
.const 4 int [1]
.const 5 string [io.writeln]
.const 6 real [30.000000]
.const 7 real [5.000000]
.end
.entity start
.valid_context_when (always)
.... |
base/remoteboot/bootfloppy/src/bootware/bootware.asm | npocmaka/Windows-Server-2003 | 17 | 206853 | ;----------------------------------------------------------------------------
; BOOTWARE.ASM
;
; Main BootWare module for Goliath.
;
; $Histroy: $
;
;----------------------------------------------------------------------------
IDEAL
_IDEAL_ = 1
include "include\drvseg.inc"
include "include\loader.inc"
;in... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_422.asm | ljhsiun2/medusa | 9 | 206854 | <filename>Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_422.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x11148, %rdi
nop
nop
nop
nop
nop
cmp $25562, %rax
and $0xffffffffffffffc0, %rdi
vmovaps (%rdi), %y... |
nasm/src/utils/std.asm | w1jtoo/dos-template-projects | 0 | 206855 | <filename>nasm/src/utils/std.asm
%macro PRINT_STR 1
push ax
push dx
mov ah, 0x9
mov dx, %%str
int 0x21
pop dx
pop ax
jmp %%end+1
%%str: db %1, '$'
%%end:
%endmacro
|
toos/hwin.asm | jaredwhitney/OrcaHLL | 0 | 206856 | [bits 32]
dd HelloWorldWindowProgram.$FILE_END - HelloWorldWindowProgram.$FILE_START
db "OrcaHLL Class", 0
db "HelloWorldWindowProgram", 0
HelloWorldWindowProgram.$FILE_START :
HelloWorldWindowProgram.$global.type_text :
dw 0x0
HelloWorldWindowProgram._init:
pop dword [HelloWorldWindowProgram._init.returnVal]
push ... |
programs/oeis/225/A225553.asm | neoneye/loda | 22 | 206857 | <gh_stars>10-100
; A225553: Longest checkmate in king and amazon versus king endgame on an n X n chessboard.
; 0,1,2,3,4,4,5,5,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21
sub $0,1
mov $2,$0
mul $2,$0
add $0,3
div $2,2
div $2,$0
sub $0,$2
sub $0,2
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1896.asm | ljhsiun2/medusa | 9 | 206858 | .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_D_ht+0x92c4, %rcx
nop
nop
nop
nop
sub %rbp, %rbp
mov $0x6162636465666768, %r9
movq %r9, (%rcx)
sub $49956, %r11
lea addresses_A_ht+0xba54, %r10
sub $27746, %rdi
mov (%r10), %rax
nop
... |
oeis/179/A179179.asm | neoneye/loda-programs | 11 | 206859 | <reponame>neoneye/loda-programs
; A179179: a(n) = phi(n) - omega(n) = A000010(n) - A001221(n).
; Submitted by <NAME>
; 1,0,1,1,3,0,5,3,5,2,9,2,11,4,6,7,15,4,17,6,10,8,21,6,19,10,17,10,27,5,29,15,18,14,22,10,35,16,22,14,39,9,41,18,22,20,45,14,41,18,30,22,51,16,38,22,34,26,57,13,59,28,34,31,46,17,65,30,42,21,69,22,71,34,... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_13622_851.asm | ljhsiun2/medusa | 9 | 206860 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rax
push %rcx
lea addresses_UC_ht+0x16c2f, %r8
cmp %r15, %r15
movb $0x61, (%r8)
nop
nop
nop
nop
dec %rcx
pop %rcx
pop %rax
pop %r8
pop %r15
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r15
push %rax
push %rdi
push %rdx
// Faulty Loa... |
programs/oeis/127/A127647.asm | neoneye/loda | 22 | 206861 | <reponame>neoneye/loda<filename>programs/oeis/127/A127647.asm
; A127647: Triangle read by rows: row n consists of n-1 zeros followed by Fibonacci(n).
; 1,0,1,0,0,2,0,0,0,3,0,0,0,0,5,0,0,0,0,0,8,0,0,0,0,0,0,13,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,144,0,0,0... |
oeis/145/A145837.asm | neoneye/loda-programs | 11 | 206862 | <reponame>neoneye/loda-programs
; A145837: Indices of primes in A005891(n).
; Submitted by <NAME>
; 3,8,11,15,20,23,36,44,47,48,60,68,71,75,83,84,87,92,111,116,128,132,143,144,156,159,164,167,168,183,192,200,204,207,215,224,228,231,236,239,264,272,287,299,300,303,312,315,320,323,356,359,360,363,372,387
mov $2,332202
l... |
libsrc/target/zx81/chroma81/zx_py2aaddr.asm | jpoikela/z88dk | 640 | 206863 | <reponame>jpoikela/z88dk
; uchar __FASTCALL__ *zx_py2aaddr(uchar ycoord)
; aralbrec 06.2007
SECTION code_clib
PUBLIC zx_py2aaddr
PUBLIC _zx_py2aaddr
EXTERN HRG_LineStart
.zx_py2aaddr
._zx_py2aaddr
ld a,l
rra
rra
rra
and $1f
ld b,a
IF FORlambda
ld hl,8319
ELSE
ld hl,HRG_LineStart+2+32768
ENDIF... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_5_1647.asm | ljhsiun2/medusa | 9 | 206864 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %r9
push %rbp
push %rbx
push %rdi
lea addresses_normal_ht+0x1cc36, %rbx
nop
nop
nop
nop
and $12019, %rbp
mov (%rbx), %r15d
sub $42632, %r8
lea addresses_UC_ht+0x8ff6, %r9
nop
nop
nop
add %rbp, %rbp
movups (%r9), %xmm7
vpextrq... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_53_1372.asm | ljhsiun2/medusa | 9 | 206866 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xf95b, %r9
nop
nop
cmp $46380, %rsi
movw $0x6162, (%r9)
nop
nop
nop
nop
nop
and $53535, %rsi
lea addresses_WC_ht+0x12e1c, %rsi
lea addresses_WC_ht+0x419b, %rdi
clflush (%rsi)
cmp %r15, ... |
programs/oeis/329/A329598.asm | karttu/loda | 0 | 206867 | <reponame>karttu/loda
; A329598: Partial sums of the nontriangular numbers (A014132).
; 2,6,11,18,26,35,46,58,71,85,101,118,136,155,175,197,220,244,269,295,322,351,381,412,444,477,511,546,583,621,660,700,741,783,826,870,916,963,1011,1060,1110,1161,1213,1266,1320,1376,1433,1491,1550,1610,1671,1733
mov $16,$0
mov $18,$0... |
kernel-barebones/boot_sect_print.asm | meetsandesh/OS-EX | 0 | 206868 | print:
pusha
; keep this in mind:
; while (string[i] != 0) { print string[i]; i++ }
; the comparison for string end (null byte)
start:
mov al, [bx] ; 'bx' is the base address for the string
cmp al, 0
je done
; the part where we print with the BIOS help
mov ah, 0x0e
int 0x10 ; 'al' already... |
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_939.asm | ljhsiun2/medusa | 9 | 206869 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_939.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x886c, %rsi
lea addresses_WT_ht+0x13250, %rdi
clflush (%rsi)
dec ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_806.asm | ljhsiun2/medusa | 9 | 206870 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1e8d3, %r8
nop
nop
nop
add $27730, %r13
movb $0x61, (%r8)
nop
nop
nop
add %rcx, %rcx
lea addresses_normal_ht+0x18ecb, %r11
sub %r15, %r... |
Working Disassembly/Levels/Pachinko/Misc Object Data/Map - Energy Trap.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 206871 | dc.w word_4A08C-Map_PachinkoEnergyTrap
word_4A08C: dc.w 2 ; DATA XREF: ROM:0004A08Ao
dc.b $E8, 6, 0, 0, $FF, $F8
dc.b 0, 6, $10, 0, $FF, $F8
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.