mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2025-02-19 06:30:43 +00:00
- fixed a bunch of bugs - separated common and stdio libraries - commenting upgrades - created min versions of each library
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
*
|
|
GETNUM EQU $FFA7 ; ASCII TO HEX IN 3E & 3F
|
|
RNDL EQU $4E ; RANDOM NUMBER LOW
|
|
RNDH EQU $4F ; RANDOM NUMBER HIGH
|
|
*
|