mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: use PAYLOAD_LEN in template instead of 0x11223344 in asm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
for (int n=0; n<11223344; n++){
|
||||
for (int n=0; n<{{PAYLOAD_LEN}}; n++){
|
||||
dest[n] = supermega_payload[n];
|
||||
dest[n] = dest[n] ^ 0x42;
|
||||
}
|
||||
Reference in New Issue
Block a user