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 |
|---|---|---|---|---|
oeis/100/A100493.asm | neoneye/loda-programs | 11 | 127809 | <reponame>neoneye/loda-programs
; A100493: a(n) = n + n-th semiprime.
; Submitted by <NAME>
; 5,8,12,14,19,21,28,30,34,36,44,46,48,52,54,62,66,69,74,77,79,84,88,93,99,103,109,113,115,117,122,125,127,129,141,147,152,156,158,161,163,165,172,177,179,187,189,191,194,196,206,210,212,215,221,225,234,236,242,245,248,256,264,2... |
05_arraylistvsarray/RandomArrayAccess.testGet1000.asm | arnaudroger/blog_samples | 0 | 127810 | <reponame>arnaudroger/blog_samples<gh_stars>0
# JMH version: 1.19
# VM version: JDK 1.8.0_131, VM 25.131-b11
# VM invoker: /usr/lib/jvm/java-8-oracle/jre/bin/java
# VM options: <none>
# Warmup: 10 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synch... |
oeis/097/A097725.asm | neoneye/loda-programs | 11 | 127811 | ; A097725: Chebyshev U(n,x) polynomial evaluated at x=51.
; Submitted by <NAME>(l1)
; 1,102,10403,1061004,108212005,11036563506,1125621265607,114802332528408,11708712296632009,1194173851923936510,121794024183944892011,12421796292910455048612,1266901427852682470066413,129211523844680701491725514,131783085307295788696859... |
oeis/020/A020724.asm | neoneye/loda-programs | 11 | 127815 | ; A020724: G.f.: 1/((1-6*x)*(1-9*x)*(1-12*x)).
; Submitted by <NAME>(s2)
; 1,27,495,7695,109431,1474767,19198215,244167615,3055792311,37811613807,464078786535,5662363023135,68791291322391,833094971965647,10065613312624455,121404092777808255,1462402531680439671
add $0,1
mov $3,1
lpb $0
sub $0,1
add $2,$3
add $1,$... |
programs/oeis/053/A053295.asm | jmorken/loda | 1 | 127816 | ; A053295: Partial sums of A053739.
; 1,7,29,92,247,591,1300,2683,5270,9955,18228,32551,56967,98086,166681,280271,467301,773906,1274856,2091266,3419252,5576298,9076280,14750858,23945893,38839257,62955061,101995694,165188091,267462041,432974764,700813797,1134224458,1835540197,2970340412,4806538617,7777628427,12585017712... |
p2/conv.asm | t0ush1/ComputerOrganization | 2 | 127817 | <filename>p2/conv.asm<gh_stars>1-10
.data
f: .space 400
h: .space 400
g: .space 400
space: .asciiz " "
line: .asciiz "\n"
.macro readInt(%x)
li $v0, 5
syscall
move %x, $v0
.end_macro
.macro getOffset(%des, %i, %j, %col)
mult %i, %col
mflo %des
add %des, %des, %j
sll %des, %des, 2
.end_macro
.text
readIn... |
oeis/138/A138446.asm | neoneye/loda-programs | 11 | 127818 | <reponame>neoneye/loda-programs<filename>oeis/138/A138446.asm<gh_stars>10-100
; A138446: a(n) = ((n-th prime)^6-(n-th prime^2))/10.
; 6,72,1560,11760,177144,482664,2413728,4704552,14803536,59482248,88750272,256572504,475010256,632136120,1077921312,2216435832,4218053016,5152037064,9045837768,12810027888,15133422096,2430... |
Relatorios/Tarefa 06/Resolucao/codigo/programa4.asm | RafaelAmauri/Arquitetura-de-Computadores-2 | 0 | 127820 | <filename>Relatorios/Tarefa 06/Resolucao/codigo/programa4.asm<gh_stars>0
addi $s0, $zero, 3 # x = 3
addi $s1, $zero, 4 # y = 4
addi $t0, $zero, 2 # variavel temporaria que vai ser dobrada
sll $t0, $s0, 4
sub $t0, $t0, $s0
addi $t1, $zero, 2
sll $t1, $s1, 6
add $t1, $t1, $s1
add $t1, $t1, $s1
add $t1, $t1, $s1
add $s... |
mc-sema/validator/x86/tests/ADD_F32m.asm | randolphwong/mcsema | 2 | 127822 | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; set up st0 to be 3.141593
lea edi, [esp-04]
mov dword [edi], 0x40490fdb
fld dword [edi]
;TEST_BEGIN_RECORDING
lea edi, [esp-04]
mov dword [edi], 0x40490fdb
FADD dword [edi]
mov edi, 0
;TEST_END_RECORDING
|
libsrc/ctype/isxdigit.asm | meesokim/z88dk | 0 | 127824 | ;
; Small C+ z88 Character functions
; Written by <NAME> <<EMAIL>>
;
; 1/3/99 djm
;
; $Id: isxdigit.asm,v 1.5 2015/01/19 01:32:42 pauloscustodio Exp $
;
PUBLIC isxdigit
EXTERN asm_isxdigit
; FASTCALL
.isxdigit
ld a,l
call asm_isxdigit
ld hl,0
ret c
inc l
ret
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1347.asm | ljhsiun2/medusa | 9 | 127826 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x3d65, %r12
nop
nop
nop
nop
and %r8, %r8
mov $0x6162636465666768, %r11
movq %r11, (%r12)
nop
nop
xor %rcx, %rcx
lea addresses_WT_ht+0x1a308, %rsi
lea addresses_D_ht+0x14588, %rd... |
oeis/193/A193644.asm | neoneye/loda-programs | 11 | 127828 | <filename>oeis/193/A193644.asm<gh_stars>10-100
; A193644: Number of arrays of -4..4 integers x(1..n) with every x(i) in a subsequence of length 1 or 2 with sum zero.
; Submitted by <NAME>
; 1,9,25,105,369,1393,5105,18937,69897,258521,955361,3531745,13054177,48254185,178365177,659309641,2437064529,9008352081,33298400977... |
programs/oeis/165/A165846.asm | neoneye/loda | 22 | 127832 | ; A165846: Totally multiplicative sequence with a(p) = 25.
; 1,25,25,625,25,625,25,15625,625,625,25,15625,25,625,625,390625,25,15625,25,15625,625,625,25,390625,625,625,15625,15625,25,15625,25,9765625,625,625,625,390625,25,625,625,390625,25,15625,25,15625,15625,625,25,9765625,625,15625,625,15625,25,390625,625,390625,625... |
oeis/159/A159997.asm | neoneye/loda-programs | 11 | 127833 | ; A159997: Numerator of Hermite(n, 19/24).
; Submitted by <NAME>
; 1,19,73,-9557,-244655,6361219,473166361,-2002025573,-991941869663,-14234228603405,2300662982701801,84707175049140619,-5679064003265633807,-400650213031877021597,13650061580620869563065,1874772828976324672777339,-23347582277731987729671359,-9082557259199... |
programs/oeis/186/A186344.asm | jmorken/loda | 1 | 127834 | ; A186344: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) after g(j) when f(i)=g(j), where f and g are the pentagonal numbers and the octagonal numbers. Complement of A186345.
; 2,3,5,7,8,10,12,13,15,17,19,20,22,24,25,27,29,30,32,34,36,37,39,41,42,44,46,48,49,51,53,54,56,58,59,61,63,65,66,68,70,71,73,75,7... |
5term/AVS/2/1.asm | nik-sergeson/bsuir-informatics-labs | 0 | 127837 | <gh_stars>0
.model small
.stack 200h
.data
a DW 0
b DW 0
Overflowstr DB ' Overflow $'
Multstr DB 'Result: $'
Bytestr DB 'Binary: $'
digit DW 10
loopcount DB 8
minussign DB 0
.code
Newline PROC
;procedure to create empty line
PUSH DX
PUSH CX
PUSH BX
PUSH A... |
oeis/228/A228808.asm | neoneye/loda-programs | 11 | 127838 | ; A228808: a(n) = Sum_{k=0..n} binomial(n*k, k^2).
; Submitted by <NAME>
; 1,2,4,20,296,10067,927100,219541877,110728186648,137502766579907,448577320868198789,3169529341990169816462,51243646781214826181569316,2201837465728010770618930322223,215520476721579201896200887266792583,45634827026091489574547858030506357191920,... |
luky.asm | hajzer/asm-basic-examples | 0 | 127839 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Nacitajte z klavesnice retazec znakov ukonceny znakom "konca suboru".
; Nech slovo je postupnost znakov medzi 2 znakmi "medzera".
; Urcte pocet slov obsahujucich aspon 2 cislice.
; Pocet vytlacit desiatkovo.
;
; Autor: LALA -> lala (at) l... |
src/header/fme7.asm | freem/nesmon | 2 | 127840 | ;==============================================================================;
; nesmon/src/header/fme7.asm
; NES 2.0 header for Sunsoft FME-7 (with PRG-RAM and CHR-RAM)
;==============================================================================;
; The FME-7's 8K PRG banking capability sure is helpful. It also su... |
programs/oeis/179/A179081.asm | karttu/loda | 0 | 127841 | <gh_stars>0
; A179081: Parity of sum of digits of n.
; 0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0... |
libsrc/graphics/spc1000/getmaxx.asm | jpoikela/z88dk | 640 | 127843 | INCLUDE "graphics/grafix.inc"
MODULE spc1000_getmaxx
SECTION code_clib
PUBLIC getmaxx
PUBLIC _getmaxx
EXTERN __spc1000_mode
EXTERN __tms9918_getmaxx
.getmaxx
._getmaxx
ld a,(__spc1000_mode)
cp 10
jp nc,__tms9918_getmaxx
and a
ld hl, +63
ret z
ld hl,255... |
05-bootsector-functions-strings/boot_sect_print_hex.asm | XHS-12302/OS-test-project | 0 | 127845 | print_hex:
pusha
mov cx,0
hex_loop:
cmp cx,4
je end
mov ax,dx
and ax,0x000f
add al,0x30
cmp al,0x39
jle step2
add al,7
step2:
mov bx,HEX_OUT + 5
sub bx, cx
mov [bx],al
add cx,1
ror dx,4
jmp hex_loop
end:
mov bx, HEX_OUT
call print
call print_nl
popa
ret
HEX_OUT:
db '0x0000',0
|
programs/oeis/265/A265333.asm | jmorken/loda | 1 | 127846 | ; A265333: Characteristic function for A265334: a(n) = 1 if n >= k! but < 2*k! for some k, 0 otherwise.
; 0,1,1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,... |
y2s2/csa/practicals/prac-4/p4-mult-ex-2.asm | ouldevloper/university | 8 | 127847 | ; result = input(0-9) * 2
; display 2 digits
.MODEL SMALL
.STACK 100
.DATA
txt DB "Please enter a digit: $"
NL DB 13, 10, "$"
TEN DB 10
TWO DB 2
usr DB ?
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
; Input
MOV AH, 09H
LEA DX, txt
INT 21H
MOV AH, 01H
INT 21H
... |
old/lo-rez-video/sms/Video player.asm | haroldo-ok/bad-apple-sms | 1 | 127848 | <reponame>haroldo-ok/bad-apple-sms<gh_stars>1-10
;==============================================================
; WLA-DX banking setup
;==============================================================
.memorymap
defaultslot 0
slotsize $8000
slot 0 $0000
.endme
.rombankmap
bankstotal 1
banksize $8000
banks 1
.endro
;==... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2011.asm | ljhsiun2/medusa | 9 | 127849 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1ddf7, %rsi
lea addresses_WT_ht+0x181f7, %rdi
clflush (%rdi)
nop
nop
add %r8, %r8
mov $16, %rcx
rep movsb
nop
nop
nop
nop
nop
and %rax... |
sys/boot/st/flp.asm | olifink/smsqe | 0 | 127850 | <filename>sys/boot/st/flp.asm<gh_stars>0
; ATARI: make bootable Atari diskette
; ex boot_make, list of files, 'flp1_*d2d'
; The bootloader starts with the first file, the trailer is removed and
; subsequent files are concantenated (after calculation of length and checksum)
; before the host module trailer is replace... |
bin_sh/shell.asm | mthbernardes/sh3llc0d3s | 2 | 127851 | <reponame>mthbernardes/sh3llc0d3s
;initial code to undestand the sys_execve
;section .data:
; cmd: db "/bin/sh",0x0
;section .text:
; global _start
; _start:
; mov eax,0x0b; use sys_execve
; mov ebx,cmd; first arg, file to execute
; mov edx,0x0; first parameter no usage
; mov ecx,0x0; second parameter no usage
; i... |
Assignment_1/bind.nasm | SLAE-705/SLAE-646 | 0 | 127852 | global _start
section .text
_start:
;Resetting the registers
xor eax, eax
xor ebx, ebx
xor ecx, ecx
xor edx, edx
xor esi, esi
;Setting the parameters for the socket-function
push eax ;Third parameter(INADDR_ANY=0)
push 1 ;Second parameter(... |
libFlac/flac/src/libFLAC/ia32/lpc_asm-unrolled.nasm | Iftahh/flac-ios | 0 | 127856 | <gh_stars>0
; vim:filetype=nasm ts=8
; libFLAC - Free Lossless Audio Codec library
; Copyright (C) 2001-2009 <NAME>
; Copyright (C) 2011-2014 Xiph.Org Foundation
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are me... |
programs/oeis/101/A101095.asm | jmorken/loda | 1 | 127859 | <reponame>jmorken/loda
; A101095: Fourth difference of fifth powers (A000584).
; 1,28,121,240,360,480,600,720,840,960,1080,1200,1320,1440,1560,1680,1800,1920,2040,2160,2280,2400,2520,2640,2760,2880,3000,3120,3240,3360,3480,3600,3720,3840,3960,4080,4200,4320,4440,4560,4680,4800,4920,5040,5160,5280,5400,5520,5640,5760,58... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_16668_1737.asm | ljhsiun2/medusa | 9 | 127862 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xd9dd, %rdx
sub %rcx, %rcx
mov (%rdx), %bp
nop
nop
dec %r13
lea addresses_UC_ht+0x1c29d, %rdx
nop
add %r8, %r8
mov (%rdx), %r15d
nop
nop
nop
nop
nop
cmp %rbp, %rbp
lea address... |
R2_Comm_Link/asm/src/tone_manager.asm | CmdrZin/chips_avr_examples | 5 | 127864 | /*
* Slave Manager Module
*
* org: 9/11/2014
* auth: Nels "Chip" Pearson
*
* Target: R2Link Demo Board w/ LED bank, 20MHz
*
* sig_generate:
* TONE_TIME
*
* Usage:
* .include slave_manager.asm
*
*/
// Tone Flags
.equ TF_IN_MSG = 0x01 ; new message in Tone IN buffer
.DSEG
tone_buffer_in: .BYTE 8 ;... |
data/wildPokemon/unknowndungeon2.asm | longlostsoul/EvoYellow | 16 | 127865 | <gh_stars>10-100
DungeonMons2:
db $0F
db 52,GENGAR
db 57,GOLBAT
db 50,GOLEM
db 56,SANDSLASH
db 50,RHYHORN
db 60,RHYDON
db 58,GLOOM
db 58,WEEPINBELL
db 60,LICKITUNG
db 58,XATU
db $00
|
Miei-sorgenti/old/Settima lezione/Implementazione di uno stack logico mediante allocazione dinamica della memoria/main.asm | DigiOhhh/LabArchitettura2-2017-2018 | 1 | 127866 | .data
input1: .asciiz "Push = 1, Pop = 2, Print = 3, Esci = 0"
.align 2
input2: .asciiz "Inserisci ascissa:"
.align 2
input3: .asciiz "Inserisci ordinata:"
.align 2
input4: .asciiz "Inserisci angolo:"
.align 2
output1: .asciiz "x = "
.align 2
output2: .asciiz "y = "
.align 2
output3: .asciiz "Angolo = "
... |
ln.asm | joeofportland/project4final | 0 | 127867 | <filename>ln.asm<gh_stars>0
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
... |
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fam9511.asm | dikdom/z88dk | 1 | 127868 |
SECTION code_fp_am9511
PUBLIC cam32_sccz80_f32_fam9511
PUBLIC cam32_sccz80_fam9511_f32
EXTERN asm_sccz80_read1, asm_f32_am9511
.cam32_sccz80_f32_fam9511
call asm_sccz80_read1
jp asm_f32_am9511
EXTERN asm_sccz80_read1, asm_am9511_f32
.cam32_sccz80_fam9511_f32
call asm_sccz80_read1
jp asm_am9511_f32... |
libsrc/_DEVELOPMENT/alloc/balloc/c/sdcc_iy/balloc_firstfit_callee.asm | jpoikela/z88dk | 640 | 127871 |
; void *balloc_firstfit_callee(unsigned char queue, unsigned char num)
SECTION code_clib
SECTION code_alloc_balloc
PUBLIC _balloc_firstfit_callee
EXTERN asm_balloc_firstfit
_balloc_firstfit_callee:
pop hl
ex (sp),hl
jp asm_balloc_firstfit
|
save.asm | compiling/z3randomizer | 26 | 127872 | <gh_stars>10-100
;--------------------------------------------------------------------------------
Validate_SRAM:
REP #$30 ; vanilla behavior from $0CCD45, includes prize pack reset after save and quit
LDX #$00FE : -
STZ $0D00, X
STZ $0E00, X
STZ $0F00, X
DEX #2
BPL -
SEP #$30
RTL
;-------------------... |
src/04-Playfield/playfield.asm | HudsonSchumaker/Atari-2600 | 0 | 127873 | <filename>src/04-Playfield/playfield.asm
processor 6502
;Include required files with definitions and macros
include "vcs.h"
include "macro.h"
;Start our ROM code
seg
org $f000
Reset:
CLEAN_START
ldx #$80 ; blue background color
stx COLUBK
lda #$1C ; yellow playfield... |
4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter10/AsmTest/inst_rom.asm | ladike/912_project | 640 | 127874 | <reponame>ladike/912_project
inst_rom.om: file format elf32-tradbigmips
Disassembly of section .text:
00000000 <_start>:
0: 3401000f li at,0xf
4: 40815800 mtc0 at,c0_compare
8: 3c011000 lui at,0x1000
c: 34210401 ori at,at,0x401
10: 40816000 mtc0 at,c0_status
14: 40026000 mfc0 v0,c0_status
... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1926.asm | ljhsiun2/medusa | 9 | 127875 | <filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1926.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %r9
push %rax
push %rdx
push %rsi
// Store
lea addresses_WT+0x9846, %r14
nop
xor %rax, %rax
movb $0x51, (%r14)
nop... |
programs/year22/prg1.asm | banyek/HRM | 0 | 127877 | <reponame>banyek/HRM<gh_stars>0
-- HUMAN RESOURCE MACHINE PROGRAM --
a:
INBOX
COPYTO 5
COMMENT 1
COPYFROM 9
COPYTO 0
BUMPUP 0
ADD 9
COPYTO 8
OUTBOX
COMMENT 0
b:
COPYFROM 9
ADD 8
COPYTO 9
COPYTO 6
COPYFROM 5
SUB 6
JUMP... |
Engine/Core/ZXNext/interrupt.asm | drunkfly/gamemyx | 4 | 127878 | ;
; Copyright (c) 2021 DrunkFly Team
; Licensed under 3-clause BSD license
;
PUBLIC _MYXP_IntVectors
PUBLIC _MYXP_IntEntry
EXTERN _MYXP_InterruptHandler
SECTION MYX_INTVECTORS
_MYXP_IntVectors:
dw _MYXP_IntEntry
... |
Project-Einstein/src/E-Assembly/src/labs/sw1.nasm | FelixLuciano/Elements-of-Computing-Systems | 0 | 127879 | <reponame>FelixLuciano/Elements-of-Computing-Systems<gh_stars>0
; Arquivo: sw1.nasm
; Curso: Elementos de Sistemas
; Criado por: <NAME>
; Data: 4/2020
;
; Faça os LEDs copiarem os valores das chaves
; LED = SW
leaw $21185, %A
movw (%A), %D
leaw $21184, %A
movw %D, (%A)
|
programs/oeis/326/A326123.asm | karttu/loda | 0 | 127880 | ; A326123: a(n) is the sum of all divisors of the first n odd numbers.
; 1,5,11,19,32,44,58,82,100,120,152,176,207,247,277,309,357,405,443,499,541,585,663,711,768,840,894,966,1046,1106,1168,1272,1356,1424,1520,1592,1666,1790,1886,1966,2087,2171,2279,2399,2489,2601,2729,2849,2947,3103,3205,3309,3501,3609,3719,3871,3985,... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_1379.asm | ljhsiun2/medusa | 9 | 127881 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x4203, %rsi
lea addresses_D_ht+0xed73, %rdi
nop
nop
dec %rbx
mov $5, %rcx
rep movsw
nop
nop
nop
and $14701, %rdi
lea addresses_D_ht+0x1aa03, %r14
nop... |
Appl/FileMgrs2/CommonDesktop/CMain/cmainInit.asm | steakknife/pcgeos | 504 | 127882 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: cmainInit.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- --------... |
grep.asm | tphan022/AssignmentTestCases | 0 | 127883 | <reponame>tphan022/AssignmentTestCases
_grep: file format elf32-i386
Disassembly of section .text:
00001000 <grep>:
char buf[1024];
int match(char*, char*);
void
grep(char *pattern, int fd)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 ec 28 ... |
src/kernel/cpu/interrupt.asm | WaterDev-25/Rubis-OS | 4 | 127884 | global _idt_load
_idt_load:
extern _idtp
lidt [_idtp]
ret
; ###### INTERRUPT SERVICE ROUTINES ###### ;
global _isr0
global _isr1
global _isr2
global _isr3
global _isr4
global _isr5
global _isr6
global _isr7
global _isr8
global _isr9
global _isr10
global _isr11
global _isr12
global _isr13
global... |
test/arch/Counter.asm | yunxu1019/efront | 1 | 127885 | .386
.model flat,stdcall
option casemap:none
__UNICODE__ equ 1
include windows.inc
include user32.inc
includelib user32.lib
include kernel32.inc
includelib kernel32.lib
ICO_MAIN equ 1000
DLG_MAIN equ 1000
IDC_COUNTER equ 1001
IDC_PAUSE equ 1002
.data?
hInstance dd ?
hWinMain dd ?
hWinCount dd ?
hWinPause dd ?
dwOption ... |
09-29/A6.asm | ArnabBir/Systems_Programming_Lab | 0 | 127886 | <reponame>ArnabBir/Systems_Programming_Lab
TITLE A6:ASSIGNMENT_6
.MODEL SMALL
;Pushing registers
SAVE_REGS MACRO REGS
IRP D,<REGS>
PUSH D
ENDM
ENDM
;POPING REGISTERS
RESTORE_REGS MACRO REGS
IRP D,<REGS>
POP D
ENDM
ENDM
;END OF THE PROGRAM
DOS_RTN MACRO
MOV AH,4CH
INT 21H
ENDM
; TO PRINT NEW LINE
NEW_LINE ... |
Framework/trackmo/framework/fw_interface.asm | kosmonautdnb/TheLandsOfZador | 0 | 127887 | fw_jumptable EQU $0200
fw_load EQU fw_jumptable + 0
fw_decrunch EQU fw_jumptable + 3
fw_topirq_install EQU fw_jumptable + 6
fw_topirq_handler EQU fw_jumptable + 9
fw_lowirq_install EQU fw_jumptable + 12
fw_lowirq_handler EQU fw_jumptable + 15
fw_initplayer EQU fw_jumptable + 18
fw_settings EQU f... |
oeis/114/A114459.asm | neoneye/loda-programs | 11 | 127888 | ; A114459: Integer part of sqrt(n)+sqrt(n+1)+sqrt(n+2)+sqrt(n+3).
; 6,7,8,9,10,10,11,12,12,13,14,14,15,15,16,16,17,17,18,18,18,19,19,20,20,20,21,21,22,22,22,23,23,23,24,24,24,25,25,25,26,26,26,26,27,27,27,28,28,28,28,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34
mul $0,8
mov $1,2
mul $1,$0
mov $3,11
lpb ... |
test/asm/finit.asm | nigelperks/BasicAssembler | 0 | 127889 | <reponame>nigelperks/BasicAssembler<gh_stars>0
IDEAL
SEGMENT SEG1
ASSUME CS:SEG1,DS:SEG1,ES:SEG1,SS:SEG1
ORG 100h
start:
jmp over ; force resize pass
finit
fninit
over:
ENDS SEG1
END start
|
oeis/310/A310504.asm | neoneye/loda-programs | 11 | 127890 | ; A310504: Coordination sequence Gal.6.329.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,4,10,16,20,26,32,36,42,48,52,56,62,68,72,78,84,88,94,100,104,108,114,120,124,130,136,140,146,152,156,160,166,172,176... |
course_2/assembler/5lab.asm | IlonaZellka/DonNU | 0 | 127891 | dnd segment 'code'
assume cs:dnd, ds:dnd, ss:dnd, es:dnd
org 100h
begin: jmp main
;-------Данные -------------------
n dw 40 ; количество разбиений
s dw 0 ; текущее значение суммы(интегралла)
a dw -1 ; начало отрезка
b dw 1 ; конец отрезка
x dw ? ; текущая точка
t dw ?
;---------------------------------
mai... |
libsrc/target/primo/games/bit_open.asm | jorgegv/z88dk | 0 | 127892 | SECTION code_clib
PUBLIC bit_open
PUBLIC _bit_open
EXTERN bit_close
EXTERN __snd_tick
EXTERN __bit_irqstatus
.bit_open
._bit_open
ld a,($403B)
and @11101111 ;Set piezzo to stand by, leave NMI interrupt
ld (__snd_tick),a
ret
|
45/beef/drv/kbd/src/keyint3.asm | minblock/msdos | 0 | 127893 | <gh_stars>0
;
; CW : Character Windows Drivers
;
; keyint3.asm : DOS 3 key interrupt
;
;----------------------------------------------------------------------------
; Code space constants
staticD lpsslBios,417H ;* BIOS shift state 0040:0017 !!!!
; Code space data! Horrors!
staticD pfnOldInt15,0 ; old int 15 ha... |
dos.asm | davidgiven/cshell | 3 | 127894 | ; Sends a command to DOS and fetches the response.
;
; Syntax: dos <command>
;
; e.g. to delete a file: dos s:filename
.include "c64.inc"
.include "cshell.inc"
.cpu "6502"
CSHELL_HEADER
; Open the connection to the drive
ldy #PPB_DRIVE
lda (PPB), y
tax
lda #15
ldy #15
jsr SETLFS
lda #0
jsr SETNAM
js... |
src/arch/arm64/concurrent_arch.asm | mitghi/libconcurrent | 378 | 127895 | // By <NAME> ( @mitghi )
// for ARM64
//
.text
.p2align 2
.global _concurrent_arch_setup_execution_context
.global _concurrent_arch_trampoline_to_procedure
.global _concurrent_arch_trampoline_to_caller
.global _concurrent_offsetof_procedure
.global _concurrent_offsetof_stack_ptr
.global _concurrent_offsetof_ca... |
programs/oeis/030/A030109.asm | jmorken/loda | 1 | 127896 | ; A030109: Write n in binary, reverse bits, subtract 1, divide by 2.
; 0,0,1,0,2,1,3,0,4,2,6,1,5,3,7,0,8,4,12,2,10,6,14,1,9,5,13,3,11,7,15,0,16,8,24,4,20,12,28,2,18,10,26,6,22,14,30,1,17,9,25,5,21,13,29,3,19,11,27,7,23,15,31,0,32,16,48,8,40,24,56,4,36,20,52,12,44,28,60,2,34,18,50,10,42,26,58,6,38,22,54,14,46,30,62,1,33... |
src/firmware/SunriseSunset/CalculateSunriseState.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 127897 | <filename>src/firmware/SunriseSunset/CalculateSunriseState.asm
#include "Platform.inc"
#include "FarCalls.inc"
#include "Arithmetic32.inc"
#include "SunriseSunset.inc"
#include "States.inc"
radix decimal
defineSunriseSunsetState SUN_STATE_CALCULATESUNRISE
movf sunriseAdjustmentMinutes, W
movwf adjustmentMi... |
oeis/142/A142837.asm | neoneye/loda-programs | 11 | 127898 | ; A142837: Primes congruent to 39 mod 61.
; Submitted by <NAME>
; 283,1259,1381,1747,2113,2357,3089,3821,3943,4919,5407,5651,6871,7237,7481,7603,9067,9311,9433,9677,10531,12239,13093,13337,14557,14923,15289,16631,17729,17851,18217,18461,18583,19559,19681,20047,21023,22853,24317,24439,24683,25171,25537,25903,26513,26879... |
versions/05-welcome_effect/kernel.asm | EliasJuk/GhostSystem | 0 | 127899 | [BITS 16]
[ORG 0000h]
jmp OSMain
BackWidth db 0
BackHeight db 0
Pagination db 0
Welcome db "Bem-Vindo!",0
OSMain:
call ConfigSegment
call ConfigStack
call TEXT.SetVideoMode
call BackColor
jmp ShowString
ShowString:
mov dh, 3
mov dl, 2
call MoveCursor
mov si, Welcome
call Pri... |
smsq/init/sys.asm | olifink/smsqe | 0 | 127901 | <reponame>olifink/smsqe<gh_stars>0
; Initialise system variables V2.02 1994 <NAME>
section init
xdef init_sys
xref init_wbase
xref mem_init
xref shd_poll
xref sms_rte
xref.l th_vers
xref th_entry
xref th_exec
xref gu_achpp
xref.l smsq_vers
include 'dev8_keys_sys'
include 'dev8_keys_sbt'
include ... |
libsrc/enterprise/lpt_ready.asm | andydansby/z88dk-mk2 | 1 | 127902 | ;
; Enterprise 64/128 specific routines
; by <NAME>, March 2011
;
; int lpt_ready();
;
; Check if the line printer is ready (1=ready, 0 if not)
;
; $Id: lpt_ready.asm,v 1.1 2011/03/19 14:32:51 stefano Exp $
;
XLIB lpt_ready
lpt_ready:
in a,($b5)
bit 3,a
ld hl,0
ret nz
inc l
ret
|
init.asm | UyChooTran/CS153Lab3 | 0 | 127903 | <reponame>UyChooTran/CS153Lab3
_init: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
char *argv[] = { "sh", 0 };
int
main(void)
{
1000: 8d 4c 24 04 lea 0x4(%esp),%ecx
1004: 83 e4 f0 and $0xfffffff0,%esp
1007: ff 71 fc pushl -0x4(%ec... |
programs/oeis/217/A217894.asm | karttu/loda | 1 | 127904 | <reponame>karttu/loda<filename>programs/oeis/217/A217894.asm
; A217894: 50k^2-20k-23 interleaved with 50k^2+30k+17 for k=>0.
; -23,17,7,97,137,277,367,557,697,937,1127,1417,1657,1997,2287,2677,3017,3457,3847,4337,4777,5317,5807,6397,6937,7577,8167,8857,9497,10237,10927,11717,12457,13297,14087,14977,15817,16757,17647,18... |
data/baseStats_original/tentacruel.asm | adhi-thirumala/EvoYellow | 16 | 127906 | <filename>data/baseStats_original/tentacruel.asm<gh_stars>10-100
db DEX_TENTACRUEL ; pokedex id
db 80 ; base hp
db 70 ; base attack
db 65 ; base defense
db 100 ; base speed
db 120 ; base special
db WATER ; species type 1
db POISON ; species type 2
db 60 ; catch rate
db 205 ; base exp yield
INCBIN "pic/ymon/tentacruel.p... |
mips2.asm | Joefreedy/X86-Assembly | 2 | 127907 | .data
sayi1: .word 500
sayi2: .word 500
.text
lw $s0, sayi1
lw $s1, sayi2
add $t0, $s0 $s1
li $v0, 1
add $a0, $zero, $t0
syscall |
programs/oeis/035/A035329.asm | neoneye/loda | 22 | 127908 | <gh_stars>10-100
; A035329: a(n) = n*(2*n+5)*(2*n+7).
; 0,63,198,429,780,1275,1938,2793,3864,5175,6750,8613,10788,13299,16170,19425,23088,27183,31734,36765,42300,48363,54978,62169,69960,78375,87438,97173,107604,118755,130650,143313,156768,171039,186150,202125,218988,236763
mul $0,2
add $0,4
mov $1,$0
pow $1,2
sub $1,1... |
print_str.asm | ears99/JOS | 0 | 127909 | print_str:
pusha ;push all registers onto the stack
str_loop:
mov ah, 0x0E ;14 in decimal, enable TTY
mov al, [si] ;move the address of si into al
cmp al, 0 ;compare al to end of string (0).
jne print_char ;if al is not equal to zero, jmp to print_char
popa ;else, pop all registers off the stack...
ret ;... |
oeis/192/A192964.asm | neoneye/loda-programs | 11 | 127910 | <filename>oeis/192/A192964.asm
; A192964: Constant term of the reduction by x^2->x+1 of the polynomial p(n,x) defined at Comments.
; 1,0,3,7,16,31,57,100,171,287,476,783,1281,2088,3395,5511,8936,14479,23449,37964,61451,99455,160948,260447,421441,681936,1103427,1785415,2888896,4674367,7563321,12237748,19801131,32038943,... |
programs/oeis/304/A304379.asm | karttu/loda | 1 | 127911 | <reponame>karttu/loda<gh_stars>1-10
; A304379: a(n) = 256n^2 - 828n + 656 (n>=1).
; 84,24,476,1440,2916,4904,7404,10416,13940,17976,22524,27584,33156,39240,45836,52944,60564,68696,77340,86496,96164,106344,117036,128240,139956,152184,164924,178176,191940,206216,221004,236304,252116,268440,285276,302624,320484,338856,357... |
libsrc/msx/gen_set_vdp_reg.asm | meesokim/z88dk | 0 | 127914 | ;
; z88dk library: Generic VDP support code
;
; void set_vdp_reg(int reg, int value)
;
;==============================================================
; Sets the value of a VDP register
;==============================================================
;
; $Id: gen_set_vdp_reg.asm,v 1.2 2015/01/19 01:32:57 pauloscustodio ... |
Library/Chart/Title/titleBuild.asm | steakknife/pcgeos | 504 | 127915 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: titleBuild.asm
AUTHOR: <NAME>, Oct 21, 1991
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descriptio... |
Micro/Tests/mult/mult.asm | JavierOramas/CP_AC | 0 | 127918 | <gh_stars>0
addi r1 r0 4
addi r3 r0 20
mult r3 r1
mflo r4
tty r4
mfhi r5
addi r5 r5 100
tty r5
addi r1 r0 -4
addi r3 r0 20
mult r3 r1
mflo r4
addi r1 r0 -1
mult r4 r1
mflo r4
tty r4
halt
#prints PdP |
oeis/346/A346912.asm | neoneye/loda-programs | 11 | 127919 | <filename>oeis/346/A346912.asm
; A346912: a(0) = 1; a(n) = a(n-1) + a(floor(n/2)) + 1.
; 1,3,7,11,19,27,39,51,71,91,119,147,187,227,279,331,403,475,567,659,779,899,1047,1195,1383,1571,1799,2027,2307,2587,2919,3251,3655,4059,4535,5011,5579,6147,6807,7467,8247,9027,9927,10827,11875,12923,14119,15315
lpb $0
mov $2,$0
... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1603.asm | ljhsiun2/medusa | 9 | 127920 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x70db, %r15
nop
nop
nop
nop
add %r9, %r9
mov $0x6162636465666768, %r12
movq %r12, (%r15)
add $190, %r11
lea addresses_UC_ht+0x1921b, %rsi
lea addresses_D_ht+0x1bf1b, %rdi
clfl... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca.log_21829_36.asm | ljhsiun2/medusa | 9 | 127922 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r9
push %rbp
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1d90f, %rsi
nop
inc %r10
mov $0x6162636465666768, %rdi
movq %rdi, %xmm4
movups %xmm4, (%rsi)
xor %r9, %r9
lea addresses_UC_ht+0x1b98f, %r10
nop
nop
and $30785, %rdx
mov (%r10), %bp
nop... |
oeis/090/A090450.asm | neoneye/loda-programs | 11 | 127923 | ; A090450: Row sums of triangle A090447.
; 1,2,5,22,221,5556,352897,56909000,23456163817,24862388706622,68125408037874461,484697617517152241192,8987761653844408528516645,435751632681268773059903563592,55389930392445599773550918556967161
mov $3,$0
mul $3,5
lpb $3
mov $2,$0
sub $3,1
bin $2,$3
max $3,1
add $4,1... |
programs/oeis/138/A138105.asm | neoneye/loda | 22 | 127924 | ; A138105: Partial sums of non-Fibonacci numbers A001690.
; 4,10,17,26,36,47,59,73,88,104,121,139,158,178,200,223,247,272,298,325,353,382,412,443,475,508,543,579,616,654,693,733,774,816,859,903,948,994,1041,1089,1138,1188,1239,1291,1344,1398,1454,1511,1569,1628,1688,1749,1811,1874,1938,2003,2069,2136,2204,2273,2343,241... |
hacks/images/m6502/softsprite.asm | MBrassey/xscreensaver_BlueMatrix | 2 | 127925 | <reponame>MBrassey/xscreensaver_BlueMatrix
; software sprites
; by PJP
loop:
ldx $90
inx
stx $90
lda #4 ; *** NUMBER OF SPRITES
sta $3
lda #0
sta $4
multiple:
lda $90
clc
adc $4
tax
lda sinus,x
ldy cosinus,x
asl
tax
lda ypos,x
sta $00
inx
lda ypos,x
sta $01
ldx #0
lda #5 ; **** HEI... |
programs/oeis/063/A063097.asm | neoneye/loda | 22 | 127926 | ; A063097: Dimension of the space of weight 2n cusp forms for Gamma_0( 29 ).
; 2,7,11,17,21,27,31,37,41,47,51,57,61,67,71,77,81,87,91,97,101,107,111,117,121,127,131,137,141,147,151,157,161,167,171,177,181,187,191,197,201,207,211,217,221,227,231,237,241,247
mov $1,$0
mul $0,5
trn $0,1
mod $1,2
add $0,$1
add $0,2
|
programs/oeis/082/A082365.asm | neoneye/loda | 22 | 127927 | <gh_stars>10-100
; A082365: A Jacobsthal number sequence.
; 1,11,85,683,5461,43691,349525,2796203,22369621,178956971,1431655765,11453246123,91625968981,733007751851,5864062014805,46912496118443,375299968947541,3002399751580331,24019198012642645,192153584101141163,1537228672809129301,12297829382473034411,983826350597842... |
src/Lib/Sassy/tests/doub-shift16.asm | pnkfelix/larceny | 212 | 127928 | <reponame>pnkfelix/larceny
BITS 16
section .text
foo:
shld bx, ax, 9
shrd [ebx], ax, 9
shld ebx, eax, 9
shrd [ebx], eax, 9
shld bx, ax, cl
shrd [ebx], ax, cl
shld ebx, eax, cl
shrd [ebx], eax, cl
|
src/test/resources/data/searchtests/opt-test9.asm | cpcitor/mdlz80optimizer | 0 | 127929 | <gh_stars>0
org #4000
execute:
ld de, v1
ld hl, v2
ld b, 0
ld a, (v3)
ld c,a
sla c
rl b
sla c
rl b
sla c
rl b
add hl, bc
ld bc, 8
ldir
loop:
jr loop
org #cccc
v1: ds virtual 2
v2: ds virtual 2
v3: ds virtual 1 |
keyboard-layouts/dvorak.asm | fsmv/bootstrap-os | 2 | 127930 | %ifdef DVORAK
; Used to type with the dvorak layout (see convert_keyboard_layout)
;
; Instructions to make a new map are at the %include location
keyboard_map:
db ` !_#$%&-()*}w[vz0123456789SsW]VZ@AXJE>UIDCHTNMBRL"POYGK<QF:/\\=^{\`axje.uidchtnmbrl'poygk,qf;?|+~`
; Switch on the call to convert_keyboard_layout
%define... |
_maps/obj6A.asm | vladjester2020/Sonic1TMR | 0 | 127932 | <filename>_maps/obj6A.asm
; ---------------------------------------------------------------------------
; Sprite mappings - ground saws and pizza cutters (SBZ)
; ---------------------------------------------------------------------------
dc.w byte_15BA0-Map_obj6A, byte_15BC4-Map_obj6A
dc.w byte_15BE8-Map_obj6A,... |
ssu-sys-programming/src/lab3/task2.asm | Imperat/SSU-Information-Security-Course | 0 | 127933 | <filename>ssu-sys-programming/src/lab3/task2.asm
.model small
.stack 100h
.386
.data
.code
;Вывод символа из dl
printd proc
push ax
mov ah, 02h
add dl, 48
cmp dl, 39h
jle _lbl1
add dl, 07
_lbl1: int 21h
pop ax
ret
printd endp
start: mov ax, @data
mov ds, ax
; Заносим цифры числа поочередно ... |
programs/oeis/276/A276133.asm | neoneye/loda | 22 | 127934 | ; A276133: Exponent of highest power of 2 dividing product of composite numbers between n-th prime and (n+1)-st prime.
; 0,2,1,4,2,5,1,3,6,1,8,4,1,3,7,5,2,8,3,3,4,5,6,9,3,1,4,2,5,11,8,6,1,10,1,6,7,3,6,6,2,8,6,3,1,12,10,6,2,4,4,4,8,11,4,6,1,7,4,1,11,13,3,3,3,15,7,8,2,6,4,7,7,5,3,10,7,5,7,10,2,8,4,4,4,9,7,3,1,5,10,9,4,8,... |
sources/isal/igzip/igzip_update_histogram_04.asm | intel/qpl | 11 | 127935 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright (C) 2022 Intel Corporation
;
; SPDX-License-Identifier: MIT
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%define ARCH 04
%define USE_HSWNI
%ifndef COMPARE_TYPE
%define COMPARE_TYPE 3
%endif
%include "igzi... |
tools/files/applib/src/32bit/depackf.asm | nehalem501/gendev | 2,662 | 127937 | <reponame>nehalem501/gendev
;;
;; aPLib compression library - the smaller the better :)
;;
;; fasm fast assembler depacker
;;
;; Copyright (c) 1998-2014 <NAME>
;; All Rights Reserved
;;
;; http://www.ibsensoftware.com/
;;
format MS COFF
public aP_depack_asm_fast as '_aP_depack_asm_fast'
; ==========... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1919.asm | ljhsiun2/medusa | 9 | 127938 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x12ef1, %rsi
lea addresses_WT_ht+0x12e2a, %rdi
nop
nop
nop
inc %rdx
mov $54, %rcx
rep movsb
nop
nop
nop
nop
cmp $32748, %r9
lea addresses_UC_ht+0x5c15, %rsi
lea addresses_A... |
dino/lcs/etc/A4.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 127939 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D3A move.l D0, (A4)+
004D3C move.l D0, (A4)+
07500A move.b (A0)+, ($a4,A6)
07500E move.b (A0)+, ($a5,A6) [etc+A4]
07544E clr.w ($a4,A6)
075452 rts
075462 addq.w #2, ($a4,A6) [etc+A0]
075466... |
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_erase_block_callee.asm | jpoikela/z88dk | 640 | 127940 |
; size_t b_vector_erase_block(b_vector_t *v, size_t idx, size_t n)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC b_vector_erase_block_callee
EXTERN b_array_erase_block_callee
defc b_vector_erase_block_callee = b_array_erase_block_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _b_vector_erase_block_call... |
test.asm | drtjc/VMTranslator | 0 | 127941 | (LOOP_START)
// push constant 10
// *SP=i
// D=const
@10
D=A
// *p=D
@SP
A=M
M=D
// SP++
@SP
M=M+1
// goto TEST
@TEST
0;JMP
// if-goto TOM
// SP--
@SP
M=M-1
// D=*p
@SP
A=M
D=M
@TOM
D;JNE
// push static 4
// *SP=d
// D=d
@test.4
D=M
// *p=D
@SP
A=M
M=D
// SP++
@SP
M=M+1
|
x86-64/programs/hello.asm | ShineyDev/assembly | 1 | 127944 | <filename>x86-64/programs/hello.asm
; ---------------------------------------------------------------------
; /x86-64/programs/hello.asm
;
; An x86-64 assembly which writes "Hello, World!\n" to STDOUT.
;
; This was my first native assembly program. I like it.
; ----------------------------------------------------------... |
Day-12/Array_Initialization.asm | MasumBhai/50-Day-challenge-with-Assembly-Language | 1 | 127945 | <filename>Day-12/Array_Initialization.asm
;Day-12 Date-21 april,2021
;Problem - prompt user to give string input & show output using array infinite times
include 'emu8086.inc'
.model small
.stack 100h
.data
n_line db 0ah,0dh,"$" ;for new line
msg1 db "input : $"
msg2 db 0ah,0dh,"Output : $"
msg3 db 0ah,0dh... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.