Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TomWildenhain/pptcc
/ functions
Functions
228 in github.com/TomWildenhain/pptcc
⨍
Functions
228
◇
Types & classes
13
↓ 54 callers
Function
ppt_puts
programs_for_testing/pptlibimpl.h:7
↓ 36 callers
Method
read
(self)
pptvm.py:21
↓ 28 callers
Function
ppt_putc
programs_for_testing/pptlibimpl.h:15
↓ 20 callers
Method
assign
(self, bits)
pptvm.py:24
↓ 19 callers
Function
ppt_putint
programs_for_testing/pptlibimpl.h:11
↓ 16 callers
Function
code_to_calc_address_if_needed
(ops, write_to_dst=True)
pptasm.py:659
↓ 15 callers
Function
code_for_read_w
(op, reg='1')
pptasm.py:484
↓ 14 callers
Method
_read_reg
(self, letter)
pptvm.py:157
↓ 12 callers
Method
_assign_reg
(self, letter, value)
pptvm.py:152
↓ 11 callers
Function
parse_args
(is_branch_operand=False)
pptasm.py:214
↓ 10 callers
Function
code_for_read_b
(op, reg='1')
pptasm.py:555
↓ 10 callers
Function
int_to_word
(x)
pptutils.py:70
↓ 8 callers
Method
is_zero
(self)
pptasm.py:274
↓ 8 callers
Function
put_card
programs_for_testing/games/blackjack.c:25
↓ 8 callers
Function
put_card
programs_for_testing/tests/blackjackmodified.c:31
↓ 6 callers
Function
int_to_byte
(x)
pptutils.py:58
↓ 6 callers
Method
parse
(asm_str, size)
pptasm.py:289
↓ 6 callers
Function
pixel_matches_color
(x, y, color)
autoclicker.py:28
↓ 6 callers
Method
requires_calculation
(self, for_write=False)
pptasm.py:363
↓ 6 callers
Function
update_score
programs_for_testing/games/blackjack.c:10
↓ 6 callers
Function
update_score
programs_for_testing/tests/blackjackmodified.c:14
↓ 6 callers
Function
word_to_int
(word)
pptutils.py:26
↓ 6 callers
Function
word_to_uint
(word)
pptutils.py:42
↓ 5 callers
Function
byte_to_uint
(byte)
pptutils.py:10
↓ 5 callers
Function
code_for_cond_jmp
(inst_operands, cmd='JNE')
pptasm.py:823
↓ 5 callers
Function
ppt_gets
programs_for_testing/pptlibimpl.h:19
↓ 5 callers
Function
uint_to_word
(x)
pptutils.py:82
↓ 4 callers
Function
byte_to_int
(byte)
pptutils.py:18
↓ 4 callers
Function
get_pixel_at
(x, y, refresh=False)
autoclicker.py:18
↓ 4 callers
Function
parse_line
(line)
pptasm.py:10
↓ 4 callers
Function
ppt_getint
programs_for_testing/pptlibimpl.h:28
↓ 4 callers
Function
split_on_spaces
(s)
pptutils.py:124
↓ 3 callers
Method
_bitwiseb
(self, fn)
pptvm.py:264
↓ 3 callers
Method
_bitwisew
(self, fn)
pptvm.py:272
↓ 3 callers
Method
_shiftaddr
(self, n=1)
pptvm.py:230
↓ 3 callers
Function
code_for_binary_cmd_b
(inst_operands, cmd, write_to_dst=True)
pptasm.py:686
↓ 3 callers
Function
code_for_binary_cmd_w
(inst_operands, cmd, write_to_dst=True)
pptasm.py:702
↓ 3 callers
Function
code_for_calc_address
(operand, dst_reg='M4')
pptasm.py:405
↓ 3 callers
Function
code_for_write_b
(op)
pptasm.py:634
↓ 3 callers
Function
code_for_write_w
(op)
pptasm.py:605
↓ 3 callers
Function
get_reg_prefix
(x86reg)
pptasm.py:387
↓ 3 callers
Function
hex_to_int
(hex)
pptutils.py:1
↓ 3 callers
Function
mouse_is_spinner
()
autoclicker.py:108
↓ 3 callers
Function
parse_section_labels
(section_name, lines)
pptasm.py:34
↓ 3 callers
Function
ppt_rand
programs_for_testing/pptlibimpl.h:36
↓ 3 callers
Method
to_binary
(self, label_dict)
pptasm.py:277
↓ 3 callers
Function
uint_to_byte
(x)
pptutils.py:114
↓ 2 callers
Method
_addb
(self, with_carry=False)
pptvm.py:160
↓ 2 callers
Method
_addw
(self, with_carry=False)
pptvm.py:192
↓ 2 callers
Method
_subb
(self, with_borrow=False)
pptvm.py:667
↓ 2 callers
Method
_subw
(self, with_borrow=False)
pptvm.py:696
↓ 2 callers
Function
assemble_gas
(file_path, output_path)
pptasm.py:44
↓ 2 callers
Function
can_click
(x, y)
autoclicker.py:81
↓ 2 callers
Function
can_click_new
(x, y)
autoclicker.py:58
↓ 2 callers
Function
data_string_len
(string)
pptasm.py:201
↓ 2 callers
Method
exec_imp
(self)
pptvm.py:554
↓ 2 callers
Method
exec_rmem
(self)
pptvm.py:540
↓ 2 callers
Method
exec_smp
(self)
pptvm.py:551
↓ 2 callers
Method
exec_wmem
(self)
pptvm.py:546
↓ 2 callers
Function
get_label_offsets
(labeled_const_or_data, initial_byte_offset)
pptasm.py:135
↓ 2 callers
Function
inc_bits
(w)
pptvm.py:36
↓ 2 callers
Function
pad_to_length
(s, l)
pptutils.py:132
↓ 2 callers
Function
read_data_section
(labeled_const_or_data, labels_to_offsets)
pptasm.py:180
↓ 2 callers
Method
step
(self)
pptvm.py:87
↓ 1 callers
Method
__repr__
(self)
pptasm.py:263
↓ 1 callers
Function
code_for_cmd_call
(inst_operands, offset=0)
pptasm.py:934
↓ 1 callers
Function
code_for_line
(line, offset)
pptasm.py:210
↓ 1 callers
Function
code_for_unary_cmd_b
(inst_operands, cmd)
pptasm.py:718
↓ 1 callers
Function
code_for_unary_cmd_w
(inst_operands, cmd)
pptasm.py:726
↓ 1 callers
Function
condense_spaces
(s)
pptutils.py:129
↓ 1 callers
Function
cool_sum
programs_for_testing/tests/blackjackmodified.c:165
↓ 1 callers
Function
dec_bits
(w)
pptvm.py:44
↓ 1 callers
Function
dword_to_int
(dword)
pptutils.py:34
↓ 1 callers
Function
dword_to_uint
(dword)
pptutils.py:50
↓ 1 callers
Method
exec_andb
(self)
pptvm.py:280
↓ 1 callers
Method
exec_andw
(self)
pptvm.py:283
↓ 1 callers
Method
exec_incb
(self)
pptvm.py:466
↓ 1 callers
Method
exec_incw
(self)
pptvm.py:486
↓ 1 callers
Method
exec_subb
(self)
pptvm.py:731
↓ 1 callers
Method
exec_subw
(self)
pptvm.py:734
↓ 1 callers
Function
factorial
programs_for_testing/simple/factorial.c:3
↓ 1 callers
Function
fib
programs_for_testing/simple/fibonacci.c:3
↓ 1 callers
Function
gcd
programs_for_testing/simple/gcd.c:3
↓ 1 callers
Function
int_to_dword
(x)
pptutils.py:102
↓ 1 callers
Function
is_active
()
autoclicker.py:55
↓ 1 callers
Function
isprime
programs_for_testing/simple/primes.c:4
↓ 1 callers
Function
main
()
autoclicker.py:31
↓ 1 callers
Function
main
()
pptcc.py:27
↓ 1 callers
Function
mouse_is_hand
()
autoclicker.py:105
↓ 1 callers
Function
parse_file
(file_path)
pptvm.py:830
↓ 1 callers
Function
ppt_asm
(listing_file, output_path)
pptcc.py:35
↓ 1 callers
Function
read_ascii_data
(arg)
pptasm.py:173
↓ 1 callers
Function
read_asciiz_data
(arg)
pptasm.py:167
↓ 1 callers
Function
read_byte_data
(arg, offsets)
pptasm.py:154
↓ 1 callers
Function
read_word_data
(arg, offsets)
pptasm.py:160
↓ 1 callers
Function
test_verdict
(cmd1, cmd2)
pptvm.py:799
↓ 1 callers
Function
uint_to_dword
(x)
pptutils.py:92
↓ 1 callers
Function
watcom_compile
(source_file, output_path)
pptcc.py:17
↓ 1 callers
Function
watcom_dis
(obj_file, output_masm_path, output_gas_path)
pptcc.py:20
Method
__init__
(self, cmd, args)
pptvm.py:6
next →
1–100 of 228, ranked by callers