Compare commits

..

2 Commits

Author SHA1 Message Date
borysr b930742dd3 sosna 2024-05-17 12:24:45 +02:00
borysr 9194f5ed47 borys 2024-05-17 12:20:03 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ int main() {
asm("nop"); asm("nop");
ptrS->x=0x10; ptrS->x=17;
ptrS->y=0x20; ptrS->y=24;
int32_t wynik = 0; int32_t wynik = 0;