2.56 Another Try
★
int main() {
int val = 98765; // use another value
test_show_bytes(val);
return 0
}cd 81 01 00
80 e6 c0 47
7c c0 21 38 fe 7f 00 00Last updated
★
int main() {
int val = 98765; // use another value
test_show_bytes(val);
return 0
}cd 81 01 00
80 e6 c0 47
7c c0 21 38 fe 7f 00 00Last updated