|
|
|
|
|
by wilsonnb3
2854 days ago
|
|
The IF/ELSE stuff is similar to the preprocessor macros people write in C. They basically generate HLASM code on the fly based on certain flags being passed to the program and what not. If you're curious what a simple program ends up looking like, I've got one I wrote that copies the contents of one file into another file up on GitLab. Lots of loading registers and what not. https://gitlab.com/thisisnickwilson/zos/blob/master/IO |
|