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 |
|---|---|---|---|---|
third_party/silabs/gecko_sdk_suite/v1.0/util/third_party/micrium/uCOS-III/uCOS-III/Ports/Template/os_cpu_a.asm | syin2/openthread | 1 | 53974 | <filename>third_party/silabs/gecko_sdk_suite/v1.0/util/third_party/micrium/uCOS-III/uCOS-III/Ports/Template/os_cpu_a.asm<gh_stars>1-10
;********************************************************************************************************
; uC/OS-III
; ... |
apps/msxdos.asm | vipoo/msxrc2014 | 1 | 53975 |
INITXT EQU 0x6C
INIT32 EQU 0x6F
POSIT EQU 0xC6
CALSLT EQU 0x001C
EXPTBL EQU 0xFCC1
_EXPLAIN EQU 0x66
_GDRVR EQU 0x78
_GPART EQU 0x7A
_CDRVR EQU 0x7B
_DIRIO EQU 0x06
BDOS EQU 0x0005
; DRIVER FUNCTION ENTRY POINTS
DEV_INFO EQU 0x4163
LUN_INFO EQU 0x4169
DEV_RW EQU 0x4160
SECTION DATA
PUBLIC _HOKVLD, _EXTBIO
_HOKV... |
oeis/014/A014143.asm | neoneye/loda-programs | 11 | 53976 | ; A014143: Partial sums of A014138.
; 1,4,12,34,98,294,919,2974,9891,33604,116103,406614,1440025,5147876,18550572,67310938,245716094,901759950,3325066996,12312494462,45766188948,170702447074,638698318850,2396598337950,9016444758502,34003644251206,128524394659914,486793096818982,1847304015629418,7022801436532158,2674293... |
oeis/162/A162766.asm | neoneye/loda-programs | 11 | 53977 | ; A162766: a(n) = 3*a(n-2) for n > 2; a(1) = 4, a(2) = 3.
; Submitted by <NAME>(s1)
; 4,3,12,9,36,27,108,81,324,243,972,729,2916,2187,8748,6561,26244,19683,78732,59049,236196,177147,708588,531441,2125764,1594323,6377292,4782969,19131876,14348907,57395628,43046721,172186884,129140163
mov $3,1
lpb $0
sub $0,1
mul $1... |
libsrc/_DEVELOPMENT/l/sccz80/8-8080/l_g2charspsp.asm | ahjelm/z88dk | 640 | 53978 | ; Z88 Small C+ Run time Library
; l_gchar variant to be used sometimes by the peephole optimizer
;
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_g2charspsp
l_g2charspsp:
add hl,sp
ld bc,hl
inc hl
inc hl
ld a,(hl)
ld l,a
rlca
sbc a,a
ld... |
oeis/055/A055528.asm | neoneye/loda-programs | 11 | 53979 | <filename>oeis/055/A055528.asm
; A055528: a(n)=10*a(n-1)+n^3, a(0)=0.
; Submitted by <NAME>(s3)
; 0,1,18,207,2134,21465,214866,2149003,21490542,214906149,2149062490,21490626231,214906264038,2149062642577,21490626428514,214906264288515,2149062642889246,21490626428897373,214906264288979562,2149062642889802479,21490626428... |
programs/oeis/217/A217570.asm | neoneye/loda | 22 | 53980 | <reponame>neoneye/loda<filename>programs/oeis/217/A217570.asm<gh_stars>10-100
; A217570: Numbers n such that floor(sqrt(n)) = floor(n/(floor(sqrt(n))-1))-1.
; 9,16,17,25,26,27,36,37,38,39,49,50,51,52,53,64,65,66,67,68,69,81,82,83,84,85,86,87,100,101,102,103,104,105,106,107,121,122,123,124,125,126,127,128,129,144,145,14... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/inverse.asm | gb-archive/really-old-stuff | 10 | 53982 | <gh_stars>1-10
; Sets INVERSE flag in P_FLAG permanently
; Parameter: INVERSE flag in bit 0 of A register
#include once <copy_attr.asm>
INVERSE:
PROC
and 1 ; # Convert to 0/1
add a, a; # Shift left 3 bits for permanent
add a, a
add a, a
ld hl, P_FLAG
res 3, (hl)
or (hl)
ld (hl), a
ret
; Sets INVERSE flag ... |
Kernel/asm/libasm.asm | mbrula/Shell-OS | 0 | 53985 | GLOBAL cpu_vendor
GLOBAL write_port
GLOBAL read_port
GLOBAL force_timer_tick
GLOBAL atom_swap
GLOBAL mutex_acquire
GLOBAL mutex_release
section .text
; void lock_sem(uint64_t * dir, uint64_t value)
atom_swap:
xchg [rdi], rsi
ret
; uint64_t mutex_acquire(uint64_t * dir);
mutex_acquire:
push rsi
mov rsi, 1
xchg ... |
llvm/test/tools/llvm-ml/radix_errors.asm | mkinsner/llvm | 2,338 | 53986 | ; RUN: not llvm-ml -filetype=s %s /Fo /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:
.code
t1:
; CHECK: :[[# @LINE + 1]]:10: error: invalid decimal number
mov eax, 120b
; CHECK: :[[# @LINE + 1]]:10: error: invalid binary number
mov eax, 120y
.radix 11
; CHECK: :[[# @LINE + 1]]:10: error: invalid base-11 nu... |
_anim/obj0A.asm | vladjester2020/Sonic1TMR | 0 | 53987 | <reponame>vladjester2020/Sonic1TMR
; ---------------------------------------------------------------------------
; Animation script - countdown numbers and bubbles (LZ)
; ---------------------------------------------------------------------------
dc.w byte_140D6-Ani_obj0A
dc.w byte_140E0-Ani_obj0A
dc.w byte_... |
maps/VermilionFishingSpeechHouse.asm | Dev727/ancientplatinum | 28 | 53988 | object_const_def ; object_event constants
const VERMILIONFISHINGSPEECHHOUSE_FISHING_GURU
VermilionFishingSpeechHouse_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
FishingDude:
jumptextfaceplayer FishingDudeText
FishingDudesHousePhoto:
jumptext FishingDudesHousePhotoText
FishingDudesHouseBookshelf:
; unus... |
src/ExecBlock/X86_64/windows-X86.asm | clayne/QBDI | 0 | 53989 | ; This file is part of QBDI.
;
; Copyright 2017 - 2022 Quarkslab
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by appl... |
oeis/018/A018092.asm | neoneye/loda-programs | 11 | 53992 | <reponame>neoneye/loda-programs
; A018092: Expansion of 1/((1-3*x)*(1-9*x)*(1-12*x)).
; Submitted by <NAME>(s1)
; 1,24,405,5940,81081,1061424,13533885,169579980,2099526561,25775439624,314535422565,3821496571620,46281602898441,559192032726624,6744619579010445,81244271639092860,977710789930868721,11757545251655354424,141... |
examples/Winners Names are Gold on CSS/Remember Who LRA Started.asm | rapito/VSCode-PowerPC-Syntax | 13 | 53993 | ################################################################################
# Address: 8016ea30
################################################################################
.include "Common.s"
#Original Codeline
stb r0, 0x0010 (r30)
#Check If LRA Start
cmpwi r0,0x7
bne Exit
#Find Who LRA Sta... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_678.asm | ljhsiun2/medusa | 9 | 53994 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xaf30, %rax
nop
nop
nop
nop
cmp %r12, %r12
movups (%rax), %xmm5
vpextrq $1, %xmm5, %rsi
sub $33701, %r11
lea addresses_UC_ht+0x177ec, %rdx
nop
inc %r10
mov $0x6162636465666768... |
programs/oeis/155/A155649.asm | neoneye/loda | 22 | 53995 | <filename>programs/oeis/155/A155649.asm
; A155649: a(n) = 11^n+6^n-1^n.
; 1,16,156,1546,15936,168826,1818216,19767106,216038496,2368025386,25997890776,285674467666,3140605159056,34535772837946,379828197747336,4177718354400226,45952550973479616,505463955158738506
mov $1,6
pow $1,$0
mov $2,11
pow $2,$0
add $1,$2
mov $0,... |
sound/Hues.asm | agg23/FINes | 3 | 53996 | <filename>sound/Hues.asm<gh_stars>1-10
;this file for FamiTone2 library generated by FamiStudio
.base $D000
fines_music_data:
db 2
dw @instruments
dw @samples-3
dw @song0ch0,@song0ch1,@song0ch2,@song0ch3,@song0ch4
db <(@tempo_env16), >(@tempo_env16), 0, 0
dw @song1ch0,@song1ch1,@song1ch2,@song1ch3,@song1ch4
db... |
inc/tiles.asm | gb-archive/cgb-acid2 | 60 | 53997 | TileData::
db $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00
db $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff
db $ff, $00, $ff, $00, $ff, $00, $ff, $00, $ff, $00, $ff, $00, $ff, $00, $ff, $00
; 3: diagonal line
dw `31111111
dw `13... |
src/bootloader/stage0.asm | sergpolkin/zig-os | 0 | 53999 | ; [org 0x7c00]
%define PROGRAM_BASE 0x7c00
[bits 16]
extern main
section .start
global _start
_start:
; Clear direction flag
cld
; Set the A20 line
in al, 0x92
or al, 2
out 0x92, al
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
read_disk:
; Read... |
deps/gmp.js/mpn/x86/k6/mmx/com.asm | 6un9-h0-Dan/cobaul | 184 | 54000 | dnl AMD K6-2 mpn_com -- mpn bitwise one's complement.
dnl Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public Lice... |
1-source-files/original-sources/converted_source_files/a.dcode_3.asm | markmoxon/elite-a-beebasm | 16 | 54001 |
.l_54c8
STA &87
.l_54ca
JSR vdu_80
JSR l_360a
STA &0343
STA &034A
STA &034B
LDX #&60
.l_54dc
JSR l_42a1
INX
CPX #&78
BNE l_54dc
LDX &2F
BEQ l_54eb
JSR l_30ac
.l_54eb
LDY #&01
STY cursor_y
LDA &87
BNE l_5507
LDY #&0B
STY cursor_x
LDA view_dirn
ORA #&60
JSR l_339a
JSR l_3142
LDA #&AF
JSR... |
test/jzas/sintactic/valid/success57.asm | scoffey/jz80sim | 1 | 54002 | <filename>test/jzas/sintactic/valid/success57.asm
; Ejercicio 16 del TP2
aseg
org 1180h
start:
ld A,(1200h)
ld B,A
ld A,(1201h)
cp B
jp Z,iguales ; compara primero y segundo
ld A,(1200h)
ld B,A
ld A,(1202h)
cp B
jp Z,iguales ; compara primero y tercero
ld A,(1201h)... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1664.asm | ljhsiun2/medusa | 9 | 54003 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1664.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %rax
push %rsi
lea addresses_normal_ht+0x1ad15, %rsi
nop
nop
add %r14, %r14
movw $0x6162, (%rsi)
nop
nop
nop
su... |
test/unresolved_symbols.asm | skwirl42/robco-processor | 0 | 54004 | ; Without syscall.asm included all syscall lines should report bad symbols
.data HELLO_WORLD "Hello world!"
syscall CLEAR ; Clear the screen
pushi 0 ; Set DP to point to the first byte of the direct page
pulldp
start:
pushi 0 ; Set the value at DP to 0
pull... |
_maps/obj5Eballs.asm | vladjester2020/Sonic1TMR | 0 | 54005 | ; ---------------------------------------------------------------------------
; Sprite mappings - spiked balls on the seesaws (SLZ)
; ---------------------------------------------------------------------------
dc.w byte_119EA-Map_obj5Ea
dc.w byte_119F0-Map_obj5Ea
byte_119EA: dc.b 1
dc.b $F4, $A, 0, 0, $F4
... |
src/intel/tools/tests/gen4.5/send.asm | SoftReaper/Mesa-Renoir-deb | 0 | 54007 | send(16) 2 g12<1>F g10<8,8,1>F 0x01110001
math MsgDesc: inv mlen 1 rlen 1 { align1 compr };
send(16) 1 null<1>UW g0<8,8,1>UW 0x85a04800
write MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 10 rlen 0 { align1 EOT };... |
programs/oeis/286/A286753.asm | neoneye/loda | 22 | 54009 | <filename>programs/oeis/286/A286753.asm
; A286753: Positions of 0 in A286752; complement of A286753.
; 2,4,5,7,9,12,14,15,17,19,22,24,26,27,29,32,34,36,37,39,42,44,46,47,49,51,54,56,57,59,61,64,66,68,69,71,74,76,78,79,81,84,86,88,89,91,93,96,98,99,101,103,106,108,109,111,113,116,118,120,121,123,126,128,130,131,133,135,... |
wof/lcs/base/201.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 54010 | copyright zengfr site:http://github.com/zengfr/romhack
001688 beq $1690
0016B8 beq $16c0
008056 bne $8198
009598 beq $9430
009B0E beq $9430
00B2EC beq $b308
011724 tst.b ($201,A5) [123p+ 94]
011728 beq $11738
012336 bne $1246e
0127C8 bne $12830
0178BA bne $1... |
programs/oeis/055/A055951.asm | neoneye/loda | 22 | 54011 | ; A055951: n - reversal of base 5 digits of n (written in base 10).
; 0,0,0,0,0,4,0,-4,-8,-12,8,4,0,-4,-8,12,8,4,0,-4,16,12,8,4,0,24,0,-24,-48,-72,24,0,-24,-48,-72,24,0,-24,-48,-72,24,0,-24,-48,-72,24,0,-24,-48,-72,48,24,0,-24,-48,48,24,0,-24,-48,48,24,0,-24,-48,48,24,0,-24,-48,48,24,0,-24,-48,72,48,24,0,-24,72,48,24,0... |
oeis/103/A103820.asm | neoneye/loda-programs | 11 | 54012 | ; A103820: Whitney transform of 3^n.
; Submitted by <NAME>(w4)
; 1,4,16,61,232,880,3337,12652,47968,181861,689488,2614048,9910609,37573972,142453744,540083149,2047610680,7763081488,29432076505,111585473980,423052651456,1603914376309,6080901083296,23054446378816,87406042386337,331381466295460,1256362526045392,4763231977... |
1-source-files/main-sources/revs-brandshatch.asm | markmoxon/revs-beebasm | 11 | 54013 | <reponame>markmoxon/revs-beebasm
\ ******************************************************************************
\
\ REVS BRANDS HATCH TRACK SOURCE
\
\ Revs was written by <NAME> and is copyright Acornsoft 1985
\
\ The code on this site has been reconstructed from a disassembly of the
\ original game binaries
\
\ The ... |
os2link/src/ressort.asm | DigitalMars/optlink | 28 | 54014 | TITLE QSORTRES - Copyright (c) SLR Systems 1994
INCLUDE MACROS
if fg_pe
PUBLIC RES_SORT,STORE_RES_ECXEAX,INIT_RES_SORT
.DATA
.CODE PASS2_TEXT
EXTERNDEF GET_NEW_LOG_BLK:PROC,ERR_ABORT:PROC
QUICK_VARS STRUC
QDELTA_BP DD ?
QLEFT_NUMBER_BP DD ?
QRIGHT_NUMBER_BP DD ?
Q_OS2_NUMBER_BP DD ?
QLEFT_PTR_... |
assembler/tests/t_cold/t_cold.asm | paulscottrobson/RCA-Cosmac-VIP-III | 0 | 54015 | page 0
cpu mcf5202 ; ISA A
supmode on
cpu mcf5208 ; ISA A+
supmode on
bitrev d4 ; $00cn
bitrev.l d4
byterev d6 ; $02cn
byterev.l d6
ff1 d2 ; $04cn
ff1.l d2
move.l usp,a3 ; $4e6(8n)
move.l a5,usp ; $4e6(0n)
stldsr #$55aa ; $40e7 $46fc iiii
stldsr.w #$55aa
cpu mc... |
Test/Basic/Reg1.asm | CharlesCarley/ToyVM | 1 | 54016 | <filename>Test/Basic/Reg1.asm
; --- scan test
main:
mov b0, 0
mov w1, 1
mov l2, 2
mov x3, 3
prgi
ret |
src/shaders/vme/inter_frame.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 54017 | /*
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
// Modual name: IntraFrame.asm
//
// Make intra predition estimati... |
source/rom21/rom21_intro_cutscene_texture_data.asm | evanbowman/Red | 5 | 54018 | <reponame>evanbowman/Red<filename>source/rom21/rom21_intro_cutscene_texture_data.asm
SECTION "INTRO_CUTSCENE_0_TILECOUNTS", ROMX, BANK[21]
;;; Generated by cutscene.py
r21_cutscene_wolf_texture_offsets::
DB $00, $00, $10, $00, $20, $00, $00, $04, $B0, $07, $70, $0B, $E0, $0E, $D0, $12, $90, $16, $50, $1A, $F0, $... |
programs/oeis/157/A157362.asm | karttu/loda | 1 | 54019 | ; A157362: a(n) = 49*n^2 - 2*n.
; 47,192,435,776,1215,1752,2387,3120,3951,4880,5907,7032,8255,9576,10995,12512,14127,15840,17651,19560,21567,23672,25875,28176,30575,33072,35667,38360,41151,44040,47027,50112,53295,56576,59955,63432,67007,70680,74451,78320,82287,86352,90515,94776,99135,103592,108147,112800,117551,122400,... |
Scripts/common/decompressor.asm | 1888games/golf | 1 | 54020 | <reponame>1888games/golf
DECOMPRESSOR: {
* = * "-- Decompressor"
.label Source = ZP.P0
.label Destination = ZP.P2
.label EscapeCode = ZP.P4
.label DestinationIteration = ZP.P5
.label Pattern = ZP.P6
DisplayMCBitmap: {
ldy #0
sty DestinationIteration
lda (Source... |
programs/oeis/214/A214206.asm | jmorken/loda | 1 | 54021 | <reponame>jmorken/loda<filename>programs/oeis/214/A214206.asm
; A214206: a(n) = largest m such that m*(m+1)/2 <= 14*n.
; 0,4,7,8,10,11,12,13,14,15,16,17,17,18,19,20,20,21,21,22,23,23,24,24,25,25,26,27,27,28,28,28,29,29,30,30,31,31,32,32,32,33,33,34,34,35,35,35,36,36,36,37,37,38,38,38,39,39,39,40,40,40,41,41,41,42,42,42... |
projectfiles/04/fill/Fill.asm | Gunasekare/nand2tetris | 0 | 54022 | <reponame>Gunasekare/nand2tetris
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME> Schocken, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the... |
Library/Pen/Ink/inkControlClass.asm | steakknife/pcgeos | 504 | 54023 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: Pen library
MODULE: Ink
FILE: inkControlClass.asm
AUTHOR: <NAME>, Mar 31, 1992
REVISION HISTORY:
Name Date Description
---- ---- ---------... |
programs/oeis/215/A215020.asm | karttu/loda | 0 | 54024 | ; A215020: a(n) = log_2( A182105(n) ).
; 0,0,1,0,0,1,2,0,0,1,0,0,1,2,3,0,0,1,0,0,1,2,0,0,1,0,0,1,2,3,4,0,0,1,0,0,1,2,0,0,1,0,0,1,2,3,0,0,1,0,0,1,2,0,0,1,0,0,1,2,3,4,5,0,0,1,0,0,1,2,0,0,1,0,0,1,2,3,0,0,1,0,0,1,2,0,0,1,0,0,1,2,3,4,0,0,1,0,0,1,2,0,0,1,0,0,1,2,3,0,0,1,0,0,1,2,0,0,1
mov $1,12
lpb $0,1
mov $2,$0
cal $2,... |
U494/Source/FileUtil.asm | sboydlns/univacemulators | 2 | 54025 | <filename>U494/Source/FileUtil.asm
.
. FILE UTILITIES FOR THE UNIVAC 494 EMULATOR
.
. COMMAND FORMAT:
. VERB [[SOURCE] DESTINATION]
.
. WHERE SOURE AND DESTINATION ARE FILE IDENTIFIERS.
.
. VALID VERBS ARE:
. HELP
. COPY
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2700.asm | ljhsiun2/medusa | 9 | 54026 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1ad32, %r11
nop
nop
nop
nop
nop
add %r13, %r13
movups (%r11), %xmm1
vpextrq $0, %xmm1, %r9
nop
nop
nop
cmp $30011, %r15
lea addresses_normal_ht+0x74c2, %r11
nop
nop
add $5373... |
oeis/006/A006277.asm | neoneye/loda-programs | 11 | 54028 | <reponame>neoneye/loda-programs
; A006277: a(n) = (a(n-1) + 1)*a(n-2).
; Submitted by <NAME>
; 1,1,2,3,8,27,224,6075,1361024,8268226875,11253255215681024,93044467205527772332546875,1047053135870867396062743192203958743681024,97422501162981936223682742789520433197690551802305989766350860546875,10200653534708346217710272... |
oeis/037/A037601.asm | neoneye/loda-programs | 11 | 54031 | ; A037601: Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,0.
; Submitted by <NAME>(s2)
; 1,11,88,705,5643,45144,361153,2889227,23113816,184910529,1479284235,11834273880,94674191041,757393528331,6059148226648,48473185813185,387785486505483,3102283892043864
seq $0,33144 ;... |
PRG/levels/Ice/6-1.asm | narfman0/smb3_pp1 | 0 | 54032 | ; Original address was $B22C
; 6-1
.word W601_BonusL ; Alternate level layout
.word Empty_ObjLayout ; Alternate object layout
.byte LEVEL1_SIZE_09 | LEVEL1_YSTART_180
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_12 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXI... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_3069.asm | ljhsiun2/medusa | 9 | 54033 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x744e, %rsi
lea addresses_UC_ht+0x16b7e, %rdi
xor $56973, %r10
mov $10, %rcx
rep movsq
nop
lfence
lea addresses_normal_ht+0xf4be, %rsi
lea addresses_UC_ht+0x190e, %rdi
nop
nop
... |
programs/oeis/105/A105472.asm | neoneye/loda | 22 | 54034 | ; A105472: Next-to-last digit of n-th Fibonacci number in decimal representation, a(n) = 0 for n <= 6.
; 0,0,0,0,0,0,0,1,2,3,5,8,4,3,7,1,8,9,8,8,6,4,1,5,6,2,9,1,1,2,4,6,0,7,8,6,5,1,6,8,5,4,9,3,3,7,0,7,7,4,2,7,9,7,7,4,1,6,7,4,2,6,8,4,2,6,8,5,4,9,3,2,6,9,5,5,0,5,6,2,8,0,9,9,8,8,7,5,3,8,2,0,2,3,6,0,7,7,4,2
seq $0,45 ; Fi... |
oeis/174/A174429.asm | neoneye/loda-programs | 11 | 54035 | <reponame>neoneye/loda-programs
; A174429: Collatz-Fibonacci numbers: a(1) = a(2) = 1; if n > 2, a(n) = a(C(n)) + a(C(C(n))), where C(n) = A006370(n).
; Submitted by <NAME>(s1.)
; 1,1,21,2,8,34,1597,3,6765,13,610,55,55,2584,2584,5,233,10946,10946,21,21,987,987,89,46368,89,114059301025943970552219,4181,4181,4181,102847... |
First Stage/boot_sector_print_message.asm | marmil03/Project-Lithosphere | 0 | 54037 | <reponame>marmil03/Project-Lithosphere
print_message:
pusha
start:
mov al, [bx]
cmp al, 0
je done
mov ah, 0x0e
int 0x10
add bx,1
jmp start
done:
popa
ret
print_new_line:
pusha
new_line:
mov al, 0x0a
mov ah, 0x0e
int 0x10
mov al, 0x0d... |
programs/oeis/021/A021459.asm | jmorken/loda | 1 | 54039 | <reponame>jmorken/loda<filename>programs/oeis/021/A021459.asm
; A021459: Decimal expansion of 1/455.
; 0,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2,1,9,7,8,0,2
sub $0,1
cal $0,70... |
oeis/189/A189709.asm | neoneye/loda-programs | 11 | 54040 | <reponame>neoneye/loda-programs<filename>oeis/189/A189709.asm
; A189709: Partial sums of A189706.
; Submitted by <NAME>(s2)
; 0,1,2,2,2,3,3,3,4,4,5,6,6,7,8,8,8,9,9,10,11,11,12,13,13,13,14,14,15,16,16,16,17,17,17,18,18,19,20,20,20,21,21,21,22,22,23,24,24,25,26,26,26,27,27,28,29,29,29,30,30,30,31,31,32,33,33,33,34,34,34,... |
src/test/ref/inline-asm-refout-const.asm | jbrandwood/kickc | 2 | 54041 | // Illustrates how inline assembler can reference data from the outside program without the data being optimized away as unused
// Commodore 64 PRG executable file
.file [name="inline-asm-refout-const.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$08... |
src/ramcode/spiral.asm | BlockoS/up-news | 2 | 54042 | <reponame>BlockoS/up-news<gh_stars>1-10
.include "vdc.inc"
.code
spiral_update:
stz .perspective
lda <_z0
sta .i0
inc <_z0
st0 #VDC_MAWR
st1 #low(SATB_ADDRESS)
st2 #high(SATB_ADDRESS)
st0 #VDC_DATA
.loop:
.i0 = *+1
lda #$00
asl A
... |
Includes16/A20Func.asm | Th3Matt/FlameOS-2.0 | 0 | 54043 | <gh_stars>0
enableA20:
; BIOS
pusha
mov ax, 0x2401
int 0x15
call testA20
cmp ax, 1
je .enabled
; Keyboard Controller
sti
call .WaitA
mov al, 0xad
out 0x64, al
call .WaitA
mov al, 0xd8
out 0x64, al
call .WaitB
in al, 0x60
... |
src/play/play_messages.asm | 1888games/golf | 1 | 54044 | <filename>src/play/play_messages.asm<gh_stars>1-10
; Top-hole Golf
; Copyright 2020-2021 <NAME>
playmsg_c_BEGIN = *
; *****************
; *** CONSTANTS ***
; *****************
playmsg_c_ADJECTIVE_STR !raw "Nice",0,"Good",0,"Great",0,"Super",0
playmsg_c_SHOT_TYPE_STR !raw "Double bogey",0,"Bogey",0,"par",0,"birdie",... |
src/engine/hram.asm | tbsp/Adjustris | 11 | 54046 | <reponame>tbsp/Adjustris<gh_stars>10-100
;******************************************************************************
;*
;* Adjustris - Block dropping puzzle game for Gameboy
;*
;* Written in 2017 by <NAME> (tbsp) <EMAIL>
;*
;* To the extent possible under law, the author(s) have dedicated all copyright
;* and re... |
programs/serial.asm | CH-Electronics/chos | 312 | 54047 | <reponame>CH-Electronics/chos
; ------------------------------------------------------------------
; Minicom-like program for MikeOS
; ------------------------------------------------------------------
; With this program and an appropriate serial (null modem) cable, you
; can log in to Linux machines. You will... |
dino/lcs/item/6C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 54048 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D3E move.l D0, (A4)+
004D40 dbra D1, $4d38
011A44 sub.w D1, ($6c,A3)
011A48 bgt $11a50 [item+6C]
011A4C clr.w ($6c,A3)
011A50 move.b (A4)+, D0 [item+6C]
011FF8 subq.w #8, ($6c,A3) [it... |
oeis/193/A193744.asm | neoneye/loda-programs | 11 | 54049 | <gh_stars>10-100
; A193744: Partial sum of Perrin numbers.
; Submitted by <NAME>(s4)
; 3,3,5,8,10,15,20,27,37,49,66,88,117,156,207,275,365,484,642,851,1128,1495,1981,2625,3478,4608,6105,8088,10715,14195,18805,24912,33002,43719,57916,76723,101637,134641,178362,236280,313005,414644,549287,727651,963933,1276940,1691586
a... |
tests/define/predefined_base_file.asm | fengjixuchui/sjasmplus | 220 | 54050 | <reponame>fengjixuchui/sjasmplus<filename>tests/define/predefined_base_file.asm
; the __FILE__ and __LINE__ values are raw without quotes, so they are currently
; difficult to use with sjasmplus, the Lua script can manipulate them well
; but sjasmplus itself would need maybe some string operators... or even... |
Soft/can_test_mcp2515.asm | nva1773/can-node | 1 | 54051 | ; ***********************************************
; * cannode.asm *
; * Revision 1.0 December 2017 *
; * Developed using MPLAB V8.0 *
; * *
; * This code implements SPI communications for *
; * the Microchip PIC12F675... |
boot/bootsect.asm | HazemGabr232/Simple_OS | 11 | 54054 | <filename>boot/bootsect.asm
[org 0x7c00]
KERNEL_OFFSET equ 0x1000
mov [BOOT_DRIVE], dl
mov bp, 0x9000
mov sp, bp
mov bx, MSG_REAL_MODE
call print
call print_nl
call load_kernel
call switch_to_pm
jmp $
%include "boot/print.asm"
%include "boot/print_hex.asm"
%include "boot/lo... |
Appl/Startup/JStartup/jsProcess.asm | steakknife/pcgeos | 504 | 54056 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
GEOWORKS CONFIDENTIAL
PROJECT: Jedi
MODULE: Startup
FILE: jsProcess.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descr... |
compiler/ti-cgt-arm_18.12.4.LTS/lib/src/u_div32.asm | JosiahCraw/TI-Arm-Docker | 0 | 54057 | <reponame>JosiahCraw/TI-Arm-Docker<gh_stars>0
;******************************************************************************
;* U_DIV32.ASM - 32 BIT STATE - *
;* *
;* Copyright (c) 1996 Texas Instru... |
programs/oeis/139/A139156.asm | neoneye/loda | 22 | 54058 | ; A139156: Natural numbers of the form (n!+9)/9.
; 81,561,4481,40321,403201,4435201,53222401,691891201,9686476801,145297152001,2324754432001,39520825344001,711374856192001,13516122267648001,270322445352960001,5676771352412160001
mov $1,$0
add $0,6
add $1,5
lpb $1
mul $0,$1
sub $1,1
lpe
sub $0,720
div $0,9
add $0,8... |
programs/oeis/282/A282466.asm | jmorken/loda | 1 | 54059 | ; A282466: a(n) = n*a(n-1) + n!, with n>0, a(0)=5.
; 5,6,14,48,216,1200,7920,60480,524160,5080320,54432000,638668800,8143027200,112086374400,1656387532800,26153487360000,439378587648000,7825123418112000
mov $1,$0
add $0,5
cal $1,142
mul $1,$0
|
solutions/02 - Welcome, New Employees/size-3_speed-1.asm | michaelgundlach/7billionhumans | 45 | 54060 | <filename>solutions/02 - Welcome, New Employees/size-3_speed-1.asm
-- 7 Billion Humans (2053) --
-- 2: Welcome, New Employees --
-- Author: soerface
-- Size: 3
-- Speed: 1
step s
pickup c
drop
|
test/rv32a_test7.asm | kojad666/Vulcan | 102 | 54062 | <filename>test/rv32a_test7.asm
addi x10, x0, 10
addi x11, x0, 11
addi x12, x0, 12
addi x14, x0, 4
sw x10, 0, x0
lr.w x20, x0 # x20 = 10
sc.w x30, x12, x0
|
oeis/142/A142018.asm | neoneye/loda-programs | 11 | 54063 | ; A142018: Primes congruent to 14 mod 31.
; Submitted by <NAME>
; 107,293,479,541,727,1223,1409,1471,1657,2029,2153,2339,2711,2897,3083,3331,3517,3889,4013,4261,4447,4943,5501,5563,5749,6121,6679,6803,7237,7547,7919,8167,8291,8353,8539,8663,8849,9221,9283,10151,10337,10399,10709,10771,10957,11329,11701,11887,12011,1207... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_709.asm | ljhsiun2/medusa | 9 | 54064 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x8cbc, %rsi
lea addresses_UC_ht+0x16cbc, %rdi
nop
and %r12, %r12
mov $36, %rcx
rep movsb
nop
nop
nop
nop
add %rsi, %rsi
lea addresses_WT_ht+0xf8bc, %rsi
lea addresses_WT_ht+0xcbf... |
basic/08_fungsi_aritmatika/menambah_kedua_variabel.asm | bellshade/Assembly | 6 | 54065 | section .text
global _start
_start:
mov eax, '3'
sub eax, '0'
mov ebx, '1'
sub ebx, '0'
add eax, ebx
add eax, '0'
mov [hasil], eax
mov ecx, pesan
mov edx, panjang_pesan
mov ebx, 1
mov eax, 4
int 0x80
mov... |
oeis/014/A014899.asm | neoneye/loda-programs | 11 | 54066 | ; A014899: a(n) = (16^(n+1) - 15*n - 16)/225.
; Submitted by <NAME>(s2)
; 0,1,18,291,4660,74565,1193046,19088743,305419896,4886718345,78187493530,1250999896491,20015998343868,320255973501901,5124095576030430,81985529216486895,1311768467463790336,20988295479420645393,335812727670730326306,5373003642731685220915,85968058... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_trunc_callee.asm | jpoikela/z88dk | 640 | 54067 | ; unsigned char esx_f_trunc(unsigned char *filename,uint32_t size)
SECTION code_esxdos
PUBLIC _esx_f_trunc_callee
PUBLIC l0_esx_f_trunc_callee
EXTERN asm_esx_f_trunc
_esx_f_trunc_callee:
pop af
pop hl
pop de
pop bc
push af
l0_esx_f_trunc_callee:
push iy
call asm_esx_f_trunc
pop iy
... |
base/crts/crtw32/dllstuff/i386/dllsupp.asm | npocmaka/Windows-Server-2003 | 17 | 54070 | <filename>base/crts/crtw32/dllstuff/i386/dllsupp.asm<gh_stars>10-100
page ,132
title dllsupp - defines some public constants
;***
;dllsupp.asm - Definitions of public constants
;
; Copyright (c) 1992-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; Provides definitions for public constants (abs... |
Source Codes/Sort array elements.asm | kaazima/Emulator-8086 | 0 | 54071 | .MODEL small
.DATA
strlen db ?
msg1 db "Enter array elements:$"
msg2 db " Sorted array:$"
num dw 10h ?
.CODE
.STARTUP
;Print message1
mov dx,offset msg1
mov ah,09h
int 21h
;Input array elements (Ex:235701269$)
mov dx,offset num
mov ah,0Ah
int 21h
;Finding length of array
mov si,offs... |
c2000/C2000Ware_1_00_06_00/device_support/f2806x/common/source/F2806x_CSMPasswords.asm | ramok/Themis_ForHPSDR | 0 | 54072 | <reponame>ramok/Themis_ForHPSDR
;// TI File $Revision: /main/2 $
;// Checkin $Date: January 4, 2011 10:10:10 $
;//###########################################################################
;//
;// FILE: F2806x_CSMPasswords.asm
;//
;// TITLE: F2806x Code Security Module Passwords.
;//
;// DESCRIPTION:
;//
;// ... |
programs/oeis/135/A135136.asm | karttu/loda | 0 | 54073 | ; A135136: a(n) = floor(S2(n)/2) mod 2, where S2(n) is the binary weight of n.
; 0,0,0,1,0,1,1,1,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,1,1,1,1,1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xca_notsx.log_21829_495.asm | ljhsiun2/medusa | 9 | 54074 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1adac, %r14
nop
nop
nop
nop
nop
and %r8, %r8
mov $0x6162636465666768, %rsi
movq %rsi, %xmm3
and $0xffffffffffffffc0, %r14
movaps %xmm3, (%r14)
nop
and %r8, %r8
lea addresses_... |
programs/oeis/081/A081188.asm | neoneye/loda | 22 | 54075 | ; A081188: 6th binomial transform of (1,0,1,0,1,.....), A059841.
; 1,6,37,234,1513,9966,66637,450834,3077713,21153366,146120437,1013077434,7042713913,49054856766,342163294237,2389039544034,16692759230113,116696726720166,816114147588037,5708984335850634,39943816864626313,279511350620743566,1956102617187001837,1369033413... |
_build/dispatcher/jmp_ippsSHA384Update_3f8a6322.asm | zyktrcn/ippcp | 1 | 54077 | <reponame>zyktrcn/ippcp
extern m7_ippsSHA384Update:function
extern n8_ippsSHA384Update:function
extern y8_ippsSHA384Update:function
extern e9_ippsSHA384Update:function
extern l9_ippsSHA384Update:function
extern n0_ippsSHA384Update:function
extern k0_ippsSHA384Update:function
extern ippcpJumpIndexForMergedLibs
extern ip... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1177.asm | ljhsiun2/medusa | 9 | 54078 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1177.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x15f45, %rbx
and %rax, %rax
mov $0x6162636465666768, %r13
... |
programs/oeis/083/A083582.asm | karttu/loda | 1 | 54079 | ; A083582: a(n) = (8*2^n-5*(-1)^n)/3.
; 1,7,9,23,41,87,169,343,681,1367,2729,5463,10921,21847,43689,87383,174761,349527,699049,1398103,2796201,5592407,11184809,22369623,44739241,89478487,178956969,357913943,715827881,1431655767,2863311529,5726623063,11453246121,22906492247,45812984489,91625968983,183251937961,366503875... |
base/mvdm/wow16/kernel31/wowdeb.asm | npocmaka/Windows-Server-2003 | 17 | 54081 | <filename>base/mvdm/wow16/kernel31/wowdeb.asm
TITLE WOWDEB.ASM
PAGE ,132
;
; WOW v1.0
;
; Copyright (c) 1991, Microsoft Corporation
;
; wowdeb.ASM
; Debug Routines
;
; History:
; 19-June-91 <NAME> (mattfe) Created
;
.xlist
include kernel.inc
include cmacros.inc
.list
.286p
externFP WOWKer... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_799.asm | ljhsiun2/medusa | 9 | 54082 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xb47d, %rsi
lea addresses_D_ht+0x172bd, %rdi
nop
nop
nop
nop
nop
and $29800, %rbp
mov $57, %rcx
rep movsb
nop
nop
dec %rdx
lea addresses_A_ht+0x55ad, %rdi
nop
cmp %r8, %r8
mov $0x616263... |
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_pint_eq.asm | meesokim/z88dk | 0 | 54083 | ; Z88 Small C+ Run time Library
; Moved functions over to proper libdefs
; To make startup code smaller and neater!
;
; 6/9/98 djm
;
; Optimization...check for equality
SECTION code_l_sccz80
PUBLIC l_pint_eq
l_pint_eq:
ld a,l
ld (de),a
inc de
ld a,h
ld (de),a
o... |
dasm/src/test/example.asm | zeh/dasmjs | 16 | 54084 |
; EXAMPLE.ASM (6502 Microprocessor)
;
processor 6502
mac ldax
lda [{1}]
ldx [{1}]+1
endm
mac ldaxi
lda #<[{1}]
ldx #>[{1}]
endm
mac stax
sta [{1}]
stx [{1}]+1
endm
mac pushxy
txa
pha
tya
... |
_maps/obj25.asm | vladjester2020/Sonic1TMR | 0 | 54085 | <gh_stars>0
; ---------------------------------------------------------------------------
; Sprite mappings - rings
; ---------------------------------------------------------------------------
dc.w byte_9FA2-Map_obj25, byte_9FA8-Map_obj25
dc.w byte_9FAE-Map_obj25, byte_9FB4-Map_obj25
dc.w byte_9FBA-Map_obj2... |
libsrc/stdlib/bpoke.asm | jpoikela/z88dk | 38 | 54087 | <reponame>jpoikela/z88dk
; CALLER linkage for function pointers
SECTION code_clib
PUBLIC bpoke
PUBLIC _bpoke
EXTERN bpoke_callee
EXTERN ASMDISP_BPOKE_CALLEE
.bpoke
._bpoke
pop af
pop de
pop hl
push hl
push de
push af
jp bpoke_callee + ASMDISP_BPOKE_CALLEE
|
data/pokemon/dex_entries/bibarel.asm | AtmaBuster/pokeplat-gen2 | 6 | 54088 | <reponame>AtmaBuster/pokeplat-gen2
db "BEAVER@" ; species name
db "It buisily makes"
next "its nest with"
next "stacks of branches"
page "and roots it has"
next "cut up with its"
next "sharp incisors.@"
|
Layer2Graphics/layer2_defines.asm | ped7g/EliteNext | 0 | 54089 | <reponame>ped7g/EliteNext
LAYER2_SHIFTED_SCREEN_TOP equ 0
LAYER2_SHIFTED_SCREEN_MIDDLE equ $40
LAYER2_SHIFTED_SCREEN_BOTTOM equ $80
; note hi byte is not decoded on DMA port so can out OUTIR
IO_DATAGEAR_DMA_PORT equ 107
IO_SPRITE_SLOT_PORT equ 12347
IO_SPRITE_PATTERN_PORT equ 91
IO_SPRITE_AT... |
ioq3/build/release-js-js/missionpack/cgame/cg_servercmds.asm | RawTechnique/quake-port | 1 | 54091 | lit
align 4
LABELV validOrders
address $72
byte 4 1
address $73
byte 4 1
address $74
byte 4 2
address $75
byte 4 2
address $76
byte 4 3
address $77
byte 4 7
address $78
byte 4 4
address $79
byte 4 5
address $80
byte 4 6
align 4
LABELV numValidOrders
byte 4 9
code
proc CG_ValidOrder 8 8
ADDRFP4 0
ADDRFP4 0
INDIRP4
ASGNP... |
oeis/048/A048511.asm | neoneye/loda-programs | 11 | 54093 | <filename>oeis/048/A048511.asm
; A048511: a(n) = T(6,n), array T given by A048505.
; Submitted by <NAME>(s1)
; 1,50,163,421,1005,2317,5245,11741,26077,57565,126429,276445,602077,1306589,2826205,6094813,13107165,28114909,60162013,128450525,273678301,581959645,1235222493,2617245661,5536481245,11693719517,24662507485,5194... |
src/levels/level1/data.asm | maciejmalecki/trex64 | 11 | 54095 | <gh_stars>10-100
/*
MIT License
Copyright (c) 2021 <NAME>
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... |
firmware-assembler/pulsadores.asm | jlblancoc/GigaMP3-player | 0 | 54096 | <gh_stars>0
;-----------------------------------------------------------------------------
; FICHERO: pulsadores.asm
;
; DESCRIPCION:
;
;
;-----------------------------------------------------------------------------
; Son los mismos numeros que los comandos:
; ------------------------------------------
.... |
DLX_simulation_cfg/sim/test_arith/test_arith.asm | florix/DLX | 0 | 54097 | ; Test Arithmetic operations, lhi, movs2i
begin:
; Test lhi
lhi r1, 32768 ; 32768 in binary 00000000000000001000000000000000 thus r1 = 10000000000000000000000000000000
nop
nop
nop
; Test movs2i and overflow
add r2, r0, r1
add r3, r0, r1
add r4, r2, r3 ; expect ovf = 1
movs2i r5 ; expected pattern in r5 = 0.... |
primecheck.asm | ILZM/mips_examples | 0 | 54098 | <reponame>ILZM/mips_examples
.text
j main
prime_check:
add $sp, $sp, -4
sw $ra, 0($sp)
beq $a0, 0, is_prime
beq $a0, 1, is_prime
beq $a0, 2, is_prime
divu $t0, $a0, 2
add $v0, $zero, 2
li $t3, 0
loop:
divu $t1, $a0, $v0
mfhi $t2
beq $t2, 0, not_prime
add $v0, $v0, 1
add $t3, $t3, 1
bne $t... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_37_436.asm | ljhsiun2/medusa | 9 | 54099 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_37_436.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1969, %r8
nop
nop
sub $653, %r10
mov $0x6162636465666768, %rcx
movq %rcx, (%r8)
nop
nop... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.