ASM
ASM
Publisher: CodeWorks - CursorGenre: [uncategorized]
Programmer: Glen Fisher
Year: 1979
Uploaded by: admin
Language: English
Downloads: 61
Download
Download
Log in with a member account to improve this entry.
We do not own the rights to any of the software
Game input holds PET matrix keys down until you physically release them, which is best for arcade games. Type input keeps the original short-tap queue for entering BASIC commands.
Charset Auto lets PET software switch normally. Graphics or Business forces the selected character ROM for compatibility/testing.
Changing RAM or ROM resets the PET. Some programs need ROM2/ROM4 or 16K/32K.
The sound slider controls the emulated PET VIA speaker. Modern browsers require a click before audio can start, so Start Game also enables audio.
The emulator has an IEEE-488 device at address 8 for loading/saving .prg files.
70%
Ready.
Game Notes
ASM is a simple symbolic assembler designed to use as little memory as possible. The assembler recognizes the official 6502 opcodes, can handle decimal and hexadecimal values, and allows for user-defined address labels and numeric constants. Not too bad for 8K with some room left over for programming.
The assembly syntax is a little unusual but I get the impression that some of the conventions we are used to today had not yet been standardized. You have to put your assembly instructions into BASIC DATA statements which are then parsed by the program and POKEd into memory. ASM comes with a sample program which you'll need to delete if you want to start writing your own. Deleting these lines is a bit inconvenient; it would have been nice to have been provided with a blank version of ASM.
The assembly syntax is a little unusual but I get the impression that some of the conventions we are used to today had not yet been standardized. You have to put your assembly instructions into BASIC DATA statements which are then parsed by the program and POKEd into memory. ASM comes with a sample program which you'll need to delete if you want to start writing your own. Deleting these lines is a bit inconvenient; it would have been nice to have been provided with a blank version of ASM.