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
ftm/nary.asm
zeta0134/bhop
4
47094
; Dn-FamiTracker exported music data: Tim_Follin_-_Nary.ftm ; ; Module header .word ft_song_list .word ft_instrument_list .word ft_sample_list .word ft_samples .word ft_groove_list .byte 0 ; flags .word 3600 ; NTSC speed .word 3000 ; PAL speed ; Instrument pointer list ft_instrument_list: .word ft_inst_0 .w...
programs/oeis/158/A158539.asm
neoneye/loda
22
47095
<filename>programs/oeis/158/A158539.asm<gh_stars>10-100 ; A158539: a(n) = 121*n^2 - 11. ; 110,473,1078,1925,3014,4345,5918,7733,9790,12089,14630,17413,20438,23705,27214,30965,34958,39193,43670,48389,53350,58553,63998,69685,75614,81785,88198,94853,101750,108889,116270,123893,131758,139865,148214,156805,165638,174713,184...
mowl.mtc.design/transformations/M2M/mowl2jess.asm
cabrerac/mowl
0
47096
<?xml version = '1.0' encoding = 'ISO-8859-1' ?> <asm version="1.0" name="0"> <cp> <constant value="mowl2jess"/> <constant value="links"/> <constant value="NTransientLinkSet;"/> <constant value="col"/> <constant value="J"/> <constant value="main"/> <constant value="A"/> <constant value="OclParametrized...
libsrc/_DEVELOPMENT/math/integer/l_divs_16_16x16.asm
jpoikela/z88dk
640
47098
<reponame>jpoikela/z88dk INCLUDE "config_private.inc" SECTION code_clib SECTION code_math PUBLIC l_divs_16_16x16, l0_divs_16_16x16 ; compute: hl = hl / de, de = hl % de ; alters : af, bc, de, hl ; alternate entry (l_divs_16_16x16 - 1) ; exchanges de,hl ; alternate entry (l0_divs_16_16x16) ...
libmikeos/src.os/__lmodul.asm
mynameispyo/InpyoOS
0
47100
<reponame>mynameispyo/InpyoOS section .text use16 extern __heap_top ; (unsigned) bx:ax / *di = eax .. edx ; bx:ax <- edx global lmodul lmodul: push bx push ax pop eax sub edx, edx cmp di, __heap_top ; judge DS/SS jb .0 db 0x36 ; SS prefix .0: div dword [di] push edx pop ax pop bx ret
oeis/087/A087375.asm
neoneye/loda-programs
11
47101
<gh_stars>10-100 ; A087375: Smallest n-th power > n!. ; Submitted by <NAME> ; 2,4,8,81,243,729,16384,65536,1953125,9765625,48828125,2176782336,13060694016,678223072849,4747561509943,33232930569601,2251799813685248,18014398509481984,144115188075855872,12157665459056928801,109418989131512359209,10000000000000000000000,10...
tf/adst/aom_dsp/arm/idct4x4_1_add_neon.asm
luctrudeau/VideoExperiments
147
47102
<gh_stars>100-1000 ; ; Copyright (c) 2016, Alliance for Open Media. All rights reserved ; ; This source code is subject to the terms of the BSD 2 Clause License and ; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License ; was not distributed with this source code in the LICENSE file, you can ; ob...
_build/dispatcher/jmp_ippsRSASign_PKCS1v15_rmf_e6e62327.asm
zyktrcn/ippcp
1
47103
<filename>_build/dispatcher/jmp_ippsRSASign_PKCS1v15_rmf_e6e62327.asm extern m7_ippsRSASign_PKCS1v15_rmf:function extern n8_ippsRSASign_PKCS1v15_rmf:function extern y8_ippsRSASign_PKCS1v15_rmf:function extern e9_ippsRSASign_PKCS1v15_rmf:function extern l9_ippsRSASign_PKCS1v15_rmf:function extern n0_ippsRSASign_PKCS1v15...
src/arch/x86_64/boot.nasm
swgillespie/tinker-os
1
47104
<reponame>swgillespie/tinker-os global start extern long_mode_start section .rodata gdt64: dq 0 ; zero entry .code: equ $ - gdt64 ; new dq (1<<44) | (1<<47) | (1<<41) | (1<<43) | (1<<53) ; code segment .data: equ $ - gdt64 ; new dq (1<<44) | (1<<47) | (1<<41) ; data segment .pointer: dw $ - gdt64 - 1 d...
oeis/089/A089650.asm
neoneye/loda-programs
11
47105
<reponame>neoneye/loda-programs ; A089650: a(n) = A089649(n) mod 3. ; 1,2,0,1,0,2,1,1,1,1,2,0,1,1,1,1,0,2,1,2,0,1,2,0,1,2,0,1,2,0,1,0,2,1,1,1,1,2,0,1,2,0,1,2,0,1,2,0,1,1,1,1,0,2,1,2,0,1,0,2,1,1,1,1,2,0,1,0,2,1,1,1,1,2,0,1,0,2,1,1,1,1,2,0,1,0,2,1,1,1,1,2,0,1,1,1,1,0,2,1 mov $1,1 lpb $1 lpb $0,7 add $3,$1 mul ...
transformy/tables/gen/0033.asm
mborik/regression
3
47106
ld a, 4 ld (basescradr + #06cd), a ld (basescradr + #0849), a ld (basescradr + #0ca9), a xor a ld hl, basescradr + #03ec ld (hl), a inc hl ld (hl), a inc hl ld (hl), a inc hl ld (hl), a ld d,a ld e,a ld (basescradr + #07cd), de ld hl, basescradr + #07eb ld (hl), a inc hl ld (hl),...
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_setTile_callee.asm
teknoplop/z88dk
0
47107
<reponame>teknoplop/z88dk ; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L ; ; See "bifrost_l.h" for further details ; ---------------------------------------------------------------- ; void BIFROSTL_setTile(unsigned int px, unsigned i...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_424.asm
ljhsiun2/medusa
9
47109
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r14 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x7974, %r13 nop xor %r12, %r12 mov (%r13), %r10w add $24671, %r8 lea addresses_normal_ht+0xafe8, %rax nop nop add $12978, %rdx movl $0x61626364, (%rax) nop ...
libtool/src/gmp-6.1.2/mpn/x86_64/mul_2.asm
kroggen/aergo
278
47110
dnl AMD64 mpn_mul_2 -- Multiply an n-limb vector with a 2-limb vector and dnl store the result in a third limb vector. dnl Copyright 2008, 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 ...
oeis/185/A185382.asm
neoneye/loda-programs
11
47111
<gh_stars>10-100 ; A185382: Sum_{j=1..n-1} P(n)-P(j), where P(j) = A065091(j) is the j-th odd prime. ; 0,2,6,18,26,46,58,86,134,152,212,256,280,332,416,506,538,640,712,750,870,954,1086,1270,1366,1416,1520,1574,1686,2092,2212,2398,2462,2792,2860,3070,3286,3434,3662,3896,3976,4386,4470,4642,4730,5270,5822,6010,6106,6302,...
oeis/163/A163070.asm
neoneye/loda-programs
11
47112
; A163070: a(n) = ((4+sqrt(5))*(2+sqrt(5))^n + (4-sqrt(5))*(2-sqrt(5))^n)/2. ; 4,13,56,237,1004,4253,18016,76317,323284,1369453,5801096,24573837,104096444,440959613,1867934896,7912699197,33518731684,141987625933,601469235416,2547864567597,10792927505804,45719574590813,193671225869056,820404478067037,3475289138137204,14...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_716.asm
ljhsiun2/medusa
9
47113
<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_716.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_D_ht+0x8def, %r12 nop nop nop nop sub %r15, %r15 movb (%r12), %r10b inc %rsi lea addresses_UC_ht+0x1d45...
s_exit.asm
yignoth/x16-pminer
2
47114
<reponame>yignoth/x16-pminer<gh_stars>1-10 ; ; Template ; StageExit: .block ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Definitions ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Vars ; .section section_ZP .send section_ZP .section section_BSS .send section_BSS ;;;;;;;;;...
programs/oeis/020/A020909.asm
karttu/loda
1
47115
; A020909: Number of bits in base 2 representation of n-th Fibonacci number. ; 1,1,2,2,3,4,4,5,6,6,7,8,8,9,10,10,11,12,13,13,14,15,15,16,17,17,18,19,19,20,21,22,22,23,24,24,25,26,26,27,28,28,29,30,31,31,32,33,33,34,35,35,36,37,38,38,39,40,40,41,42,42,43,44,44,45,46,47,47,48,49,49,50,51 cal $0,22403 ; a(0)=a(1)=3; ther...
oeis/023/A023630.asm
neoneye/loda-programs
11
47116
<filename>oeis/023/A023630.asm<gh_stars>10-100 ; A023630: a(n) = s(2n) - s(2n-1), where s( ) is sequence A023629. ; Submitted by <NAME> ; 3,2,4,4,2,2,4,2,2,4,4,4,2,2,4,4,4,2,2,4,2,2,4,2,2,4,4,4,2,2,4,2,2,4,2,2,4,4,4,2,2,4,4,4,2,2,4,4,4,2,2,4,2,2,4,2,2,4,4,4,2,2,4,4,4,2,2,4,4,4,2,2,4,2,2,4,2,2,4,4,4,2,2,4,2,2,4,2,2,4,4,...
oeis/192/A192846.asm
neoneye/loda-programs
11
47118
<gh_stars>10-100 ; A192846: Molecular topological indices of the sunlet graphs. ; 14,56,126,256,430,696,1022,1472,1998,2680,3454,4416,5486,6776,8190,9856,11662,13752,15998,18560,21294,24376,27646,31296,35150,39416,43902,48832,53998,59640,65534,71936,78606,85816,93310,101376,109742,118712,127998,137920,148174,159096,170...
Examples/ant8/shout.asm
geoffthorpe/ant-architecture
0
47119
# <NAME> - 05/10/2000 # Echos input until EOI is reached, converting from lowercase # to uppercase. # Register usage: # r2 - holds each character read in # r3 - address of $process # r4 - address of $print # r5 - address of $uppercase # r6 - 'a', the smallest lowercase ASCII value (0x61) # r7 - 'z', the largest lowerca...
programs/oeis/161/A161841.asm
karttu/loda
0
47120
; A161841: Number of factors, with repetition, in all distinct pairs (a <= b) such that a*b = n. ; 2,2,2,4,2,4,2,4,4,4,2,6,2,4,4,6,2,6,2,6,4,4,2,8,4,4,4,6,2,8,2,6,4,4,4,10,2,4,4,8,2,8,2,6,6,4,2,10,4,6,4,6,2,8,4,8,4,4,2,12,2,4,6,8,4,8,2,6,4,8,2,12,2,4,6,6,4,8,2,10,6,4,2,12,4,4,4,8,2,12,4,6,4,4,4,12,2,6,6,10,2,8,2,8,8,4,...
tests/lr35902/op_IY_FD.asm
fengjixuchui/sjasmplus
220
47121
; all of these should fail on LR35902 add iy,bc ; #FD09 add iy,de ; #FD19 ld iy,#100 ; #FD210001 ld (#100),iy ; #FD220001 inc iy ; #FD23 inc iyh ; #FD24 dec iyh ; #FD25 ld iyh,0 ; #FD2600 add ...
src/lib/nes/nmi.asm
freem/freem_pong
1
47122
; NES NMI (typically VBlank) ;==============================================================================; NMI: pha txa pha tya pha ; transfer sprites ASAP so the game will work on PAL consoles lda #0 sta OAM_ADDR lda #>OAM_BUF sta OAM_DMA ; perform other vblank-y updates lda nes_ntUpdate beq @NMI_scr...
programs/oeis/242/A242448.asm
karttu/loda
0
47123
<gh_stars>0 ; A242448: Number of distinct linear polynomials b+c*x in row n of array generated as in Comments. ; 1,3,6,12,22,38,64,106,174,284,462,750,1216,1970,3190,5164,8358,13526,21888,35418,57310,92732,150046,242782,392832,635618 mov $1,4 mov $2,2 mov $3,$0 add $3,1 trn $3,3 add $2,$3 lpb $0,1 sub $3,2 add $3,...
oeis/067/A067692.asm
neoneye/loda-programs
11
47124
<filename>oeis/067/A067692.asm ; A067692: a(n) = Sum_{0 < d <= t <= n, d|n, t|n} d*t. ; 1,7,13,35,31,97,57,155,130,227,133,497,183,413,418,651,307,988,381,1155,762,953,553,2225,806,1307,1210,2093,871,3242,993,2667,1762,2183,1802,5096,1407,2705,2418,5155,1723,5858,1893,4809,4225,3917,2257,9393,2850,5952,4042,6587,2863,9...
2.asm
Dhananjay8/MIT_lab
0
47125
<reponame>Dhananjay8/MIT_lab section .data num dd 30303030h,31313131h,32323232h,33333333h,34343434h,00000000h,00000000h,00000000h,00000000h space db " " lensp equ $-space nl db "",10 lennl equ $-nl msg1 db "Before copying:",10 len1 equ $-msg1 msg2 db "After copying:",10 len2 equ $-msg2 msgol db "Non-overlapping case:",...
oeis/010/A010581.asm
neoneye/loda-programs
11
47126
; A010581: Decimal expansion of cube root of 9. ; Submitted by <NAME> ; 2,0,8,0,0,8,3,8,2,3,0,5,1,9,0,4,1,1,4,5,3,0,0,5,6,8,2,4,3,5,7,8,8,5,3,8,6,3,3,7,8,0,5,3,4,0,3,7,3,2,6,2,1,0,9,6,9,7,5,9,1,0,8,0,2,0,0,1,0,6,3,1,1,3,9,7,2,6,8,7,7,3,6,0,6,0,5,6,6,3,6,7,9,0,7,5,7,4,8,6 mov $3,$0 mul $3,3 mov $5,1 lpb $3 add $1,$2 ...
ZZAZZ/2019/Code/pk4.asm
thromer/CTF-Writeups
0
47127
02:AE11: call funcAEDB 02:AE14: ld sp,ropFuncAE18 02:AE17: ret funcAEDB: ;appears to set up some registers and wait for hblank 02:AEDB ld hl,9A12 02:AEDE ld b,C0 02:AEE0 ld a,(ADB9) 02:AEE3 inc a 02:AEE4 and a,...
sbsext/utq/gtpar.asm
olifink/smsqe
0
47128
<filename>sbsext/utq/gtpar.asm * Routines to get parameters V0.01  1985 <NAME> QJUMP * section utils * xdef ut_gtfp get floating points xdef ut_gtstr get strings xdef ut_gtint get integers xdef ut_gtlin get long integers xdef ut_gtst1 get one string (hovever many param) xdef ut_gtfp1 get one floating poi...
ex3.asm
MengmSun/80x86AssemblyExperiments
2
47131
<filename>ex3.asm data segment bufferin db ? array dw 100 dup(?) n db 0 number dw 0 loopn dw ? flag db 0 filename db 'C:\Input3.txt' handle dw ? success1 db 'success to read file',0dh,0ah,'$' fail1 db 'fail to read file',0dh,0ah,'$' space db ' ','$' data ends stack segment stack dw 1...
programs/oeis/160/A160381.asm
neoneye/loda
22
47132
; A160381: Number of 1's in base-4 representation of n. ; 0,1,0,0,1,2,1,1,0,1,0,0,0,1,0,0,1,2,1,1,2,3,2,2,1,2,1,1,1,2,1,1,0,1,0,0,1,2,1,1,0,1,0,0,0,1,0,0,0,1,0,0,1,2,1,1,0,1,0,0,0,1,0,0,1,2,1,1,2,3,2,2,1,2,1,1,1,2,1,1,2,3,2,2,3,4,3,3,2,3,2,2,2,3,2,2,1,2,1,1 lpb $0 mov $2,$0 div $0,4 add $2,2 seq $2,4524 ; Thre...
src/game/ground.asm
blambi/floppybird
354
47134
<filename>src/game/ground.asm<gh_stars>100-1000 draw_ground: push dx mov dx, 0 push 0 ; x push 156 ; y push 320 ; w push 2 ; h push 230 ; grass color call blit_rect push 0 ; x push 158 ; y push 320 ; w push 2 ; h push 70 ; grass color call blit_rect .grass: push grass push 8 ; w pus...
oeis/254/A254027.asm
neoneye/loda-programs
11
47135
; A254027: Table T(n,k) = 3^n - 2^k read by antidiagonals. ; Submitted by <NAME> ; 0,2,-1,8,1,-3,26,7,-1,-7,80,25,5,-5,-15,242,79,23,1,-13,-31,728,241,77,19,-7,-29,-63,2186,727,239,73,11,-23,-61,-127,6560,2185,725,235,65,-5,-55,-125,-255,19682,6559,2183,721,227,49,-37,-119,-253,-511,59048,19681,6557,2179,713,211,17,-10...
programs/oeis/337/A337519.asm
jmorken/loda
1
47136
; A337519: Length of the shortest walk in a n X n grid graph that starts in one corner and visits every edge. ; 4,15,28,47,68,95,124,159,196,239,284,335,388,447,508,575,644,719,796,879,964,1055,1148,1247,1348,1455,1564,1679,1796,1919,2044,2175,2308,2447,2588,2735,2884,3039,3196,3359,3524,3695,3868,4047,4228,4415,4604,4...
mcu_code/start905s.asm
johnenrickplenos/water_level_monitoring
0
47138
;========================================================================== ; FFMC-16 Family Softune C Compiler's startup routine, ; ALL RIGHTS RESERVED, COPYRIGHT (C) FUJITSU LIMITED 1986 ; LICENSED MATERIAL - PROGRAM PROPERTY OF FUJITSU LIMITED ;========================================================================...
examples/longan_nano_usart_echo.asm
enthusi/bronzebeard
0
47140
<filename>examples/longan_nano_usart_echo.asm # Echo characters over serial USART (requires a USB to TTL serial cable) include gd32vf103.asm CLOCK_FREQ = 8000000 # default GD32BF103 clock freq USART_BAUD = 115200 # desired USART baud rate # jump to "main" since programs execute top to bottom # we do this to enab...
a/assembler_z80_knightos.asm
venusing1998/hello-world
3
47141
<filename>a/assembler_z80_knightos.asm #include "kernel.inc" .db "KEXC" .db KEXC_ENTRY_POINT .dw start start: pcall(getLcdLock) pcall(allocScreenBuffer) pcall(clearScreen) kld(hl, message) ld de, 0 pcall(drawStr) jr $ ; Loop forever message: .db "Hello world!", 0
bootloader/boot.asm
TakahashiEn/THOS
0
47142
;/*************************************************** ; 版权声明 ; ; 本操作系统名为:MINE ; 该操作系统未经授权不得以盈利或非盈利为目的进行开发, ; 只允许个人学习以及公开交流使用 ; ; 代码最终所有权及解释权归田宇所有; ; ; 本模块作者: 田宇 ; EMail: <EMAIL> ; ; ;***************************************************/ ;|----------------------| ;| 100000 ~ END | ;| KERNEL | ;|--...
programs/oeis/036/A036098.asm
neoneye/loda
22
47144
; A036098: Centered cube numbers: a(n) = (n+1)^20 + n^20. ; 1,1048577,3487832977,1102998412177,96466943268401,3751525871703601,83448424737674977,1232713770904458977,13310586963663775777,112157665459056928801,772749994932560009201,4506509987380035131377,22838723767328274560977,102673219200165600999377,416193928433249889...
src/test/ref/comma-expr-2.asm
jbrandwood/kickc
2
47146
<reponame>jbrandwood/kickc // Tests simple comma-expressions (without parenthesis) // Commodore 64 PRG executable file .file [name="comma-expr-2.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [star...
programs/oeis/183/A183979.asm
karttu/loda
0
47147
<filename>programs/oeis/183/A183979.asm ; A183979: 1/4 the number of (n+1) X 3 binary arrays with all 2 X 2 subblock sums the same. ; 6,8,11,17,27,47,83,155,291,563,1091,2147,4227,8387,16643,33155,66051,131843,263171,525827,1050627,2100227,4198403,8394755,16785411,33566723,67125251,134242307,268468227,536920067,1073807...
src/map.asm
ISSOtm/gb-open-world
8
47148
<reponame>ISSOtm/gb-open-world<filename>src/map.asm INCLUDE "defines.asm" LOG_NB_MAP_FLAGS equ 7 ; TBD NB_MAP_FLAGS equ 1 << LOG_NB_MAP_FLAGS static_assert NB_MAP_FLAGS % 8 == 0, "Must have at least 8 map flags, *duh*." SECTION "ROM0 Map routines", ROM0 LoadMap:: add a, a ld l, a ld h, HIGH(MapHeaders) ld ...
Source/HBIOS/Config/RCZ80_skz.asm
vipoo/RomWBW
1
47150
; ;================================================================================================== ; RC2014 Z80 STANDARD CONFIGURATION W/ SERGEY KISELEV Z80 + 512K CPU ;================================================================================================== ; ; THE COMPLETE SET OF DEFAULT CONFIGURAT...
programs/oeis/195/A195904.asm
karttu/loda
1
47152
; A195904: Base 2 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,0,0,0,0. ; 1,2,4,8,16,32,65,130,260,520,1040,2080,4161,8322,16644,33288,66576,133152,266305,532610,1065220,2130440,4260880,8521760,17043521,34087042,68174084,136348168,272696336,545392672,1090785345,2181570690,436...
Program_4.asm
bkstamm67/assembly
0
47153
<reponame>bkstamm67/assembly TITLE Program_4 (Program_4.asm) ; Author: <NAME> ; Email: <EMAIL> ; Course: CS 271-400 ; Assignment: Assignment 4 ; Due Date: May 10th, 2015 ; Description: This program gets a number from the user, and then displays all the composite numbers ; from 1 to the number selected....
oeis/097/A097073.asm
neoneye/loda-programs
11
47154
; A097073: Expansion of (1-x+2*x^2)/((1+x)*(1-2*x)). ; Submitted by <NAME>(w1) ; 1,0,4,4,12,20,44,84,172,340,684,1364,2732,5460,10924,21844,43692,87380,174764,349524,699052,1398100,2796204,5592404,11184812,22369620,44739244,89478484,178956972,357913940,715827884,1431655764,2863311532,5726623060,11453246124,22906492244,...
testsuite/ubivm/output/service_2.asm
alexgarzao/UOP
0
47155
.constant_pool .const 0 string [servico] .const 1 string [soma] .const 2 string [x] .const 3 string [y] .const 4 string [diminui] .const 5 string [imprime] .const 6 string [msg] .const 7 string [Mensagem: ] .const 8 int [2] .const 9 string [io.writeln] .const 10 st...
Appl/BigCalc/bigcalcPCF.asm
steakknife/pcgeos
504
47156
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: bigcalcPCF.asm AUTHOR: <NAME>, Apr 16, 1992 ROUTINES: Name Description ---- ----------- INT BigCalcProcessPCFParseEval Sets up ...
src/main/fragment/mos6502-common/pbum1_derefidx_vbuyy=pbum2_derefidx_vbuyy.asm
jbrandwood/kickc
2
47157
lda {m1} sta $fc lda {m1}+1 sta $fd lda {m2} sta $fe lda {m2}+1 sta $ff lda ($fe),y sta ($fc),y
1st Assignment - Factorial Calculation/factorial.asm
elefthvp/Computer-Architecture--MIPS--Assignments
0
47159
<filename>1st Assignment - Factorial Calculation/factorial.asm .data string1: .asciiz "please insert an integer number:" number: .word 0 answer: .word 0 string2: .asciiz "the factorial of " string3: .asciiz " is: " .text main: #read number from the user #print message ...
P2/mips(suma impresa).asm
AdrianPayne/MIPS32
0
47160
<reponame>AdrianPayne/MIPS32 .data str: .ascii "El resultado es: " .text main: #1.Leer dos números del usuario li $v0, 5 syscall move $a1, $v0 li $v0, 5 syscall move $a2, $v0 #2. Realizar la suma add $a3, $a1, $a2 #2.5 Añadir texto la $a0, str #3.Imprimir el resultado li $v0, 4 syscall move $a0, $a2 li $v0, 1 syscall...
user/cat.asm
siyuanhu98/6.S081-xv
0
47161
user/_cat: 文件格式 elf64-littleriscv Disassembly of section .text: 0000000000000000 <cat>: char buf[512]; void cat(int fd) { 0: 7179 addi sp,sp,-48 2: f406 sd ra,40(sp) 4: f022 sd s0,32(sp) 6: ec26 sd s1,24(sp) 8: e84a ...
ubb/asc/written/a.asm
AlexanderChristian/private_courses
0
47163
assume cs:code, ds:data data segment public extrn sir : byte, ls : abs data ends code segment public extrn print: proc start: mov ax, data mov ds, ax mov si, 0 mov cx, word ptr ls jcxz sfarsit printNumbers: mov al, sir[si] mov ah, 0 call print inc si loop printNumbers sfarsit: mov ax, 4c00h ...
a51test/(93)MOVC_@A+DPTR.a51
Aimini/51cpu
0
47164
<reponame>Aimini/51cpu MOV A,#0x10 MOV DPTR,#0x00FF MOVC A,@A+DPTR ;0x01 MOV DPTR,#0x1000 MOVC A,@A+DPTR ;0xFF MOV DPTR,#0xFF00 MOVC A,@A+DPTR ;0x88 CSEG AT 0x010F DB 0x01 CSEG AT 0x1001 DB 0xFF CSEG AT 0xFFFF DB 0x88
randomstupidstuff/stallyall.asm
l3gacyb3ta/super16
2
47165
# setup r2 and r2 load r2 0xffff load r1 0x0001 load p0 0x0000 .top # Increment r1 add r1 0x0001 noop 0x0000 0x0000 # compare and branch cmp r1 r2 nbranch 0xffff top # Runs 0xffff times!
Tests/sample4.nasm
13xforever/x86-assembly-textmate-bundle
69
47168
<filename>Tests/sample4.nasm ; ; nasm -felf32 -g sse4_2StrPcmpistri.asm -l sse4_2StrPcmpistri.lst ; gcc -o sse4_2StrPcmpistri sse4_2StrPcmpistri.o ; global main extern printf extern strlen extern strcmp section .data align 4 ; ; Fill buf1 with a repeating pattern of ABCD ; buf1: times 10 dd 0x44434241 s1: ...
libsrc/graphics/spc1000/getmaxy.asm
jpoikela/z88dk
640
47169
<reponame>jpoikela/z88dk<gh_stars>100-1000 INCLUDE "graphics/grafix.inc" MODULE spc1000_getmaxy SECTION code_clib PUBLIC getmaxy PUBLIC _getmaxy EXTERN __spc1000_mode EXTERN __tms9918_getmaxy .getmaxy ._getmaxy ld a,(__spc1000_mode) cp 10 jp nc,__tm...
midi512b.asm
Kaproncai/hellow
0
47170
; The Grid - Windows 512 bytes intro by TomCat/Abaddon ; Flashdance/MIDI music by ern0 RESX EQU 1280/5 RESY EQU 768 BASE EQU 00400000H ORG BASE USE32 FORMAT BINARY AS 'exe' DIV24: DW 'MZ' ; 00.e_magic DW 0x3D2A ; 02.e_cblp DD 'PE' ; 04.Signature ...
45/runtime/rt/gwscr.asm
minblock/msdos
0
47171
<filename>45/runtime/rt/gwscr.asm<gh_stars>0 TITLE GWSCR - GENERAL support for LOCATE, SCREEN stmt & fct,COLOR, CLS ;*** ; GWSCR - GENERAL support for LOCATE, SCREEN stmt & fct,COLOR, CLS ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; ; BASIC Syntax mapping to included runtime entry points: ; ; ; -...
projects/dungeon/music/dungeon-lynx.asm
xahmol/8bit-Unity
42
47172
;;; source file for CC65 "remake" compiler .include "soundbs.mac" .global musicptr .rodata musicptr: .word CHANNEL_0, CHANNEL_1, 0, 0 PATTERN_LENGTH .set 3840 CHANNEL_0: DO 0 PATTERN ENVIROS PATTERN PATTERN_01 LOOP CHAN_STOP CHANNEL_1: DO 0 PATTERN ENVIROS PATTERN PATTERN_02 ...
revue.asm
Aeroblast/DosRevue
0
47174
<reponame>Aeroblast/DosRevue<gh_stars>0 DEBUG MACRO X push dx MOV DX,X CALL LOGHEX CALL ENDL pop dx mov ah,0;//wait for end ;int 16h; ENDM DATA SEGMENT pathc0 DB "as\c0.ACT",0 pathki0 DB "as\ki0",0 pathki1 DB "as\ki1",0 pathkr0 DB "as\kr0",0 pathkr1 DB "as\kr1",0 pathka0 DB "as\ka0",0 pathkc0 DB "as\cutin",0 path...
PROGRAM/UltrasonicWithGLCD.asm
AhmedNaguib-Freelancer/PORJECT-16-C-Microcontroller-Ultrasonic-with-Graphic-lcd-
1
47175
<gh_stars>1-10 _config: ;UltrasonicWithGLCD.c,27 :: void config () ;UltrasonicWithGLCD.c,29 :: ADCON1=0b00001111; //CONVERT ANALOG TO DIGITAL FOR LAST 4 PINS MOVLW 15 MOVWF ADCON1+0 ;UltrasonicWithGLCD.c,31 :: TRISA.F5=0; //TRIGER AS OUTPUT BCF ...
programs/oeis/266/A266396.asm
jmorken/loda
1
47176
; A266396: Number of orbits of Aut(Z^7) as function of the infinity norm n of the representative lattice point of the orbit, when the cardinality of the orbit is equal to 80640. ; 0,0,0,10,41,105,215,385,630,966,1410,1980,2695,3575,4641,5915,7420,9180,11220,13566,16245,19285,22715,26565,30866,35650,40950,46800,53235,60...
functions/createdir.asm
perrada69/CalmCommander
28
47177
<reponame>perrada69/CalmCommander CRDIRTXT defb "Create directory.",0 CRDIRTXT2 defb "Please insert name of the new directory:",0 MKDIR call savescr ld hl,10 * 256 + 10 ld bc,60 * 256 + 10 ld a,16 call window ld hl,11*256+11 ld a,16 ld de,CRDIRTXT call print ld hl,11*256+13 ld a,16 ld de,C...
programs/oeis/058/A058582.asm
neoneye/loda
22
47178
<reponame>neoneye/loda<filename>programs/oeis/058/A058582.asm ; A058582: Expansion of (1+3*x+4*x^2)/(1-4*x^2+4*x^4). ; 1,3,8,12,28,36,80,96,208,240,512,576,1216,1344,2816,3072,6400,6912,14336,15360,31744,33792,69632,73728,151552,159744,327680,344064,704512,737280,1507328,1572864,3211264,3342336,6815744,7077888 add $0,...
Transynther/x86/_processed/US/_st_sm_/i7-8650U_0xd2.log_475_1524.asm
ljhsiun2/medusa
9
47179
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x9b51, %rdi nop xor %r9, %r9 mov $0x6162636465666768, %r13 movq %r13, %xmm7 movups %xmm7, (%rdi) nop nop nop nop nop cmp %r12, %r12 lea addresses...
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_1667.asm
ljhsiun2/medusa
9
47180
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r14 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1aaec, %rsi lea addresses_WC_ht+0x1856c, %rdi nop nop nop nop xor $54186, %r14 mov $20, %rcx rep movsw nop inc %r12 lea addresses_WC_ht+0x879c, %r10 xor %rcx, %rcx movb $0x6...
programs/oeis/070/A070382.asm
jmorken/loda
1
47181
; A070382: a(n) = 5^n mod 34. ; 1,5,25,23,13,31,19,27,33,29,9,11,21,3,15,7,1,5,25,23,13,31,19,27,33,29,9,11,21,3,15,7,1,5,25,23,13,31,19,27,33,29,9,11,21,3,15,7,1,5,25,23,13,31,19,27,33,29,9,11,21,3,15,7,1,5,25,23,13,31,19,27,33,29,9,11,21,3,15,7,1,5,25,23,13,31,19,27,33,29,9,11,21,3,15,7,1,5,25,23,13,31,19,27,33,29,9,...
programs/oeis/253/A253724.asm
karttu/loda
0
47182
<reponame>karttu/loda ; A253724: Numbers c(n) whose squares are equal to the sums of a number M(n) of consecutive cubed integers b^3 + (b+1)^3 + ... + (b+M-1)^3 = c^2, starting at b(n) (A002593) for M(n) being twice a squared integer (A001105). ; 504,8721,65472,312375,1119528,3293829,8388096,19131147,39999000,77947353,...
kernel/src/arch/x86_64/interrupt/trap.asm
Hoblovski/RustOS
0
47184
.section .text .global __alltraps .intel_syntax noprefix __alltraps: push rax push rcx push rdx push rdi push rsi push r8 push r9 push r10 push r11 push rbx push rbp push r12 push r13 push r14 push r15 mov rdi, rsp call rust_trap .global trap_ret t...
build/grub/ramfs/hw.asm
TheCool1Kevin/LiquiDOS
12
47185
section .text global _start ;must be declared for linker (ld) _start: ;tell linker entry point mov edx,len ;message length mov ecx,msg ;message to write mov ...
libsrc/target/z88/input/in_WaitForKey.asm
ahjelm/z88dk
640
47186
<reponame>ahjelm/z88dk ; void in_WaitForKey(void) ; 09.2005 aralbrec SECTION code_clib PUBLIC in_WaitForKey PUBLIC _in_WaitForKey ; uses : AF .in_WaitForKey ._in_WaitForKey xor a in a,($b2) and 127 cp 127 jr z, in_WaitForKey ret
nabla/findinarray.asm
rec0de/RO18
0
47187
.data array: .word 6, 17, 52, 13, 0, 14, 55, 42 array_length: .word 8 sought_element: .word 42 result: .word 0 .text main: la $a0, array la $a1, array_length lw $a1, 0($a1) la $a2, sought_element lw $a2, 0($a2) jal find la $t0, result sw $v0, 0($t0) j exit find: add $t0, $0, $0 loop: sll $t1, $t0, 2 add $t1, $t1, $a0...
programs/oeis/037/A037581.asm
neoneye/loda
22
47188
<reponame>neoneye/loda ; A037581: Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 1,3. ; 1,12,109,984,8857,79716,717445,6457008,58113073,523017660,4707158941,42364430472,381279874249,3431518868244,30883669814197,277953028327776,2501577254949985,22514195294549868,2026277576509...
Source/HBIOS/acia.asm
davidknoll/RomWBW
194
47191
; ;================================================================================================== ; ACIA DRIVER (SERIAL PORT) ;================================================================================================== ; ; SETUP PARAMETER WORD: ; +-------+---+-------------------+ +---+---+-----------...
Project_Metronome/Code/Reference_Code/BBB_KnightRiderScan.asm
Brian1273/ECE_411
1
47192
<reponame>Brian1273/ECE_411 @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ NOTHING ABOVE @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ INFORMATION BELOW @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...
Lab_6/Task_1.a51
DeeptimaanB/8051_Programs
0
47193
;Write an 8051 assembly language program to toggle all the bits of P1 for every 500ms (0.5 Seconds). ;Assume the crystal frequency as 11.0592 MHz. Verify the output using ESA 8051 Microcontroller kit. ORG 0000H MOV P1,#00H BACK:MOV A,#55H MOV P1,A ACALL DELAY MOV A,#0AAH MOV P1,A ACALL DELAY SJMP BACK DELAY:...
programs/oeis/036/A036585.asm
karttu/loda
0
47194
<reponame>karttu/loda ; A036585: Ternary Thue-Morse sequence: closed under a->abc, b->ac, c->b. ; 3,2,1,3,1,2,3,2,1,2,3,1,3,2,1,3,1,2,3,1,3,2,1,2,3,2,1,3,1,2,3,2,1,2,3,1,3,2,1,2,3,2,1,3,1,2,3,1,3,2,1,3,1,2,3,2,1,2,3,1,3,2,1,3,1,2,3,1,3,2,1,2,3,2,1,3,1,2,3,1,3,2,1,3,1,2,3,2,1,2,3,1,3,2,1,2,3,2,1,3,1,2,3,2,1,2,3,1,3,2,1,...
programs/oeis/101/A101203.asm
jmorken/loda
1
47195
<filename>programs/oeis/101/A101203.asm ; A101203: a(n) = sum of nonprimes <= n. ; 0,1,1,1,5,5,11,11,19,28,38,38,50,50,64,79,95,95,113,113,133,154,176,176,200,225,251,278,306,306,336,336,368,401,435,470,506,506,544,583,623,623,665,665,709,754,800,800,848,897,947,998,1050,1050,1104,1159,1215,1272,1330,1330,1390,1390,145...
programs/oeis/175/A175312.asm
karttu/loda
0
47196
; A175312: Maximum value on Lower Shuffle Part of Kimberling's Expulsion Array (A035486). ; 1,3,5,7,10,12,15,17,20,22,25,28,31,33,36,39,42,44,47,50,53,55,58,61,64,67,70,73,76,78,81,84,87,90,93,96,99,101,104,107,110,113,116,119,122,124,127,130,133,136,139,142,145,148,151,154,157,160,163,166,169,171,174,177,180,183,186,1...
programs/oeis/069/A069071.asm
karttu/loda
0
47197
; A069071: (2n+1)*((2n+1)^4+4). ; 5,255,3145,16835,59085,161095,371345,759435,1419925,2476175,4084185,6436435,9765725,14349015,20511265,28629275,39135525,52522015,69344105,90224355,115856365,147008615,184528305,229345195,282475445,345025455 mov $1,5 mov $2,18 mov $5,$0 mov $6,$0 lpb $2,1 add $1,$5 sub $2,1 lpe mov...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1295.asm
ljhsiun2/medusa
9
47198
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1295.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x5a25, %rsi lea addresses_UC_ht+0x1a1af, %rdi clflush (%rdi) nop nop add $9889, %r14 mov $103, %r...
libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshc_cy2aaddr.asm
jpoikela/z88dk
640
47199
<gh_stars>100-1000 ; =============================================================== ; May 2017 ; =============================================================== ; ; void *tshc_cy2aaddr(uchar row) ; ; Character y coordinate to attribute address. ; ; =============================================================== INCLU...
vtl2/utility/divide.asm
paulscottrobson/vtl-1802
0
47203
<reponame>paulscottrobson/vtl-1802 ; *************************************************************************************************************** ; *************************************************************************************************************** ; ; File: divide.asm ; Purpose: Divide two 16 bit inte...
programs/oeis/263/A263646.asm
jmorken/loda
1
47204
; A263646: Coefficients for an expansion of the Schwarzian derivative of a power series. ; 1,1,2,1,3,1,1,4,1,1,5,1,1,1,6,1,1,1,7,1,1,1,1,8,1,1,1,1,9,1,1,1,1,1,10,1,1,1,1,1,11,1,1,1,1,1,1,12,1,1,1,1,1,1,13,1,1,1,1,1,1,1,14,1,1,1,1,1,1,1,15,1,1,1,1,1,1,1,1,16,1,1,1,1,1,1,1,1,17,1,1,1,1,1,1,1,1,1 mov $6,$0 mov $8,2 lpb $...
lc5/ecc.asm
sqf-ice/ECC-Verilog
2
47205
+; (X1, Y1, Z1, T1) = pt1 ; (X2, Y2, Z2, T2) = pt2 ; A = ((Y1-X1)*(Y2-X2)) % q # 255 bits ; B = ((Y1+X1)*(Y2+X2)) % q # 255 bits ; C = T1*(2*d)*T2 % q # 255 bits ; D = Z1*2*Z2 % q # 255 bits ; E = (B-A) % q ; F = (D-C) % q ; G = (D+C) % q ; H = (B+A) % q ; X3 = (E*F) % q ; Y3 = (G*H) % q ; T3 = (E*H) % q ; Z3 = (F*...
MySource/7-sum a+b.asm
mdabdullahibnaharun/Assembly-Language
0
47206
; You may customize this and other start-up templates; ; The location of this template is c:\emu8086\inc\0_com_template.txt org 100h .model small .stack 100h .data a db ? b db ? .code main proc mov ah,1 int 21h mov a,al sub a,48 mov ah,1 ...
source/memory_management.asm
mateuszstompor/Linked-List-x86-64-ASM
5
47208
; ; Created by <NAME> on 24/06/2019. ; %ifndef LL_MEMORY_MANAGEMENT %define LL_MEMORY_MANAGEMENT %include "source/mmap.asm" %include "source/syscalls.asm" ll_mem_allocate: ; About ; assumes that user aligns stack before call ; Takes ; rdi - size in bytes ; Returns ; rax - address sub rsp,...
programs/oeis/043/A043568.asm
karttu/loda
0
47209
; A043568: Number of runs in base 16 representation of n. ; 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,...
projects/08/FunctionCalls/StaticsTest/StaticsTest.asm
kingnak/nand2tetris
0
47210
// Bootstrap @261 D=A @SP M=D @LCL M=D @Sys.init 0;JMP // function Class1.set 0 (Class1.set) // push argument 0 @ARG A=M D=M @SP M=M+1 A=M-1 M=D // pop static 0 @SP AM=M-1 D=M @Class1.0 M=D // push argument 1 @ARG A=M+1 D=M @SP M=M+1 A=M-1 M=D // pop static 1 @SP AM=M-1 D=M @Class1.1 M=D // push constant 0 @0 D=A...
c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/FFT32_izero.asm
ramok/Themis_ForHPSDR
0
47212
;;############################################################################# ;;! \file source/FFT32_izero.asm ;;! ;;! \brief Zero out the imaginary part of the complex input to the FFT ;;! ;;! \date Jan 11, 2010 ;;! ;; ;; Group: C2000 ;; Target Family: C28x ;; ;;###################################...
programs/oeis/255/A255748.asm
jmorken/loda
1
47213
<reponame>jmorken/loda<filename>programs/oeis/255/A255748.asm ; A255748: Total number of ON states after n generations of cellular automaton based on triangles in a 60-degree wedge (see Comments lines for definition). ; 1,3,4,8,11,13,14,22,29,35,40,44,47,49,50,66,81,95,108,120,131,141,150,158,165,171,176,180,183,185,18...
other/testMusicSource/song2.asm
PaulSlocum/marble-craze
1
47214
<reponame>PaulSlocum/marble-craze processor 6502 include vcs.h org $1000 PFData0 ;H 4 5 6 7 .byte $00,$f0,$00,$A0,$A0,$E0,$A0,$A0 PFData1 ;EL 7 6 5 4 3 2 1 0 .byte $00,$FF,$00,$77,$44,$64,$44,$74 PFData2 ;LO 0 1 2 3 4 5 6 7 .byte $00,$FF,$00,$EE,$A2,$A2,$A2,$E2 PFLColor ; L...
programs/oeis/053/A053501.asm
karttu/loda
1
47216
<filename>programs/oeis/053/A053501.asm<gh_stars>1-10 ; A053501: Number of degree-n permutations of order dividing 11. ; 1,1,1,1,1,1,1,1,1,1,1,3628801,43545601,283046401,1320883201,4953312001,15850598401,44910028801,115482931201,274271961601,609493248001,1279935820801 bin $0,11 mov $1,$0 mul $1,3628800 add $1,1
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_ClearRect_callee.asm
jpoikela/z88dk
640
47217
; void sp1_ClearRect(struct sp1_Rect *r, uchar colour, uchar tile, uchar rflag) SECTION code_clib SECTION code_temp_sp1 PUBLIC _sp1_ClearRect_callee EXTERN asm_sp1_ClearRect _sp1_ClearRect_callee: pop af pop hl pop bc pop de ld d,c pop bc push af ld a,c push de ld d,(hl) inc hl...
programs/oeis/115/A115341.asm
jmorken/loda
1
47218
; A115341: a(n) = abs(A154879(n+1)). ; 2,4,0,8,8,24,40,88,168,344,680,1368,2728,5464,10920,21848,43688,87384,174760,349528,699048,1398104,2796200,5592408,11184808,22369624,44739240,89478488,178956968,357913944,715827880,1431655768,2863311528,5726623064,11453246120,22906492248,45812984488,91625968984,183251937960,366503...
oeis/169/A169591.asm
neoneye/loda-programs
11
47219
<gh_stars>10-100 ; A169591: Triangle T(n,k) with column n = A059841 if n even and column n = A000007 if n odd. ; Submitted by <NAME> ; 1,0,1,1,0,1,0,0,0,1,1,0,1,0,1,0,0,0,0,0,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0...
libsrc/math/genmath/norma.asm
meesokim/z88dk
0
47220
<filename>libsrc/math/genmath/norma.asm ; ; Z88dk Generic Floating Point Math Library ; ; ; $Id: norma.asm,v 1.2 2015/01/19 01:32:56 pauloscustodio Exp $ PUBLIC norma EXTERN minusbc EXTERN norm ; reverse sign if necessary (cy set) and normalize ; (sign reversal necessary because we're using ;...