flat assembler
Message board for the users of flat assembler.
Index
> Tutorials and Examples > Byte Count |
Author |
|
greco558 12 Jul 2017, 22:45
Updated bytect program to process command line arguments.
-c set minimum decimal count of bytes to display -l set lower Hex limit of byte 00-ff to display -u set upper hex limit of byte 00-ff to display -f followed by filename REQUIRED -h help -v version/info You can use above switches to narrow displayed results. Changed Header printed above display dump from a static message to one that will change with parameters entered on command line. Updated 07/17/2017: changed the way command line is processed so you can enter switch and parameter with or without a space ex. -c20 or -c 20 Updated header in to show lower and upper range in HEX and Count in decimal Best Regards John |
|||
12 Jul 2017, 22:45 |
|
greco558 09 Mar 2018, 19:15
Found a bug in bytect program after writing the same program in LUA.
If count of lets say hex byte 20 in file was greater than 256 the count would be off because I was storing the count in a byte size mem location. Fix was changing from byte size count storage to dword size and adding some indexing to account for dword size count eg. EBX*4. Attached is Bug Fixed version Best regards John
|
|||||||||||
09 Mar 2018, 19:15 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.