Post Reply 
HHC 2021 Programming Contests - Surprise !
10-05-2021, 06:13 AM
Post: #15
RE: HHC 2021 Programming Contests - Surprise !
(10-05-2021 12:05 AM)dejanr Wrote:  I have a rather stupid question - is there some easy way to count bytes in a program? Here is my best attempt - how many bytes are there here:

When you do CATALOG 1 on the 41CX, it lists the user programs labels and END labels with the number of bytes (byte count is not displayed on a 41C or CV). Pack the memory before with GTO .. to remove the null bytes inserted during program edition.

For your program this gives:

Code:
PAL
END       45

So your program size is 45 bytes.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HHC 2021 Programming Contests - Surprise ! - Didier Lachieze - 10-05-2021 06:13 AM



User(s) browsing this thread: 15 Guest(s)