max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
libsrc/osca/wait_vrt.asm
RC2014Z80/z88dk
8
127567
<filename>libsrc/osca/wait_vrt.asm ; ; Old School Computer Architecture - interfacing FLOS ; <NAME>, 2011 ; ; Wait video hardware to be ready ; ; $Id: wait_vrt.asm,v 1.3 2016-06-22 22:13:09 dom Exp $ ; INCLUDE "flos.def" SECTION code_clib PUBLIC wait_vrt PUBLIC _wait_vrt defc wait_vrt = kjt_wait_vrt...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_998.asm
ljhsiun2/medusa
9
127568
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x69b8, %rsi lea addresses_D_ht+0x1419c, %rdi nop cmp %r14, %r14 mov $45, %rcx rep movsq nop nop add $37838, %r8 lea addresses_A_ht+0x17f58, %r9 clflus...
Transynther/x86/_processed/AVXALIGN/_ht_un_/i7-7700_9_0x48.log_21829_1350.asm
ljhsiun2/medusa
9
127569
<filename>Transynther/x86/_processed/AVXALIGN/_ht_un_/i7-7700_9_0x48.log_21829_1350.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x150a8, %r13 nop nop nop nop nop and %r9, %r9 movups (%r13), %xmm5 vpextrq $1, %xmm5, %r...
oeis/327/A327821.asm
neoneye/loda-programs
11
127570
; A327821: Number of legal Go positions on a board which is an n-cycle graph. ; Submitted by <NAME>(s2) ; 1,5,19,57,161,449,1247,3457,9577,26525,73459,203433,563369,1560137,4320479,11964673 mov $1,1 mov $3,1 lpb $0 sub $0,1 add $3,$1 add $2,$3 sub $3,$1 add $1,1 add $1,$3 add $1,$3 sub $1,$2 add $3,$...
Test/Z80/monitor_32k.asm
sparks-c16/zasm
43
127572
<filename>Test/Z80/monitor_32k.asm<gh_stars>10-100 #!/usr/local/bin/zasm -o original/ ; .:*~*:.__.:*~*:. ; | | ; |RiFT8 Firmware| ; | By Fell | ; | | ; ':*~*:.__.:*~*:' ; MEMORY MAP LAYOUT: ; 0000-7FFF: 32kB ROM ; 8000-FFFE: 32kB Static RAM ; RAM MAP: ; 8000-83FF: ~1kB OS scratch space...
programs/oeis/006/A006470.asm
neoneye/loda
22
127574
<reponame>neoneye/loda ; A006470: Number of tree-rooted planar maps with 3 faces and n vertices and no isthmuses. ; 2,15,60,175,420,882,1680,2970,4950,7865,12012,17745,25480,35700,48960,65892,87210,113715,146300,185955,233772,290950,358800,438750,532350,641277,767340,912485,1078800,1268520,1484032,1727880,2002770,23115...
Practicas/Practica3/practica3b.asm
KPsychO/FC
1
127577
.extern _stack .global start .equ N, 8 .data A: .word 7,3,25,4,75,2,1,1 .bss B: .space N*4 max: .space 4 ind: .space 4 .text start: LDR SP, =_stack MOV FP, #0 LDR R0, =A MOV R1, #N // R1 = N BL ordenar_vector B . ordenar_vector: PUSH {FP, LR} for1: LDR R0, =A // R0 = A CMP R4, #N BGE fi...
simd/i386/jdcolext-sse2.asm
t-head-aosp/platform-external-libjpeg-turbo
3,710
127578
; ; jdcolext.asm - colorspace conversion (SSE2) ; ; Copyright 2009, 2012 <NAME> <<EMAIL>> for Cendio AB ; Copyright (C) 2012, 2016, <NAME>. ; ; Based on the x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyright notice in jsimdext.inc ...
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32/zx_01_output_char_32_oterm_msg_printc.asm
meesokim/z88dk
0
127579
SECTION code_fcntl PUBLIC zx_01_output_char_32_oterm_msg_printc EXTERN asm_zx_cyx2saddr, asm_zx_saddr2aaddr zx_01_output_char_32_oterm_msg_printc: ; enter : c = ascii code >= 32 ; b = parameter (foreground colour, 255 if none specified) ; l = absolute x coordinate ; ...
src/intf/video/scalers/hq3x32.asm
tt-arcade/fba-pi
0
127580
<gh_stars>0 ;hq3x filter ;---------------------------------------------------------- ;Copyright (C) 2003 MaxSt ( <EMAIL> ) ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License ;as published by the Free Software Foundation; either ;version 2 of the...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_585.asm
ljhsiun2/medusa
9
127582
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1908c, %r9 nop nop nop nop nop add %r11, %r11 movb (%r9), %al nop sub $62072, %r12 lea addresses_WC_ht+0x2934, %rsi lea addresses_normal_ht+0x5543, %rdi nop nop nop dec %r15 ...
function pointers and delegates/function pointer.asm
IAmAnubhavSaini/blog-posts
0
127583
; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.30723.0 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES _DATA SEGMENT $SG3094 DB 0aH, '%d %p %d = %d', 00H _DATA ENDS PUBLIC ActionCarrier PUBLIC sum PUBLIC difference PUBLIC product PUBLIC quotient PUBLIC modulus PUBLIC main EXTRN pri...
basic/src/commands/fileio.asm
paulscottrobson/eris
13
127584
<filename>basic/src/commands/fileio.asm ; ***************************************************************************** ; ***************************************************************************** ; ; Name: fileio.asm ; Purpose: Load and Save code ; Created: 14th March 2020 ; Reviewed: 17th March 2020 ; Autho...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_2_895.asm
ljhsiun2/medusa
9
127585
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_2_895.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x6b83, %rsi lea addresses_D_ht+0xecc3, %rdi clflush (%rdi) nop nop nop nop nop and %r11, %r11 mov $95, %r...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1177.asm
ljhsiun2/medusa
9
127586
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a9bd, %rsi lea addresses_UC_ht+0xf37d, %rdi nop nop add %r11, %r11 mov $82, %rcx rep movsl nop and $39213, %r8 lea addresses_A_ht+0x17afd, %rbx inc %r9 movb $0x61, (%rbx) nop...
programs/oeis/066/A066568.asm
karttu/loda
1
127587
<reponame>karttu/loda<filename>programs/oeis/066/A066568.asm ; A066568: a(n) = n - sum of digits of n. ; 0,0,0,0,0,0,0,0,0,0,9,9,9,9,9,9,9,9,9,9,18,18,18,18,18,18,18,18,18,18,27,27,27,27,27,27,27,27,27,27,36,36,36,36,36,36,36,36,36,36,45,45,45,45,45,45,45,45,45,45,54,54,54,54,54,54,54,54,54,54,63,63,63,63,63,63,63,63,6...
engine/events/hidden_objects/cinnabar_gym_quiz.asm
opiter09/ASM-Machina
1
127588
<filename>engine/events/hidden_objects/cinnabar_gym_quiz.asm PrintCinnabarQuiz: ld a, [wSpritePlayerStateData1FacingDirection] cp SPRITE_FACING_UP ret nz call EnableAutoTextBoxDrawing tx_pre_jump CinnabarGymQuiz CinnabarGymQuiz:: text_asm xor a ld [wOpponentAfterWrongAnswer], a ld a, [wHiddenObjectFunctionArg...
smsq/uq/serio.asm
olifink/smsqe
0
127590
<gh_stars>0 ; Simple Serial IO handling QL Compatible  1993 <NAME> ; ; 2011-04-29 1.01 Fixed uq_ssq (GG) section uq xdef uq_ssio xdef uq_ssq xref ioq_tstg xref ioq_gbyt xref ioq_pbyt include 'dev8_keys_err' include 'dev8_keys_qdos_io' include 'dev8_keys_k' uq_ssq move.l d1,d3 lea $1c(a0),a2 ; ...
libsrc/stdio/sc3000/fputc_cons.asm
grancier/z180
0
127591
<reponame>grancier/z180<filename>libsrc/stdio/sc3000/fputc_cons.asm ; ; SEGA SC-3000 C Library ; ; Print character to the screen ; ; $Id: fputc_cons.asm,v 1.3 2016/05/15 20:15:46 dom Exp $ ; SECTION code_clib PUBLIC fputc_cons_native ; ; Entry: a= char to print ; .fputc_cons_native ld hl,2 ...
Assembly/textures/number_small_skills.asm
WildGenie/Ninokuni
14
127592
<gh_stars>10-100 ;; Modify the subimages position of the texture battles images. ; ; Arguments of v3d_setSubImage function: ; + R0: Sprite struct ; + R1: Frame index ; + R2: Layer index ; + R3: X Start ; + SP+00: Y Start ; + SP+04: X End ; + SP+08: Y End ; + SP+0C: X Output ; + SP+10: Y Output ; + ...
data/baseStats/venomoth.asm
adhi-thirumala/EvoYellow
0
127593
<gh_stars>0 db DEX_VENOMOTH ; pokedex id db 70 ; base hp db 65 ; base attack db 60 ; base defense db 90 ; base speed db 90 ; base special db BUG ; species type 1 db PSYCHIC ; species type 2 db 61 ; catch rate db 138 ; base exp yield INCBIN "pic/ymon/venomoth.pic",0,1 ; 77, sprite dimensions dw VenomothPicFront dw Venom...
pwnlib/shellcraft/templates/i386/linux/readahead.asm
zaratec/pwntools
5
127594
<% from pwnlib.shellcraft.i386.linux import syscall %> <%page args="fd, offset, count"/> <%docstring> Invokes the syscall readahead. See 'man 2 readahead' for more information. Arguments: fd(int): fd offset(off64_t): offset count(size_t): count </%docstring> ${syscall('SYS_readahead', fd, offset...
libsrc/rect/RIsPtInRect8.asm
jpoikela/z88dk
640
127595
; Rectangle, Intervals and Points ; 05.2006 aralbrec SECTION code_clib PUBLIC RIsPtInRect8 ; Determine if 8-bit (x,y) point lies in an 8-bit bounding ; rectangle. Rectangle bounds wrap across 0-255 boundaries. ; ; enter : a = x coordinate of point ; l = y coordinate of point ; b = x coordinate of...
oeis/325/A325692.asm
neoneye/loda-programs
11
127596
<gh_stars>10-100 ; A325692: "Sloping senary numbers": write numbers in senary (that is, base 6) under each other (right-justified), read diagonals in upward direction, convert to decimal. ; Submitted by <NAME>(w3) ; 0,1,2,3,4,11,6,7,8,9,10,17,12,13,14,15,16,23,18,19,20,21,22,29,24,25,26,27,28,35,30,31,32,33,70,41,36,37...
PDProject2/PDProject2/lib/PSoCConfig.asm
anttikp/SensIntPSoCex1
0
127597
; Generated by PSoC Designer 5.4.3191 ; ;========================================================================== ; PSoCConfig.asm ; @PSOC_VERSION ; ; Version: 0.85 ; Revised: June 22, 2004 ; Copyright (c) Cypress Semiconductor 2015. All Rights Reserved. ; ; This file is generated by the Device Edito...
rng.asm
mbartling/lc3Game
1
127598
<reponame>mbartling/lc3Game .ORIG x3400 ;Simple 4-bit LFSR Based Pseudo-random number generator ;Checkout wikipedia for a visual: ; en.wikipedia.org/wiki/Linear_feedback_shift_register ;Note: I am implementing it backwards from wikipedia. ; i.e. the taps (inputs to xor) are the msbs and I shift left rather ; than right...
oeis/122/A122959.asm
neoneye/loda-programs
11
127599
; A122959: a(0) = 1, a(n) = (-1)^n*(2-2^(n-1)) for n>0. ; Submitted by <NAME>(s2) ; 1,-1,0,2,-6,14,-30,62,-126,254,-510,1022,-2046,4094,-8190,16382,-32766,65534,-131070,262142,-524286,1048574,-2097150,4194302,-8388606,16777214,-33554430,67108862,-134217726,268435454,-536870910,1073741822,-2147483646,4294967294,-8589934...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2.log_10689_277.asm
ljhsiun2/medusa
9
127600
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x15144, %r8 nop nop xor $15476, %rdi mov $0x6162636465666768, %rsi movq %rsi, %xmm5 movups %xmm5, (%r8) nop nop nop dec %r14 lea addresses_UC_ht+0x153e4, %rsi nop nop nop ...
P6/data_P6/testpoint/testpoint3.asm
alxzzhou/BUAA_CO_2020
1
127601
ori $1, $0, 9 ori $2, $0, 14 ori $3, $0, 6 ori $4, $0, 5 sw $4, 0($0) sw $4, 4($0) sw $2, 8($0) sw $3, 12($0) sw $2, 16($0) sw $2, 20($0) sw $1, 24($0) sw $4, 28($0) sw $4, 32($0) sw $1, 36($0) sw $2, 40($0) sw $2, 44($0) sw $2, 48($0) sw $4, 52($0) sw $2, 56($0) sw $4, 60($0) sw $3, 64($0) sw $1, 68($0) sw $4, 72($0) ...
bank30.asm
alexsteb/zelda_gb_disassembly
3
127602
jp .l_4009 jp .l_4cfa jp .l_401e ld hl, $d300 ld [hl], $00 inc l jr nz, 0.l_800c ld a, $80 ldh [$ff00 + $26], a ld a, $77 ldh [$ff00 + $24], a ld a, $ff ldh [$ff00 + $25], a ret ld hl, $d368 ldi a, [hl] and a jr nz, 0.l_8039 call func_403f call func_457c xor a ld [$d360], a ...
mips/7-12.asm
x06lan/mt
0
127603
.data input_text: .asciiz "Enter int: " out_q: .asciiz " quarter," out_d: .asciiz " dime, " out_n: .asciiz " nickel," out_p: .asciiz " penny" text_and: .asciiz "and" .text li $v0, 4 la $a0,input_text syscall li $v0,5 #set value syscall move $s0, $v0 #q qb: li $t0, 25 div $s0,$t0 mfhi $s0 ...
libsrc/target/smc777/games/bit_open.asm
Frodevan/z88dk
640
127604
<reponame>Frodevan/z88dk<filename>libsrc/target/smc777/games/bit_open.asm ; $Id: bit_open_di.asm,v 1.6 2016-06-16 20:23:52 dom Exp $ ; ; VZ 200 - 1 bit sound functions ; ; void bit_open(); ; ; <NAME> - 31/3/2008 ; SECTION code_clib PUBLIC bit_open_di PUBLIC _bit_open_di PUBLIC bit_open PUBLIC _bit_open EXTER...
oeis/142/A142134.asm
neoneye/loda-programs
11
127605
; A142134: Primes congruent to 25 mod 37. ; Submitted by <NAME>(w1) ; 173,617,691,839,1061,1283,1579,1801,1949,2393,2467,2689,2837,3947,4021,4243,4391,4909,5279,5501,6389,6833,6907,7129,7351,7499,7573,8017,8387,8461,8609,8831,9127,9349,9497,9719,9941,10163,10459,10607,10903,11273,11717,11939,12161,12457,13049,13567,137...
src/05-Screen-Objects/screen_objects.asm
HudsonSchumaker/Atari-2600
0
127606
<filename>src/05-Screen-Objects/screen_objects.asm processor 6502 ; Include required files with register mapping and macros include "vcs.h" include "macro.h" ; Start an uninitialized segment at $80 for var declaration. seg.u Variables org $80 P0Height .byte ; defines one byte for player 0 height...
oeis/025/A025983.asm
neoneye/loda-programs
11
127607
<filename>oeis/025/A025983.asm ; A025983: Expansion of 1/((1-2x)(1-4x)(1-10x)(1-11x)). ; Submitted by <NAME> ; 1,27,485,7335,101181,1319967,16597525,203384295,2445473261,28983189807,339647023365,3944444998455,45472205947741,521027509282047,5939635577526005,67419323254471815,762445883405916621 mov $1,1 mov $2,$0 mov $3...
programs/oeis/037/A037632.asm
neoneye/loda
22
127609
<gh_stars>10-100 ; A037632: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,3. ; 2,9,39,158,633,2535,10142,40569,162279,649118,2596473,10385895,41543582,166174329,664697319,2658789278,10635157113,42540628455,170162513822,680650055289,2722600221159,10890400884638,435616035...
lcd/mode2/mode2_oam_timing_spr_dis_dmg_mode/main.asm
AntonioND/gbc-hw-tests
6
127610
INCLUDE "hardware.inc" INCLUDE "header.inc" ;-------------------------------------------------------------------------- SECTION "Main",HOME ;------------------------------------ ClearSprites: push hl ld b,144 call wait_ly xor a,a ld b,$A0 ld hl,$FE00 .loop: ld [hl+],a dec b jr nz,.loop pop hl r...
bootloader/util/log32.asm
li--paul/micos
1
127611
; ; 保护模式下的控制台输出函数 ; ; treelite(<EMAIL>) ; VGA_ADDRESS equ 0xB8000 ; 显示寄存器内容 ; ; params: ; {dw} 寄存器内容 printReg: push ebp mov ebp, esp push eax push edx push ebx push ecx push edi mov edi, VGA_ADDRESS mov ecx, 0 mov eax, [ebp + 8] mov ebx, 16 _opDiv: mov edx,...
src/map.asm
Kannagi/Mega-Mario-TD
2
127612
<gh_stars>1-10 dc.l $00000000 dc.l $00000005 dc.l $00000056 dc.l $00005555 dc.l $00055675 dc.l $00058667 dc.l $00588667 dc.l $00568667 dc.l $00566667 dc.l $05555767 dc.l $55675577 dc.l $56867575 dc.l $56867556 dc.l $56667968 dc.l $55677566 dc.l $05555555...
oeis/287/A287804.asm
neoneye/loda-programs
11
127613
; A287804: Number of quinary sequences of length n such that no two consecutive terms have distance 1. ; Submitted by <NAME> ; 1,5,17,59,205,713,2481,8635,30057,104629,364225,1267923,4413861,15365465,53490097,186209299,648230545,2256616133,7855718641,27347281995,95201200637,331413874569,1153716087665,4016309864843,1398...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1072.asm
ljhsiun2/medusa
9
127614
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1072.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0xf02a, %rax nop nop nop nop and $8657, %rsi mov (%rax), %r10d nop xor %rbp, %rbp lea addresses_W...
oeis/173/A173449.asm
neoneye/loda-programs
11
127615
; A173449: Partial sums of A006894. ; Submitted by <NAME> ; 1,3,7,18,85,2364,2600425,3374964379317,5695183504495988993642596,16217557574922386301420542667438374091771757190157,131504586847961235687181874578063117114329409897631406061666638548823646377599560502379804093488299 lpb $0 sub $0,1 add $2,2 bin $2,2 a...
oeis/236/A236770.asm
neoneye/loda-programs
11
127616
<reponame>neoneye/loda-programs ; A236770: a(n) = n*(n + 1)*(3*n^2 + 3*n - 2)/8. ; 0,1,12,51,145,330,651,1162,1926,3015,4510,6501,9087,12376,16485,21540,27676,35037,43776,54055,66045,79926,95887,114126,134850,158275,184626,214137,247051,283620,324105,368776,417912,471801,530740,595035,665001,740962,823251,912210,100819...
fluorender/ffmpeg/OSX/include/libavutil/x86/lls.asm
sandorbx/VVD_Viewer
82
127617
;****************************************************************************** ;* linear least squares model ;* ;* Copyright (c) 2013 <NAME> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Public ;* License as publi...
lib/target/sam/classic/highram.asm
vipoo/z88dk
1
127618
; CRT0 stub for high RAM defc CLIB_SAM_IS_BASIC = 0 defc CRT_ORG_CODE = 0x8000 defc TAR__register_sp = 0xfd00 defc TAR__clib_exit_stack_size = 4 defc TAR__fputc_cons_generic = 1 defc CLIB_KBHIT_NOSTORE = 1 ; Where the screen is located defc SCREEN_BASE = 0x0000 ...
Micro_Processor_Lab/10a-DecimalUpCounter/DecimalUpCounter.asm
MohithGowdaHR/PES-Engineering-Lab-Programs
0
127620
<gh_stars>0 ; Assembly Level Program 10a ; Program to simulate a Decimal Up Counter to display 00 to 99. .model SMALL .code ; Load 0 (in ASCII) to AL MOV AL, 30h FirstLoop: ; Print Lower Digit on Screen MOV DL, AL MOV AH, 02h INT 21h PUSH AX ; Load 0 (in ASCII) to BL MOV BL, 30h SecondLoop: ; Prin...
MdePkg/Library/BaseMemoryLibOptDxe/Arm/CopyMem.asm
KaoTuz/edk2-stable202108
9
127621
;------------------------------------------------------------------------------ ; ; CopyMem() worker for ARM ; ; This file started out as C code that did 64 bit moves if the buffer was ; 32-bit aligned, else it does a byte copy. It also does a byte copy for ; any trailing bytes. It was updated to do 32-byte copies usin...
src/boot/main.asm
sohamroy19/BonelessOS
1
127622
<gh_stars>1-10 global start extern long_mode_start section .text ; code section bits 32 ; 32-bit mode start: mov esp, stack_top ; stack pointer call check_multiboot call check_cpuid call check_long_mode call setup_page_tables call enable_paging lgdt [gdt64.po...
libsrc/_DEVELOPMENT/target/yaz180/device/asci/__asci0_need.asm
Toysoft/z88dk
0
127623
; Generate references to any portions of asci0 ; code that must be part of every compile that ; uses the asci0. PUBLIC _asci0_need EXTERN _asci0_init defc _asci0_need = _asci0_init ; The asci0 must be initialized before main is called SECTION code_crt_init call _asci0_init
src/ppu/win_without_bg.asm
gb-archive/mealybug-tearoom-tests
37
127625
; Copyright (C) 2019 <NAME> (<EMAIL>) ; ; 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, including without limitation the rights ; to use, copy, modify, merge, publish, di...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_713.asm
ljhsiun2/medusa
9
127626
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1560a, %rsi lea addresses_normal_ht+0xf80a, %rdi inc %rdx mov $10, %rcx rep movsb nop cmp $20773, %rax lea addresses_normal_ht+0x1b70a, %rdx clflush (%rdx) nop nop cmp $2596...
oeis/035/A035302.asm
neoneye/loda-programs
11
127627
; A035302: a(n+1)=2a(n)-4a(n-1)+4a(n-2). ; Submitted by <NAME> ; 0,1,-2,-8,-4,16,16,-48,-96,64,320,0,-1024,-768,2560,4096,-5120,-16384,4096,53248,24576,-147456,-180224,327680,786432,-458752,-2752512,-524288,8126464,7340032,-19922944,-36700160,35651584,138412032,-12582912,-436207616,-268435456,1157627904,1644167168,-241...
programs/oeis/006/A006231.asm
karttu/loda
1
127628
; A006231: a(n) = Sum_{k=2..n} n(n-1)...(n-k+1)/k. ; 0,1,5,20,84,409,2365,16064,125664,1112073,10976173,119481284,1421542628,18348340113,255323504917,3809950976992,60683990530208,1027542662934897,18430998766219317 mov $2,$0 lpb $2,1 sub $2,1 add $1,$0 add $0,1 mul $0,$2 lpe
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1556.asm
ljhsiun2/medusa
9
127629
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rbx push %rcx lea addresses_D_ht+0x1b40e, %rcx nop nop nop nop dec %rbx mov (%rcx), %r14 nop nop nop nop add $62442, %r13 pop %rcx pop %rbx pop %r14 pop %r13 ret .global s_faulty_load s_faulty_load: push %r12 push %r15...
programs/oeis/048/A048755.asm
jmorken/loda
1
127630
<filename>programs/oeis/048/A048755.asm ; A048755: Partial sums of A048693. ; 1,7,20,52,129,315,764,1848,4465,10783,26036,62860,151761,366387,884540,2135472,5155489,12446455,30048404,72543268,175134945,422813163,1020761276,2464335720,5949432721,14363201167,34675835060,83714871292,202105577649,487926026595 mov $1,1 mov...
emulator/mz800/XCTests/assets/TestMZ700Color.asm
gunterhager/mz-800-emulator
8
127631
<gh_stars>1-10 ; Writing to MZ-700 character and color VRAM ; ; Use z80asm from the z88dk project to build binary file. ; Command line: ; z80asm -b TestMZ700Color.asm include "MZ800.inc" org 02000h ; Program features ;define ClearScreen define ClearColor defc DisplayMode = DisplayMode40x25_8ColorMZ700 ; Set disp...
src/MFORTH/answords/search-ext.asm
malyn/MFORTH
10
127632
<reponame>malyn/MFORTH ; 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 ; unm...
compeng205-assign-45/space-sprites/space-sprites/asm/asteroid_004.asm
cooperbarth/COMP_ENG-205-Final
0
127633
asteroid_004 EECS205BITMAP <18, 26, 255,, offset asteroid_004 + sizeof asteroid_004> BYTE 0ffh,0ffh,091h,049h,024h,024h,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh BYTE 0ffh,0ffh,0ffh,091h,0b6h,091h,049h,024h,024h,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh BYTE 0ffh,0ffh,0ffh,0ffh,091h,0b6h,091h,049h,049h,049h,024h,02...
libsrc/rect/RIsPtInIval16.asm
jpoikela/z88dk
640
127634
<gh_stars>100-1000 ; Rectangle, Intervals and Points ; 05.2006 aralbrec SECTION code_clib PUBLIC RIsPtInIval16 ; Determine if 16-bit point lies in a 16-bit interval. ; Interval bounds wrap across 0-65535 boundaries. ; ; enter : hl = coordinate of point ; bc = interval start coordinate ; de = width of...
programs/oeis/182/A182308.asm
jmorken/loda
1
127638
; A182308: a(n+1) = a(n) + floor(a(n)/7) with a(0)=7 ; 7,8,9,10,11,12,13,14,16,18,20,22,25,28,32,36,41,46,52,59,67,76,86,98,112,128,146,166,189,216,246,281,321,366,418,477,545,622,710,811,926,1058,1209,1381,1578,1803,2060,2354,2690,3074,3513,4014,4587,5242,5990 mov $2,$0 lpb $2 div $1,7 mul $1,8 add $1,8 sub $...
TSB/tsb_mega.asm
kgoba/roombreak
1
127639
; Modification of TinySafeBoot for RS-485 ; (c) <NAME> 2016 ; See below for licensing, copyright and credits ;*********************************************************************** ;*********************************************************************** ;****************************************************************...
software/profi/net-tools/src/pqdos/browser/player/player.asm
andykarpov/karabas-pro
26
127642
<reponame>andykarpov/karabas-pro ;Universal PT2'n'PT3 Turbo Sound player for ZX Spectrum ;(c)2004-2007 S.V.Bulba <<EMAIL>> ;Specially for AlCo ;http://bulba.untergrund.net/ (http://bulba.at.kz/) MODULE VTPL ;Release number Release EQU "0" ;Conditional assembly ;1) Current position counters at (Vars1+0) and (Va...
programs/oeis/178/A178465.asm
karttu/loda
0
127643
; A178465: Expansion of -2*x^2*(-3-2*x+x^2-x^3-2*x^4+x^5) / ( (1+x)^2*(x-1)^4 ). ; 0,0,6,16,36,66,114,176,264,370,510,672,876,1106,1386,1696,2064,2466,2934,3440,4020,4642,5346,6096,6936,7826,8814,9856,11004,12210,13530,14912,16416,17986,19686,21456,23364,25346,27474,29680,32040,34482 mov $7,$0 mov $8,2 lpb $8,1 mo...
libsrc/stdio_new/buf/slbb0/slbb0_isfull.asm
andydansby/z88dk-mk2
1
127644
<reponame>andydansby/z88dk-mk2 ; slbb0_isfull ; 08.2009 aralbrec XLIB slbb0_isfull ; enter : hl = & struct slbb ; exit : carry set if buffer full ; carry reset if buffer not full and a = space remaining minus one ; uses : af .slbb0_isfull inc hl ld a,(hl) ; a = buffer size dec a...
constants/misc_constants.asm
opiter09/ASM-Machina
1
127645
; Boolean checks FALSE EQU 0 TRUE EQU 1 ; flag operations const_def const FLAG_RESET ; 0 const FLAG_SET ; 1 const FLAG_TEST ; 2
Blackfin/VDSP++/cpu_a.asm
EmbeddedInsights/uC-CPU
17
127646
<filename>Blackfin/VDSP++/cpu_a.asm /* ********************************************************************************************************* * uC/CPU * CPU CONFIGURATION & PORT LAYER * * Copyright 2004-2021 Silicon L...
coreboot/src/vendorcode/amd/agesa/f10/Lib/IA32/amdlib32.asm
leetobin/firebrick
9
127647
<reponame>leetobin/firebrick ;/** ; * @file ; * ; * Agesa library 32bit ; * ; * Contains AMD AGESA Library ; * ; * @xrefitem bom "File Content Label" "Release Content" ; * @e project: AGESA ; * @e sub-project: Lib ; * @e \$Revision: 17071 $ @e \$Date: 2009-07-30 10:13:11 -0700 (Thu, 30 Jul 2009) $ ; */ ;*******...
08/tests/FibonacciElement/s.asm
Savioor/nand2tetris2022-public
0
127648
@256 D=A @SP M=D @.call0 D=A @SP M=M+1 A=M-1 M=D @LCL D=M @SP M=M+1 A=M-1 M=D @ARG D=M @SP M=M+1 A=M-1 M=D @THIS D=M @SP M=M+1 A=M-1 M=D @THAT D=M @SP M=M+1 A=M-1 M=D @0 D=A @5 D=D+A @SP A=M D=A-D @ARG M=D @SP D=M @LCL M=D @Sys.init 0;JMP (.call0) (Main.fibonacci) @SP A=M D=A @SP M=D @0 D=A @ARG A=M+D D=M @SP A=M M=D @...
src/test/ref/casting.asm
jbrandwood/kickc
2
127649
<reponame>jbrandwood/kickc // Commodore 64 PRG executable file .file [name="casting.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart(main) .label SC...
oeis/198/A198954.asm
neoneye/loda-programs
11
127651
<reponame>neoneye/loda-programs ; A198954: Expansion of the rotational partition function for a heteronuclear diatomic molecule. ; Submitted by <NAME> ; 1,3,0,5,0,0,7,0,0,0,9,0,0,0,0,11,0,0,0,0,0,13,0,0,0,0,0,0,15,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,25,0...
src/joypadTest.asm
joeldipops/SuperTestBoy
1
127656
IF(!DEF(JOYPAD_TEST_INCLUDED)) JOYPAD_TEST_INCLUDED SET 1 A_SPRITE EQU 1 B_SPRITE EQU 2 START_SPRITE EQU 3 SELECT_SPRITE EQU 4 UP_SPRITE EQU 5 DOWN_SPRITE EQU 6 LEFT_SPRITE EQU 7 RIGHT_SPRITE EQU 8 ;;; ; Sets up sprites for each buttons. ;;; initJoypadTest: push HL call resetBackground ...
hw3/print_board_test.asm
Cyfurion/CSE220
0
127657
<reponame>Cyfurion/CSE220<gh_stars>0 .data .align 2 state: .byte 0 # bot_mancala (byte #0) .byte 1 # top_mancala (byte #1) .byte 6 # bot_pockets (byte #2) .byte 6 # top_pockets (byte #3) .byte 2 # moves_executed (byte #4) ...
programs/oeis/135/A135153.asm
karttu/loda
0
127658
; A135153: Repeat Pell numbers A000129. ; 0,0,1,1,2,2,5,5,12,12,29,29,70,70,169,169,408,408,985,985,2378,2378,5741,5741,13860,13860,33461,33461,80782,80782,195025,195025,470832,470832,1136689,1136689,2744210,2744210,6625109,6625109,15994428,15994428,38613965,38613965,93222358,93222358,225058681,225058681,543339720,5433...
sh.asm
GuyueFang/xv6
0
127660
_sh: file format elf32-i386 Disassembly of section .text: 00000000 <main>: return 0; } int main(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 10 sub $0x10,%esp stat...
asm/kernel/basic/utils.asm
majacQ/retroputer
58
127661
.segment __current__ kmemmap.basic.code-start .append { checkbreak: { enter 0 push d _main: clr EX in dl, 0x38 # Check for CTRL+C and dl, 0b0000_1000 cmp dl, 0 if !z { # Got CTRL in dl...
oeis/140/A140105.asm
neoneye/loda-programs
11
127662
; A140105: Trailing zeros removed from n! in binary. ; Submitted by <NAME> ; 1,1,1,11,11,1111,101101,100111011,100111011,101100010011,11011101011111,100110000100010101,1110010001100111111,10111001100101000110011,10100010011000011101100101,100110000011101110111011101011,100110000011101110111011101011,1010000110111111011...
lab_07/7_3/out16.asm
yakubauskaitemarianna/DOS-ASSEMBLER
0
127663
EXTRN sEnter:BYTE PUBLIC PR_print16 Data SEGMENT PUBLIC List DB "0123456789ABCDEF" Data ENDS Code SEGMENT PUBLIC 'CODE' ASSUME CS:Code, DS:Data PR_print16 PROC NEAR Begin: PUSH BP ;передаем параметр MOV BP,SP PUSH BX MOV CX, 4 MOV BX,[BP+4] ...
programs/oeis/029/A029898.asm
karttu/loda
0
127664
; A029898: Pitoun's sequence: a(n+1) is digital root of a(0) + ... + a(n). ; 1,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,1,2 mov $1,1 mov $2,$0 lpb $2,1 lp...
programs/oeis/192/A192971.asm
karttu/loda
0
127665
; A192971: Constant term of the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments. ; 1,2,9,21,44,83,149,258,437,729,1204,1975,3225,5250,8529,13837,22428,36331,58829,95234,154141,249457,403684,653231,1057009,1710338,2767449,4477893,7245452,11723459,18969029,30692610,49661765,80354505,130016404,2103710...
alice3/cpm/putsys.asm
lkesteloot/alice
63
127666
<reponame>lkesteloot/alice<gh_stars>10-100 ;written by <NAME>, <EMAIL>, for his Z-80 computer ;modified by <NAME>, <EMAIL>, for Alice 3 Z-80 computer ; ;Copies the memory image of CP/M loaded at E400h onto track 0 of disk 1 ;Load and run from emulator using debugger ;Uses calls to BIOS ;XXX grantham; Alice 2 fake disk ...
P6/data_P6_2/ALUTest106.asm
alxzzhou/BUAA_CO_2020
1
127667
<filename>P6/data_P6_2/ALUTest106.asm<gh_stars>1-10 addiu $6,$6,-30402 subu $3,$5,$3 xori $5,$3,41068 sltu $4,$4,$3 or $5,$1,$3 addu $3,$3,$3 srav $1,$0,$3 lh $3,2($0) sb $6,1($0) xor $4,$3,$3 slti $5,$6,29541 srav $5,$4,$3 sllv $5,$5,$3 xor $4,$3,$3 xori $3,$3,51597 slt $3,$2,$3 xori $1,$3,45624 sltiu $1,$1,-28787 srl...
libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_append_callee.asm
jpoikela/z88dk
640
127668
; size_t w_array_append(w_array_t *a, void *item) SECTION code_clib SECTION code_adt_w_array PUBLIC w_array_append_callee EXTERN asm_w_array_append w_array_append_callee: pop hl pop bc ex (sp),hl jp asm_w_array_append ; SDCC bridge for Classic IF __CLASSIC PUBLIC _w_array_append_callee defc _w_ar...
teste.asm
douglasbreyer/StrideXV6
0
127669
_teste: formato de ficheiro elf32-i386 Desmontagem da secção .text: 00000000 <loop>: #include "types.h" //maybe needed to use some types of variables #include "user.h" //functios like printf and syscalls #define N 4 void loop(){ 0: 55 push %ebp 1: 89 e5 mo...
Tests/yasm-regression/riprel1.asm
13xforever/x86-assembly-textmate-bundle
69
127670
<reponame>13xforever/x86-assembly-textmate-bundle<filename>Tests/yasm-regression/riprel1.asm bits 64 val: default abs mov rax, val ; out: 48 c7 c0 00 00 00 00 - 32-bit imm mov rax, dword val ; out: 48 c7 c0 00 00 00 00 - 32-bit imm mov rax, qword val ; out: 48 b8 00 00 00 00 00 00 00 00 - 64-bit imm mov rbx, val ...
libsrc/_DEVELOPMENT/drivers/character/character_00/input/character_00_input/character_00_input_stdio_msg_read.asm
jpoikela/z88dk
640
127671
<gh_stars>100-1000 INCLUDE "config_private.inc" SECTION code_driver SECTION code_driver_character_input PUBLIC character_00_input_stdio_msg_read EXTERN l_jpix character_00_input_stdio_msg_read: ; DE'= void *buffer = byte destination ; BC'= max_length > 0 ; HL = max_length > 0 ; ; return: ; ; ...
engine/events/misc_scripts.asm
AtmaBuster/pokeplat-gen2
6
127672
Script_AbortBugContest: checkflag ENGINE_BUG_CONTEST_TIMER iffalse .finish setflag ENGINE_DAILY_BUG_CONTEST special ContestReturnMons .finish end FindItemInBallScript:: callasm .TryReceiveItem iffalse .no_room disappear LAST_TALKED opentext writetext .text_found playsound SFX_ITEM pause 60 callasm .CheckI...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1804.asm
ljhsiun2/medusa
9
127673
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1804.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rdi push %rsi lea addresses_WT_ht+0xba37, %r10 nop nop nop nop nop add %rdi, %rdi mov $0x6162636465666768, %rsi movq %rsi, %xmm7 movups %xmm7, (%r1...
programs/oeis/212/A212254.asm
jmorken/loda
1
127674
<gh_stars>1-10 ; A212254: Number of (w,x,y,z) with all terms in {1,...,n} and w=x+2y+3z-n. ; 0,0,0,1,4,11,21,37,59,88,125,172,228,296,376,469,576,699,837,993,1167,1360,1573,1808,2064,2344,2648,2977,3332,3715,4125,4565,5035,5536,6069,6636,7236,7872,8544,9253,10000,10787,11613,12481,13391 mov $2,$0 mov $5,$0 lpb $2 mo...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_340.asm
ljhsiun2/medusa
9
127675
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x14d86, %rax sub %rdx, %rdx mov $0x6162636465666768, %r11 movq %r11, %xmm7 and $0xffffffffffffffc0, %rax vmovntdq %ymm7, (%rax) nop cmp %r13, %r13 lea addresses_UC_ht+0xa893, ...
Library/Cell/cellC.asm
steakknife/pcgeos
504
127676
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Cell FILE: cellC.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Anna 2/92 Initial version DESCRIPTION: This file cont...
programs/oeis/246/A246514.asm
neoneye/loda
22
127677
; A246514: Number of composite numbers between prime(n) and 2*prime(n) exclusive. ; 0,1,3,4,7,9,12,14,17,22,23,27,31,33,37,41,45,48,53,56,59,63,67,72,77,80,83,87,90,94,103,107,111,113,121,124,128,134,138,144,148,150,158,160,164,166,175,184,188,190,193,199,201,209,214,219,226,228,234,238,240,248,257,260,263,267,276,282,...
titlescreen/asm/position48.asm
hrw/my-first-8k
2
127678
<filename>titlescreen/asm/position48.asm position48 ;postion P0 and P1 sta WSYNC lda #$90 ;2 sta HMP0 ;3 lda #$A0 ;2 sta HMP1 ;3 inc temp1 dec temp1 inc temp1 dec temp1 inc temp1 sleep 2 sta RESP0 ; +3 ...
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/cos.asm
ahjelm/z88dk
640
127680
<reponame>ahjelm/z88dk<filename>libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/cos.asm SECTION code_fp_am9511 PUBLIC cos EXTERN cam32_sccz80_cos defc cos = cam32_sccz80_cos ; SDCC bridge for Classic IF __CLASSIC PUBLIC _cos EXTERN cam32_sdcc_dcc_cos defc _cos = cam32_sdcc_dcc_cos ENDIF
programs/oeis/037/A037512.asm
karttu/loda
0
127681
; A037512: Base 3 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,1. ; 2,6,19,59,177,532,1598,4794,14383,43151,129453,388360,1165082,3495246,10485739,31457219,94371657,283114972,849344918,2548034754,7644104263,22932312791,68796938373,206390815120,619172445362 add $0,1 mov $2,7 ...
libsrc/stdio/__printf_print_the_buffer.asm
jpoikela/z88dk
0
127682
<gh_stars>0 MODULE __printf_print_the_buffer SECTION code_clib PUBLIC __printf_print_the_buffer EXTERN __printf_get_buffer_address EXTERN __printf_loop EXTERN __printf_print_aligned EXTERN __printf_get_buffer_length __printf_print_the_buffer: ; On stack: ap, fmt IF __CPU_INTEL__ call __printf_get_b...
programs/oeis/226/A226122.asm
jmorken/loda
1
127683
<reponame>jmorken/loda<gh_stars>1-10 ; A226122: Expansion of (1+2*x+x^2+x^3+2*x^4+x^5)/(1-2*x^3+x^6). ; 1,2,1,3,6,3,5,10,5,7,14,7,9,18,9,11,22,11,13,26,13,15,30,15,17,34,17,19,38,19,21,42,21,23,46,23,25,50,25,27,54,27,29,58,29,31,62,31,33,66,33,35,70,35,37,74,37,39,78,39 mov $3,2 mov $4,$0 lpb $3 mov $0,$4 sub $3,...
bios/l.asm
arbruijn/d1dos
2
127684
;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX ;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO ;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A ;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS ;IN USING, DISPLAYING, ...
VirtualBox-5.0.0/src/VBox/Additions/os2/VBoxSF/VBoxSFA.asm
egraba/vbox_openbsd
1
127687
; $Id: VBoxSFA.asm $ ;; @file ; VBoxSF - OS/2 Shared Folders, all assembly code (16 -> 32 thunking mostly). ; ; ; Copyright (c) 2007 <NAME> <<EMAIL>> ; ; 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...
src/engine.asm
wastevensv/gbc-demo
4
127688
;; -*- mode: rgbds; -*- INCLUDE "hardware.inc" INCLUDE "engine.inc" SECTION "engine",ROM0 loadBGPal:: ;; Input: HL - Source Address of palette colors ;; A - Destination palette index push af push bc push hl set 7, a ld [rBCPS], a ld b, 8 .palLoop ld a, [hli] ld [rBCPD], a d...
asgn2/prob4.asm
debargham14/Microprocessors-8085-
0
127689
<filename>asgn2/prob4.asm LXI H,204F MOV B,M LXI H,2050 MVI C,00 LXI D,2200 LOOP: MOV A,M RAR JNC SKIP INR C RAL XCHG MOV M,A XCHG INX D SKIP: DCR B INX H JNZ LOOP MOV A,C STA 2301 LXI H,204F MOV B,M LXI H,2050 MVI C,00 LXI ...