英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

6502    
An eight-bit {microprocessor} designed by {MOS
Technology} around 1975 and made by {Rockwell}.

Unlike the {Intel 8080} and its kind, the 6502 had very few
{registers}. It was an 8-bit processor, with 16-bit {address
bus}. Inside was one 8-bit data register ({accumulator}), two
8-bit {index registers} and an 8-bit {stack pointer} (stack
was preset from address 256 to 511). It used these index and
stack registers effectively, with more {addressing modes},
including a fast zero-page mode that accessed memory locations
from address 0 to 255 with an 8-bit address (it didn't have to
fetch a second byte for the address).

Back when the 6502 was introduced, {RAM} was actually faster
than {CPU}s, so it made sense to optimise for RAM access
rather than increase the number of registers on a chip.

The 6502 was used in the {BBC Microcomputer}, {Apple II},
{Commodore}, {Apple Computer} and {Atari} {personal
computers}. {Steve Wozniak} described it as the first chip
you could get for less than a hundred dollars (actually a
quarter of the {6800} price).

The 6502's {indirect jump} instruction, JMP (xxxx), was
{broken}. If the address was hexadecimal xxFF, the processor
would not access the address stored in xxFF and xxFF 1, but
rather xxFF and xx00. The {6510} did not fix this bug, nor
was it fixed in any of the other {NMOS} versions of the 6502
such as the {8502}. Bill Mensch at {Western Design Center}
was probably the first to fix it, in the {65C02}.

The 6502 also had undocumented instructions.

The {65816} is an expanded version of the 6502.

There is a 6502 {assembler} by Doug Jones
which supports {macros} and conditional features and can be
used for linkage editing of object files. It requires
{Pascal}.

See also {cross-assembler}, {RTI}, {Small-C}.

(2001-01-02)


请选择你想看的字典辞典:
单词字典翻译
6502查看 6502 在百度字典中的解释百度英翻中〔查看〕
6502查看 6502 在Google字典中的解释Google英翻中〔查看〕
6502查看 6502 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • GitHub Foundations Certification Study Guide
    The following study plan is based on the Certification domains You can follow the plan or learn at your own pace Week 1 - Introduction to Git and GitHub Describe Git GitHub Entities GitHub Markdown GitHub Desktop GitHub Mobile Describe GitHub Describe the difference between Git GitHub Describe a GitHub repository Describe a commit Describe Branching Week 2 - Working with GitHub
  • Commonly Used Git Commands | Microsoft Community Hub
    Git is a distributed version control system that allows developers to track changes in their codebase, collaborate with others, and manage project versions efficiently This whitepaper provides a comprehensive list of commonly used Git commands, along with explanations and examples to help you get started with Git
  • Is there any way to checkout a specific part of a Azure branch
    git fetch --depth=1 origin <branch_name> git checkout <branch_name> displayName: "Shallow Fetch for Sparse Checkout" 5 Verify Configuration: If the setup above still fetches the entire repository, check for any additional configurations or constraints set by your organization’s Azure DevOps setup that might override the sparse checkout commands
  • Automated Continuous integration and delivery – CICD in Azure Data . . .
    Git Integration, ADF connected to a Git repository (Azure Repos or GitHub) The ADF contributor and Azure DevOps build administrator permission is required Step 1 Establish a dedicated Azure DevOps Git repository specifically for Azure Data Factory within the designated Azure DevOps project Step 2
  • SQL Server Management Studio (SSMS) 21 is now generally available (GA . . .
    The SQL Tools team is thrilled to announce the general availability of SQL Server Management Studio (SSMS) 21 nbsp; SSMS 21 GA brings a modern installation
  • Get Started with Git and GitHub: Why Every DevOps Professional Needs . . .
    The Basics: What Is Git? Git is a distributed version control system It lets you track changes to files, collaborate with others, and maintain a history of your project Here are the core concepts: Repository (repo): A collection of files and their history You can create a repo locally or host it on a platform like GitHub
  • 12 GitLens Features that Revolutionized My Coding Workflow in VS Code
    Git Command Palette: GitLens adds many Git commands to VS Code's command palette, allowing you to perform complex Git operations without leaving your editor or remembering Git CLI commands This feature has virtually eliminated my need to switch to the terminal for Git operations, speeding up my workflow significantly
  • SSL certificate problem while doing GIT pull from Azure Devops Repos
    SSL certificate problem while doing GIT pull from Azure Devops Repos We are using a proxy server that does SSL inspection of traffic and thus replaces the cert with the one that it issues in the process That cert is issued by the cert authority on the proxy itself This is fairly common with modern proxies
  • Implementing MCP Remote Servers with Azure Function App and GitHub . . .
    Step by step guide to implement an Azure Function App as a remote MCP server, test it in GitHub Copilot in VS Code
  • Enhancing Team Collaboration in Azure Synapse Analytics using a Git . . .
    In this first part of a three-part series, we explore how to improve team collaboration in Azure Synapse Studio using a straightforward Git branching strategy This guide is perfect for development teams working on multiple projects within a single Synapse workspace You'll learn how to set up a branching strategy that lets different teams work in parallel without disrupting each other





中文字典-英文字典  2005-2009